Advertisement
Guest User

Untitled

a guest
Aug 26th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.23 KB | None | 0 0
  1. [root@techandtiny discourse]# ./launcher rebuild techandtiny
  2. x86_64 arch detected.
  3. WARNING: containers/techandtiny.yml file is world-readable. You can secure this file by running: chmod o-rwx containers/techandtiny.yml
  4. Ensuring launcher is up to date
  5. Fetching origin
  6. Launcher is up-to-date
  7. Stopping old container
  8. + /usr/bin/docker stop -t 60 techandtiny
  9. techandtiny
  10. 2.0.20220818-0047: Pulling from discourse/base
  11. Digest: sha256:7734701087766821ffb2ddcef423754798bd345c2ac0d550131c6e6905c268e8
  12. Status: Image is up to date for discourse/base:2.0.20220818-0047
  13. docker.io/discourse/base:2.0.20220818-0047
  14. /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups.rb
  15. /usr/local/bin/pups --stdin
  16. I, [2022-08-26T16:09:52.678060 #1] INFO -- : Reading from stdin
  17. I, [2022-08-26T16:09:52.685490 #1] INFO -- : > locale-gen $LANG && update-locale
  18. I, [2022-08-26T16:09:52.733510 #1] INFO -- : Generating locales (this might take a while)...
  19. Generation complete.
  20.  
  21. I, [2022-08-26T16:09:52.733788 #1] INFO -- : > mkdir -p /shared/postgres_run
  22. I, [2022-08-26T16:09:52.743062 #1] INFO -- :
  23. I, [2022-08-26T16:09:52.743963 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
  24. I, [2022-08-26T16:09:52.751076 #1] INFO -- :
  25. I, [2022-08-26T16:09:52.751356 #1] INFO -- : > chmod 775 /shared/postgres_run
  26. I, [2022-08-26T16:09:52.757931 #1] INFO -- :
  27. I, [2022-08-26T16:09:52.758227 #1] INFO -- : > rm -fr /var/run/postgresql
  28. I, [2022-08-26T16:09:52.764558 #1] INFO -- :
  29. I, [2022-08-26T16:09:52.764742 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  30. I, [2022-08-26T16:09:52.770997 #1] INFO -- :
  31. I, [2022-08-26T16:09:52.771220 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  32. 2022/08/26 16:09:52 socat[19] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
  33. I, [2022-08-26T16:09:52.790061 #1] INFO -- :
  34. I, [2022-08-26T16:09:52.790277 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
  35. I, [2022-08-26T16:09:52.797335 #1] INFO -- :
  36. I, [2022-08-26T16:09:52.797521 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
  37. I, [2022-08-26T16:09:52.803554 #1] INFO -- :
  38. I, [2022-08-26T16:09:52.803712 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
  39. I, [2022-08-26T16:09:52.811063 #1] INFO -- :
  40. I, [2022-08-26T16:09:52.811364 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
  41. I, [2022-08-26T16:09:52.819365 #1] INFO -- :
  42. I, [2022-08-26T16:09:52.833152 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
  43. I, [2022-08-26T16:09:52.842153 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
  44. I, [2022-08-26T16:09:52.854493 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
  45. I, [2022-08-26T16:09:52.866004 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
  46. I, [2022-08-26T16:09:52.866297 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
  47. I, [2022-08-26T16:09:54.164241 #1] INFO -- :
  48. I, [2022-08-26T16:09:54.164440 #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
  49. I, [2022-08-26T16:09:54.170894 #1] INFO -- :
  50. I, [2022-08-26T16:09:54.171063 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
  51. I, [2022-08-26T16:09:54.233535 #1] INFO -- :
  52. I, [2022-08-26T16:09:54.233819 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
  53. I, [2022-08-26T16:09:54.239743 #1] INFO -- :
  54. I, [2022-08-26T16:09:54.240422 #1] INFO -- : > /root/upgrade_postgres
  55. I, [2022-08-26T16:09:54.258839 #1] INFO -- :
  56. I, [2022-08-26T16:09:54.259235 #1] INFO -- : > rm /root/upgrade_postgres
  57. I, [2022-08-26T16:09:54.270440 #1] INFO -- :
  58. I, [2022-08-26T16:09:54.271413 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
  59. I, [2022-08-26T16:09:54.273162 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
  60. I, [2022-08-26T16:09:54.274581 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
  61. I, [2022-08-26T16:09:54.274957 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
  62. I, [2022-08-26T16:09:54.276000 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
  63. I, [2022-08-26T16:09:54.276321 #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
  64. I, [2022-08-26T16:09:54.277408 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
  65. I, [2022-08-26T16:09:54.289586 #1] INFO -- :
  66. I, [2022-08-26T16:09:54.290238 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
  67. I, [2022-08-26T16:09:54.290937 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
  68. I, [2022-08-26T16:09:54.291412 #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
  69. I, [2022-08-26T16:09:54.292100 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
  70. I, [2022-08-26T16:09:54.292554 #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
  71. I, [2022-08-26T16:09:54.293926 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
  72. I, [2022-08-26T16:09:54.294259 #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
  73. I, [2022-08-26T16:09:54.299480 #1] INFO -- : > sleep 5
  74. 2022-08-26 16:09:54.432 UTC [42] LOG: starting PostgreSQL 13.8 (Debian 13.8-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
  75. 2022-08-26 16:09:54.432 UTC [42] LOG: listening on IPv4 address "0.0.0.0", port 5432
  76. 2022-08-26 16:09:54.432 UTC [42] LOG: listening on IPv6 address "::", port 5432
  77. 2022-08-26 16:09:54.434 UTC [42] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  78. 2022-08-26 16:09:54.445 UTC [45] LOG: database system was shut down at 2022-08-26 16:06:14 UTC
  79. 2022-08-26 16:09:54.455 UTC [42] LOG: database system is ready to accept connections
  80. I, [2022-08-26T16:09:59.312617 #1] INFO -- :
  81. I, [2022-08-26T16:09:59.313288 #1] INFO -- : > su postgres -c 'createdb discourse' || true
  82. 2022-08-26 16:09:59.444 UTC [55] postgres@postgres ERROR: database "discourse" already exists
  83. 2022-08-26 16:09:59.444 UTC [55] postgres@postgres STATEMENT: CREATE DATABASE discourse;
  84. createdb: error: database creation failed: ERROR: database "discourse" already exists
  85. I, [2022-08-26T16:09:59.447073 #1] INFO -- :
  86. I, [2022-08-26T16:09:59.447388 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
  87. 2022-08-26 16:09:59.575 UTC [59] postgres@discourse ERROR: role "discourse" already exists
  88. 2022-08-26 16:09:59.575 UTC [59] postgres@discourse STATEMENT: create user discourse;
  89. ERROR: role "discourse" already exists
  90. I, [2022-08-26T16:09:59.587769 #1] INFO -- :
  91. I, [2022-08-26T16:09:59.588236 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
  92. I, [2022-08-26T16:09:59.668084 #1] INFO -- : GRANT
  93.  
  94. I, [2022-08-26T16:09:59.668342 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
  95. I, [2022-08-26T16:09:59.740606 #1] INFO -- : ALTER SCHEMA
  96.  
  97. I, [2022-08-26T16:09:59.740893 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
  98. NOTICE: extension "hstore" already exists, skipping
  99. I, [2022-08-26T16:09:59.820769 #1] INFO -- : CREATE EXTENSION
  100.  
  101. I, [2022-08-26T16:09:59.821051 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
  102. NOTICE: extension "pg_trgm" already exists, skipping
  103. I, [2022-08-26T16:09:59.877417 #1] INFO -- : CREATE EXTENSION
  104.  
  105. I, [2022-08-26T16:09:59.877662 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
  106. NOTICE: extension "hstore" already exists, skipping
  107. I, [2022-08-26T16:09:59.938146 #1] INFO -- : CREATE EXTENSION
  108.  
  109. I, [2022-08-26T16:09:59.938421 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
  110. NOTICE: extension "pg_trgm" already exists, skipping
  111. I, [2022-08-26T16:10:00.009462 #1] INFO -- : CREATE EXTENSION
  112.  
  113. I, [2022-08-26T16:10:00.009815 #1] INFO -- : > sudo -u postgres psql discourse
  114. I, [2022-08-26T16:10:00.020212 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
  115.  
  116. I, [2022-08-26T16:10:00.154192 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
  117. I, [2022-08-26T16:10:00.161301 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
  118. I, [2022-08-26T16:10:00.161549 #1] INFO -- : > echo postgres installed!
  119. I, [2022-08-26T16:10:00.172055 #1] INFO -- : postgres installed!
  120.  
  121. I, [2022-08-26T16:10:00.188265 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
  122. I, [2022-08-26T16:10:00.201115 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
  123. I, [2022-08-26T16:10:00.215777 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
  124. I, [2022-08-26T16:10:00.217468 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
  125. I, [2022-08-26T16:10:00.218280 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
  126. I, [2022-08-26T16:10:00.218627 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
  127. I, [2022-08-26T16:10:00.222902 #1] INFO -- :
  128. I, [2022-08-26T16:10:00.223376 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
  129. I, [2022-08-26T16:10:00.224058 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
  130. I, [2022-08-26T16:10:00.224529 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
  131. I, [2022-08-26T16:10:00.225158 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
  132. I, [2022-08-26T16:10:00.225676 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
  133. I, [2022-08-26T16:10:00.226493 #1] INFO -- : > echo redis installed
  134. I, [2022-08-26T16:10:00.231809 #1] INFO -- : redis installed
  135.  
  136. I, [2022-08-26T16:10:00.232172 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
  137. I, [2022-08-26T16:10:00.240793 #1] INFO -- : logfile ""
  138.  
  139. I, [2022-08-26T16:10:00.241109 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  140. I, [2022-08-26T16:10:00.245477 #1] INFO -- : > sleep 10
  141. 103:C 26 Aug 2022 16:10:00.259 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  142. 103:C 26 Aug 2022 16:10:00.259 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=103, just started
  143. 103:C 26 Aug 2022 16:10:00.259 # Configuration loaded
  144. 103:M 26 Aug 2022 16:10:00.260 * monotonic clock: POSIX clock_gettime
  145. 103:M 26 Aug 2022 16:10:00.261 * Running mode=standalone, port=6379.
  146. 103:M 26 Aug 2022 16:10:00.262 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  147. 103:M 26 Aug 2022 16:10:00.262 # Server initialized
  148. 103:M 26 Aug 2022 16:10:00.262 # 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.
  149. 103:M 26 Aug 2022 16:10:00.262 * Loading RDB produced by version 6.2.6
  150. 103:M 26 Aug 2022 16:10:00.262 * RDB age 226 seconds
  151. 103:M 26 Aug 2022 16:10:00.262 * RDB memory usage when created 4.72 Mb
  152. 103:M 26 Aug 2022 16:10:00.276 # Done loading RDB, keys loaded: 2883, keys expired: 0.
  153. 103:M 26 Aug 2022 16:10:00.276 * DB loaded from disk: 0.014 seconds
  154. 103:M 26 Aug 2022 16:10:00.276 * Ready to accept connections
  155. I, [2022-08-26T16:10:10.249818 #1] INFO -- :
  156. I, [2022-08-26T16:10:10.250243 #1] INFO -- : > thpoff echo "thpoff is installed!"
  157. I, [2022-08-26T16:10:10.257093 #1] INFO -- : thpoff is installed!
  158.  
  159. I, [2022-08-26T16:10:10.257425 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  160. I, [2022-08-26T16:10:10.352381 #1] INFO -- :
  161. I, [2022-08-26T16:10:10.352734 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  162. I, [2022-08-26T16:10:10.437453 #1] INFO -- :
  163. I, [2022-08-26T16:10:10.437801 #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'
  164. I, [2022-08-26T16:10:10.521933 #1] INFO -- :
  165. I, [2022-08-26T16:10:10.522208 #1] INFO -- : > rm -f /etc/cron.d/anacron
  166. I, [2022-08-26T16:10:10.527037 #1] INFO -- :
  167. I, [2022-08-26T16:10:10.531176 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
  168. I, [2022-08-26T16:10:10.540369 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
  169. I, [2022-08-26T16:10:10.551733 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
  170. I, [2022-08-26T16:10:10.558802 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
  171. I, [2022-08-26T16:10:10.567169 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
  172. I, [2022-08-26T16:10:10.576149 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
  173. I, [2022-08-26T16:10:10.576365 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
  174. I, [2022-08-26T16:10:10.576830 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  175. I, [2022-08-26T16:10:10.580215 #1] INFO -- : > cd /var/www/discourse && git reset --hard
  176. 130:C 26 Aug 2022 16:10:10.587 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  177. 130:C 26 Aug 2022 16:10:10.587 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=130, just started
  178. 130:C 26 Aug 2022 16:10:10.587 # Configuration loaded
  179. 130:M 26 Aug 2022 16:10:10.588 * monotonic clock: POSIX clock_gettime
  180. 130:M 26 Aug 2022 16:10:10.588 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
  181. 130:M 26 Aug 2022 16:10:10.588 # Failed listening on port 6379 (TCP), aborting.
  182. Updating files: 100% (31436/31436), done.
  183. I, [2022-08-26T16:10:15.059923 #1] INFO -- : HEAD is now at 44c53cb3 DEV: Update internal `package.json` metadata (#17978)
  184.  
  185. I, [2022-08-26T16:10:15.060101 #1] INFO -- : > cd /var/www/discourse && git clean -f
  186. I, [2022-08-26T16:10:15.242933 #1] INFO -- :
  187. I, [2022-08-26T16:10:15.243117 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
  188. I, [2022-08-26T16:10:15.247888 #1] INFO -- :
  189. I, [2022-08-26T16:10:15.248010 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
  190. I, [2022-08-26T16:10:15.253505 #1] INFO -- :
  191. I, [2022-08-26T16:10:15.253667 #1] INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
  192. From https://github.com/discourse/discourse
  193. * branch tests-passed -> FETCH_HEAD
  194. * [new branch] tests-passed -> origin/tests-passed
  195. I, [2022-08-26T16:10:17.028125 #1] INFO -- :
  196. I, [2022-08-26T16:10:17.028260 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
  197. Switched to a new branch 'tests-passed'
  198. I, [2022-08-26T16:10:17.296066 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
  199.  
  200. I, [2022-08-26T16:10:17.297949 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
  201. I, [2022-08-26T16:10:17.304082 #1] INFO -- :
  202. I, [2022-08-26T16:10:17.304227 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
  203. I, [2022-08-26T16:10:17.310725 #1] INFO -- :
  204. I, [2022-08-26T16:10:17.310878 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  205. I, [2022-08-26T16:10:17.315983 #1] INFO -- :
  206. I, [2022-08-26T16:10:17.316174 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  207. I, [2022-08-26T16:10:17.321655 #1] INFO -- :
  208. I, [2022-08-26T16:10:17.321886 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  209. I, [2022-08-26T16:10:17.328633 #1] INFO -- :
  210. I, [2022-08-26T16:10:17.328894 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  211. I, [2022-08-26T16:10:17.335101 #1] INFO -- :
  212. I, [2022-08-26T16:10:17.335233 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
  213. I, [2022-08-26T16:10:17.343272 #1] INFO -- :
  214. I, [2022-08-26T16:10:17.343474 #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"
  215. I, [2022-08-26T16:10:17.350421 #1] INFO -- :
  216. I, [2022-08-26T16:10:17.350589 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  217. I, [2022-08-26T16:10:17.357415 #1] INFO -- :
  218. I, [2022-08-26T16:10:17.357582 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  219. I, [2022-08-26T16:10:17.368401 #1] INFO -- :
  220. I, [2022-08-26T16:10:17.368563 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
  221. I, [2022-08-26T16:10:17.377116 #1] INFO -- :
  222. I, [2022-08-26T16:10:17.377379 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
  223. I, [2022-08-26T16:10:17.389067 #1] INFO -- :
  224. I, [2022-08-26T16:10:17.389256 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
  225. I, [2022-08-26T16:10:17.407554 #1] INFO -- :
  226. I, [2022-08-26T16:10:17.407842 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
  227. I, [2022-08-26T16:10:17.419160 #1] INFO -- :
  228. I, [2022-08-26T16:10:17.419509 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  229. I, [2022-08-26T16:10:17.421853 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/cpradio/discourse-plugin-vb-emoticons.git
  230. Cloning into 'discourse-plugin-vb-emoticons'...
  231. I, [2022-08-26T16:10:17.921965 #1] INFO -- :
  232. I, [2022-08-26T16:10:17.922211 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-bbcode.git
  233. Cloning into 'discourse-bbcode'...
  234. I, [2022-08-26T16:10:18.397156 #1] INFO -- :
  235. I, [2022-08-26T16:10:18.397355 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-bcc.git
  236. Cloning into 'discourse-bcc'...
  237. I, [2022-08-26T16:10:18.855839 #1] INFO -- :
  238. I, [2022-08-26T16:10:18.855988 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-cakeday.git
  239. Cloning into 'discourse-cakeday'...
  240. I, [2022-08-26T16:10:19.501974 #1] INFO -- :
  241. I, [2022-08-26T16:10:19.502228 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-canned-replies.git
  242. Cloning into 'discourse-canned-replies'...
  243. I, [2022-08-26T16:10:20.124293 #1] INFO -- :
  244. I, [2022-08-26T16:10:20.124489 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chart.git
  245. Cloning into 'discourse-chart'...
  246. I, [2022-08-26T16:10:20.625399 #1] INFO -- :
  247. I, [2022-08-26T16:10:20.625622 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chat-integration.git
  248. Cloning into 'discourse-chat-integration'...
  249. I, [2022-08-26T16:10:21.377401 #1] INFO -- :
  250. I, [2022-08-26T16:10:21.377561 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-checklist.git
  251. Cloning into 'discourse-checklist'...
  252. I, [2022-08-26T16:10:21.894807 #1] INFO -- :
  253. I, [2022-08-26T16:10:21.895019 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-footnote.git
  254. Cloning into 'discourse-footnote'...
  255. I, [2022-08-26T16:10:22.400130 #1] INFO -- :
  256. I, [2022-08-26T16:10:22.400285 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-group-tracker.git
  257. Cloning into 'discourse-group-tracker'...
  258. I, [2022-08-26T16:10:22.863650 #1] INFO -- :
  259. I, [2022-08-26T16:10:22.863980 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-moderator-attention.git
  260. Cloning into 'discourse-moderator-attention'...
  261. I, [2022-08-26T16:10:23.362195 #1] INFO -- :
  262. I, [2022-08-26T16:10:23.362424 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-push-notifications.git
  263. Cloning into 'discourse-push-notifications'...
  264. I, [2022-08-26T16:10:23.883830 #1] INFO -- :
  265. I, [2022-08-26T16:10:23.884039 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-question-answer.git
  266. Cloning into 'discourse-question-answer'...
  267. I, [2022-08-26T16:10:24.452356 #1] INFO -- :
  268. I, [2022-08-26T16:10:24.452550 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-saved-searches.git
  269. Cloning into 'discourse-saved-searches'...
  270. I, [2022-08-26T16:10:24.926329 #1] INFO -- :
  271. I, [2022-08-26T16:10:24.926553 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-signatures.git
  272. Cloning into 'discourse-signatures'...
  273. I, [2022-08-26T16:10:25.369246 #1] INFO -- :
  274. I, [2022-08-26T16:10:25.369491 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
  275. Cloning into 'discourse-solved'...
  276. I, [2022-08-26T16:10:25.928510 #1] INFO -- :
  277. I, [2022-08-26T16:10:25.928698 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-spoiler-alert.git
  278. Cloning into 'discourse-spoiler-alert'...
  279. I, [2022-08-26T16:10:26.473335 #1] INFO -- :
  280. I, [2022-08-26T16:10:26.473538 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-teambuild.git
  281. Cloning into 'discourse-teambuild'...
  282. I, [2022-08-26T16:10:27.020439 #1] INFO -- :
  283. I, [2022-08-26T16:10:27.020592 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-tooltips.git
  284. Cloning into 'discourse-tooltips'...
  285. I, [2022-08-26T16:10:27.603901 #1] INFO -- :
  286. I, [2022-08-26T16:10:27.604101 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-user-notes.git
  287. Cloning into 'discourse-user-notes'...
  288. I, [2022-08-26T16:10:28.188519 #1] INFO -- :
  289. I, [2022-08-26T16:10:28.188713 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-whos-online.git
  290. Cloning into 'discourse-whos-online'...
  291. I, [2022-08-26T16:10:28.726306 #1] INFO -- :
  292. I, [2022-08-26T16:10:28.726520 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  293. Cloning into 'docker_manager'...
  294. I, [2022-08-26T16:10:29.827157 #1] INFO -- :
  295. I, [2022-08-26T16:10:29.827327 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/Ebsy/discourse-nationalflags.git
  296. Cloning into 'discourse-nationalflags'...
  297. I, [2022-08-26T16:10:30.320302 #1] INFO -- :
  298. I, [2022-08-26T16:10:30.320712 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/gdpelican/retort.git
  299. Cloning into 'retort'...
  300. I, [2022-08-26T16:10:30.862322 #1] INFO -- :
  301. I, [2022-08-26T16:10:30.862486 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-custom-wizard.git
  302. Cloning into 'discourse-custom-wizard'...
  303. I, [2022-08-26T16:10:31.895225 #1] INFO -- :
  304. I, [2022-08-26T16:10:31.895500 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-events.git
  305. Cloning into 'discourse-events'...
  306. I, [2022-08-26T16:10:32.467277 #1] INFO -- :
  307. I, [2022-08-26T16:10:32.467524 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-locations.git
  308. Cloning into 'discourse-locations'...
  309. I, [2022-08-26T16:10:33.136739 #1] INFO -- :
  310. I, [2022-08-26T16:10:33.136907 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-quick-messages.git
  311. Cloning into 'discourse-quick-messages'...
  312. I, [2022-08-26T16:10:33.684142 #1] INFO -- :
  313. I, [2022-08-26T16:10:33.684744 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/paviliondev/discourse-topic-previews.git
  314. Cloning into 'discourse-topic-previews'...
  315. I, [2022-08-26T16:10:34.451560 #1] INFO -- :
  316. I, [2022-08-26T16:10:34.451886 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/procourse/procourse-static-pages.git
  317. Cloning into 'procourse-static-pages'...
  318. I, [2022-08-26T16:10:34.929373 #1] INFO -- :
  319. I, [2022-08-26T16:10:34.929625 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/Rivoq/trust-level-groups.git
  320. Cloning into 'trust-level-groups'...
  321. I, [2022-08-26T16:10:35.346754 #1] INFO -- :
  322. I, [2022-08-26T16:10:35.347208 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  323. I, [2022-08-26T16:10:35.355323 #1] INFO -- :
  324. I, [2022-08-26T16:10:35.355618 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
  325. I, [2022-08-26T16:10:35.360556 #1] INFO -- :
  326. I, [2022-08-26T16:10:35.360773 #1] INFO -- : > mkdir -p /var/nginx/cache
  327. I, [2022-08-26T16:10:35.366158 #1] INFO -- :
  328. I, [2022-08-26T16:10:35.367882 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  329. I, [2022-08-26T16:10:35.368332 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  330. I, [2022-08-26T16:10:35.368542 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  331. I, [2022-08-26T16:10:35.368740 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  332. I, [2022-08-26T16:10:35.368951 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
  333. I, [2022-08-26T16:10:35.369205 #1] INFO -- : > echo "done configuring web"
  334. I, [2022-08-26T16:10:35.373731 #1] INFO -- : done configuring web
  335.  
  336. I, [2022-08-26T16:10:35.374041 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
  337. I, [2022-08-26T16:10:36.449801 #1] INFO -- : Successfully installed bundler-2.3.18
  338. 1 gem installed
  339.  
  340. I, [2022-08-26T16:10:36.449975 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
  341. I, [2022-08-26T16:10:44.002782 #1] INFO -- :
  342. I, [2022-08-26T16:10:44.003248 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
  343. [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
  344. [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
  345. I, [2022-08-26T16:10:55.127220 #1] INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.3.18
  346. Frozen, using resolution from the lockfile
  347. The definition is missing ["omniauth-1.9.2", "sidekiq-6.5.5", "addressable-2.8.1", "puma-5.6.5", "stackprof-0.2.21", "msgpack-1.5.6", "minitest-5.16.3", "public_suffix-5.0.0"]
  348. HTTP GET https://index.rubygems.org/versions
  349. HTTP 206 Partial Content https://index.rubygems.org/versions
  350. Fetching gem metadata from https://rubygems.org/
  351. Looking up gems ["actionmailer", "actionpack", "actionview", "actionview_precompiler", "active_model_serializers", "activejob", "activemodel", "activerecord", "activesupport", "addressable", "annotate", "ast", "aws-eventstream", "aws-partitions", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "aws-sdk-sns", "aws-sigv4", "barber", "better_errors", "binding_of_caller", "bootsnap", "builder", "bullet", "byebug", "cbor", "certified", "chunky_png", "coderay", "colored2", "concurrent-ruby", "connection_pool", "cose", "cppjieba_rb", "crack", "crass", "css_parser", "debug_inspector", "diff-lcs", "diffy", "digest", "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-multipart", "faraday-net_http", "faraday-net_http_persistent", "faraday-patron", "faraday-rack", "faraday-retry", "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", "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", "msgpack", "multi_json", "multi_xml", "multipart-post", "mustache", "net-http", "net-imap", "net-pop", "net-protocol", "net-smtp", "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", "rubocop", "rubocop-ast", "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", "strscan", "test-prof", "thor", "tilt", "timeout", "tzinfo", "uglifier", "unf", "unf_ext", "unicode-display_width", "unicorn", "uniform_notifier", "uri", "uri_template", "webmock", "webpush", "xorcist", "yaml-lint", "zeitwerk"]
  352. HTTP GET https://index.rubygems.org/info/addressable
  353. HTTP GET https://index.rubygems.org/info/aws-partitions
  354. HTTP GET https://index.rubygems.org/info/aws-sdk-core
  355. HTTP GET https://index.rubygems.org/info/aws-sdk-sns
  356. HTTP 206 Partial Content https://index.rubygems.org/info/addressable
  357. HTTP GET https://index.rubygems.org/info/faraday
  358. HTTP 206 Partial Content https://index.rubygems.org/info/faraday
  359. HTTP GET https://index.rubygems.org/info/jwt
  360. HTTP GET https://index.rubygems.org/info/logster
  361. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-sns
  362. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
  363. HTTP 206 Partial Content https://index.rubygems.org/info/jwt
  364. HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
  365. HTTP GET https://index.rubygems.org/info/msgpack
  366. HTTP GET https://index.rubygems.org/info/oj
  367. HTTP GET https://index.rubygems.org/info/oauth2
  368. HTTP GET https://index.rubygems.org/info/oauth
  369. HTTP GET https://index.rubygems.org/info/omniauth
  370. HTTP 206 Partial Content https://index.rubygems.org/info/logster
  371. HTTP 206 Partial Content https://index.rubygems.org/info/oauth2
  372. HTTP 206 Partial Content https://index.rubygems.org/info/oj
  373. HTTP 206 Partial Content https://index.rubygems.org/info/oauth
  374. HTTP 206 Partial Content https://index.rubygems.org/info/msgpack
  375. HTTP GET https://index.rubygems.org/info/puma
  376. HTTP GET https://index.rubygems.org/info/redis
  377. HTTP 206 Partial Content https://index.rubygems.org/info/puma
  378. HTTP 206 Partial Content https://index.rubygems.org/info/redis
  379. HTTP GET https://index.rubygems.org/info/rubocop
  380. HTTP 206 Partial Content https://index.rubygems.org/info/omniauth
  381. HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
  382. HTTP GET https://index.rubygems.org/info/sidekiq
  383. HTTP 206 Partial Content https://index.rubygems.org/info/sidekiq
  384. HTTP GET https://index.rubygems.org/info/stackprof
  385. HTTP GET https://index.rubygems.org/info/webmock
  386. HTTP 206 Partial Content https://index.rubygems.org/info/stackprof
  387. HTTP 206 Partial Content https://index.rubygems.org/info/webmock
  388. Looking up gems ["activemodel-globalid", "bcrypt-ruby", "mail", "text-format", "jsonapi", "case_transform", "jsonapi-renderer", "erubis", "rails-deprecated_sanitizer", "rack-mount", "rack-cache", "journey", "memcache-client", "thread_safe", "arel", "activerecord-deprecated_finders", "aws-crt", "rouge", "ember-template-compiler-source", "handlebars-source", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "functional-ruby", "ref", "safe_yaml", "rdoc", "pastel", "tty-pager", "tty-screen", "tty-tree", "rcov", "httpclient", "net-http-persistent", "patron", "rake-compiler", "rb-appscript", "xattr", "ffi-xattr", "termios", "json_pure", "rdf", "rails", "stud", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "jamespath", "http-2", "eventmachine", "thin", "ruby_parser", "metaclass", "net-ftp", "libv8", "hoe", "io-wait", "weakling", "mini_portile", "pkg-config", "ipaddr", "bigdecimal", "sexp_processor", "win32console", "yard", "spoon", "pry-doc", "faraday-middleware", "httpauth", "rash_alt", "version_gem", "ruby-hmac", "escape_utils", "rack-ssl", "trollop", "base32", "webrat", "rspec-collection_matchers", "redis-client", "hpricot", "nokogumbo", "bourne", "bundler", "sass", "lockfile", "hike", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "therubyracer", "compass", "sprockets-sass", "sinatra", "slim"]
  389. HTTP GET https://index.rubygems.org/info/hoe
  390. HTTP GET https://index.rubygems.org/info/redis-client
  391. HTTP GET https://index.rubygems.org/info/bundler
  392. HTTP 206 Partial Content https://index.rubygems.org/info/hoe
  393. HTTP 200 OK https://index.rubygems.org/info/redis-client
  394. HTTP 206 Partial Content https://index.rubygems.org/info/bundler
  395. Looking up gems ["text-hyphen", "bcrypt", "mime-types", "treetop", "tlsmail", "jsonapi-parser", "abstract", "multimap", "ZenTest", "RubyInline", "atomic", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "tty-which", "verse", "strings", "equatable", "tty-color", "spruz", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "link_header", "hamster", "metriks", "win32-api", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "ParseTree", "daemons", "time", "webrick", "curses", "sass-listen", "jar-dependencies", "stringio", "sync", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "rack-openid", "ruby-openid-apps-discovery", "rubyforge", "gemcutter", "haml", "fssm", "compass-core", "compass-import-once", "temple", "sprockets-helpers", "mongrel", "mustermann"]
  396. HTTP GET https://index.rubygems.org/info/haml
  397. HTTP 206 Partial Content https://index.rubygems.org/info/haml
  398. Looking up gems ["mime-types-data", "facets", "polyglot", "archive-tar-minitar", "unicode_utils", "strings-ansi", "hitimes", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "celluloid-gems", "coveralls", "dotenv-deployment", "test-unit", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "rails-observers", "activemodel-serializers-xml", "marcel", "mimemagic", "date", "SexpProcessor", "ruby-maven", "netrc", "http-cookie", "http-accept", "log4r", "ruby-openid", "net-scp", "macaddr", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool"]
  399. Looking up gems ["minitar", "minitar-cli", "configuration", "mkrf", "ffi-win32-extensions", "libxml-ruby", "colorize", "power_assert", "coffee-script", "hiredis", "websocket-extensions", "roauth", "maven-tools", "ruby-maven-libs", "domain_name", "sqlite3", "ruby-yadis", "systemu", "net-ssh"]
  400. Looking up gems ["powerbar", "pattern-match", "coffee-script-source", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
  401. Looking up gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
  402. Looking up gems ["ice_nine", "adamantium"]
  403. Looking up gems ["memoizable"]
  404. Using rake 13.0.6
  405. 0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
  406. Using concurrent-ruby 1.1.10
  407. 0: concurrent-ruby (1.1.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.10.gemspec
  408. Fetching minitest 5.16.3
  409. Using builder 3.2.4
  410. 1: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
  411. Using erubi 1.11.0
  412. 1: erubi (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.11.0.gemspec
  413. Using racc 1.6.0
  414. 1: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
  415. Using crass 1.0.6
  416. 1: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
  417. Using rack 2.2.4
  418. 1: rack (2.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.4.gemspec
  419. Using mini_mime 1.1.2
  420. 1: mini_mime (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
  421. Using digest 3.1.0
  422. 1: digest (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/digest-3.1.0.gemspec
  423. Using timeout 0.3.0
  424. 1: timeout (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/timeout-0.3.0.gemspec
  425. Using strscan 3.0.4
  426. 1: strscan (3.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/strscan-3.0.4.gemspec
  427. Fetching public_suffix 5.0.0
  428. Using aws-partitions 1.583.0
  429. Using aws-eventstream 1.2.0
  430. 3: aws-partitions (1.583.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.583.0.gemspec
  431. Using jmespath 1.6.1
  432. 2: aws-eventstream (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
  433. 3: jmespath (1.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.6.1.gemspec
  434. Using ember-source 2.18.2
  435. 3: ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
  436. Using execjs 2.8.1
  437. 3: execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
  438. Using bundler 2.3.18
  439. 2: bundler (2.3.18) from /usr/local/lib/ruby/gems/2.7.0/specifications/bundler-2.3.18.gemspec
  440. Fetching msgpack 1.5.6
  441. Using byebug 11.1.3
  442. 2: byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
  443. Using cbor 0.5.9.6
  444. 2: cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
  445. Using chunky_png 1.4.0
  446. 2: chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
  447. Using coderay 1.1.3
  448. 2: coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
  449. Using colored2 3.1.2
  450. 2: colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
  451. Using connection_pool 2.2.5
  452. 2: connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
  453. Using openssl 3.0.0
  454. 2: openssl (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-3.0.0.gemspec
  455. Using cppjieba_rb 0.4.2
  456. 2: cppjieba_rb (0.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.4.2.gemspec
  457. Using diffy 3.4.2
  458. 2: diffy (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.2.gemspec
  459. Using method_source 1.0.0
  460. 2: method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
  461. Using thor 1.2.1
  462. 2: thor (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
  463. Using zeitwerk 2.6.0
  464. 2: zeitwerk (2.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.6.0.gemspec
  465. Using discourse-ember-source 3.12.2.3
  466. 2: 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
  467. Using discourse-fonts 0.0.9
  468. 2: discourse-fonts (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
  469. Using regexp_parser 2.5.0
  470. 2: regexp_parser (2.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.5.0.gemspec
  471. Using email_reply_trimmer 0.1.13
  472. 2: email_reply_trimmer (0.1.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
  473. Using excon 0.92.4
  474. 2: excon (0.92.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.92.4.gemspec
  475. Using exifr 1.3.9
  476. 2: exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
  477. Using faraday-em_http 1.0.0
  478. 2: faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
  479. Using faraday-em_synchrony 1.0.0
  480. 2: faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
  481. Using faraday-excon 1.1.0
  482. 2: faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
  483. Using faraday-httpclient 1.0.1
  484. 2: faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
  485. Using multipart-post 2.2.3
  486. 2: multipart-post (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.2.3.gemspec
  487. Using faraday-net_http 1.0.1
  488. 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
  489. Using faraday-net_http_persistent 1.2.0
  490. 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
  491. Using faraday-patron 1.0.0
  492. 2: faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
  493. Using faraday-rack 1.0.0
  494. 2: faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
  495. Using faraday-retry 1.0.3
  496. 2: faraday-retry (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
  497. Using ruby2_keywords 0.0.5
  498. 2: ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
  499. Using fast_blank 1.0.1
  500. 2: fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
  501. Using fast_xs 0.8.0
  502. 2: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
  503. Using fastimage 2.2.6
  504. 2: fastimage (2.2.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
  505. Using ffi 1.15.5
  506. 2: ffi (1.15.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
  507. Using fspath 3.1.2
  508. 2: fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
  509. Using gc_tracer 1.5.1
  510. 2: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
  511. Using guess_html_encoding 0.0.11
  512. 2: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
  513. Using hana 1.3.7
  514. 2: hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
  515. Using hashie 5.0.0
  516. 2: hashie (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
  517. Using highline 2.0.3
  518. 2: highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
  519. Using hkdf 0.3.0
  520. 2: hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
  521. Using htmlentities 4.3.4
  522. 2: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
  523. Using http_accept_language 2.1.1
  524. 2: http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
  525. Using image_size 3.0.2
  526. 2: image_size (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.2.gemspec
  527. Using in_threads 1.6.0
  528. 2: in_threads (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.6.0.gemspec
  529. Using progress 3.6.0
  530. 2: progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
  531. Using json 2.6.2
  532. 2: json (2.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.2.gemspec
  533. Using uri_template 0.7.0
  534. 2: uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
  535. Using jwt 2.4.1
  536. 2: jwt (2.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.4.1.gemspec
  537. Using kgio 2.11.4
  538. 2: kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
  539. Using libv8-node 16.10.0.0 (x86_64-linux)
  540. 2: libv8-node (16.10.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/libv8-node-16.10.0.0-x86_64-linux.gemspec
  541. Using logstash-event 1.2.02
  542. 2: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
  543. Using logster 2.11.2
  544. 2: logster (2.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.11.2.gemspec
  545. Using lru_redux 1.1.0
  546. 2: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
  547. Using lz4-ruby 0.3.3
  548. 2: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
  549. Using maxminddb 0.1.22
  550. 2: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
  551. Using memory_profiler 1.0.0
  552. 2: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
  553. Using redis 4.7.1
  554. 2: redis (4.7.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.7.1.gemspec
  555. Using mini_sql 1.4.0
  556. 2: mini_sql (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.4.0.gemspec
  557. Using multi_json 1.15.0
  558. 2: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
  559. Using multi_xml 0.6.0
  560. 2: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
  561. Using mustache 1.1.1
  562. 2: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
  563. Using uri 0.11.0
  564. 2: uri (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri-0.11.0.gemspec
  565. Using nio4r 2.5.8
  566. 2: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
  567. Using oauth 0.5.10
  568. 2: oauth (0.5.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.10.gemspec
  569. Using oj 3.13.14
  570. 2: oj (3.13.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.14.gemspec
  571. Installing public_suffix 5.0.0
  572. Using optimist 3.0.1
  573. 2: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
  574. Using pg 1.4.3
  575. 2: pg (1.4.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.4.3.gemspec
  576. Using r2 0.2.7
  577. 2: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
  578. Using raindrops 0.20.0
  579. 2: raindrops (0.20.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.gemspec
  580. Using rchardet 1.8.0
  581. 2: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
  582. Using rexml 3.2.5
  583. 2: rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
  584. Using rinku 2.0.6
  585. 2: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
  586. Using rotp 6.2.0
  587. 2: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
  588. Using rqrcode_core 1.2.0
  589. 2: rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
  590. Using rubyzip 2.3.2
  591. Installing minitest 5.16.3
  592. 2: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
  593. Using tilt 2.0.11
  594. 2: tilt (2.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.11.gemspec
  595. Using sshkey 2.0.0
  596. 2: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
  597. Fetching stackprof 0.2.21
  598. Installing msgpack 1.5.6 with native extensions
  599. 0: minitest (5.16.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.16.3.gemspec
  600. Using unf_ext 0.0.8.2
  601. 0: unf_ext (0.0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.2.gemspec
  602. Using xorcist 1.1.3
  603. 0: xorcist (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.3.gemspec
  604. Using i18n 1.12.0
  605. 0: i18n (1.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.12.0.gemspec
  606. Using tzinfo 2.0.5
  607. 0: tzinfo (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.5.gemspec
  608. Using nokogiri 1.13.8 (x86_64-linux)
  609. 0: nokogiri (1.13.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.13.8-x86_64-linux.gemspec
  610. Using rack-test 2.0.2
  611. 0: rack-test (2.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-2.0.2.gemspec
  612. Using mail 2.8.0.edge from https://github.com/discourse/mail.git (at main@5b700fc)
  613. 0: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
  614. Using net-protocol 0.1.3
  615. 0: net-protocol (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-protocol-0.1.3.gemspec
  616. Using sprockets 3.7.2
  617. 0: sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
  618. Using request_store 1.5.1
  619. 0: request_store (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.1.gemspec
  620. Using message_bus 4.2.0
  621. 0: message_bus (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.2.0.gemspec
  622. Using rack-mini-profiler 3.0.0
  623. 0: rack-mini-profiler (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-3.0.0.gemspec
  624. Using rack-protection 2.2.2
  625. 0: rack-protection (2.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.2.2.gemspec
  626. Using aws-sigv4 1.5.0
  627. 0: aws-sigv4 (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.5.0.gemspec
  628. Using barber 0.12.2
  629. 0: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
  630. Using ember-data-source 3.0.2
  631. 0: ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
  632. Using uglifier 4.2.0
  633. 0: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
  634. Using openssl-signature_algorithm 1.2.1
  635. 0: openssl-signature_algorithm (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.2.1.gemspec
  636. Using pry 0.14.1
  637. 0: pry (0.14.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.14.1.gemspec
  638. Using ecma-re-validator 0.4.0
  639. 0: ecma-re-validator (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.4.0.gemspec
  640. Using faraday-multipart 1.0.4
  641. 0: faraday-multipart (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.4.gemspec
  642. Using mini_suffix 0.3.3
  643. 1: public_suffix (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-5.0.0.gemspec
  644. 0: mini_suffix (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
  645. Fetching omniauth 1.9.2
  646. Using sassc 2.0.1
  647. 1: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
  648. Installing stackprof 0.2.21 with native extensions
  649. Using image_optim 0.31.1
  650. 1: image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
  651. Using webpush 1.1.0
  652. 1: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
  653. Using logstash-logger 0.26.1
  654. 1: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
  655. Using mini_racer 0.6.3
  656. 1: mini_racer (0.6.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.3.gemspec
  657. Fetching sidekiq 6.5.5
  658. Building native extensions. This could take a while...
  659. Building native extensions. This could take a while...
  660. Installing omniauth 1.9.2
  661. 0: omniauth (1.9.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.2.gemspec
  662. Using net-http 0.2.2
  663. 0: net-http (0.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-http-0.2.2.gemspec
  664. Fetching puma 5.6.5
  665. Installing puma 5.6.5 with native extensions
  666. Installing sidekiq 6.5.5
  667. Building native extensions. This could take a while...
  668. 1: sidekiq (6.5.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.5.5.gemspec
  669. Using redis-namespace 1.9.0
  670. 1: redis-namespace (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.9.0.gemspec
  671. Using rqrcode 2.1.2
  672. 1: rqrcode (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.2.gemspec
  673. Using rss 0.2.9
  674. 1: rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
  675. Using unicorn 6.1.0
  676. 1: unicorn (6.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
  677. Using unf 0.1.4
  678. 1: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
  679. Using activesupport 7.0.3.1
  680. 1: activesupport (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-7.0.3.1.gemspec
  681. Using loofah 2.18.0
  682. 1: loofah (2.18.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.18.0.gemspec
  683. Using ruby-readability 0.7.0
  684. 1: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
  685. Using sanitize 6.0.0
  686. 1: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
  687. Using net-imap 0.2.3
  688. 1: net-imap (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-imap-0.2.3.gemspec
  689. Using net-pop 0.1.1
  690. 1: net-pop (0.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-pop-0.1.1.gemspec
  691. Using net-smtp 0.3.1
  692. 1: net-smtp (0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-smtp-0.3.1.gemspec
  693. Using aws-sdk-core 3.130.2
  694. 1: aws-sdk-core (3.130.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.130.2.gemspec
  695. Using cose 1.2.1
  696. 1: cose (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.1.gemspec
  697. Using ember-handlebars-template 0.8.0
  698. 1: ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
  699. Using faraday 1.10.0
  700. 1: faraday (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.10.0.gemspec
  701. Using json_schemer 0.2.21
  702. 1: json_schemer (0.2.21) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.21.gemspec
  703. Using pry-byebug 3.10.1
  704. 1: pry-byebug (3.10.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.10.1.gemspec
  705. Using pry-rails 0.3.9
  706. 1: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
  707. Fetching addressable 2.8.1
  708. Installing addressable 2.8.1
  709. 1: addressable (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.1.gemspec
  710. Using omniauth-oauth 1.2.0
  711. 1: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
  712. Using mini_scheduler 0.14.0
  713. 1: mini_scheduler (0.14.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.14.0.gemspec
  714. Using rails-dom-testing 2.0.3
  715. 1: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
  716. Using globalid 1.0.0
  717. 1: globalid (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
  718. Using activemodel 7.0.3.1
  719. 1: activemodel (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-7.0.3.1.gemspec
  720. Using rails-html-sanitizer 1.4.3
  721. 1: rails-html-sanitizer (1.4.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.3.gemspec
  722. Using aws-sdk-kms 1.56.0
  723. 1: aws-sdk-kms (1.56.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.56.0.gemspec
  724. Using aws-sdk-sns 1.53.0
  725. 1: aws-sdk-sns (1.53.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.53.0.gemspec
  726. Using oauth2 1.4.7
  727. 1: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
  728. Using css_parser 1.11.0
  729. 1: css_parser (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
  730. Using omniauth-twitter 1.4.0
  731. 1: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
  732. Using actionview 7.0.3.1
  733. 1: actionview (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-7.0.3.1.gemspec
  734. Using activejob 7.0.3.1
  735. 1: activejob (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-7.0.3.1.gemspec
  736. Using active_model_serializers 0.8.4
  737. 1: active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
  738. Using activerecord 7.0.3.1
  739. 1: activerecord (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-7.0.3.1.gemspec
  740. Using aws-sdk-s3 1.114.0
  741. 1: aws-sdk-s3 (1.114.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.114.0.gemspec
  742. Using omniauth-oauth2 1.7.2
  743. 1: omniauth-oauth2 (1.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.gemspec
  744. Using actionpack 7.0.3.1
  745. 1: actionpack (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-7.0.3.1.gemspec
  746. Using actionview_precompiler 0.2.3
  747. 1: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
  748. Using seed-fu 2.3.9
  749. 1: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
  750. Using actionmailer 7.0.3.1
  751. 1: actionmailer (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-7.0.3.1.gemspec
  752. Using railties 7.0.3.1
  753. 1: railties (7.0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-7.0.3.1.gemspec
  754. Using omniauth-facebook 9.0.0
  755. 1: omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
  756. Using omniauth-github 1.4.0
  757. 1: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
  758. Using omniauth-google-oauth2 0.8.2
  759. 1: omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
  760. Using sprockets-rails 3.4.2
  761. 1: sprockets-rails (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
  762. Using jquery-rails 4.5.0
  763. 1: jquery-rails (4.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.5.0.gemspec
  764. Using lograge 0.12.0
  765. 1: lograge (0.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.12.0.gemspec
  766. Using rails_failover 0.8.1
  767. 1: rails_failover (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.8.1.gemspec
  768. Using rails_multisite 4.0.1
  769. 1: rails_multisite (4.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.1.gemspec
  770. Using discourse-ember-rails 0.18.6
  771. 1: discourse-ember-rails (0.18.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
  772. Using sassc-rails 2.1.2
  773. 1: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
  774. 2: stackprof (0.2.21) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.21.gemspec
  775. 0: puma (5.6.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.6.5.gemspec
  776. 3: msgpack (1.5.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.5.6.gemspec
  777. Using rbtrace 0.4.14
  778. 2: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
  779. Using bootsnap 1.13.0
  780. 1: bootsnap (1.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.13.0.gemspec
  781. Bundle complete! 126 Gemfile dependencies, 183 gems now installed.
  782. Gems in the groups 'test' and 'development' were not installed.
  783. Bundled gems are installed into `./vendor/bundle`
  784.  
  785. I, [2022-08-26T16:10:55.127646 #1] INFO -- : > cd /var/www/discourse && [ ! -d 'node_modules' ] || su discourse -c 'yarn install --production --frozen-lockfile && yarn cache clean'
  786. I, [2022-08-26T16:11:54.636663 #1] INFO -- : yarn install v1.22.19
  787. [1/5] Validating package.json...
  788. [2/5] Resolving packages...
  789. success Already up-to-date.
  790. $ yarn --cwd app/assets/javascripts/discourse $(node -e 'if(JSON.parse(process.env.npm_config_argv).original.includes(`--frozen-lockfile`)){console.log(`--frozen-lockfile`)}')
  791. yarn install v1.22.19
  792. [1/4] Resolving packages...
  793. [2/4] Fetching packages...
  794. [3/4] Linking dependencies...
  795. [4/4] Building fresh packages...
  796. Done in 54.43s.
  797. Done in 55.21s.
  798. yarn cache v1.22.19
  799. success Cleared cache.
  800. Done in 3.46s.
  801.  
  802. I, [2022-08-26T16:11:54.637290 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
  803. I, [2022-08-26T16:11:57.493849 #1] INFO -- : discourse-question-answer is already at latest compatible version
  804. discourse-bcc is already at latest compatible version
  805. docker_manager is already at latest compatible version
  806. discourse-topic-previews is already at latest compatible version
  807. discourse-plugin-vb-emoticons is already at latest compatible version
  808. discourse-teambuild is already at latest compatible version
  809. discourse-user-notes is already at latest compatible version
  810. discourse-group-tracker is already at latest compatible version
  811. discourse-cakeday is already at latest compatible version
  812. procourse-static-pages is already at latest compatible version
  813. discourse-nationalflags is already at latest compatible version
  814. discourse-chart is already at latest compatible version
  815. discourse-events is already at latest compatible version
  816. trust-level-groups is already at latest compatible version
  817. discourse-solved is already at latest compatible version
  818. discourse-tooltips is already at latest compatible version
  819. discourse-signatures is already at latest compatible version
  820. discourse-custom-wizard is already at latest compatible version
  821. discourse-bbcode is already at latest compatible version
  822. discourse-quick-messages is already at latest compatible version
  823. discourse-footnote is already at latest compatible version
  824. discourse-chat-integration is already at latest compatible version
  825. discourse-canned-replies is already at latest compatible version
  826. discourse-locations is already at latest compatible version
  827. retort is already at latest compatible version
  828. discourse-moderator-attention is already at latest compatible version
  829. discourse-whos-online is already at latest compatible version
  830. discourse-checklist is already at latest compatible version
  831. discourse-saved-searches is already at latest compatible version
  832. discourse-spoiler-alert is already at latest compatible version
  833. discourse-push-notifications is already at latest compatible version
  834.  
  835. I, [2022-08-26T16:11:57.494343 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
  836. 2022-08-26 16:12:16.213 UTC [1157] discourse@discourse LOG: duration: 110.840 ms statement: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  837. pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
  838. c.collname, col_description(a.attrelid, a.attnum) AS comment,
  839. attgenerated as attgenerated
  840. FROM pg_attribute a
  841. LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  842. LEFT JOIN pg_type t ON a.atttypid = t.oid
  843. LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
  844. WHERE a.attrelid = '"translation_overrides"'::regclass
  845. AND a.attnum > 0 AND NOT a.attisdropped
  846. ORDER BY a.attnum
  847.  
  848. 2022-08-26 16:12:18.324 UTC [1159] discourse@discourse ERROR: cannot extract elements from a scalar
  849. 2022-08-26 16:12:18.324 UTC [1159] discourse@discourse STATEMENT: INSERT INTO question_answer_votes (post_id, user_id, created_at)
  850. SELECT
  851. X.post_id AS post_id,
  852. (X.value->>'user_id')::int AS user_id,
  853. (X.value->>'created_at')::timestamp AS created_at
  854. FROM (
  855. SELECT
  856. post_id,
  857. jsonb_array_elements(value::jsonb) AS value
  858. FROM post_custom_fields WHERE name = 'vote_history'
  859. ) AS X
  860. WHERE (X.value->>'action') != 'destroy'
  861. ORDER BY (X.value->>'created_at')::timestamp DESC
  862. ON CONFLICT DO NOTHING
  863.  
  864. rake aborted!
  865. StandardError: An error has occurred, this and all later migrations canceled:
  866.  
  867. PG::InvalidParameterValue: ERROR: cannot extract elements from a scalar
  868. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `exec'
  869. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `async_exec'
  870. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:48:in `block (2 levels) in execute'
  871. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
  872. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/dependencies/interlock.rb:41:in `permit_concurrent_loads'
  873. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `block in execute'
  874. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
  875. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
  876. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
  877. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
  878. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:765:in `block in log'
  879. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
  880. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:756:in `log'
  881. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:46:in `execute'
  882. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:932:in `block in method_missing'
  883. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `block in say_with_time'
  884. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `say_with_time'
  885. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:921:in `method_missing'
  886. /var/www/discourse/plugins/discourse-question-answer/db/migrate/20211020062413_create_question_answer_votes.rb:13:in `up'
  887. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `public_send'
  888. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `exec_migration'
  889. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:9:in `block in exec_migration'
  890. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:8:in `exec_migration'
  891. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:854:in `block (2 levels) in migrate'
  892. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:853:in `block in migrate'
  893. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
  894. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:852:in `migrate'
  895. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1046:in `migrate'
  896. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1360:in `block in execute_migration_in_transaction'
  897. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
  898. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
  899. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
  900. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
  901. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
  902. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
  903. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/database_statements.rb:316:in `transaction'
  904. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/transactions.rb:209:in `transaction'
  905. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1411:in `ddl_transaction'
  906. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1359:in `execute_migration_in_transaction'
  907. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `each'
  908. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `migrate_without_lock'
  909. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `block in migrate'
  910. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1432:in `block in with_advisory_lock'
  911. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
  912. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1447:in `with_advisory_lock_connection'
  913. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1428:in `with_advisory_lock'
  914. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `migrate'
  915. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1117:in `up'
  916. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1092:in `migrate'
  917. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/tasks/database_tasks.rb:262:in `migrate'
  918. /var/www/discourse/lib/tasks/db.rake:231:in `block (2 levels) in <main>'
  919. /var/www/discourse/lib/distributed_mutex.rb:57:in `block in synchronize'
  920. /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
  921. /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
  922. /var/www/discourse/lib/distributed_mutex.rb:38:in `synchronize'
  923. /var/www/discourse/lib/tasks/db.rake:214:in `block in <main>'
  924. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
  925. /usr/local/bin/bundle:25:in `load'
  926. /usr/local/bin/bundle:25:in `<main>'
  927.  
  928. Caused by:
  929. ActiveRecord::StatementInvalid: PG::InvalidParameterValue: ERROR: cannot extract elements from a scalar
  930. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `exec'
  931. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `async_exec'
  932. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:48:in `block (2 levels) in execute'
  933. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
  934. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/dependencies/interlock.rb:41:in `permit_concurrent_loads'
  935. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `block in execute'
  936. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
  937. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
  938. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
  939. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
  940. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:765:in `block in log'
  941. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
  942. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:756:in `log'
  943. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:46:in `execute'
  944. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:932:in `block in method_missing'
  945. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `block in say_with_time'
  946. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `say_with_time'
  947. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:921:in `method_missing'
  948. /var/www/discourse/plugins/discourse-question-answer/db/migrate/20211020062413_create_question_answer_votes.rb:13:in `up'
  949. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `public_send'
  950. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `exec_migration'
  951. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:9:in `block in exec_migration'
  952. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:8:in `exec_migration'
  953. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:854:in `block (2 levels) in migrate'
  954. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:853:in `block in migrate'
  955. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
  956. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:852:in `migrate'
  957. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1046:in `migrate'
  958. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1360:in `block in execute_migration_in_transaction'
  959. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
  960. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
  961. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
  962. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
  963. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
  964. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
  965. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/database_statements.rb:316:in `transaction'
  966. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/transactions.rb:209:in `transaction'
  967. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1411:in `ddl_transaction'
  968. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1359:in `execute_migration_in_transaction'
  969. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `each'
  970. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `migrate_without_lock'
  971. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `block in migrate'
  972. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1432:in `block in with_advisory_lock'
  973. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
  974. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1447:in `with_advisory_lock_connection'
  975. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1428:in `with_advisory_lock'
  976. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `migrate'
  977. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1117:in `up'
  978. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1092:in `migrate'
  979. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/tasks/database_tasks.rb:262:in `migrate'
  980. /var/www/discourse/lib/tasks/db.rake:231:in `block (2 levels) in <main>'
  981. /var/www/discourse/lib/distributed_mutex.rb:57:in `block in synchronize'
  982. /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
  983. /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
  984. /var/www/discourse/lib/distributed_mutex.rb:38:in `synchronize'
  985. /var/www/discourse/lib/tasks/db.rake:214:in `block in <main>'
  986. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
  987. /usr/local/bin/bundle:25:in `load'
  988. /usr/local/bin/bundle:25:in `<main>'
  989.  
  990. Caused by:
  991. PG::InvalidParameterValue: ERROR: cannot extract elements from a scalar
  992. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `exec'
  993. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/patches/db/pg.rb:110:in `async_exec'
  994. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:48:in `block (2 levels) in execute'
  995. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
  996. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/dependencies/interlock.rb:41:in `permit_concurrent_loads'
  997. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:47:in `block in execute'
  998. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
  999. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
  1000. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
  1001. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
  1002. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:765:in `block in log'
  1003. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
  1004. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract_adapter.rb:756:in `log'
  1005. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:46:in `execute'
  1006. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:932:in `block in method_missing'
  1007. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `block in say_with_time'
  1008. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:900:in `say_with_time'
  1009. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:921:in `method_missing'
  1010. /var/www/discourse/plugins/discourse-question-answer/db/migrate/20211020062413_create_question_answer_votes.rb:13:in `up'
  1011. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `public_send'
  1012. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:873:in `exec_migration'
  1013. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:9:in `block in exec_migration'
  1014. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:8:in `exec_migration'
  1015. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:854:in `block (2 levels) in migrate'
  1016. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:853:in `block in migrate'
  1017. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
  1018. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:852:in `migrate'
  1019. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1046:in `migrate'
  1020. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1360:in `block in execute_migration_in_transaction'
  1021. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
  1022. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
  1023. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
  1024. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
  1025. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
  1026. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
  1027. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/database_statements.rb:316:in `transaction'
  1028. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/transactions.rb:209:in `transaction'
  1029. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1411:in `ddl_transaction'
  1030. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1359:in `execute_migration_in_transaction'
  1031. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `each'
  1032. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1333:in `migrate_without_lock'
  1033. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `block in migrate'
  1034. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1432:in `block in with_advisory_lock'
  1035. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:215:in `with_connection'
  1036. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1447:in `with_advisory_lock_connection'
  1037. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1428:in `with_advisory_lock'
  1038. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1282:in `migrate'
  1039. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1117:in `up'
  1040. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/migration.rb:1092:in `migrate'
  1041. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/activerecord-7.0.3.1/lib/active_record/tasks/database_tasks.rb:262:in `migrate'
  1042. /var/www/discourse/lib/tasks/db.rake:231:in `block (2 levels) in <main>'
  1043. /var/www/discourse/lib/distributed_mutex.rb:57:in `block in synchronize'
  1044. /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
  1045. /var/www/discourse/lib/distributed_mutex.rb:53:in `synchronize'
  1046. /var/www/discourse/lib/distributed_mutex.rb:38:in `synchronize'
  1047. /var/www/discourse/lib/tasks/db.rake:214:in `block in <main>'
  1048. /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
  1049. /usr/local/bin/bundle:25:in `load'
  1050. /usr/local/bin/bundle:25:in `<main>'
  1051. Tasks: TOP => db:migrate
  1052. (See full trace by running task with --trace)
  1053. I, [2022-08-26T16:12:18.397647 #1] INFO -- : gem install liquid -v 5.0.1 -i /var/www/discourse/plugins/discourse-custom-wizard/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
  1054. Successfully installed liquid-5.0.1
  1055. 1 gem installed
  1056. gem install ice_cube -v 0.16.4 -i /var/www/discourse/plugins/discourse-events/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
  1057. Successfully installed ice_cube-0.16.4
  1058. 1 gem installed
  1059. gem install icalendar -v 2.5.3 -i /var/www/discourse/plugins/discourse-events/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
  1060. ActiveSupport is required for TimeWithZone support, but not required for general use.
  1061. Successfully installed icalendar-2.5.3
  1062. 1 gem installed
  1063. gem install geocoder -v 1.4.4 -i /var/www/discourse/plugins/discourse-locations/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
  1064. Successfully installed geocoder-1.4.4
  1065. 1 gem installed
  1066. gem install color -v 1.8 -i /var/www/discourse/plugins/discourse-topic-previews/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
  1067. Successfully installed color-1.8
  1068. 1 gem installed
  1069. gem install colorscore -v 0.0.5 -i /var/www/discourse/plugins/discourse-topic-previews/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
  1070. Successfully installed colorscore-0.0.5
  1071. 1 gem installed
  1072. gem install rmagick -v 4.2.2 -i /var/www/discourse/plugins/discourse-topic-previews/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
  1073. Building native extensions. This could take a while...
  1074. Successfully installed rmagick-4.2.2
  1075. 1 gem installed
  1076. gem install prizm -v 0.0.3 -i /var/www/discourse/plugins/discourse-topic-previews/gems/2.7.6 --no-document --ignore-dependencies --no-user-install
  1077. Successfully installed prizm-0.0.3
  1078. 1 gem installed
  1079. == 20211020062413 CreateQuestionAnswerVotes: migrating ========================
  1080. -- create_table(:question_answer_votes, {})
  1081. -> 0.0182s
  1082. -- add_index(:question_answer_votes, [:post_id, :user_id], {:unique=>true})
  1083. -> 0.0023s
  1084. -- execute("INSERT INTO question_answer_votes (post_id, user_id, created_at)\nSELECT\n X.post_id AS post_id,\n (X.value->>'user_id')::int AS user_id,\n (X.value->>'created_at')::timestamp AS created_at\nFROM (\n SELECT\n post_id,\n jsonb_array_elements(value::jsonb) AS value\n FROM post_custom_fields WHERE name = 'vote_history'\n) AS X\nWHERE (X.value->>'action') != 'destroy'\nORDER BY (X.value->>'created_at')::timestamp DESC\nON CONFLICT DO NOTHING\n")
  1085.  
  1086. I, [2022-08-26T16:12:18.398494 #1] INFO -- : Terminating async processes
  1087. I, [2022-08-26T16:12:18.398572 #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: 42
  1088. 103:signal-handler (1661530338) Received SIGTERM scheduling shutdown...
  1089. I, [2022-08-26T16:12:18.398659 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 103
  1090. 2022-08-26 16:12:18.398 UTC [42] LOG: received fast shutdown request
  1091. 2022-08-26 16:12:18.401 UTC [42] LOG: aborting any active transactions
  1092. 2022-08-26 16:12:18.403 UTC [42] LOG: background worker "logical replication launcher" (PID 51) exited with exit code 1
  1093. 2022-08-26 16:12:18.406 UTC [46] LOG: shutting down
  1094. 103:M 26 Aug 2022 16:12:18.419 # User requested shutdown...
  1095. 103:M 26 Aug 2022 16:12:18.419 * Saving the final RDB snapshot before exiting.
  1096. 103:M 26 Aug 2022 16:12:18.443 * DB saved on disk
  1097. 103:M 26 Aug 2022 16:12:18.444 # Redis is now ready to exit, bye bye...
  1098. 2022-08-26 16:12:18.452 UTC [42] LOG: database system is shut down
  1099.  
  1100.  
  1101. FAILED
  1102. --------------------
  1103. Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 984 exit 1>
  1104. Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
  1105. exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
  1106. bootstrap failed with exit code 1
  1107. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
  1108. ./discourse-doctor may help diagnose the problem.
  1109. 9cec68cb9349a63352725251839d0610e9d56fc74762127029b7d5321bc0d2b9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement