Advertisement
Guest User

Discourse_rebuild_failed_log

a guest
Aug 5th, 2021
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.50 KB | None | 0 0
  1. Ensuring launcher is up to date
  2. Fetching origin
  3. remote: Enumerating objects: 29, done.
  4. remote: Counting objects: 100% (29/29), done.
  5. remote: Compressing objects: 100% (14/14), done.
  6. remote: Total 29 (delta 18), reused 17 (delta 15), pack-reused 0
  7. Unpacking objects: 100% (29/29), done.
  8. From https://github.com/discourse/discourse_docker
  9. 990519e..2405ddf main -> origin/main
  10. * [new branch] update-deps -> origin/update-deps
  11. Updating Launcher...
  12. Updating 990519e..2405ddf
  13. Fast-forward
  14. discourse-setup | 17 +++++++++--------
  15. image/base/Dockerfile | 2 +-
  16. launcher | 3 +--
  17. templates/postgres.10.template.yml | 6 ++++++
  18. templates/postgres.12.template.yml | 6 ++++++
  19. templates/postgres.13.template.yml | 6 ++++++
  20. templates/postgres.9.5.template.yml | 6 ++++++
  21. templates/postgres.template.yml | 6 ++++++
  22. 8 files changed, 41 insertions(+), 11 deletions(-)
  23. Launcher updated, restarting...
  24. Ensuring launcher is up to date
  25. Fetching origin
  26. Launcher is up-to-date
  27. Stopping old container
  28. + /usr/bin/docker stop -t 60 app
  29. app
  30. cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
  31. From https://github.com/discourse/pups
  32. 17f04ec..e0ff889 master -> origin/master
  33. * [new tag] v1.1.1 -> v1.1.1
  34. * [new tag] v1.1.0 -> v1.1.0
  35. Updating 17f04ec..e0ff889
  36. Fast-forward
  37. .github/workflows/ci.yml | 29 ++++++
  38. .github/workflows/lint.yml | 27 +++++
  39. .rubocop.yml | 3 +
  40. Gemfile | 2 +
  41. Guardfile | 4 +-
  42. README.md | 21 ++++
  43. Rakefile | 14 +--
  44. bin/pups | 8 +-
  45. lib/pups.rb | 32 ++++--
  46. lib/pups/cli.rb | 92 ++++++++++-------
  47. lib/pups/command.rb | 25 +++--
  48. lib/pups/config.rb | 240 +++++++++++++++++++++++--------------------
  49. lib/pups/docker.rb | 69 +++++++++++++
  50. lib/pups/exec_command.rb | 182 ++++++++++++++++----------------
  51. lib/pups/file_command.rb | 60 +++++------
  52. lib/pups/merge_command.rb | 94 ++++++++---------
  53. lib/pups/replace_command.rb | 70 +++++++------
  54. lib/pups/runit.rb | 47 +++++----
  55. lib/pups/version.rb | 4 +-
  56. pups.gemspec | 37 ++++---
  57. test/cli_test.rb | 102 +++++++++++++++---
  58. test/config_test.rb | 215 ++++++++++++++++++++++++++++----------
  59. test/docker_test.rb | 157 ++++++++++++++++++++++++++++
  60. test/exec_command_test.rb | 62 ++++++-----
  61. test/file_command_test.rb | 17 ++-
  62. test/merge_command_test.rb | 64 ++++++------
  63. test/replace_command_test.rb | 86 ++++++++--------
  64. test/test_helper.rb | 2 +
  65. 28 files changed, 1158 insertions(+), 607 deletions(-)
  66. create mode 100644 .github/workflows/ci.yml
  67. create mode 100644 .github/workflows/lint.yml
  68. create mode 100644 .rubocop.yml
  69. create mode 100644 lib/pups/docker.rb
  70. create mode 100644 test/docker_test.rb
  71. Note: checking out 'v1.0.3'.
  72.  
  73. You are in 'detached HEAD' state. You can look around, make experimental
  74. changes and commit them, and you can discard any commits you make in this
  75. state without impacting any branches by performing another checkout.
  76.  
  77. If you want to create a new branch to retain commits you create, you may
  78. do so (now or later) by using -b with the checkout command again. Example:
  79.  
  80. git checkout -b <new-branch-name>
  81.  
  82. HEAD is now at d1db030 cut a new version
  83. I, [2021-08-06T04:41:03.694459 #1] INFO -- : Loading --stdin
  84. I, [2021-08-06T04:41:03.700698 #1] INFO -- : > locale-gen $LANG && update-locale
  85. I, [2021-08-06T04:41:03.733106 #1] INFO -- : Generating locales (this might take a while)...
  86. Generation complete.
  87.  
  88. I, [2021-08-06T04:41:03.733532 #1] INFO -- : > mkdir -p /shared/postgres_run
  89. I, [2021-08-06T04:41:03.736173 #1] INFO -- :
  90. I, [2021-08-06T04:41:03.736484 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
  91. I, [2021-08-06T04:41:03.739603 #1] INFO -- :
  92. I, [2021-08-06T04:41:03.739887 #1] INFO -- : > chmod 775 /shared/postgres_run
  93. I, [2021-08-06T04:41:03.741852 #1] INFO -- :
  94. I, [2021-08-06T04:41:03.742128 #1] INFO -- : > rm -fr /var/run/postgresql
  95. I, [2021-08-06T04:41:03.744968 #1] INFO -- :
  96. I, [2021-08-06T04:41:03.745251 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  97. I, [2021-08-06T04:41:03.749823 #1] INFO -- :
  98. I, [2021-08-06T04:41:03.750103 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  99. 2021/08/06 04:41:03 socat[32] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
  100. I, [2021-08-06T04:41:03.765952 #1] INFO -- :
  101. I, [2021-08-06T04:41:03.766192 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
  102. I, [2021-08-06T04:41:03.768121 #1] INFO -- :
  103. I, [2021-08-06T04:41:03.768363 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
  104. I, [2021-08-06T04:41:03.770167 #1] INFO -- :
  105. I, [2021-08-06T04:41:03.770413 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
  106. I, [2021-08-06T04:41:03.771908 #1] INFO -- :
  107. I, [2021-08-06T04:41:03.772224 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
  108. I, [2021-08-06T04:41:03.773763 #1] INFO -- :
  109. I, [2021-08-06T04:41:03.776994 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
  110. I, [2021-08-06T04:41:03.779903 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
  111. I, [2021-08-06T04:41:03.782861 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
  112. I, [2021-08-06T04:41:03.785852 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
  113. I, [2021-08-06T04:41:03.786183 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
  114. I, [2021-08-06T04:41:04.975201 #1] INFO -- :
  115. I, [2021-08-06T04:41:04.975464 #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
  116. I, [2021-08-06T04:41:04.977287 #1] INFO -- :
  117. I, [2021-08-06T04:41:04.977444 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
  118. I, [2021-08-06T04:41:05.008406 #1] INFO -- :
  119. I, [2021-08-06T04:41:05.009040 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
  120. I, [2021-08-06T04:41:05.011164 #1] INFO -- :
  121. I, [2021-08-06T04:41:05.011501 #1] INFO -- : > /root/upgrade_postgres
  122. I, [2021-08-06T04:41:05.015489 #1] INFO -- :
  123. I, [2021-08-06T04:41:05.015802 #1] INFO -- : > rm /root/upgrade_postgres
  124. I, [2021-08-06T04:41:05.017461 #1] INFO -- :
  125. I, [2021-08-06T04:41:05.024301 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
  126. I, [2021-08-06T04:41:05.025118 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
  127. I, [2021-08-06T04:41:05.026126 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
  128. I, [2021-08-06T04:41:05.027042 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
  129. I, [2021-08-06T04:41:05.028140 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
  130. I, [2021-08-06T04:41:05.029155 #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
  131. I, [2021-08-06T04:41:05.030140 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
  132. I, [2021-08-06T04:41:05.035931 #1] INFO -- :
  133. I, [2021-08-06T04:41:05.036404 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
  134. I, [2021-08-06T04:41:05.036857 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
  135. I, [2021-08-06T04:41:05.037880 #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
  136. I, [2021-08-06T04:41:05.044297 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
  137. I, [2021-08-06T04:41:05.044827 #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
  138. I, [2021-08-06T04:41:05.045633 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
  139. I, [2021-08-06T04:41:05.046500 #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
  140. I, [2021-08-06T04:41:05.047836 #1] INFO -- : > sleep 5
  141. 2021-08-06 04:41:05.139 UTC [55] LOG: starting PostgreSQL 13.3 (Debian 13.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
  142. 2021-08-06 04:41:05.140 UTC [55] LOG: listening on IPv4 address "0.0.0.0", port 5432
  143. 2021-08-06 04:41:05.141 UTC [55] LOG: listening on IPv6 address "::", port 5432
  144. 2021-08-06 04:41:05.145 UTC [55] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  145. 2021-08-06 04:41:05.156 UTC [58] LOG: database system was shut down at 2021-08-06 04:40:46 UTC
  146. 2021-08-06 04:41:05.163 UTC [55] LOG: database system is ready to accept connections
  147. I, [2021-08-06T04:41:10.050270 #1] INFO -- :
  148. I, [2021-08-06T04:41:10.050960 #1] INFO -- : > su postgres -c 'createdb discourse' || true
  149. 2021-08-06 04:41:10.153 UTC [68] postgres@postgres ERROR: database "discourse" already exists
  150. 2021-08-06 04:41:10.153 UTC [68] postgres@postgres STATEMENT: CREATE DATABASE discourse;
  151. createdb: error: database creation failed: ERROR: database "discourse" already exists
  152. I, [2021-08-06T04:41:10.155286 #1] INFO -- :
  153. I, [2021-08-06T04:41:10.155644 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
  154. 2021-08-06 04:41:10.238 UTC [79] postgres@discourse ERROR: role "discourse" already exists
  155. 2021-08-06 04:41:10.238 UTC [79] postgres@discourse STATEMENT: create user discourse;
  156. ERROR: role "discourse" already exists
  157. I, [2021-08-06T04:41:10.240327 #1] INFO -- :
  158. I, [2021-08-06T04:41:10.240677 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
  159. I, [2021-08-06T04:41:10.294103 #1] INFO -- : GRANT
  160.  
  161. I, [2021-08-06T04:41:10.294608 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
  162. I, [2021-08-06T04:41:10.352461 #1] INFO -- : ALTER SCHEMA
  163.  
  164. I, [2021-08-06T04:41:10.352991 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
  165. NOTICE: extension "hstore" already exists, skipping
  166. I, [2021-08-06T04:41:10.430951 #1] INFO -- : CREATE EXTENSION
  167.  
  168. I, [2021-08-06T04:41:10.431300 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
  169. NOTICE: extension "pg_trgm" already exists, skipping
  170. I, [2021-08-06T04:41:10.483398 #1] INFO -- : CREATE EXTENSION
  171.  
  172. I, [2021-08-06T04:41:10.483766 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
  173. NOTICE: extension "hstore" already exists, skipping
  174. I, [2021-08-06T04:41:10.535050 #1] INFO -- : CREATE EXTENSION
  175.  
  176. I, [2021-08-06T04:41:10.535394 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
  177. NOTICE: extension "pg_trgm" already exists, skipping
  178. I, [2021-08-06T04:41:10.588176 #1] INFO -- : CREATE EXTENSION
  179.  
  180. I, [2021-08-06T04:41:10.588559 #1] INFO -- : > sudo -u postgres psql discourse
  181. I, [2021-08-06T04:41:10.592725 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
  182.  
  183. I, [2021-08-06T04:41:10.684565 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
  184. I, [2021-08-06T04:41:10.687486 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
  185. I, [2021-08-06T04:41:10.687729 #1] INFO -- : > echo postgres installed!
  186. I, [2021-08-06T04:41:10.689199 #1] INFO -- : postgres installed!
  187.  
  188. I, [2021-08-06T04:41:10.692390 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
  189. I, [2021-08-06T04:41:10.695436 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
  190. I, [2021-08-06T04:41:10.698446 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
  191. I, [2021-08-06T04:41:10.700324 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
  192. I, [2021-08-06T04:41:10.700981 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
  193. I, [2021-08-06T04:41:10.702497 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
  194. I, [2021-08-06T04:41:10.704336 #1] INFO -- :
  195. I, [2021-08-06T04:41:10.704737 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
  196. I, [2021-08-06T04:41:10.705282 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
  197. I, [2021-08-06T04:41:10.706559 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
  198. I, [2021-08-06T04:41:10.708028 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
  199. I, [2021-08-06T04:41:10.709417 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
  200. I, [2021-08-06T04:41:10.710674 #1] INFO -- : > echo redis installed
  201. I, [2021-08-06T04:41:10.712149 #1] INFO -- : redis installed
  202.  
  203. I, [2021-08-06T04:41:10.712458 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
  204. I, [2021-08-06T04:41:10.716140 #1] INFO -- : logfile ""
  205.  
  206. I, [2021-08-06T04:41:10.716400 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  207. I, [2021-08-06T04:41:10.717326 #1] INFO -- : > sleep 10
  208. 172:C 06 Aug 2021 04:41:10.739 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  209. 172:C 06 Aug 2021 04:41:10.740 # Redis version=6.2.3, bits=64, commit=00000000, modified=0, pid=172, just started
  210. 172:C 06 Aug 2021 04:41:10.740 # Configuration loaded
  211. 172:M 06 Aug 2021 04:41:10.741 * monotonic clock: POSIX clock_gettime
  212. 172:M 06 Aug 2021 04:41:10.742 * Running mode=standalone, port=6379.
  213. 172:M 06 Aug 2021 04:41:10.742 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  214. 172:M 06 Aug 2021 04:41:10.742 # Server initialized
  215. 172:M 06 Aug 2021 04:41:10.743 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
  216. 172:M 06 Aug 2021 04:41:10.743 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled (set to 'madvise' or 'never').
  217. 172:M 06 Aug 2021 04:41:10.744 * Loading RDB produced by version 6.2.3
  218. 172:M 06 Aug 2021 04:41:10.744 * RDB age 33 seconds
  219. 172:M 06 Aug 2021 04:41:10.744 * RDB memory usage when created 17.82 Mb
  220. 172:M 06 Aug 2021 04:41:10.805 * DB loaded from disk: 0.061 seconds
  221. 172:M 06 Aug 2021 04:41:10.806 * Ready to accept connections
  222. I, [2021-08-06T04:41:20.719774 #1] INFO -- :
  223. I, [2021-08-06T04:41:20.720458 #1] INFO -- : > thpoff echo "thpoff is installed!"
  224. I, [2021-08-06T04:41:20.724177 #1] INFO -- : thpoff is installed!
  225.  
  226. I, [2021-08-06T04:41:20.724495 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  227. I, [2021-08-06T04:41:20.835142 #1] INFO -- :
  228. I, [2021-08-06T04:41:20.835691 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  229. I, [2021-08-06T04:41:20.911431 #1] INFO -- :
  230. I, [2021-08-06T04:41:20.911965 #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'
  231. I, [2021-08-06T04:41:20.988415 #1] INFO -- :
  232. I, [2021-08-06T04:41:20.988979 #1] INFO -- : > chown -R discourse /home/discourse
  233. I, [2021-08-06T04:41:21.412031 #1] INFO -- :
  234. I, [2021-08-06T04:41:21.412662 #1] INFO -- : > rm -f /etc/cron.d/anacron
  235. I, [2021-08-06T04:41:21.416170 #1] INFO -- :
  236. I, [2021-08-06T04:41:21.418459 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
  237. I, [2021-08-06T04:41:21.421655 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
  238. I, [2021-08-06T04:41:21.424758 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
  239. I, [2021-08-06T04:41:21.427833 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
  240. I, [2021-08-06T04:41:21.431699 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
  241. I, [2021-08-06T04:41:21.434736 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
  242. I, [2021-08-06T04:41:21.434980 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
  243. I, [2021-08-06T04:41:21.435325 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  244. I, [2021-08-06T04:41:21.436837 #1] INFO -- : > cd /var/www/discourse && git reset --hard
  245. 200:C 06 Aug 2021 04:41:21.443 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  246. 200:C 06 Aug 2021 04:41:21.443 # Redis version=6.2.3, bits=64, commit=00000000, modified=0, pid=200, just started
  247. 200:C 06 Aug 2021 04:41:21.443 # Configuration loaded
  248. 200:M 06 Aug 2021 04:41:21.444 * monotonic clock: POSIX clock_gettime
  249. 200:M 06 Aug 2021 04:41:21.444 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
  250. 200:M 06 Aug 2021 04:41:21.444 # Failed listening on port 6379 (TCP), aborting.
  251. Checking out files: 100% (28860/28860), done.
  252. I, [2021-08-06T04:41:24.517620 #1] INFO -- : HEAD is now at 74f71503 FEATURE: Automatically timed delete stub topics after entire topic is merged into another topic (#13187)
  253.  
  254. I, [2021-08-06T04:41:24.518044 #1] INFO -- : > cd /var/www/discourse && git clean -f
  255. I, [2021-08-06T04:41:24.607795 #1] INFO -- :
  256. I, [2021-08-06T04:41:24.608210 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
  257. I, [2021-08-06T04:41:24.611316 #1] INFO -- :
  258. I, [2021-08-06T04:41:24.611505 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
  259. I, [2021-08-06T04:41:24.614578 #1] INFO -- :
  260. I, [2021-08-06T04:41:24.614800 #1] INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
  261. From https://github.com/discourse/discourse
  262. * branch tests-passed -> FETCH_HEAD
  263. * [new branch] tests-passed -> origin/tests-passed
  264. I, [2021-08-06T04:41:27.660189 #1] INFO -- :
  265. I, [2021-08-06T04:41:27.660481 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
  266. Switched to a new branch 'tests-passed'
  267. I, [2021-08-06T04:41:28.844350 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
  268.  
  269. I, [2021-08-06T04:41:28.844655 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
  270. I, [2021-08-06T04:41:28.847392 #1] INFO -- :
  271. I, [2021-08-06T04:41:28.847604 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
  272. I, [2021-08-06T04:41:28.849742 #1] INFO -- :
  273. I, [2021-08-06T04:41:28.849927 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  274. I, [2021-08-06T04:41:28.852003 #1] INFO -- :
  275. I, [2021-08-06T04:41:28.852185 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  276. I, [2021-08-06T04:41:28.854295 #1] INFO -- :
  277. I, [2021-08-06T04:41:28.854507 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  278. I, [2021-08-06T04:41:28.857472 #1] INFO -- :
  279. I, [2021-08-06T04:41:28.857642 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  280. I, [2021-08-06T04:41:28.859664 #1] INFO -- :
  281. I, [2021-08-06T04:41:28.859831 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
  282. I, [2021-08-06T04:41:28.863055 #1] INFO -- :
  283. I, [2021-08-06T04:41:28.863226 #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"
  284. I, [2021-08-06T04:41:28.866464 #1] INFO -- :
  285. I, [2021-08-06T04:41:28.866641 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  286. I, [2021-08-06T04:41:28.869837 #1] INFO -- :
  287. I, [2021-08-06T04:41:28.870008 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  288. I, [2021-08-06T04:41:28.873066 #1] INFO -- :
  289. I, [2021-08-06T04:41:28.873238 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
  290. I, [2021-08-06T04:41:28.876399 #1] INFO -- :
  291. I, [2021-08-06T04:41:28.876580 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
  292. I, [2021-08-06T04:41:28.879669 #1] INFO -- :
  293. I, [2021-08-06T04:41:28.879855 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
  294. I, [2021-08-06T04:41:30.835602 #1] INFO -- :
  295. I, [2021-08-06T04:41:30.836064 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
  296. I, [2021-08-06T04:41:30.841985 #1] INFO -- :
  297. I, [2021-08-06T04:41:30.842277 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  298. I, [2021-08-06T04:41:30.842800 #1] INFO -- : > cd /var/www/discourse/plugins && mkdir -p plugins
  299. I, [2021-08-06T04:41:30.844931 #1] INFO -- :
  300. I, [2021-08-06T04:41:30.845114 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  301. Cloning into 'docker_manager'...
  302. I, [2021-08-06T04:41:32.151118 #1] INFO -- :
  303. I, [2021-08-06T04:41:32.151611 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-tagging.git
  304. Cloning into 'discourse-tagging'...
  305. I, [2021-08-06T04:41:32.895377 #1] INFO -- :
  306. I, [2021-08-06T04:41:32.895856 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-adplugin.git
  307. Cloning into 'discourse-adplugin'...
  308. I, [2021-08-06T04:41:33.559437 #1] INFO -- :
  309. I, [2021-08-06T04:41:33.559906 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-sitemap
  310. Cloning into 'discourse-sitemap'...
  311. I, [2021-08-06T04:41:34.094964 #1] INFO -- :
  312. I, [2021-08-06T04:41:34.095523 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  313. I, [2021-08-06T04:41:34.099370 #1] INFO -- :
  314. I, [2021-08-06T04:41:34.099675 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
  315. I, [2021-08-06T04:41:34.101183 #1] INFO -- :
  316. I, [2021-08-06T04:41:34.101449 #1] INFO -- : > mkdir -p /var/nginx/cache
  317. I, [2021-08-06T04:41:34.103034 #1] INFO -- :
  318. I, [2021-08-06T04:41:34.104854 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  319. I, [2021-08-06T04:41:34.105286 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  320. I, [2021-08-06T04:41:34.105655 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  321. I, [2021-08-06T04:41:34.106410 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  322. I, [2021-08-06T04:41:34.107199 #1] INFO -- : > echo "done configuring web"
  323. I, [2021-08-06T04:41:34.108374 #1] INFO -- : done configuring web
  324.  
  325. I, [2021-08-06T04:41:34.108701 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
  326. I, [2021-08-06T04:41:34.903855 #1] INFO -- : Successfully installed bundler-2.2.19
  327. 1 gem installed
  328.  
  329. I, [2021-08-06T04:41:34.904292 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
  330. I, [2021-08-06T04:41:37.954013 #1] INFO -- :
  331. I, [2021-08-06T04:41:37.954598 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
  332. [DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag
  333. [DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'test development'`, and stop using this flag
  334. I, [2021-08-06T04:42:21.947440 #1] INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.2.19
  335. Frozen, using resolution from the lockfile
  336. The definition is missing ["rake-13.0.6", "concurrent-ruby-1.1.9", "nokogiri-1.12.2-x86_64-linux", "loofah-2.11.0", "globalid-0.5.2", "addressable-2.8.0", "aws-sdk-kms-1.44.0", "aws-sdk-s3-1.96.1", "bootsnap-1.7.7", "css_parser-1.10.0", "excon-0.85.0", "faraday-httpclient-1.0.1", "faraday-net_http_persistent-1.2.0", "faraday-patron-1.0.0", "faraday-rack-1.0.0", "ruby2_keywords-0.0.5", "faraday-1.6.0", "fastimage-2.2.4", "ffi-1.15.3", "image_size-2.1.1", "logster-2.9.7", "message_bus-3.3.6", "redis-4.4.0", "nio4r-2.5.8", "oj-3.12.3", "puma-5.4.0", "rqrcode_core-1.1.0", "rubyzip-2.3.2", "sanitize-6.0.0"]
  337. HTTP GET https://index.rubygems.org/versions
  338. HTTP 206 Partial Content https://index.rubygems.org/versions
  339. HTTP GET https://index.rubygems.org/versions
  340. HTTP 200 OK https://index.rubygems.org/versions
  341. Fetching gem metadata from https://rubygems.org/
  342. Double checking for ["rake", "concurrent-ruby", "i18n", "minitest", "tzinfo", "zeitwerk", "activesupport", "builder", "erubi", "racc", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mini_mime", "actionmailer", "actionview_precompiler", "activemodel", "active_model_serializers", "activerecord", "public_suffix", "addressable", "aws-eventstream", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "cbor", "chunky_png", "coderay", "colored2", "connection_pool", "openssl", "openssl-signature_algorithm", "cose", "cppjieba_rb", "css_parser", "diffy", "ember-data-source", "sprockets", "ember-handlebars-template", "method_source", "thor", "railties", "jquery-rails", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "regexp_parser", "ecma-re-validator", "email_reply_trimmer", "excon", "exifr", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-httpclient", "faraday-net_http", "faraday-net_http_persistent", "faraday-patron", "faraday-rack", "multipart-post", "ruby2_keywords", "faraday", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "guess_html_encoding", "hana", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "json", "uri_template", "json_schemer", "jwt", "kgio", "libv8-node", "request_store", "lograge", "logstash-event", "logstash-logger", "logster", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "mini_racer", "redis", "sidekiq", "mini_scheduler", "mini_sql", "mini_suffix", "multi_json", "multi_xml", "mustache", "nio4r", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-twitter", "optimist", "pg", "pry", "pry-byebug", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_failover", "rails_multisite", "raindrops", "rbtrace", "rchardet", "redis-namespace", "rinku", "rotp", "rqrcode_core", "rqrcode", "rtlit", "ruby-readability", "rubyzip", "sanitize", "sassc", "sprockets-rails", "tilt", "sassc-rails", "seed-fu", "sshkey", "stackprof", "uglifier", "unf_ext", "unf", "unicorn", "webpush", "xorcist"] in rubygems repository https://rubygems.org/ or installed locally
  343. Fetching gem metadata from https://rubygems.org/
  344. Looking up gems ["rake", "concurrent-ruby", "i18n", "minitest", "tzinfo", "zeitwerk", "activesupport", "builder", "erubi", "racc", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mini_mime", "actionmailer", "actionview_precompiler", "activemodel", "active_model_serializers", "activerecord", "public_suffix", "addressable", "aws-eventstream", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "cbor", "chunky_png", "coderay", "colored2", "connection_pool", "openssl", "openssl-signature_algorithm", "cose", "cppjieba_rb", "css_parser", "diffy", "ember-data-source", "sprockets", "ember-handlebars-template", "method_source", "thor", "railties", "jquery-rails", "discourse-ember-rails", "discourse-ember-source", "discourse-fonts", "regexp_parser", "ecma-re-validator", "email_reply_trimmer", "excon", "exifr", "faraday-em_http", "faraday-em_synchrony", "faraday-excon", "faraday-httpclient", "faraday-net_http", "faraday-net_http_persistent", "faraday-patron", "faraday-rack", "multipart-post", "ruby2_keywords", "faraday", "fast_blank", "fast_xs", "fastimage", "ffi", "fspath", "gc_tracer", "guess_html_encoding", "hana", "hashie", "highline", "hkdf", "htmlentities", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "json", "uri_template", "json_schemer", "jwt", "kgio", "libv8-node", "request_store", "lograge", "logstash-event", "logstash-logger", "logster", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "mini_racer", "redis", "sidekiq", "mini_scheduler", "mini_sql", "mini_suffix", "multi_json", "multi_xml", "mustache", "nio4r", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-oauth", "omniauth-twitter", "optimist", "pg", "pry", "pry-byebug", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_failover", "rails_multisite", "raindrops", "rbtrace", "rchardet", "redis-namespace", "rinku", "rotp", "rqrcode_core", "rqrcode", "rtlit", "ruby-readability", "rubyzip", "sanitize", "sassc", "sprockets-rails", "tilt", "sassc-rails", "seed-fu", "sshkey", "stackprof", "uglifier", "unf_ext", "unf", "unicorn", "webpush", "xorcist"]
  345. HTTP GET https://index.rubygems.org/info/rake
  346. HTTP GET https://index.rubygems.org/info/concurrent-ruby
  347. HTTP 206 Partial Content https://index.rubygems.org/info/rake
  348. HTTP GET https://index.rubygems.org/info/bootsnap
  349. HTTP GET https://index.rubygems.org/info/zeitwerk
  350. HTTP GET https://index.rubygems.org/info/css_parser
  351. HTTP GET https://index.rubygems.org/info/actionview
  352. HTTP GET https://index.rubygems.org/info/activesupport
  353. HTTP GET https://index.rubygems.org/info/actionpack
  354. HTTP GET https://index.rubygems.org/info/aws-sdk-sns
  355. HTTP GET https://index.rubygems.org/info/aws-sigv4
  356. HTTP GET https://index.rubygems.org/info/aws-sdk-kms
  357. HTTP GET https://index.rubygems.org/info/globalid
  358. HTTP GET https://index.rubygems.org/info/activejob
  359. HTTP GET https://index.rubygems.org/info/activerecord
  360. HTTP GET https://index.rubygems.org/info/aws-partitions
  361. HTTP GET https://index.rubygems.org/info/activemodel
  362. HTTP GET https://index.rubygems.org/info/addressable
  363. HTTP GET https://index.rubygems.org/info/actionmailer
  364. HTTP GET https://index.rubygems.org/info/aws-sdk-core
  365. HTTP GET https://index.rubygems.org/info/loofah
  366. HTTP GET https://index.rubygems.org/info/nokogiri
  367. HTTP GET https://index.rubygems.org/info/aws-sdk-s3
  368. HTTP 206 Partial Content https://index.rubygems.org/info/bootsnap
  369. HTTP 206 Partial Content https://index.rubygems.org/info/concurrent-ruby
  370. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
  371. HTTP 206 Partial Content https://index.rubygems.org/info/zeitwerk
  372. HTTP GET https://index.rubygems.org/info/railties
  373. HTTP GET https://index.rubygems.org/info/cppjieba_rb
  374. HTTP GET https://index.rubygems.org/info/faraday-httpclient
  375. HTTP GET https://index.rubygems.org/info/faraday-net_http_persistent
  376. HTTP 206 Partial Content https://index.rubygems.org/info/actionmailer
  377. HTTP 206 Partial Content https://index.rubygems.org/info/activerecord
  378. HTTP 206 Partial Content https://index.rubygems.org/info/css_parser
  379. HTTP 206 Partial Content https://index.rubygems.org/info/actionview
  380. HTTP 206 Partial Content https://index.rubygems.org/info/railties
  381. HTTP 206 Partial Content https://index.rubygems.org/info/nokogiri
  382. HTTP GET https://index.rubygems.org/info/excon
  383. HTTP 206 Partial Content https://index.rubygems.org/info/activejob
  384. HTTP 206 Partial Content https://index.rubygems.org/info/loofah
  385. HTTP 206 Partial Content https://index.rubygems.org/info/globalid
  386. HTTP 206 Partial Content https://index.rubygems.org/info/actionpack
  387. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sigv4
  388. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-sns
  389. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-kms
  390. HTTP 206 Partial Content https://index.rubygems.org/info/addressable
  391. HTTP 206 Partial Content https://index.rubygems.org/info/activemodel
  392. HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
  393. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-s3
  394. HTTP GET https://index.rubygems.org/info/faraday-patron
  395. HTTP 200 OK https://index.rubygems.org/info/faraday-httpclient
  396. HTTP GET https://index.rubygems.org/info/faraday-rack
  397. HTTP 206 Partial Content https://index.rubygems.org/info/activesupport
  398. HTTP GET https://index.rubygems.org/info/faraday
  399. HTTP 206 Partial Content https://index.rubygems.org/info/faraday-net_http_persistent
  400. HTTP GET https://index.rubygems.org/info/fastimage
  401. HTTP GET https://index.rubygems.org/info/ruby2_keywords
  402. HTTP GET https://index.rubygems.org/info/ffi
  403. HTTP 206 Partial Content https://index.rubygems.org/info/ruby2_keywords
  404. HTTP GET https://index.rubygems.org/info/image_size
  405. HTTP 206 Partial Content https://index.rubygems.org/info/cppjieba_rb
  406. HTTP 206 Partial Content https://index.rubygems.org/info/excon
  407. HTTP 200 OK https://index.rubygems.org/info/faraday-patron
  408. HTTP 206 Partial Content https://index.rubygems.org/info/ffi
  409. HTTP 206 Partial Content https://index.rubygems.org/info/faraday
  410. HTTP 200 OK https://index.rubygems.org/info/faraday-rack
  411. HTTP GET https://index.rubygems.org/info/message_bus
  412. HTTP GET https://index.rubygems.org/info/redis
  413. HTTP GET https://index.rubygems.org/info/rqrcode_core
  414. HTTP GET https://index.rubygems.org/info/rubyzip
  415. HTTP GET https://index.rubygems.org/info/sanitize
  416. HTTP GET https://index.rubygems.org/info/logster
  417. HTTP GET https://index.rubygems.org/info/nio4r
  418. HTTP GET https://index.rubygems.org/info/oj
  419. HTTP 206 Partial Content https://index.rubygems.org/info/image_size
  420. HTTP 206 Partial Content https://index.rubygems.org/info/redis
  421. HTTP GET https://index.rubygems.org/info/puma
  422. HTTP 206 Partial Content https://index.rubygems.org/info/sanitize
  423. HTTP 206 Partial Content https://index.rubygems.org/info/rqrcode_core
  424. HTTP 206 Partial Content https://index.rubygems.org/info/nio4r
  425. HTTP 206 Partial Content https://index.rubygems.org/info/oj
  426. HTTP 206 Partial Content https://index.rubygems.org/info/rubyzip
  427. HTTP 206 Partial Content https://index.rubygems.org/info/puma
  428. HTTP 206 Partial Content https://index.rubygems.org/info/fastimage
  429. HTTP 206 Partial Content https://index.rubygems.org/info/message_bus
  430. HTTP 206 Partial Content https://index.rubygems.org/info/logster
  431. Looking up gems ["rails-deprecated_sanitizer", "json_pure", "handlebars-source", "ember-template-compiler-source", "columnize", "debugger-linecache", "slop", "rb-readline", "jsonapi", "case_transform", "jsonapi-renderer", "ruby_parser", "thread_safe", "hike", "functional-ruby", "ref", "jamespath", "http-2", "snappy", "rails", "mail", "text-format", "arel", "activerecord-deprecated_finders", "hoe", "rake-compiler", "memcache-client", "erubis", "weakling", "mini_portile", "mini_portile2", "pkg-config", "rack-ssl", "rdoc", "rb-appscript", "xattr", "ffi-xattr", "rdf", "activemodel-globalid", "rspec", "libv8", "termios", "celluloid", "compass", "sass", "sprockets-sass", "sinatra", "slim", "bcrypt-ruby", "ruby-hmac", "faraday-middleware", "httpauth", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "win32console", "yard", "spoon", "rack-mount", "rack-cache", "journey", "listen", "trollop", "base32", "net-http-persistent", "bundler", "therubyracer", "stud", "pry-doc", "escape_utils", "hpricot", "nokogumbo", "bigdecimal", "eventmachine", "thin"]
  432. HTTP GET https://index.rubygems.org/info/ruby_parser
  433. HTTP GET https://index.rubygems.org/info/hoe
  434. HTTP GET https://index.rubygems.org/info/rdoc
  435. HTTP GET https://index.rubygems.org/info/rdf
  436. HTTP GET https://index.rubygems.org/info/listen
  437. HTTP GET https://index.rubygems.org/info/slop
  438. HTTP GET https://index.rubygems.org/info/mini_portile2
  439. HTTP GET https://index.rubygems.org/info/rails
  440. HTTP GET https://index.rubygems.org/info/bundler
  441. HTTP 206 Partial Content https://index.rubygems.org/info/ruby_parser
  442. HTTP 206 Partial Content https://index.rubygems.org/info/hoe
  443. HTTP 206 Partial Content https://index.rubygems.org/info/rdoc
  444. HTTP 206 Partial Content https://index.rubygems.org/info/slop
  445. HTTP 206 Partial Content https://index.rubygems.org/info/mini_portile2
  446. HTTP 206 Partial Content https://index.rubygems.org/info/rdf
  447. HTTP 206 Partial Content https://index.rubygems.org/info/bundler
  448. HTTP 206 Partial Content https://index.rubygems.org/info/listen
  449. HTTP 206 Partial Content https://index.rubygems.org/info/rails
  450. Looking up gems ["spruz", "ruby_core_source", "debugger-ruby_core_source", "jsonapi-parser", "atomic", "snappy-jars", "mime-types", "treetop", "tlsmail", "text-hyphen", "ZenTest", "RubyInline", "abstract", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "haml", "fssm", "compass-core", "compass-import-once", "rb-fsevent", "rb-inotify", "sprockets-helpers", "mongrel", "backports", "mustermann", "temple", "bcrypt", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "multimap", "curses", "metriks", "daemons", "rspec-core", "rspec-expectations", "rspec-mocks", "sass-listen", "ParseTree", "sexp_processor", "rubyforge", "gemcutter", "link_header", "hamster", "net-ftp", "rb-fchange", "rb-kqueue", "celluloid-io", "ruby_dep", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext"]
  451. HTTP GET https://index.rubygems.org/info/facter
  452. HTTP GET https://index.rubygems.org/info/curses
  453. HTTP GET https://index.rubygems.org/info/net-ftp
  454. HTTP GET https://index.rubygems.org/info/actioncable
  455. HTTP GET https://index.rubygems.org/info/activestorage
  456. HTTP GET https://index.rubygems.org/info/actionmailbox
  457. HTTP GET https://index.rubygems.org/info/haml
  458. HTTP GET https://index.rubygems.org/info/actiontext
  459. HTTP 206 Partial Content https://index.rubygems.org/info/facter
  460. HTTP 200 OK https://index.rubygems.org/info/net-ftp
  461. HTTP 206 Partial Content https://index.rubygems.org/info/curses
  462. HTTP 206 Partial Content https://index.rubygems.org/info/haml
  463. HTTP 206 Partial Content https://index.rubygems.org/info/actiontext
  464. HTTP 206 Partial Content https://index.rubygems.org/info/activestorage
  465. HTTP 206 Partial Content https://index.rubygems.org/info/actionmailbox
  466. HTTP 206 Partial Content https://index.rubygems.org/info/actioncable
  467. Looking up gems ["archive-tar-minitar", "mime-types-data", "hitimes", "celluloid-gems", "coveralls", "rubocop", "dotenv-deployment", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool", "ruby-openid", "netrc", "http-cookie", "http-accept", "macaddr", "log4r", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "diff-lcs", "rspec-support", "SexpProcessor", "net-scp", "win32-api", "rails-observers", "activemodel-serializers-xml", "facets", "polyglot", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "net-protocol", "time", "marcel", "mimemagic", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver"]
  468. HTTP GET https://index.rubygems.org/info/mime-types-data
  469. HTTP GET https://index.rubygems.org/info/rubocop
  470. HTTP GET https://index.rubygems.org/info/http-cookie
  471. HTTP GET https://index.rubygems.org/info/net-protocol
  472. HTTP GET https://index.rubygems.org/info/time
  473. HTTP GET https://index.rubygems.org/info/faraday_middleware
  474. HTTP 200 OK https://index.rubygems.org/info/time
  475. HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
  476. HTTP 206 Partial Content https://index.rubygems.org/info/mime-types-data
  477. HTTP 206 Partial Content https://index.rubygems.org/info/http-cookie
  478. HTTP 206 Partial Content https://index.rubygems.org/info/faraday_middleware
  479. HTTP 200 OK https://index.rubygems.org/info/net-protocol
  480. HTTP GET https://index.rubygems.org/info/websocket-driver
  481. HTTP 206 Partial Content https://index.rubygems.org/info/websocket-driver
  482. Looking up gems ["minitar", "minitar-cli", "configuration", "mkrf", "colorize", "simplecov", "term-ansicolor", "tins", "ruby-yadis", "systemu", "net-ssh", "test-unit", "libxml-ruby", "coffee-script", "hiredis", "rainbow", "parser", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "parallel", "jaro_winkler", "psych", "rexml", "rubocop-ast", "domain_name", "sqlite3", "roauth", "io-wait", "timeout", "ffi-win32-extensions", "websocket-extensions"]
  483. HTTP GET https://index.rubygems.org/info/test-unit
  484. HTTP GET https://index.rubygems.org/info/parser
  485. HTTP GET https://index.rubygems.org/info/rubocop-ast
  486. HTTP GET https://index.rubygems.org/info/io-wait
  487. HTTP GET https://index.rubygems.org/info/timeout
  488. HTTP GET https://index.rubygems.org/info/psych
  489. HTTP 206 Partial Content https://index.rubygems.org/info/parser
  490. HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-ast
  491. HTTP 200 OK https://index.rubygems.org/info/timeout
  492. HTTP 200 OK https://index.rubygems.org/info/io-wait
  493. HTTP 206 Partial Content https://index.rubygems.org/info/psych
  494. HTTP 206 Partial Content https://index.rubygems.org/info/test-unit
  495. Looking up gems ["powerbar", "simplecov-html", "docile", "lockfile", "simplecov_json_formatter", "sync", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "coffee-script-source", "strscan", "jar-dependencies", "ast", "power_assert"]
  496. Looking up gems ["ansi", "ruby-maven", "pattern-match"]
  497. Looking up gems ["maven-tools", "ruby-maven-libs"]
  498. Looking up gems ["virtus"]
  499. HTTP GET https://index.rubygems.org/info/virtus
  500. HTTP 206 Partial Content https://index.rubygems.org/info/virtus
  501. Looking up gems ["descendants_tracker", "axiom-types", "coercible", "equalizer"]
  502. Looking up gems ["ice_nine", "adamantium"]
  503. Looking up gems ["memoizable"]
  504. Fetching rake 13.0.6
  505. Installing rake 13.0.6
  506. 0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
  507. Fetching concurrent-ruby 1.1.9
  508. Using minitest 5.14.4
  509. 1: minitest (5.14.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.14.4.gemspec
  510. Using zeitwerk 2.4.2
  511. 1: zeitwerk (2.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.4.2.gemspec
  512. Using builder 3.2.4
  513. 1: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
  514. Using erubi 1.10.0
  515. 1: erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
  516. Using racc 1.5.2
  517. 1: racc (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.5.2.gemspec
  518. Using crass 1.0.6
  519. 1: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
  520. Using rack 2.2.3
  521. 1: rack (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
  522. Using mini_mime 1.1.0
  523. 1: mini_mime (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.0.gemspec
  524. Using public_suffix 4.0.6
  525. 1: public_suffix (4.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
  526. Using aws-eventstream 1.1.1
  527. Using aws-partitions 1.432.0
  528. Using jmespath 1.4.0
  529. 1: aws-eventstream (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.1.1.gemspec
  530. Using ember-source 2.18.2
  531. 1: ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
  532. Using execjs 2.8.1
  533. 1: execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
  534. Using msgpack 1.4.2
  535. 1: msgpack (1.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.2.gemspec
  536. Using bundler 2.2.19
  537. 1: bundler (2.2.19) from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/source
  538. Using byebug 11.1.3
  539. 1: byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
  540. Using cbor 0.5.9.6
  541. 1: cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
  542. Using chunky_png 1.4.0
  543. 1: chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
  544. Using coderay 1.1.3
  545. 1: coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
  546. Using colored2 3.1.2
  547. 1: colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
  548. Using connection_pool 2.2.5
  549. 1: connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
  550. Using openssl 2.2.0
  551. 1: openssl (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.0.gemspec
  552. Using cppjieba_rb 0.3.3
  553. 1: cppjieba_rb (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.3.3.gemspec
  554. Using diffy 3.4.0
  555. 1: diffy (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
  556. Using method_source 1.0.0
  557. 1: method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
  558. Using thor 1.1.0
  559. 1: thor (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.1.0.gemspec
  560. Using discourse-ember-source 3.12.2.3
  561. 1: discourse-ember-source (3.12.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
  562. Using discourse-fonts 0.0.8
  563. 1: discourse-fonts (0.0.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.8.gemspec
  564. Using regexp_parser 2.1.1
  565. 1: regexp_parser (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.1.1.gemspec
  566. Using email_reply_trimmer 0.1.13
  567. 1: email_reply_trimmer (0.1.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
  568. Fetching excon 0.85.0
  569. 3: jmespath (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.4.0.gemspec
  570. Using exifr 1.3.9
  571. 3: exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
  572. Using faraday-em_http 1.0.0
  573. 3: faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
  574. Using faraday-em_synchrony 1.0.0
  575. 3: faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
  576. Using faraday-excon 1.1.0
  577. 3: faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
  578. Fetching faraday-httpclient 1.0.1
  579. 2: aws-partitions (1.432.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.432.0.gemspec
  580. Using faraday-net_http 1.0.1
  581. 2: faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
  582. Fetching faraday-net_http_persistent 1.2.0
  583. Installing faraday-httpclient 1.0.1
  584. Installing faraday-net_http_persistent 1.2.0
  585. Installing excon 0.85.0
  586. 2: faraday-net_http_persistent (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http_persistent-1.2.0.gemspec
  587. 3: faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
  588. Fetching faraday-rack 1.0.0
  589. Fetching faraday-patron 1.0.0
  590. Installing concurrent-ruby 1.1.9
  591. Installing faraday-patron 1.0.0
  592. Installing faraday-rack 1.0.0
  593. 2: faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
  594. Using multipart-post 2.1.1
  595. 2: multipart-post (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
  596. Fetching ruby2_keywords 0.0.5
  597. 3: faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
  598. Using fast_blank 1.0.0
  599. 3: fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.0.gemspec
  600. Using fast_xs 0.8.0
  601. 3: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
  602. Fetching fastimage 2.2.4
  603. Installing ruby2_keywords 0.0.5
  604. Installing fastimage 2.2.4
  605. 2: ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
  606. Fetching ffi 1.15.3
  607. 1: excon (0.85.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.85.0.gemspec
  608. Using fspath 3.1.2
  609. 1: fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
  610. Using gc_tracer 1.5.1
  611. 1: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
  612. Using guess_html_encoding 0.0.11
  613. 1: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
  614. Using hana 1.3.7
  615. 1: hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
  616. Using hashie 4.1.0
  617. 1: hashie (4.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-4.1.0.gemspec
  618. Using highline 2.0.3
  619. 1: highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
  620. Using hkdf 0.3.0
  621. 1: hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
  622. Using htmlentities 4.3.4
  623. 1: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
  624. Using http_accept_language 2.1.1
  625. 1: http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
  626. Fetching image_size 2.1.1
  627. 3: fastimage (2.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.4.gemspec
  628. Using in_threads 1.5.4
  629. 3: in_threads (1.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.5.4.gemspec
  630. Using progress 3.6.0
  631. 3: progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
  632. Using json 2.5.1
  633. 3: json (2.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.5.1.gemspec
  634. Using uri_template 0.7.0
  635. 3: uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
  636. Using jwt 2.2.3
  637. 3: jwt (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.2.3.gemspec
  638. Using kgio 2.11.4
  639. 3: kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
  640. Using libv8-node 15.14.0.1 (x86_64-linux)
  641. 3: libv8-node (15.14.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-15.14.0.1-x86_64-linux.gemspec
  642. Using logstash-event 1.2.02
  643. 3: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
  644. Fetching logster 2.9.7
  645. Installing image_size 2.1.1
  646. Installing logster 2.9.7
  647. 1: image_size (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-2.1.1.gemspec
  648. Using lru_redux 1.1.0
  649. Installing ffi 1.15.3 with native extensions
  650. 1: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
  651. Using lz4-ruby 0.3.3
  652. 1: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
  653. Using maxminddb 0.1.22
  654. 1: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
  655. Using memory_profiler 1.0.0
  656. 1: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
  657. Fetching redis 4.4.0
  658. Installing redis 4.4.0
  659. 1: redis (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.4.0.gemspec
  660. Using mini_sql 1.1.3
  661. 1: mini_sql (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.1.3.gemspec
  662. Using multi_json 1.15.0
  663. 1: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
  664. Using multi_xml 0.6.0
  665. 1: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
  666. Using mustache 1.1.1
  667. 1: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
  668. Fetching nio4r 2.5.8
  669. 0: concurrent-ruby (1.1.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
  670. Using oauth 0.5.6
  671. 0: oauth (0.5.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.6.gemspec
  672. Fetching oj 3.12.3
  673. Installing nio4r 2.5.8 with native extensions
  674. Installing oj 3.12.3 with native extensions
  675. Building native extensions. This could take a while...
  676. 3: logster (2.9.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.9.7.gemspec
  677. Using optimist 3.0.1
  678. 3: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
  679. Using pg 1.2.3
  680. 3: pg (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.2.3.gemspec
  681. Using r2 0.2.7
  682. 3: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
  683. Using raindrops 0.19.2
  684. 3: raindrops (0.19.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.19.2.gemspec
  685. Using rchardet 1.8.0
  686. 3: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
  687. Using rinku 2.0.6
  688. 3: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
  689. Using rotp 6.2.0
  690. 3: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
  691. Fetching rqrcode_core 1.1.0
  692. Installing rqrcode_core 1.1.0
  693. 3: rqrcode_core (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.1.0.gemspec
  694. Using rtlit 0.0.5
  695. 3: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
  696. Fetching rubyzip 2.3.2
  697. Installing rubyzip 2.3.2
  698. Building native extensions. This could take a while...
  699. RubyZip 3.0 is coming!
  700. **********************
  701.  
  702. The public API of some Rubyzip classes has been modernized to use named
  703. parameters for optional arguments. Please check your usage of the
  704. following classes:
  705. * `Zip::File`
  706. * `Zip::Entry`
  707. * `Zip::InputStream`
  708. * `Zip::OutputStream`
  709.  
  710. Please ensure that your Gemfiles and .gemspecs are suitably restrictive
  711. to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
  712. See https://github.com/rubyzip/rubyzip for details. The Changelog also
  713. lists other enhancements and bugfixes that have been implemented since
  714. version 2.3.0.
  715. 3: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
  716. Using tilt 2.0.10
  717. 3: tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
  718. Using sshkey 2.0.0
  719. 3: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
  720. Using stackprof 0.2.17
  721. 3: stackprof (0.2.17) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.17.gemspec
  722. Using unf_ext 0.0.7.7
  723. 3: unf_ext (0.0.7.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.7.7.gemspec
  724. Using xorcist 1.1.2
  725. 3: xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
  726. Fetching nokogiri 1.12.2 (x86_64-linux)
  727. Installing nokogiri 1.12.2 (x86_64-linux)
  728. Building native extensions. This could take a while...
  729. 3: nokogiri (1.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.12.2-x86_64-linux.gemspec
  730. Using rack-test 1.1.0
  731. 3: rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
  732. Using mail 2.8.0.edge from https://github.com/discourse/mail.git (at master@5b700fc)
  733. 3: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
  734. Fetching addressable 2.8.0
  735. Installing addressable 2.8.0
  736. 3: addressable (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
  737. Using aws-sigv4 1.2.3
  738. 3: aws-sigv4 (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.2.3.gemspec
  739. Using barber 0.12.2
  740. 3: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
  741. Fetching bootsnap 1.7.7
  742. Installing bootsnap 1.7.7 with native extensions
  743. Building native extensions. This could take a while...
  744. 3: bootsnap (1.7.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.7.7.gemspec
  745. Using openssl-signature_algorithm 1.1.1
  746. 3: openssl-signature_algorithm (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
  747. Using ember-data-source 3.0.2
  748. 3: ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
  749. Using request_store 1.5.0
  750. 3: request_store (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.0.gemspec
  751. Fetching message_bus 3.3.6
  752. Installing message_bus 3.3.6
  753. 3: message_bus (3.3.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-3.3.6.gemspec
  754. Using pry 0.13.1
  755. 3: pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
  756. Using rack-mini-profiler 2.3.2
  757. 3: rack-mini-profiler (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.2.gemspec
  758. Using rack-protection 2.1.0
  759. 3: rack-protection (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.1.0.gemspec
  760. Using uglifier 4.2.0
  761. 3: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
  762. Using ecma-re-validator 0.3.0
  763. 3: ecma-re-validator (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.3.0.gemspec
  764. Fetching faraday 1.6.0
  765. Installing faraday 1.6.0
  766. 3: faraday (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.6.0.gemspec
  767. Using omniauth 1.9.1
  768. 3: omniauth (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
  769. Using logstash-logger 0.26.1
  770. 3: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
  771. Using mini_racer 0.4.0
  772. 3: mini_racer (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.4.0.gemspec
  773. Using webpush 1.1.0
  774. 3: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
  775. Using image_optim 0.30.0
  776. 3: image_optim (0.30.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.30.0.gemspec
  777. Using sidekiq 6.2.1
  778. 3: sidekiq (6.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.2.1.gemspec
  779. Using redis-namespace 1.8.1
  780. 3: redis-namespace (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
  781. Using i18n 1.8.10
  782. 3: i18n (1.8.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.10.gemspec
  783. Using tzinfo 2.0.4
  784. 3: tzinfo (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
  785. Using sprockets 3.7.2
  786. 3: sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
  787. Using unicorn 6.0.0
  788. 3: unicorn (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.0.0.gemspec
  789. Using rqrcode 2.0.0
  790. 3: rqrcode (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.0.0.gemspec
  791. Using unf 0.1.4
  792. 3: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
  793. Fetching loofah 2.11.0
  794. Installing loofah 2.11.0
  795. 3: loofah (2.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.11.0.gemspec
  796. Using ruby-readability 0.7.0
  797. 3: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
  798. Fetching sanitize 6.0.0
  799. Installing sanitize 6.0.0
  800. 3: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
  801. Fetching css_parser 1.10.0
  802. Installing css_parser 1.10.0
  803. 3: css_parser (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.10.0.gemspec
  804. Using aws-sdk-core 3.112.1
  805. 3: aws-sdk-core (3.112.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.112.1.gemspec
  806. Using cose 1.2.0
  807. 3: cose (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
  808. Using json_schemer 0.2.18
  809. 3: json_schemer (0.2.18) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
  810. Using pry-byebug 3.9.0
  811. 3: pry-byebug (3.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
  812. Using pry-rails 0.3.9
  813. 3: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
  814. Using oauth2 1.4.7
  815. 3: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
  816. Using mini_scheduler 0.13.0
  817. 3: mini_scheduler (0.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
  818. Using omniauth-oauth 1.2.0
  819. 3: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
  820. Using activesupport 6.1.3.2
  821. 3: activesupport (6.1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.3.2.gemspec
  822. Using ember-handlebars-template 0.8.0
  823. 3: ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
  824. Using rails-html-sanitizer 1.3.0
  825. 3: rails-html-sanitizer (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.3.0.gemspec
  826. Using rails-dom-testing 2.0.3
  827. 3: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
  828. Fetching globalid 0.5.2
  829. Installing globalid 0.5.2
  830. 3: globalid (0.5.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-0.5.2.gemspec
  831. Using activemodel 6.1.3.2
  832. 3: activemodel (6.1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.3.2.gemspec
  833. Fetching aws-sdk-kms 1.44.0
  834. Installing aws-sdk-kms 1.44.0
  835. 3: aws-sdk-kms (1.44.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
  836. Using aws-sdk-sns 1.38.0
  837. 3: aws-sdk-sns (1.38.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.38.0.gemspec
  838. Using omniauth-oauth2 1.7.1
  839. 3: omniauth-oauth2 (1.7.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.1.gemspec
  840. Using omniauth-twitter 1.4.0
  841. 3: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
  842. Using actionview 6.1.3.2
  843. 3: actionview (6.1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.3.2.gemspec
  844. Using activejob 6.1.3.2
  845. 3: activejob (6.1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.3.2.gemspec
  846. Using active_model_serializers 0.8.4
  847. 3: active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
  848. Using activerecord 6.1.3.2
  849. 3: activerecord (6.1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.3.2.gemspec
  850. Fetching aws-sdk-s3 1.96.1
  851. Installing aws-sdk-s3 1.96.1
  852. 3: aws-sdk-s3 (1.96.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
  853. Using omniauth-facebook 8.0.0
  854. 3: omniauth-facebook (8.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-8.0.0.gemspec
  855. Using omniauth-github 1.4.0
  856. 3: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
  857. Using omniauth-google-oauth2 0.8.2
  858. 3: omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
  859. Using actionpack 6.1.3.2
  860. 3: actionpack (6.1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.3.2.gemspec
  861. Using actionview_precompiler 0.2.3
  862. 3: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
  863. Using seed-fu 2.3.9
  864. 3: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
  865. Using actionmailer 6.1.3.2
  866. 3: actionmailer (6.1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.3.2.gemspec
  867. Using railties 6.1.3.2
  868. 3: railties (6.1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.3.2.gemspec
  869. Using sprockets-rails 3.2.2
  870. 3: sprockets-rails (3.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.2.2.gemspec
  871. Using jquery-rails 4.4.0
  872. 3: jquery-rails (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
  873. Using lograge 0.11.2
  874. 3: lograge (0.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
  875. Using rails_failover 0.7.3
  876. 3: rails_failover (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.7.3.gemspec
  877. Using rails_multisite 3.0.0
  878. 3: rails_multisite (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-3.0.0.gemspec
  879. Using discourse-ember-rails 0.18.6
  880. 3: discourse-ember-rails (0.18.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
  881. 1: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
  882. Fetching puma 5.4.0
  883. Installing puma 5.4.0 with native extensions
  884. Building native extensions. This could take a while...
  885. 3: puma (5.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.4.0.gemspec
  886. 0: oj (3.12.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.12.3.gemspec
  887. 2: ffi (1.15.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.3.gemspec
  888. Using mini_suffix 0.3.2
  889. 1: mini_suffix (0.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.2.gemspec
  890. Using rbtrace 0.4.14
  891. 1: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
  892. Using sassc 2.0.1
  893. 1: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
  894. Using sassc-rails 2.1.2
  895. 2: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
  896. Bundle complete! 126 Gemfile dependencies, 171 gems now installed.
  897. Gems in the groups 'test' and 'development' were not installed.
  898. Bundled gems are installed into `./vendor/bundle`
  899. Post-install message from rubyzip:
  900. RubyZip 3.0 is coming!
  901. **********************
  902.  
  903. The public API of some Rubyzip classes has been modernized to use named
  904. parameters for optional arguments. Please check your usage of the
  905. following classes:
  906. * `Zip::File`
  907. * `Zip::Entry`
  908. * `Zip::InputStream`
  909. * `Zip::OutputStream`
  910.  
  911. Please ensure that your Gemfiles and .gemspecs are suitably restrictive
  912. to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
  913. See https://github.com/rubyzip/rubyzip for details. The Changelog also
  914. lists other enhancements and bugfixes that have been implemented since
  915. version 2.3.0.
  916.  
  917. I, [2021-08-06T04:42:21.950693 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake plugin:pull_compatible_all'
  918. I, [2021-08-06T04:42:24.853599 #1] INFO -- : discourse-sitemap is already at latest compatible version
  919. discourse-adplugin is already at latest compatible version
  920. discourse-tagging is already at latest compatible version
  921. docker_manager is already at latest compatible version
  922.  
  923. I, [2021-08-06T04:42:24.854181 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
  924. rake aborted!
  925. NoMethodError: undefined method `client_setting' for #<Class:0x00007fbb5e681b38>
  926. Did you mean? client_settings
  927. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.3.2/lib/active_record/dynamic_matchers.rb:22:in `method_missing'
  928. /var/www/discourse/plugins/discourse-tagging/plugin.rb:13:in `block in activate!'
  929. /var/www/discourse/lib/plugin/instance.rb:447:in `block in notify_after_initialize'
  930. /var/www/discourse/lib/plugin/instance.rb:445:in `each'
  931. /var/www/discourse/lib/plugin/instance.rb:445:in `notify_after_initialize'
  932. /var/www/discourse/config/application.rb:353:in `each'
  933. /var/www/discourse/config/application.rb:353:in `block (2 levels) in <class:Application>'
  934. /var/www/discourse/lib/plugin_initialization_guard.rb:5:in `plugin_initialization_guard'
  935. /var/www/discourse/config/application.rb:352:in `block in <class:Application>'
  936. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/lazy_load_hooks.rb:68:in `block in execute_hook'
  937. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/lazy_load_hooks.rb:61:in `with_execution_control'
  938. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/lazy_load_hooks.rb:66:in `execute_hook'
  939. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/lazy_load_hooks.rb:52:in `block in run_load_hooks'
  940. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/lazy_load_hooks.rb:51:in `each'
  941. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
  942. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/application/finisher.rb:140:in `block in <module:Finisher>'
  943. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/initializable.rb:32:in `instance_exec'
  944. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/initializable.rb:32:in `run'
  945. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/initializable.rb:61:in `block in run_initializers'
  946. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/initializable.rb:60:in `run_initializers'
  947. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/application.rb:384:in `initialize!'
  948. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/railtie.rb:207:in `public_send'
  949. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/railtie.rb:207:in `method_missing'
  950. /var/www/discourse/config/environment.rb:7:in `<main>'
  951. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.7.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
  952. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.7.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
  953. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.7.7/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
  954. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.7.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
  955. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.7.7/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
  956. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:34:in `require'
  957. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/dependencies.rb:332:in `block in require'
  958. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/dependencies.rb:299:in `load_dependency'
  959. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.2/lib/active_support/dependencies.rb:332:in `require'
  960. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/application.rb:360:in `require_environment!'
  961. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/railties-6.1.3.2/lib/rails/application.rb:526:in `block in run_tasks_blocks'
  962. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
  963. /usr/local/bin/bundle:23:in `load'
  964. /usr/local/bin/bundle:23:in `<main>'
  965. Tasks: TOP => db:migrate => db:load_config => environment
  966. (See full trace by running task with --trace)
  967. I, [2021-08-06T04:42:29.261491 #1] INFO -- :
  968. I, [2021-08-06T04:42:29.262128 #1] INFO -- : Terminating async processes
  969. I, [2021-08-06T04:42:29.262286 #1] INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 55
  970. I, [2021-08-06T04:42:29.262460 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 172
  971. 2021-08-06 04:42:29.262 UTC [55] LOG: received fast shutdown request
  972. 172:signal-handler (1628224949) Received SIGTERM scheduling shutdown...
  973. 2021-08-06 04:42:29.269 UTC [55] LOG: aborting any active transactions
  974. 2021-08-06 04:42:29.274 UTC [55] LOG: background worker "logical replication launcher" (PID 64) exited with exit code 1
  975. 2021-08-06 04:42:29.274 UTC [59] LOG: shutting down
  976. 2021-08-06 04:42:29.299 UTC [55] LOG: database system is shut down
  977. 172:M 06 Aug 2021 04:42:29.358 # User requested shutdown...
  978. 172:M 06 Aug 2021 04:42:29.358 * Saving the final RDB snapshot before exiting.
  979. 172:M 06 Aug 2021 04:42:29.451 * DB saved on disk
  980. 172:M 06 Aug 2021 04:42:29.451 # Redis is now ready to exit, bye bye...
  981.  
  982.  
  983. FAILED
  984. --------------------
  985. Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 3918 exit 1>
  986. Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
  987. exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
  988. bf8e40ddc677b6d7e66e473ad79ac5513a07c5b8b1aa8b56a55b8e33d29dca79
  989. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
  990. ./discourse-doctor may help diagnose the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement