Advertisement
Guest User

Log for discourse

a guest
Jun 3rd, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.10 KB | None | 0 0
  1.  
  2. root@vps-zap469091-1:/var/discourse# ./launcher rebuild app
  3. x86_64 arch detected.
  4. WARNING: containers/app.yml file is world-readable. You can secure this file by running: chmod o-rwx containers/app.yml
  5. Ensuring launcher is up to date
  6. Fetching origin
  7. Launcher is up-to-date
  8. Stopping old container
  9. + /usr/bin/docker stop -t 60 app
  10. app
  11. 2.0.20220413-0411: Pulling from discourse/base
  12. Digest: sha256:bd13d6869319791c8379143cc8a1c4cfc71d5406dd7e606dffdd40da04d4ed1b
  13. Status: Image is up to date for discourse/base:2.0.20220413-0411
  14. docker.io/discourse/base:2.0.20220413-0411
  15. /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups.rb
  16. /usr/local/bin/pups --stdin
  17. I, [2022-06-03T13:38:59.327971 #1] INFO -- : Reading from stdin
  18. I, [2022-06-03T13:38:59.338843 #1] INFO -- : > locale-gen $LANG && update-locale
  19. I, [2022-06-03T13:38:59.393632 #1] INFO -- : Generating locales (this might take a while)...
  20. Generation complete.
  21.  
  22. I, [2022-06-03T13:38:59.393923 #1] INFO -- : > mkdir -p /shared/postgres_run
  23. I, [2022-06-03T13:38:59.398261 #1] INFO -- :
  24. I, [2022-06-03T13:38:59.398725 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
  25. I, [2022-06-03T13:38:59.401654 #1] INFO -- :
  26. I, [2022-06-03T13:38:59.402092 #1] INFO -- : > chmod 775 /shared/postgres_run
  27. I, [2022-06-03T13:38:59.404562 #1] INFO -- :
  28. I, [2022-06-03T13:38:59.404947 #1] INFO -- : > rm -fr /var/run/postgresql
  29. I, [2022-06-03T13:38:59.407731 #1] INFO -- :
  30. I, [2022-06-03T13:38:59.408295 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  31. I, [2022-06-03T13:38:59.411752 #1] INFO -- :
  32. I, [2022-06-03T13:38:59.412392 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  33. 2022/06/03 13:38:59 socat[19] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
  34. I, [2022-06-03T13:38:59.424833 #1] INFO -- :
  35. I, [2022-06-03T13:38:59.425479 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
  36. I, [2022-06-03T13:38:59.432478 #1] INFO -- :
  37. I, [2022-06-03T13:38:59.433543 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
  38. I, [2022-06-03T13:38:59.456942 #1] INFO -- :
  39. I, [2022-06-03T13:38:59.457654 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
  40. I, [2022-06-03T13:38:59.461981 #1] INFO -- :
  41. I, [2022-06-03T13:38:59.462953 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
  42. I, [2022-06-03T13:38:59.466256 #1] INFO -- :
  43. I, [2022-06-03T13:38:59.472668 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
  44. I, [2022-06-03T13:38:59.481441 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
  45. I, [2022-06-03T13:38:59.494709 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
  46. I, [2022-06-03T13:38:59.501942 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
  47. I, [2022-06-03T13:38:59.502729 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
  48. I, [2022-06-03T13:39:00.110361 #1] INFO -- :
  49. I, [2022-06-03T13:39:00.110921 #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
  50. I, [2022-06-03T13:39:00.117500 #1] INFO -- :
  51. I, [2022-06-03T13:39:00.118181 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
  52. I, [2022-06-03T13:39:00.154087 #1] INFO -- :
  53. I, [2022-06-03T13:39:00.154625 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
  54. I, [2022-06-03T13:39:00.158543 #1] INFO -- :
  55. I, [2022-06-03T13:39:00.159135 #1] INFO -- : > /root/upgrade_postgres
  56. I, [2022-06-03T13:39:00.165504 #1] INFO -- :
  57. I, [2022-06-03T13:39:00.166191 #1] INFO -- : > rm /root/upgrade_postgres
  58. I, [2022-06-03T13:39:00.170730 #1] INFO -- :
  59. I, [2022-06-03T13:39:00.171732 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
  60. I, [2022-06-03T13:39:00.172544 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
  61. I, [2022-06-03T13:39:00.172978 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
  62. I, [2022-06-03T13:39:00.173428 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
  63. I, [2022-06-03T13:39:00.173924 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
  64. I, [2022-06-03T13:39:00.174384 #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
  65. I, [2022-06-03T13:39:00.174890 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
  66. I, [2022-06-03T13:39:00.181055 #1] INFO -- :
  67. I, [2022-06-03T13:39:00.181761 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
  68. I, [2022-06-03T13:39:00.182456 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
  69. I, [2022-06-03T13:39:00.182951 #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
  70. I, [2022-06-03T13:39:00.183575 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
  71. I, [2022-06-03T13:39:00.183975 #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
  72. I, [2022-06-03T13:39:00.184404 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
  73. I, [2022-06-03T13:39:00.184793 #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
  74. I, [2022-06-03T13:39:00.193176 #1] INFO -- : > sleep 5
  75. 2022-06-03 13:39:00.243 UTC [42] LOG: starting PostgreSQL 13.6 (Debian 13.6-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
  76. 2022-06-03 13:39:00.243 UTC [42] LOG: listening on IPv4 address "0.0.0.0", port 5432
  77. 2022-06-03 13:39:00.243 UTC [42] LOG: listening on IPv6 address "::", port 5432
  78. 2022-06-03 13:39:00.245 UTC [42] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  79. 2022-06-03 13:39:00.248 UTC [45] LOG: database system was shut down at 2022-06-03 13:32:50 UTC
  80. 2022-06-03 13:39:00.253 UTC [42] LOG: database system is ready to accept connections
  81. I, [2022-06-03T13:39:05.196822 #1] INFO -- :
  82. I, [2022-06-03T13:39:05.197377 #1] INFO -- : > su postgres -c 'createdb discourse' || true
  83. 2022-06-03 13:39:05.313 UTC [55] postgres@postgres ERROR: database "discourse" already exists
  84. 2022-06-03 13:39:05.313 UTC [55] postgres@postgres STATEMENT: CREATE DATABASE discourse;
  85. createdb: error: database creation failed: ERROR: database "discourse" already exists
  86. I, [2022-06-03T13:39:05.315651 #1] INFO -- :
  87. I, [2022-06-03T13:39:05.316293 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
  88. 2022-06-03 13:39:05.395 UTC [59] postgres@discourse ERROR: role "discourse" already exists
  89. 2022-06-03 13:39:05.395 UTC [59] postgres@discourse STATEMENT: create user discourse;
  90. ERROR: role "discourse" already exists
  91. I, [2022-06-03T13:39:05.398126 #1] INFO -- :
  92. I, [2022-06-03T13:39:05.398448 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
  93. I, [2022-06-03T13:39:05.473925 #1] INFO -- : GRANT
  94.  
  95. I, [2022-06-03T13:39:05.475292 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
  96. I, [2022-06-03T13:39:05.552959 #1] INFO -- : ALTER SCHEMA
  97.  
  98. I, [2022-06-03T13:39:05.553619 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
  99. NOTICE: extension "hstore" already exists, skipping
  100. I, [2022-06-03T13:39:05.653642 #1] INFO -- : CREATE EXTENSION
  101.  
  102. I, [2022-06-03T13:39:05.654342 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
  103. NOTICE: extension "pg_trgm" already exists, skipping
  104. I, [2022-06-03T13:39:05.739233 #1] INFO -- : CREATE EXTENSION
  105.  
  106. I, [2022-06-03T13:39:05.739542 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
  107. NOTICE: extension "hstore" already exists, skipping
  108. I, [2022-06-03T13:39:05.819624 #1] INFO -- : CREATE EXTENSION
  109.  
  110. I, [2022-06-03T13:39:05.820176 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
  111. NOTICE: extension "pg_trgm" already exists, skipping
  112. I, [2022-06-03T13:39:05.894861 #1] INFO -- : CREATE EXTENSION
  113.  
  114. I, [2022-06-03T13:39:05.895981 #1] INFO -- : > sudo -u postgres psql discourse
  115. I, [2022-06-03T13:39:05.899370 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
  116.  
  117. I, [2022-06-03T13:39:05.993758 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
  118. I, [2022-06-03T13:39:05.998740 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
  119. I, [2022-06-03T13:39:05.998938 #1] INFO -- : > echo postgres installed!
  120. I, [2022-06-03T13:39:06.002162 #1] INFO -- : postgres installed!
  121.  
  122. I, [2022-06-03T13:39:06.009473 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
  123. I, [2022-06-03T13:39:06.015075 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
  124. I, [2022-06-03T13:39:06.020390 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
  125. I, [2022-06-03T13:39:06.021041 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
  126. I, [2022-06-03T13:39:06.021756 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
  127. I, [2022-06-03T13:39:06.022239 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
  128. I, [2022-06-03T13:39:06.026681 #1] INFO -- :
  129. I, [2022-06-03T13:39:06.027412 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
  130. I, [2022-06-03T13:39:06.028148 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
  131. I, [2022-06-03T13:39:06.028642 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
  132. I, [2022-06-03T13:39:06.029190 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
  133. I, [2022-06-03T13:39:06.029664 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
  134. I, [2022-06-03T13:39:06.030160 #1] INFO -- : > echo redis installed
  135. I, [2022-06-03T13:39:06.033106 #1] INFO -- : redis installed
  136.  
  137. I, [2022-06-03T13:39:06.033662 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
  138. I, [2022-06-03T13:39:06.043983 #1] INFO -- : logfile ""
  139.  
  140. I, [2022-06-03T13:39:06.044291 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  141. I, [2022-06-03T13:39:06.046645 #1] INFO -- : > sleep 10
  142. 103:C 03 Jun 2022 13:39:06.055 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  143. 103:C 03 Jun 2022 13:39:06.055 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=103, just started
  144. 103:C 03 Jun 2022 13:39:06.055 # Configuration loaded
  145. 103:M 03 Jun 2022 13:39:06.056 * monotonic clock: POSIX clock_gettime
  146. 103:M 03 Jun 2022 13:39:06.057 * Running mode=standalone, port=6379.
  147. 103:M 03 Jun 2022 13:39:06.057 # Server initialized
  148. 103:M 03 Jun 2022 13:39:06.057 # 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 03 Jun 2022 13:39:06.058 * Loading RDB produced by version 6.2.6
  150. 103:M 03 Jun 2022 13:39:06.059 * RDB age 376 seconds
  151. 103:M 03 Jun 2022 13:39:06.059 * RDB memory usage when created 3.72 Mb
  152. 103:M 03 Jun 2022 13:39:06.070 # Done loading RDB, keys loaded: 1857, keys expired: 0.
  153. 103:M 03 Jun 2022 13:39:06.071 * DB loaded from disk: 0.013 seconds
  154. 103:M 03 Jun 2022 13:39:06.071 * Ready to accept connections
  155. I, [2022-06-03T13:39:16.050168 #1] INFO -- :
  156. I, [2022-06-03T13:39:16.050521 #1] INFO -- : > thpoff echo "thpoff is installed!"
  157. I, [2022-06-03T13:39:16.055574 #1] INFO -- : thpoff is installed!
  158.  
  159. I, [2022-06-03T13:39:16.056532 #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-06-03T13:39:16.161092 #1] INFO -- :
  161. I, [2022-06-03T13:39:16.161437 #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-06-03T13:39:16.260440 #1] INFO -- :
  163. I, [2022-06-03T13:39:16.261358 #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-06-03T13:39:16.365626 #1] INFO -- :
  165. I, [2022-06-03T13:39:16.366332 #1] INFO -- : > rm -f /etc/cron.d/anacron
  166. I, [2022-06-03T13:39:16.370564 #1] INFO -- :
  167. I, [2022-06-03T13:39:16.373910 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
  168. I, [2022-06-03T13:39:16.379118 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
  169. I, [2022-06-03T13:39:16.384843 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
  170. I, [2022-06-03T13:39:16.391184 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
  171. I, [2022-06-03T13:39:16.397277 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
  172. I, [2022-06-03T13:39:16.402767 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
  173. I, [2022-06-03T13:39:16.402971 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
  174. I, [2022-06-03T13:39:16.403309 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  175. I, [2022-06-03T13:39:16.406646 #1] INFO -- : > cd /var/www/discourse && git reset --hard
  176. 130:C 03 Jun 2022 13:39:16.414 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  177. 130:C 03 Jun 2022 13:39:16.414 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=130, just started
  178. 130:C 03 Jun 2022 13:39:16.414 # Configuration loaded
  179. 130:M 03 Jun 2022 13:39:16.415 * monotonic clock: POSIX clock_gettime
  180. 130:M 03 Jun 2022 13:39:16.415 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
  181. 130:M 03 Jun 2022 13:39:16.416 # Failed listening on port 6379 (TCP), aborting.
  182. Updating files: 100% (31051/31051), done.
  183. I, [2022-06-03T13:39:21.059478 #1] INFO -- : HEAD is now at 6fc52d95 DEV: Remove scoped order warning in PostDestroyer.
  184.  
  185. I, [2022-06-03T13:39:21.060068 #1] INFO -- : > cd /var/www/discourse && git clean -f
  186. I, [2022-06-03T13:39:21.226751 #1] INFO -- :
  187. I, [2022-06-03T13:39:21.226998 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
  188. I, [2022-06-03T13:39:21.232896 #1] INFO -- :
  189. I, [2022-06-03T13:39:21.233234 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
  190. I, [2022-06-03T13:39:21.237704 #1] INFO -- :
  191. I, [2022-06-03T13:39:21.238215 #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-06-03T13:39:24.213096 #1] INFO -- :
  196. I, [2022-06-03T13:39:24.213521 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
  197. Switched to a new branch 'tests-passed'
  198. I, [2022-06-03T13:39:24.764759 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
  199.  
  200. I, [2022-06-03T13:39:24.764905 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
  201. I, [2022-06-03T13:39:24.769593 #1] INFO -- :
  202. I, [2022-06-03T13:39:24.769872 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
  203. I, [2022-06-03T13:39:24.776101 #1] INFO -- :
  204. I, [2022-06-03T13:39:24.776693 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  205. I, [2022-06-03T13:39:24.789347 #1] INFO -- :
  206. I, [2022-06-03T13:39:24.790309 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  207. I, [2022-06-03T13:39:24.797108 #1] INFO -- :
  208. I, [2022-06-03T13:39:24.797579 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  209. I, [2022-06-03T13:39:24.802171 #1] INFO -- :
  210. I, [2022-06-03T13:39:24.802611 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  211. I, [2022-06-03T13:39:24.806075 #1] INFO -- :
  212. I, [2022-06-03T13:39:24.806221 #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-06-03T13:39:24.811514 #1] INFO -- :
  214. I, [2022-06-03T13:39:24.811681 #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-06-03T13:39:24.817935 #1] INFO -- :
  216. I, [2022-06-03T13:39:24.818132 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  217. I, [2022-06-03T13:39:24.824802 #1] INFO -- :
  218. I, [2022-06-03T13:39:24.825472 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  219. I, [2022-06-03T13:39:24.832206 #1] INFO -- :
  220. I, [2022-06-03T13:39:24.832568 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
  221. I, [2022-06-03T13:39:24.838873 #1] INFO -- :
  222. I, [2022-06-03T13:39:24.839141 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
  223. I, [2022-06-03T13:39:24.844522 #1] INFO -- :
  224. I, [2022-06-03T13:39:24.844801 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
  225. I, [2022-06-03T13:39:24.864399 #1] INFO -- :
  226. I, [2022-06-03T13:39:24.864875 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
  227. I, [2022-06-03T13:39:24.870004 #1] INFO -- :
  228. I, [2022-06-03T13:39:24.870293 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  229. I, [2022-06-03T13:39:24.870916 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  230. Cloning into 'docker_manager'...
  231. I, [2022-06-03T13:39:25.891494 #1] INFO -- :
  232. I, [2022-06-03T13:39:25.892068 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chat-integration.git
  233. Cloning into 'discourse-chat-integration'...
  234. I, [2022-06-03T13:39:26.920928 #1] INFO -- :
  235. I, [2022-06-03T13:39:26.921610 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  236. I, [2022-06-03T13:39:26.927074 #1] INFO -- :
  237. I, [2022-06-03T13:39:26.927650 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
  238. I, [2022-06-03T13:39:26.930782 #1] INFO -- :
  239. I, [2022-06-03T13:39:26.931053 #1] INFO -- : > mkdir -p /var/nginx/cache
  240. I, [2022-06-03T13:39:26.934546 #1] INFO -- :
  241. I, [2022-06-03T13:39:26.935299 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  242. I, [2022-06-03T13:39:26.935963 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  243. I, [2022-06-03T13:39:26.936675 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  244. I, [2022-06-03T13:39:26.937195 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  245. I, [2022-06-03T13:39:26.937694 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/nginx.conf
  246. I, [2022-06-03T13:39:26.938193 #1] INFO -- : > echo "done configuring web"
  247. I, [2022-06-03T13:39:26.941777 #1] INFO -- : done configuring web
  248.  
  249. I, [2022-06-03T13:39:26.942304 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
  250. I, [2022-06-03T13:39:27.767748 #1] INFO -- : Successfully installed bundler-2.3.13
  251. 1 gem installed
  252.  
  253. I, [2022-06-03T13:39:27.768035 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
  254. I, [2022-06-03T13:39:32.483146 #1] INFO -- :
  255. I, [2022-06-03T13:39:32.483530 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
  256. [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
  257. [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
  258. I, [2022-06-03T13:40:09.390965 #1] INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.3.13
  259. Frozen, using resolution from the lockfile
  260. The definition is missing ["bootsnap-1.12.0", "actionmailer-7.0.3", "actionpack-7.0.3", "actionview-7.0.3", "activemodel-7.0.3", "activerecord-7.0.3", "activesupport-7.0.3", "railties-7.0.3", "json-2.6.2", "aws-sdk-s3-1.114.0", "aws-sdk-sns-1.53.0", "excon-0.92.3", "nokogiri-1.13.6-x86_64-linux", "loofah-2.18.0", "oj-3.13.13", "sidekiq-6.4.2", "rack-2.2.3.1", "json_schemer-0.2.21", "logster-2.11.2", "net-http-0.2.2", "msgpack-1.5.2", "activejob-7.0.3", "net-imap-0.2.3", "net-pop-0.1.1", "net-smtp-0.3.1", "jquery-rails-4.5.0", "aws-sdk-core-3.130.2", "aws-sdk-kms-1.56.0", "aws-sigv4-1.5.0", "unf_ext-0.0.8.2", "image_size-3.0.2", "regexp_parser-2.5.0", "uri-0.11.0", "digest-3.1.0", "net-protocol-0.1.3", "strscan-3.0.3", "timeout-0.3.0", "aws-partitions-1.583.0", "oauth-0.5.10"]
  261. HTTP GET https://index.rubygems.org/versions
  262. HTTP 206 Partial Content https://index.rubygems.org/versions
  263. HTTP GET https://index.rubygems.org/versions
  264. HTTP 200 OK https://index.rubygems.org/versions
  265. Fetching gem metadata from https://rubygems.org/
  266. 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", "ipaddr", "jmespath", "jquery-rails", "json", "json-schema", "json_schemer", "jwt", "kgio", "libv8-node", "listen", "literate_randomizer", "lograge", "logstash-event", "logstash-logger", "logster", "loofah", "lru_redux", "lz4-ruby", "maxminddb", "memory_profiler", "message_bus", "method_source", "mini_mime", "mini_portile2", "mini_racer", "mini_scheduler", "mini_sql", "mini_suffix", "minitest", "mocha", "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-discourse", "rubocop-rspec", "ruby-prof", "ruby-progressbar", "ruby-readability", "ruby2_keywords", "rubyzip", "sanitize", "sassc", "sassc-rails", "seed-fu", "shoulda-matchers", "sidekiq", "simplecov", "simplecov-html", "simplecov_json_formatter", "sprockets", "sprockets-rails", "sshkey", "stackprof", "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"]
  267. HTTP GET https://index.rubygems.org/info/actionmailer
  268. HTTP GET https://index.rubygems.org/info/actionpack
  269. HTTP 206 Partial Content https://index.rubygems.org/info/actionmailer
  270. HTTP GET https://index.rubygems.org/info/actionview
  271. HTTP 206 Partial Content https://index.rubygems.org/info/actionview
  272. HTTP GET https://index.rubygems.org/info/activejob
  273. HTTP 206 Partial Content https://index.rubygems.org/info/actionpack
  274. HTTP 206 Partial Content https://index.rubygems.org/info/activejob
  275. HTTP GET https://index.rubygems.org/info/activemodel
  276. HTTP GET https://index.rubygems.org/info/activerecord
  277. HTTP 206 Partial Content https://index.rubygems.org/info/activemodel
  278. HTTP 206 Partial Content https://index.rubygems.org/info/activerecord
  279. HTTP GET https://index.rubygems.org/info/activesupport
  280. HTTP GET https://index.rubygems.org/info/aws-partitions
  281. HTTP 206 Partial Content https://index.rubygems.org/info/activesupport
  282. HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
  283. HTTP GET https://index.rubygems.org/info/aws-sdk-core
  284. HTTP GET https://index.rubygems.org/info/aws-sdk-kms
  285. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
  286. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-kms
  287. HTTP GET https://index.rubygems.org/info/aws-sdk-s3
  288. HTTP GET https://index.rubygems.org/info/aws-sigv4
  289. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-s3
  290. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sigv4
  291. HTTP GET https://index.rubygems.org/info/bootsnap
  292. HTTP GET https://index.rubygems.org/info/bullet
  293. HTTP 206 Partial Content https://index.rubygems.org/info/bootsnap
  294. HTTP 206 Partial Content https://index.rubygems.org/info/bullet
  295. HTTP GET https://index.rubygems.org/info/discourse_dev_assets
  296. HTTP GET https://index.rubygems.org/info/excon
  297. HTTP 206 Partial Content https://index.rubygems.org/info/discourse_dev_assets
  298. HTTP GET https://index.rubygems.org/info/faker
  299. HTTP 206 Partial Content https://index.rubygems.org/info/excon
  300. HTTP 206 Partial Content https://index.rubygems.org/info/faker
  301. HTTP GET https://index.rubygems.org/info/faraday
  302. HTTP GET https://index.rubygems.org/info/faraday-net_http
  303. HTTP 206 Partial Content https://index.rubygems.org/info/faraday
  304. HTTP 206 Partial Content https://index.rubygems.org/info/faraday-net_http
  305. HTTP GET https://index.rubygems.org/info/image_size
  306. HTTP GET https://index.rubygems.org/info/jquery-rails
  307. HTTP 206 Partial Content https://index.rubygems.org/info/image_size
  308. HTTP 206 Partial Content https://index.rubygems.org/info/jquery-rails
  309. HTTP GET https://index.rubygems.org/info/json-schema
  310. HTTP GET https://index.rubygems.org/info/json
  311. HTTP 206 Partial Content https://index.rubygems.org/info/json-schema
  312. HTTP 206 Partial Content https://index.rubygems.org/info/json
  313. HTTP GET https://index.rubygems.org/info/json_schemer
  314. HTTP GET https://index.rubygems.org/info/jwt
  315. HTTP 206 Partial Content https://index.rubygems.org/info/jwt
  316. HTTP 206 Partial Content https://index.rubygems.org/info/json_schemer
  317. HTTP GET https://index.rubygems.org/info/logster
  318. HTTP GET https://index.rubygems.org/info/loofah
  319. HTTP 206 Partial Content https://index.rubygems.org/info/logster
  320. HTTP 206 Partial Content https://index.rubygems.org/info/loofah
  321. HTTP GET https://index.rubygems.org/info/mocha
  322. HTTP GET https://index.rubygems.org/info/msgpack
  323. HTTP 206 Partial Content https://index.rubygems.org/info/mocha
  324. HTTP GET https://index.rubygems.org/info/multipart-post
  325. HTTP 206 Partial Content https://index.rubygems.org/info/msgpack
  326. HTTP GET https://index.rubygems.org/info/net-http
  327. HTTP 200 OK https://index.rubygems.org/info/net-http
  328. HTTP GET https://index.rubygems.org/info/nokogiri
  329. HTTP 206 Partial Content https://index.rubygems.org/info/nokogiri
  330. HTTP 206 Partial Content https://index.rubygems.org/info/multipart-post
  331. HTTP GET https://index.rubygems.org/info/oauth
  332. HTTP GET https://index.rubygems.org/info/oj
  333. HTTP 206 Partial Content https://index.rubygems.org/info/oj
  334. HTTP 206 Partial Content https://index.rubygems.org/info/oauth
  335. HTTP GET https://index.rubygems.org/info/omniauth
  336. HTTP 206 Partial Content https://index.rubygems.org/info/omniauth
  337. HTTP GET https://index.rubygems.org/info/parallel_tests
  338. HTTP 206 Partial Content https://index.rubygems.org/info/parallel_tests
  339. HTTP GET https://index.rubygems.org/info/rack
  340. HTTP GET https://index.rubygems.org/info/railties
  341. HTTP 206 Partial Content https://index.rubygems.org/info/rack
  342. HTTP 206 Partial Content https://index.rubygems.org/info/railties
  343. HTTP GET https://index.rubygems.org/info/regexp_parser
  344. HTTP 206 Partial Content https://index.rubygems.org/info/regexp_parser
  345. HTTP GET https://index.rubygems.org/info/rubocop
  346. HTTP GET https://index.rubygems.org/info/rspec-rails
  347. HTTP 206 Partial Content https://index.rubygems.org/info/rspec-rails
  348. HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
  349. HTTP GET https://index.rubygems.org/info/rubocop-ast
  350. HTTP GET https://index.rubygems.org/info/rubocop-rspec
  351. HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-rspec
  352. HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-ast
  353. HTTP GET https://index.rubygems.org/info/sidekiq
  354. HTTP 206 Partial Content https://index.rubygems.org/info/sidekiq
  355. HTTP GET https://index.rubygems.org/info/strscan
  356. HTTP GET https://index.rubygems.org/info/test-prof
  357. HTTP 206 Partial Content https://index.rubygems.org/info/test-prof
  358. HTTP GET https://index.rubygems.org/info/timeout
  359. HTTP 206 Partial Content https://index.rubygems.org/info/timeout
  360. HTTP GET https://index.rubygems.org/info/unf_ext
  361. HTTP 206 Partial Content https://index.rubygems.org/info/strscan
  362. HTTP GET https://index.rubygems.org/info/uri
  363. HTTP 206 Partial Content https://index.rubygems.org/info/unf_ext
  364. HTTP 200 OK https://index.rubygems.org/info/uri
  365. Looking up gems ["mail", "text-format", "erubis", "rails-deprecated_sanitizer", "jsonapi", "case_transform", "jsonapi-renderer", "activemodel-globalid", "rack-mount", "rack-cache", "journey", "arel", "activerecord-deprecated_finders", "bcrypt-ruby", "memcache-client", "thread_safe", "jamespath", "http-2", "aws-crt", "ember-template-compiler-source", "handlebars-source", "rouge", "snappy", "columnize", "debugger-linecache", "slop", "rb-readline", "functional-ruby", "ref", "safe_yaml", "rdoc", "rcov", "pastel", "tty-pager", "tty-screen", "tty-tree", "httpclient", "net-http-persistent", "patron", "rake-compiler", "rb-appscript", "xattr", "ffi-xattr", "termios", "json_pure", "rails", "rdf", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "stud", "eventmachine", "thin", "ruby_parser", "net-ftp", "libv8", "metaclass", "io-wait", "hoe", "weakling", "mini_portile", "pkg-config", "faraday-middleware", "httpauth", "bigdecimal", "ruby-hmac", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "sexp_processor", "win32console", "yard", "spoon", "pry-doc", "escape_utils", "trollop", "rack-ssl", "base32", "webrat", "rspec-collection_matchers", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "hpricot", "nokogumbo", "bundler", "sass", "bourne", "lockfile", "hike", "compass", "sprockets-sass", "sinatra", "slim", "therubyracer"]
  366. HTTP GET https://index.rubygems.org/info/mail
  367. HTTP 206 Partial Content https://index.rubygems.org/info/mail
  368. HTTP GET https://index.rubygems.org/info/aws-crt
  369. HTTP GET https://index.rubygems.org/info/rouge
  370. HTTP 206 Partial Content https://index.rubygems.org/info/aws-crt
  371. HTTP 206 Partial Content https://index.rubygems.org/info/rouge
  372. HTTP GET https://index.rubygems.org/info/rake-compiler
  373. HTTP GET https://index.rubygems.org/info/ffi-xattr
  374. HTTP 206 Partial Content https://index.rubygems.org/info/rake-compiler
  375. HTTP 206 Partial Content https://index.rubygems.org/info/ffi-xattr
  376. HTTP GET https://index.rubygems.org/info/json_pure
  377. HTTP GET https://index.rubygems.org/info/rails
  378. HTTP 206 Partial Content https://index.rubygems.org/info/rails
  379. HTTP 206 Partial Content https://index.rubygems.org/info/json_pure
  380. HTTP GET https://index.rubygems.org/info/rdf
  381. HTTP 206 Partial Content https://index.rubygems.org/info/rdf
  382. HTTP GET https://index.rubygems.org/info/io-wait
  383. HTTP 206 Partial Content https://index.rubygems.org/info/io-wait
  384. HTTP GET https://index.rubygems.org/info/yard
  385. HTTP 206 Partial Content https://index.rubygems.org/info/yard
  386. HTTP GET https://index.rubygems.org/info/tins
  387. HTTP GET https://index.rubygems.org/info/psych
  388. HTTP 206 Partial Content https://index.rubygems.org/info/tins
  389. HTTP 206 Partial Content https://index.rubygems.org/info/psych
  390. HTTP GET https://index.rubygems.org/info/bundler
  391. HTTP 206 Partial Content https://index.rubygems.org/info/bundler
  392. Looking up gems ["text-hyphen", "abstract", "mime-types", "treetop", "tlsmail", "jsonapi-parser", "multimap", "bcrypt", "ZenTest", "RubyInline", "atomic", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "equatable", "tty-color", "tty-which", "verse", "strings", "spruz", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "win32-api", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "metriks", "link_header", "hamster", "ParseTree", "daemons", "time", "rubyforge", "gemcutter", "rack-openid", "ruby-openid-apps-discovery", "restclient", "rest-client", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "curses", "webrick", "sync", "jar-dependencies", "stringio", "sass-listen", "haml", "fssm", "compass-core", "compass-import-once", "sprockets-helpers", "mongrel", "mustermann", "temple"]
  393. HTTP GET https://index.rubygems.org/info/bcrypt
  394. HTTP GET https://index.rubygems.org/info/RubyInline
  395. HTTP 206 Partial Content https://index.rubygems.org/info/bcrypt
  396. HTTP 206 Partial Content https://index.rubygems.org/info/RubyInline
  397. HTTP GET https://index.rubygems.org/info/actioncable
  398. HTTP GET https://index.rubygems.org/info/activestorage
  399. HTTP 206 Partial Content https://index.rubygems.org/info/activestorage
  400. HTTP 206 Partial Content https://index.rubygems.org/info/actioncable
  401. HTTP GET https://index.rubygems.org/info/actionmailbox
  402. HTTP GET https://index.rubygems.org/info/actiontext
  403. HTTP 206 Partial Content https://index.rubygems.org/info/actionmailbox
  404. HTTP 206 Partial Content https://index.rubygems.org/info/actiontext
  405. HTTP GET https://index.rubygems.org/info/facter
  406. HTTP 206 Partial Content https://index.rubygems.org/info/facter
  407. HTTP GET https://index.rubygems.org/info/stringio
  408. HTTP 206 Partial Content https://index.rubygems.org/info/stringio
  409. Looking up gems ["facets", "polyglot", "mime-types-data", "archive-tar-minitar", "unicode_utils", "strings-ansi", "rails-observers", "activemodel-serializers-xml", "marcel", "mimemagic", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "test-unit", "hitimes", "celluloid-gems", "coveralls", "dotenv-deployment", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "SexpProcessor", "date", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "net-scp", "ruby-openid", "netrc", "http-cookie", "http-accept", "macaddr", "log4r", "ruby-maven", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool"]
  410. HTTP GET https://index.rubygems.org/info/yajl-ruby
  411. HTTP 206 Partial Content https://index.rubygems.org/info/yajl-ruby
  412. HTTP GET https://index.rubygems.org/info/http-cookie
  413. HTTP 206 Partial Content https://index.rubygems.org/info/http-cookie
  414. Looking up gems ["minitar", "minitar-cli", "coffee-script", "hiredis", "power_assert", "websocket-extensions", "configuration", "mkrf", "colorize", "roauth", "libxml-ruby", "ffi-win32-extensions", "net-ssh", "ruby-yadis", "systemu", "maven-tools", "ruby-maven-libs", "domain_name", "sqlite3"]
  415. HTTP GET https://index.rubygems.org/info/libxml-ruby
  416. HTTP GET https://index.rubygems.org/info/net-ssh
  417. HTTP 206 Partial Content https://index.rubygems.org/info/libxml-ruby
  418. HTTP 206 Partial Content https://index.rubygems.org/info/net-ssh
  419. Looking up gems ["powerbar", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
  420. Looking up gems ["ansi", "descendants_tracker", "axiom-types", "coercible", "equalizer"]
  421. Looking up gems ["ice_nine", "adamantium"]
  422. Looking up gems ["memoizable"]
  423. Using rake 13.0.6
  424. 0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
  425. Using concurrent-ruby 1.1.10
  426. Using minitest 5.15.0
  427. Using builder 3.2.4
  428. Using erubi 1.10.0
  429. 0: concurrent-ruby (1.1.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.10.gemspec
  430. 2: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
  431. Using crass 1.0.6
  432. 2: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
  433. Fetching rack 2.2.3.1
  434. Using racc 1.6.0
  435. 0: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
  436. Using mini_mime 1.1.2
  437. 0: mini_mime (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
  438. Fetching digest 3.1.0
  439. 1: minitest (5.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.15.0.gemspec
  440. 3: erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
  441. Fetching timeout 0.3.0
  442. Fetching strscan 3.0.3
  443. Installing strscan 3.0.3 with native extensions
  444. Installing timeout 0.3.0
  445. Installing digest 3.1.0 with native extensions
  446. Installing rack 2.2.3.1
  447. Building native extensions. This could take a while...
  448. Building native extensions. This could take a while...
  449. 3: timeout (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/timeout-0.3.0.gemspec
  450. Using public_suffix 4.0.7
  451. 3: public_suffix (4.0.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.7.gemspec
  452. Using aws-eventstream 1.2.0
  453. 3: aws-eventstream (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
  454. Fetching aws-partitions 1.583.0
  455. 2: rack (2.2.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.1.gemspec
  456. Using jmespath 1.6.1
  457. 2: jmespath (1.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.6.1.gemspec
  458. Using ember-source 2.18.2
  459. 2: ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
  460. Installing aws-partitions 1.583.0
  461. Using execjs 2.8.1
  462. 2: execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
  463. Fetching msgpack 1.5.2
  464. 3: aws-partitions (1.583.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.583.0.gemspec
  465. Using bundler 2.3.13
  466. 3: bundler (2.3.13) from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.3.13/lib/bundler/source
  467. Using byebug 11.1.3
  468. 3: byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
  469. Using cbor 0.5.9.6
  470. 3: cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
  471. Using chunky_png 1.4.0
  472. 3: chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
  473. Using coderay 1.1.3
  474. 3: coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
  475. Using colored2 3.1.2
  476. Installing msgpack 1.5.2 with native extensions
  477. 3: colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
  478. Using connection_pool 2.2.5
  479. 3: connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
  480. Using ipaddr 1.2.4
  481. 3: ipaddr (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.4.gemspec
  482. Using cppjieba_rb 0.4.2
  483. 3: cppjieba_rb (0.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.4.2.gemspec
  484. Using diffy 3.4.0
  485. 3: diffy (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
  486. Using method_source 1.0.0
  487. 3: method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
  488. Using thor 1.2.1
  489. 3: thor (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
  490. Using zeitwerk 2.5.4
  491. 3: zeitwerk (2.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.4.gemspec
  492. Using discourse-ember-source 3.12.2.3
  493. 3: 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
  494. Using discourse-fonts 0.0.9
  495. 3: discourse-fonts (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
  496. Fetching regexp_parser 2.5.0
  497. Installing regexp_parser 2.5.0
  498. Building native extensions. This could take a while...
  499. 3: regexp_parser (2.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.5.0.gemspec
  500. Using email_reply_trimmer 0.1.13
  501. 3: email_reply_trimmer (0.1.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/email_reply_trimmer-0.1.13.gemspec
  502. Fetching excon 0.92.3
  503. Installing excon 0.92.3
  504. 3: excon (0.92.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.92.3.gemspec
  505. Using exifr 1.3.9
  506. 3: exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
  507. Using faraday-em_http 1.0.0
  508. 3: faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
  509. Using faraday-em_synchrony 1.0.0
  510. 3: faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
  511. Using faraday-excon 1.1.0
  512. 3: faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
  513. Using faraday-httpclient 1.0.1
  514. 3: faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
  515. Using multipart-post 2.1.1
  516. 3: multipart-post (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
  517. Using faraday-net_http 1.0.1
  518. 3: faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
  519. Using faraday-net_http_persistent 1.2.0
  520. 3: 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
  521. Using faraday-patron 1.0.0
  522. 3: faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
  523. Using faraday-rack 1.0.0
  524. 3: faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
  525. Using faraday-retry 1.0.3
  526. 3: faraday-retry (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
  527. Using ruby2_keywords 0.0.5
  528. 3: ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
  529. Using fast_blank 1.0.1
  530. 3: fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
  531. Using fast_xs 0.8.0
  532. 3: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
  533. Using fastimage 2.2.6
  534. 3: fastimage (2.2.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
  535. Using ffi 1.15.5
  536. 3: ffi (1.15.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
  537. Using fspath 3.1.2
  538. 3: fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
  539. Using gc_tracer 1.5.1
  540. 3: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
  541. Using guess_html_encoding 0.0.11
  542. 3: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
  543. Using hana 1.3.7
  544. 3: hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
  545. Using hashie 5.0.0
  546. 3: hashie (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
  547. Using highline 2.0.3
  548. 3: highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
  549. Using hkdf 0.3.0
  550. 3: hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
  551. Using htmlentities 4.3.4
  552. 3: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
  553. Using http_accept_language 2.1.1
  554. 3: http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
  555. Fetching image_size 3.0.2
  556. Installing image_size 3.0.2
  557. 3: image_size (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.2.gemspec
  558. Using in_threads 1.6.0
  559. 3: in_threads (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.6.0.gemspec
  560. Using progress 3.6.0
  561. 3: progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
  562. Fetching json 2.6.2
  563. Installing json 2.6.2 with native extensions
  564. Building native extensions. This could take a while...
  565. 1: strscan (3.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/strscan-3.0.3.gemspec
  566. Using uri_template 0.7.0
  567. 1: uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
  568. Using jwt 2.3.0
  569. 1: jwt (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
  570. Using kgio 2.11.4
  571. 1: kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
  572. Using libv8-node 16.10.0.0 (x86_64-linux)
  573. 1: 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
  574. Using logstash-event 1.2.02
  575. 1: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
  576. Fetching logster 2.11.2
  577. Installing logster 2.11.2
  578. 1: logster (2.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.11.2.gemspec
  579. Using lru_redux 1.1.0
  580. 1: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
  581. Using lz4-ruby 0.3.3
  582. 1: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
  583. Using maxminddb 0.1.22
  584. 1: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
  585. Using memory_profiler 1.0.0
  586. 1: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
  587. Using redis 4.5.1
  588. 1: redis (4.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
  589. Using mini_sql 1.4.0
  590. 1: mini_sql (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.4.0.gemspec
  591. Using multi_json 1.15.0
  592. 1: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
  593. Using multi_xml 0.6.0
  594. 1: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
  595. Using mustache 1.1.1
  596. 1: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
  597. Fetching uri 0.11.0
  598. Installing uri 0.11.0
  599. 1: uri (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri-0.11.0.gemspec
  600. Using nio4r 2.5.8
  601. 1: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
  602. Fetching oauth 0.5.10
  603. Installing oauth 0.5.10
  604. 1: oauth (0.5.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.10.gemspec
  605. Fetching oj 3.13.13
  606. Installing oj 3.13.13 with native extensions
  607. Building native extensions. This could take a while...
  608. 3: json (2.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.2.gemspec
  609. Using optimist 3.0.1
  610. 3: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
  611. Using pg 1.3.5
  612. 3: pg (1.3.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.3.5.gemspec
  613. Using r2 0.2.7
  614. 3: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
  615. Using raindrops 0.20.0
  616. 3: raindrops (0.20.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.gemspec
  617. Using rchardet 1.8.0
  618. 3: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
  619. Using rexml 3.2.5
  620. 3: rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
  621. Using rinku 2.0.6
  622. 3: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
  623. Using rotp 6.2.0
  624. 3: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
  625. Using rqrcode_core 1.2.0
  626. 3: rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
  627. Using rubyzip 2.3.2
  628. 3: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
  629. Using tilt 2.0.10
  630. 3: tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
  631. Using sshkey 2.0.0
  632. 3: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
  633. Using stackprof 0.2.19
  634. 3: stackprof (0.2.19) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.19.gemspec
  635. Fetching unf_ext 0.0.8.2
  636. Installing unf_ext 0.0.8.2 with native extensions
  637. Building native extensions. This could take a while...
  638. 2: msgpack (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.5.2.gemspec
  639. Using xorcist 1.1.2
  640. 2: xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
  641. Using i18n 1.10.0
  642. 2: i18n (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.10.0.gemspec
  643. Using tzinfo 2.0.4
  644. 2: tzinfo (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
  645. Fetching nokogiri 1.13.6 (x86_64-linux)
  646. Installing nokogiri 1.13.6 (x86_64-linux)
  647. 0: digest (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/digest-3.1.0.gemspec
  648. Using mail 2.8.0.edge from https://github.com/discourse/mail.git (at main@5b700fc)
  649. 0: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
  650. Fetching net-protocol 0.1.3
  651. Installing net-protocol 0.1.3
  652. 0: net-protocol (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-protocol-0.1.3.gemspec
  653. Using addressable 2.8.0
  654. 0: addressable (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
  655. Fetching aws-sigv4 1.5.0
  656. Installing aws-sigv4 1.5.0
  657. 0: aws-sigv4 (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.5.0.gemspec
  658. Using rack-test 1.1.0
  659. 0: rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
  660. Using sprockets 3.7.2
  661. 0: sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
  662. Using request_store 1.5.1
  663. 0: request_store (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.1.gemspec
  664. Using message_bus 4.2.0
  665. 0: message_bus (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.2.0.gemspec
  666. Using rack-mini-profiler 3.0.0
  667. 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
  668. Using rack-protection 2.2.0
  669. 0: rack-protection (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.2.0.gemspec
  670. Using ember-data-source 3.0.2
  671. 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
  672. Using barber 0.12.2
  673. 0: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
  674. Using uglifier 4.2.0
  675. 0: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
  676. Using openssl 2.2.1
  677. 0: openssl (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
  678. Using pry 0.13.1
  679. 0: pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
  680. Using ecma-re-validator 0.4.0
  681. 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
  682. Using faraday-multipart 1.0.3
  683. 0: faraday-multipart (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.3.gemspec
  684. Using mini_suffix 0.3.3
  685. 0: mini_suffix (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
  686. Using omniauth 1.9.1
  687. 0: omniauth (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
  688. Using sassc 2.0.1
  689. 0: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
  690. Using image_optim 0.31.1
  691. 0: image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
  692. Using logstash-logger 0.26.1
  693. 0: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
  694. Using mini_racer 0.6.2
  695. 0: mini_racer (0.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.2.gemspec
  696. Using webpush 1.1.0
  697. 0: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
  698. Fetching sidekiq 6.4.2
  699. Installing sidekiq 6.4.2
  700. 0: sidekiq (6.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.4.2.gemspec
  701. Using redis-namespace 1.8.2
  702. 0: redis-namespace (1.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.2.gemspec
  703. Fetching net-http 0.2.2
  704. Installing net-http 0.2.2
  705. 0: net-http (0.2.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-http-0.2.2.gemspec
  706. Using puma 5.6.4
  707. 0: puma (5.6.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.6.4.gemspec
  708. Using rqrcode 2.1.1
  709. 0: rqrcode (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.1.gemspec
  710. Using rss 0.2.9
  711. 0: rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
  712. Using unicorn 6.1.0
  713. 0: unicorn (6.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
  714. Fetching activesupport 7.0.3
  715. Installing activesupport 7.0.3
  716. 2: nokogiri (1.13.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.13.6-x86_64-linux.gemspec
  717. Fetching bootsnap 1.12.0
  718. Installing bootsnap 1.12.0 with native extensions
  719. Building native extensions. This could take a while...
  720. 0: activesupport (7.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-7.0.3.gemspec
  721. Using rbtrace 0.4.14
  722. 0: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
  723. Fetching net-imap 0.2.3
  724. Installing net-imap 0.2.3
  725. 0: net-imap (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-imap-0.2.3.gemspec
  726. Fetching net-pop 0.1.1
  727. Installing net-pop 0.1.1
  728. 0: net-pop (0.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-pop-0.1.1.gemspec
  729. Fetching net-smtp 0.3.1
  730. Installing net-smtp 0.3.1
  731. 0: net-smtp (0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/net-smtp-0.3.1.gemspec
  732. Using css_parser 1.11.0
  733. 0: css_parser (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
  734. Fetching aws-sdk-core 3.130.2
  735. Installing aws-sdk-core 3.130.2
  736. 0: aws-sdk-core (3.130.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.130.2.gemspec
  737. Using openssl-signature_algorithm 1.1.1
  738. 0: openssl-signature_algorithm (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
  739. Using ember-handlebars-template 0.8.0
  740. 0: ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
  741. Using faraday 1.10.0
  742. 0: faraday (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.10.0.gemspec
  743. Fetching json_schemer 0.2.21
  744. Installing json_schemer 0.2.21
  745. 0: json_schemer (0.2.21) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.21.gemspec
  746. Using pry-byebug 3.9.0
  747. 0: pry-byebug (3.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
  748. Using pry-rails 0.3.9
  749. 0: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
  750. Using omniauth-oauth 1.2.0
  751. 0: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
  752. Using mini_scheduler 0.13.0
  753. 0: mini_scheduler (0.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
  754. Fetching loofah 2.18.0
  755. Installing loofah 2.18.0
  756. 0: loofah (2.18.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.18.0.gemspec
  757. Using ruby-readability 0.7.0
  758. 0: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
  759. Using sanitize 6.0.0
  760. 0: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
  761. Using rails-dom-testing 2.0.3
  762. 0: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
  763. Using globalid 1.0.0
  764. 0: globalid (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
  765. Fetching activemodel 7.0.3
  766. Installing activemodel 7.0.3
  767. 0: activemodel (7.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-7.0.3.gemspec
  768. Fetching aws-sdk-kms 1.56.0
  769. 2: bootsnap (1.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.12.0.gemspec
  770. Fetching aws-sdk-sns 1.53.0
  771. 3: unf_ext (0.0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.2.gemspec
  772. Using cose 1.2.0
  773. 3: cose (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
  774. Using oauth2 1.4.7
  775. 3: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
  776. Using omniauth-twitter 1.4.0
  777. 3: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
  778. Using rails-html-sanitizer 1.4.2
  779. 3: rails-html-sanitizer (1.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-html-sanitizer-1.4.2.gemspec
  780. Fetching activejob 7.0.3
  781. Installing aws-sdk-sns 1.53.0
  782. Installing aws-sdk-kms 1.56.0
  783. Installing activejob 7.0.3
  784. 0: aws-sdk-kms (1.56.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.56.0.gemspec
  785. Using active_model_serializers 0.8.4
  786. 0: active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
  787. 3: activejob (7.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-7.0.3.gemspec
  788. Fetching actionview 7.0.3
  789. Fetching activerecord 7.0.3
  790. 2: aws-sdk-sns (1.53.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.53.0.gemspec
  791. Using omniauth-oauth2 1.7.2
  792. 2: omniauth-oauth2 (1.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.gemspec
  793. Using unf 0.1.4
  794. 2: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
  795. Fetching aws-sdk-s3 1.114.0
  796. Installing aws-sdk-s3 1.114.0
  797. 2: aws-sdk-s3 (1.114.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.114.0.gemspec
  798. Using omniauth-facebook 9.0.0
  799. 2: omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
  800. Using omniauth-github 1.4.0
  801. 2: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
  802. Using omniauth-google-oauth2 0.8.2
  803. 2: omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
  804. Installing actionview 7.0.3
  805. Installing activerecord 7.0.3
  806. 3: actionview (7.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-7.0.3.gemspec
  807. Fetching actionpack 7.0.3
  808. Using actionview_precompiler 0.2.3
  809. 3: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
  810. Installing actionpack 7.0.3
  811. 2: actionpack (7.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-7.0.3.gemspec
  812. Fetching railties 7.0.3
  813. Fetching actionmailer 7.0.3
  814. 0: activerecord (7.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-7.0.3.gemspec
  815. Using sprockets-rails 3.4.2
  816. 0: sprockets-rails (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
  817. Using seed-fu 2.3.9
  818. 0: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
  819. Installing actionmailer 7.0.3
  820. Installing railties 7.0.3
  821. 3: actionmailer (7.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-7.0.3.gemspec
  822. 2: railties (7.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-7.0.3.gemspec
  823. Using lograge 0.12.0
  824. 3: lograge (0.12.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.12.0.gemspec
  825. Using rails_failover 0.8.1
  826. 3: rails_failover (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.8.1.gemspec
  827. Fetching jquery-rails 4.5.0
  828. Using rails_multisite 4.0.1
  829. 3: rails_multisite (4.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.1.gemspec
  830. Using sassc-rails 2.1.2
  831. 3: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
  832. Installing jquery-rails 4.5.0
  833. 0: jquery-rails (4.5.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.5.0.gemspec
  834. Using discourse-ember-rails 0.18.6
  835. 3: discourse-ember-rails (0.18.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-rails-0.18.6.gemspec
  836. 1: oj (3.13.13) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.13.gemspec
  837. Bundle complete! 126 Gemfile dependencies, 184 gems now installed.
  838. Gems in the groups 'test' and 'development' were not installed.
  839. Bundled gems are installed into `./vendor/bundle`
  840.  
  841. I, [2022-06-03T13:40:09.391411 #1] INFO -- : > cd /var/www/discourse && [ ! -d 'node_modules' ] || su discourse -c 'yarn install --production && yarn cache clean'
  842. warning "eslint-config-discourse > eslint-plugin-lodash@7.1.0" has unmet peer dependency "lodash@>=4".
  843. warning " > @mixer/parallel-prettier@2.0.1" has unmet peer dependency "prettier@^2.0.0".
  844. I, [2022-06-03T13:41:53.854457 #1] INFO -- : yarn install v1.22.18
  845. [1/5] Validating package.json...
  846. [2/5] Resolving packages...
  847. [3/5] Fetching packages...
  848. [4/5] Linking dependencies...
  849. [5/5] Building fresh packages...
  850. $ yarn --cwd app/assets/javascripts/discourse
  851. yarn install v1.22.18
  852. [1/4] Resolving packages...
  853. [2/4] Fetching packages...
  854. [3/4] Linking dependencies...
  855. [4/4] Building fresh packages...
  856. success Saved lockfile.
  857. Done in 59.80s.
  858. Done in 96.78s.
  859. yarn cache v1.22.18
  860. success Cleared cache.
  861. Done in 7.08s.
  862.  
  863. I, [2022-06-03T13:41:53.855445 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
  864. I, [2022-06-03T13:41:58.271906 #1] INFO -- : discourse-chat-integration is already at latest compatible version
  865. docker_manager is already at latest compatible version
  866.  
  867. I, [2022-06-03T13:41:58.272643 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
  868. I, [2022-06-03T13:42:05.439753 #1] INFO -- :
  869. I, [2022-06-03T13:42:05.440560 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile'
  870. - Building
  871. - Building
  872. - building...
  873. Killed
  874. error Command failed with exit code 137.
  875. I, [2022-06-03T13:42:47.432608 #1] INFO -- : yarn run v1.22.18
  876. $ /var/www/discourse/app/assets/javascripts/node_modules/.bin/ember build -prod
  877. WARNING: Node v16.14.2 is not tested against Ember CLI on your platform. We recommend that you use the most-recent "Active LTS" version of Node.js. See https://git.io/v7S5n for details.
  878. Environment: production
  879. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  880.  
  881. I, [2022-06-03T13:42:47.433337 #1] INFO -- : Terminating async processes
  882. I, [2022-06-03T13:42:47.433534 #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
  883. I, [2022-06-03T13:42:47.433776 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 103
  884. 2022-06-03 13:42:47.434 UTC [42] LOG: received fast shutdown request
  885. 103:signal-handler (1654263767) Received SIGTERM scheduling shutdown...
  886. 2022-06-03 13:42:47.436 UTC [42] LOG: aborting any active transactions
  887. 2022-06-03 13:42:47.443 UTC [42] LOG: background worker "logical replication launcher" (PID 51) exited with exit code 1
  888. 2022-06-03 13:42:47.443 UTC [46] LOG: shutting down
  889. 2022-06-03 13:42:47.456 UTC [42] LOG: database system is shut down
  890. 103:M 03 Jun 2022 13:42:47.474 # User requested shutdown...
  891. 103:M 03 Jun 2022 13:42:47.474 * Saving the final RDB snapshot before exiting.
  892. 103:M 03 Jun 2022 13:42:47.492 * DB saved on disk
  893. 103:M 03 Jun 2022 13:42:47.492 # Redis is now ready to exit, bye bye...
  894.  
  895.  
  896. FAILED
  897. --------------------
  898. Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile' failed with return #<Process::Status: pid 1094 exit 137>
  899. Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
  900. exec failed with the params {"cd"=>"$home", "hook"=>"assets_precompile", "cmd"=>["su discourse -c 'bundle exec rake themes:update assets:precompile'"]}
  901. bootstrap failed with exit code 137
  902. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
  903. ./discourse-doctor may help diagnose the problem.
  904. ea5bdee015e9525051d8a5405f7a189ff75229ef6cdf747a9cf68f2fa14c9d83
  905.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement