Advertisement
techwithanirudh

Untitled

Sep 5th, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.34 KB | None | 0 0
  1. Logs:
  2. x86_64 arch detected.
  3. Ensuring launcher is up to date
  4. Fetching origin
  5. Launcher is up-to-date
  6. Stopping old container
  7. + /usr/bin/docker stop -t 600 app
  8. app
  9. 2.0.20230825-1850: Pulling from discourse/base
  10. Digest: sha256:3fd7032bbeb6f322ad7138ed154c0fc6177d75ebffba44871abea86620c0c7d5
  11. Status: Image is up to date for discourse/base:2.0.20230825-1850
  12. docker.io/discourse/base:2.0.20230825-1850
  13. /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups.rb
  14. /usr/local/bin/pups --stdin
  15. I, [2023-09-05T16:21:19.970251 #1] INFO -- : Reading from stdin
  16. I, [2023-09-05T16:21:19.975601 #1] INFO -- : > locale-gen $LANG && update-locale
  17. I, [2023-09-05T16:21:20.001775 #1] INFO -- : Generating locales (this might take a while)...
  18. Generation complete.
  19.  
  20. I, [2023-09-05T16:21:20.001968 #1] INFO -- : > mkdir -p /shared/postgres_run
  21. I, [2023-09-05T16:21:20.004424 #1] INFO -- :
  22. I, [2023-09-05T16:21:20.004620 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
  23. I, [2023-09-05T16:21:20.006506 #1] INFO -- :
  24. I, [2023-09-05T16:21:20.006796 #1] INFO -- : > chmod 775 /shared/postgres_run
  25. I, [2023-09-05T16:21:20.008612 #1] INFO -- :
  26. I, [2023-09-05T16:21:20.008921 #1] INFO -- : > rm -fr /var/run/postgresql
  27. I, [2023-09-05T16:21:20.010995 #1] INFO -- :
  28. I, [2023-09-05T16:21:20.011265 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  29. I, [2023-09-05T16:21:20.013376 #1] INFO -- :
  30. I, [2023-09-05T16:21:20.013676 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  31. 2023/09/05 16:21:20 socat[19] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
  32. I, [2023-09-05T16:21:20.018059 #1] INFO -- :
  33. I, [2023-09-05T16:21:20.018311 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
  34. I, [2023-09-05T16:21:20.020857 #1] INFO -- :
  35. I, [2023-09-05T16:21:20.021021 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
  36. I, [2023-09-05T16:21:20.023460 #1] INFO -- :
  37. I, [2023-09-05T16:21:20.023690 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
  38. I, [2023-09-05T16:21:20.025560 #1] INFO -- :
  39. I, [2023-09-05T16:21:20.025866 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
  40. I, [2023-09-05T16:21:20.027687 #1] INFO -- :
  41. I, [2023-09-05T16:21:20.031827 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
  42. I, [2023-09-05T16:21:20.036792 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
  43. I, [2023-09-05T16:21:20.040836 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
  44. I, [2023-09-05T16:21:20.045059 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
  45. I, [2023-09-05T16:21:20.045417 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
  46. I, [2023-09-05T16:21:21.546737 #1] INFO -- :
  47. I, [2023-09-05T16:21:21.547221 #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
  48. I, [2023-09-05T16:21:21.549680 #1] INFO -- :
  49. I, [2023-09-05T16:21:21.549963 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
  50. I, [2023-09-05T16:21:21.567707 #1] INFO -- :
  51. I, [2023-09-05T16:21:21.568221 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
  52. I, [2023-09-05T16:21:21.571398 #1] INFO -- :
  53. I, [2023-09-05T16:21:21.571903 #1] INFO -- : > /root/upgrade_postgres
  54. I, [2023-09-05T16:21:21.575773 #1] INFO -- :
  55. I, [2023-09-05T16:21:21.576054 #1] INFO -- : > rm /root/upgrade_postgres
  56. I, [2023-09-05T16:21:21.578041 #1] INFO -- :
  57. I, [2023-09-05T16:21:21.578536 #1] INFO -- : Replacing data_directory = '/var/lib/postgresql/13/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
  58. I, [2023-09-05T16:21:21.579291 #1] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
  59. I, [2023-09-05T16:21:21.579972 #1] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
  60. I, [2023-09-05T16:21:21.580547 #1] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
  61. I, [2023-09-05T16:21:21.581269 #1] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
  62. I, [2023-09-05T16:21:21.581827 #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
  63. I, [2023-09-05T16:21:21.582336 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
  64. I, [2023-09-05T16:21:21.585069 #1] INFO -- :
  65. I, [2023-09-05T16:21:21.585490 #1] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
  66. I, [2023-09-05T16:21:21.585956 #1] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
  67. I, [2023-09-05T16:21:21.586487 #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
  68. I, [2023-09-05T16:21:21.587166 #1] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
  69. I, [2023-09-05T16:21:21.587684 #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
  70. I, [2023-09-05T16:21:21.588154 #1] INFO -- : Replacing (?-mix:^host.*all.*all.*::1\/128.*$) with host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
  71. I, [2023-09-05T16:21:21.588563 #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
  72. I, [2023-09-05T16:21:21.590076 #1] INFO -- : > sleep 5
  73. 2023-09-05 16:21:21.630 UTC [42] LOG: starting PostgreSQL 13.12 (Debian 13.12-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
  74. 2023-09-05 16:21:21.630 UTC [42] LOG: listening on IPv4 address "0.0.0.0", port 5432
  75. 2023-09-05 16:21:21.630 UTC [42] LOG: listening on IPv6 address "::", port 5432
  76. 2023-09-05 16:21:21.633 UTC [42] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  77. 2023-09-05 16:21:21.639 UTC [45] LOG: database system was shut down at 2023-09-05 16:18:59 UTC
  78. 2023-09-05 16:21:21.645 UTC [42] LOG: database system is ready to accept connections
  79. I, [2023-09-05T16:21:26.592591 #1] INFO -- :
  80. I, [2023-09-05T16:21:26.593217 #1] INFO -- : > su postgres -c 'createdb discourse' || true
  81. 2023-09-05 16:21:26.636 UTC [55] postgres@postgres ERROR: database "discourse" already exists
  82. 2023-09-05 16:21:26.636 UTC [55] postgres@postgres STATEMENT: CREATE DATABASE discourse;
  83. createdb: error: database creation failed: ERROR: database "discourse" already exists
  84. I, [2023-09-05T16:21:26.638385 #1] INFO -- :
  85. I, [2023-09-05T16:21:26.638799 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
  86. 2023-09-05 16:21:26.680 UTC [59] postgres@discourse ERROR: role "discourse" already exists
  87. 2023-09-05 16:21:26.680 UTC [59] postgres@discourse STATEMENT: create user discourse;
  88. ERROR: role "discourse" already exists
  89. I, [2023-09-05T16:21:26.682842 #1] INFO -- :
  90. I, [2023-09-05T16:21:26.683216 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
  91. I, [2023-09-05T16:21:26.725012 #1] INFO -- : GRANT
  92.  
  93. I, [2023-09-05T16:21:26.725456 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
  94. I, [2023-09-05T16:21:26.775100 #1] INFO -- : ALTER SCHEMA
  95.  
  96. I, [2023-09-05T16:21:26.775390 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
  97. NOTICE: extension "hstore" already exists, skipping
  98. I, [2023-09-05T16:21:26.821867 #1] INFO -- : CREATE EXTENSION
  99.  
  100. I, [2023-09-05T16:21:26.822311 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
  101. NOTICE: extension "pg_trgm" already exists, skipping
  102. I, [2023-09-05T16:21:26.867002 #1] INFO -- : CREATE EXTENSION
  103.  
  104. I, [2023-09-05T16:21:26.867328 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists vector;"'
  105. NOTICE: extension "vector" already exists, skipping
  106. I, [2023-09-05T16:21:26.914675 #1] INFO -- : CREATE EXTENSION
  107.  
  108. I, [2023-09-05T16:21:26.915053 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
  109. NOTICE: extension "hstore" already exists, skipping
  110. I, [2023-09-05T16:21:26.962365 #1] INFO -- : CREATE EXTENSION
  111.  
  112. I, [2023-09-05T16:21:26.962841 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
  113. NOTICE: extension "pg_trgm" already exists, skipping
  114. I, [2023-09-05T16:21:27.011052 #1] INFO -- : CREATE EXTENSION
  115.  
  116. I, [2023-09-05T16:21:27.011733 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists vector;"'
  117. NOTICE: extension "vector" already exists, skipping
  118. I, [2023-09-05T16:21:27.057669 #1] INFO -- : CREATE EXTENSION
  119.  
  120. I, [2023-09-05T16:21:27.058195 #1] INFO -- : > sudo -u postgres psql discourse
  121. I, [2023-09-05T16:21:27.060718 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
  122.  
  123. I, [2023-09-05T16:21:27.111644 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
  124. I, [2023-09-05T16:21:27.115395 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
  125. I, [2023-09-05T16:21:27.115689 #1] INFO -- : > echo postgres installed!
  126. I, [2023-09-05T16:21:27.117994 #1] INFO -- : postgres installed!
  127.  
  128. I, [2023-09-05T16:21:27.124560 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
  129. I, [2023-09-05T16:21:27.131709 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
  130. I, [2023-09-05T16:21:27.137817 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
  131. I, [2023-09-05T16:21:27.138066 #1] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
  132. I, [2023-09-05T16:21:27.138613 #1] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
  133. I, [2023-09-05T16:21:27.141462 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
  134. I, [2023-09-05T16:21:27.145312 #1] INFO -- :
  135. I, [2023-09-05T16:21:27.145821 #1] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
  136. I, [2023-09-05T16:21:27.146320 #1] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
  137. I, [2023-09-05T16:21:27.147252 #1] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
  138. I, [2023-09-05T16:21:27.148350 #1] INFO -- : Replacing (?-mix:^protected-mode yes) with protected-mode no in /etc/redis/redis.conf
  139. I, [2023-09-05T16:21:27.149377 #1] INFO -- : Replacing # io-threads 4 with io-threads $redis_io_threads in /etc/redis/redis.conf
  140. I, [2023-09-05T16:21:27.150391 #1] INFO -- : > echo redis installed
  141. I, [2023-09-05T16:21:27.153741 #1] INFO -- : redis installed
  142.  
  143. I, [2023-09-05T16:21:27.154154 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
  144. I, [2023-09-05T16:21:27.159324 #1] INFO -- : logfile ""
  145.  
  146. I, [2023-09-05T16:21:27.159882 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  147. I, [2023-09-05T16:21:27.162413 #1] INFO -- : > sleep 10
  148. 111:C 05 Sep 2023 16:21:27.168 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  149. 111:C 05 Sep 2023 16:21:27.168 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=111, just started
  150. 111:C 05 Sep 2023 16:21:27.168 # Configuration loaded
  151. 111:M 05 Sep 2023 16:21:27.168 * monotonic clock: POSIX clock_gettime
  152. 111:M 05 Sep 2023 16:21:27.169 * Running mode=standalone, port=6379.
  153. 111:M 05 Sep 2023 16:21:27.169 # Server initialized
  154. 111:M 05 Sep 2023 16:21:27.169 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. 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.
  155. 111:M 05 Sep 2023 16:21:27.170 * Loading RDB produced by version 7.0.7
  156. 111:M 05 Sep 2023 16:21:27.170 * RDB age 148 seconds
  157. 111:M 05 Sep 2023 16:21:27.170 * RDB memory usage when created 1.76 Mb
  158. 111:M 05 Sep 2023 16:21:27.173 * Done loading RDB, keys loaded: 298, keys expired: 0.
  159. 111:M 05 Sep 2023 16:21:27.173 * DB loaded from disk: 0.004 seconds
  160. 111:M 05 Sep 2023 16:21:27.173 * Ready to accept connections
  161. I, [2023-09-05T16:21:37.165735 #1] INFO -- :
  162. I, [2023-09-05T16:21:37.166250 #1] INFO -- : > thpoff echo "thpoff is installed!"
  163. I, [2023-09-05T16:21:37.169859 #1] INFO -- : thpoff is installed!
  164.  
  165. I, [2023-09-05T16:21:37.170257 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  166. I, [2023-09-05T16:21:37.232691 #1] INFO -- :
  167. I, [2023-09-05T16:21:37.233141 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  168. I, [2023-09-05T16:21:37.299940 #1] INFO -- :
  169. I, [2023-09-05T16:21:37.300401 #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'
  170. I, [2023-09-05T16:21:37.373747 #1] INFO -- :
  171. I, [2023-09-05T16:21:37.374168 #1] INFO -- : > rm -f /etc/cron.d/anacron
  172. I, [2023-09-05T16:21:37.377538 #1] INFO -- :
  173. I, [2023-09-05T16:21:37.380656 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
  174. I, [2023-09-05T16:21:37.388124 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
  175. I, [2023-09-05T16:21:37.393885 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
  176. I, [2023-09-05T16:21:37.400063 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
  177. I, [2023-09-05T16:21:37.405412 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
  178. I, [2023-09-05T16:21:37.411399 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
  179. I, [2023-09-05T16:21:37.411675 #1] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
  180. I, [2023-09-05T16:21:37.412061 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  181. I, [2023-09-05T16:21:37.415133 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git reset --hard
  182. 138:C 05 Sep 2023 16:21:37.419 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  183. 138:C 05 Sep 2023 16:21:37.419 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=138, just started
  184. 138:C 05 Sep 2023 16:21:37.419 # Configuration loaded
  185. 138:M 05 Sep 2023 16:21:37.420 * monotonic clock: POSIX clock_gettime
  186. 138:M 05 Sep 2023 16:21:37.420 # Warning: Could not create server TCP listening socket *:6379: bind: Address already in use
  187. 138:M 05 Sep 2023 16:21:37.421 # Failed listening on port 6379 (TCP), aborting.
  188. Updating files: 100% (33693/33693), done.
  189. I, [2023-09-05T16:21:40.335865 #1] INFO -- : HEAD is now at 058c8496f DEV: Convert explain-reviewable modal to component-based API (#23274)
  190.  
  191. I, [2023-09-05T16:21:40.336289 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git clean -f
  192. I, [2023-09-05T16:21:40.460712 #1] INFO -- :
  193. I, [2023-09-05T16:21:40.460981 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
  194. set -o errexit
  195. if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
  196. git remote set-branches --add origin main
  197. git remote set-branches origin tests-passed
  198. git fetch --depth 1 origin tests-passed
  199. else
  200. git fetch --tags --prune-tags --prune --force origin
  201. fi
  202. '
  203. From https://github.com/discourse/discourse
  204. - [deleted] (none) -> origin/0-sadd
  205. - [deleted] (none) -> origin/a11y-topic-navigation
  206. - [deleted] (none) -> origin/admin-report-tab-fix
  207. - [deleted] (none) -> origin/cache-theme-fields-once
  208. - [deleted] (none) -> origin/composer-warnings-use-notice
  209. - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/core-3.2.1
  210. - [deleted] (none) -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/utils-5.4.3
  211. - [deleted] (none) -> origin/dev/change-custom-modal-api-reviewable-item
  212. - [deleted] (none) -> origin/dev/move-delete-user-action-to-agree-menu-part-2
  213. - [deleted] (none) -> origin/dev/no-need-to-track-status-of-deleted-user
  214. - [deleted] (none) -> origin/ember-this-fallback
  215. - [deleted] (none) -> origin/issue/admin-plugin-improvements-modernization
  216. - [deleted] (none) -> origin/loic-chat-specs-refactor
  217. - [deleted] (none) -> origin/revert-23267-ux-chat-composer-divider-fix
  218. - [deleted] (none) -> origin/uploads-in-backup
  219. 058c8496f..7a34ea795 main -> origin/main
  220. * [new branch] 0-fix-category -> origin/0-fix-category
  221. * [new branch] 0-tooltip -> origin/0-tooltip
  222. + 560460ee8...49f177131 2fa-a11y-updates -> origin/2fa-a11y-updates (forced update)
  223. 249b97ce9..f4d8ff71d a11y-contrast -> origin/a11y-contrast
  224. * [new branch] add_support_for_uploading_a_theme_from_directory_in_system_tests -> origin/add_support_for_uploading_a_theme_from_directory_in_system_tests
  225. + 63cb7d4ec...678a7747d category-bullet-only -> origin/category-bullet-only (forced update)
  226. * [new branch] category-bullet-only-generator -> origin/category-bullet-only-generator
  227. * [new branch] composer-warnings-use-notice-alt -> origin/composer-warnings-use-notice-alt
  228. * [new branch] create-personal-chat-notifications -> origin/create-personal-chat-notifications
  229. + 2c683d4c3...e335db8d8 debug-macros-patch -> origin/debug-macros-patch (forced update)
  230. + f1f0facbc...f527ffe27 dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-3.2.3 -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-3.2.3 (forced update)
  231. + 43d5cf3b2...592c56337 dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-multipart-3.5.4 -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/aws-s3-multipart-3.5.4 (forced update)
  232. * [new branch] dependabot/npm_and_yarn/app/assets/javascripts/uppy/core-3.4.0 -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/core-3.4.0
  233. + edbba4f1d...9c5935748 dependabot/npm_and_yarn/app/assets/javascripts/uppy/xhr-upload-3.3.2 -> origin/dependabot/npm_and_yarn/app/assets/javascripts/uppy/xhr-upload-3.3.2 (forced update)
  234. * [new branch] dev-convert-grant-badge-modal-to-component-api -> origin/dev-convert-grant-badge-modal-to-component-api
  235. + 8c8bdc283...d379b4a0f dev/convert-change-post-notice-to-glimmer-dmodal -> origin/dev/convert-change-post-notice-to-glimmer-dmodal (forced update)
  236. a4bb515c3..d9dfbda61 discovery-named-outlets -> origin/discovery-named-outlets
  237. * [new branch] feature/secure-uploads-pm-only -> origin/feature/secure-uploads-pm-only
  238. 5cee6ec88..800592d0a feature/show-status-on-mentions-when-user-havent-used-autocomplete -> origin/feature/show-status-on-mentions-when-user-havent-used-autocomplete
  239. * [new branch] fix/avoid-mixing-reviewable-action-labels -> origin/fix/avoid-mixing-reviewable-action-labels
  240. + 78f0fe6fb...656e045ba fix/do-not-consider-codeblocks-when-parsing-mentions -> origin/fix/do-not-consider-codeblocks-when-parsing-mentions (forced update)
  241. * [new branch] fix/do-not-consider-codeblocks-when-parsing-mentions-alt -> origin/fix/do-not-consider-codeblocks-when-parsing-mentions-alt
  242. + 3ce70aa3f...b7214faff generic-import-latest -> origin/generic-import-latest (forced update)
  243. * [new branch] issue/topic-guardian-can-convert -> origin/issue/topic-guardian-can-convert
  244. + fea7a44a1...38c443170 loic-migrate-chat-message-creator-to-a-service -> origin/loic-migrate-chat-message-creator-to-a-service (forced update)
  245. * [new branch] noised -> origin/noised
  246. * [new branch] psql-output-tests -> origin/psql-output-tests
  247. * [new branch] redo-post-focus-setting -> origin/redo-post-focus-setting
  248. * [new branch] rotate-token-on-ip-change -> origin/rotate-token-on-ip-change
  249. f81ed652f..e74d727e2 stable -> origin/stable
  250. * [new branch] test-mentions-duplicates -> origin/test-mentions-duplicates
  251. 058c8496f..7a34ea795 tests-passed -> origin/tests-passed
  252. * [new branch] theme-qunit-production -> origin/theme-qunit-production
  253. * [new branch] topic-noindex -> origin/topic-noindex
  254. * [new branch] tweak-feature-items -> origin/tweak-feature-items
  255. * [new branch] update-login-modal-mark -> origin/update-login-modal-mark
  256. + 1c3e3950b...aa27102a1 upgrade-login-modal -> origin/upgrade-login-modal (forced update)
  257. * [new branch] ux-notification-item -> origin/ux-notification-item
  258. * [new branch] wip-close-on-click-outside-search -> origin/wip-close-on-click-outside-search
  259. I, [2023-09-05T16:21:41.984272 #1] INFO -- :
  260. I, [2023-09-05T16:21:41.984400 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse bash -c '
  261. set -o errexit
  262. if [[ $(git symbolic-ref --short HEAD) == tests-passed ]] ; then
  263. git pull
  264. else
  265. git -c advice.detachedHead=false checkout tests-passed
  266. fi
  267. '
  268. Switched to a new branch 'tests-passed'
  269. I, [2023-09-05T16:21:48.449669 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
  270.  
  271. I, [2023-09-05T16:21:48.449785 #1] INFO -- : > cd /var/www/discourse && sudo -H -E -u discourse git config user.discourse-version tests-passed
  272. I, [2023-09-05T16:21:48.459577 #1] INFO -- :
  273. I, [2023-09-05T16:21:48.459977 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
  274. I, [2023-09-05T16:21:48.463370 #1] INFO -- :
  275. I, [2023-09-05T16:21:48.463668 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
  276. I, [2023-09-05T16:21:48.466174 #1] INFO -- :
  277. I, [2023-09-05T16:21:48.466235 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  278. I, [2023-09-05T16:21:48.469120 #1] INFO -- :
  279. I, [2023-09-05T16:21:48.469186 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  280. I, [2023-09-05T16:21:48.471954 #1] INFO -- :
  281. I, [2023-09-05T16:21:48.472003 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  282. I, [2023-09-05T16:21:48.474655 #1] INFO -- :
  283. I, [2023-09-05T16:21:48.474724 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  284. I, [2023-09-05T16:21:48.477330 #1] INFO -- :
  285. I, [2023-09-05T16:21:48.477435 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
  286. I, [2023-09-05T16:21:48.481430 #1] INFO -- :
  287. I, [2023-09-05T16:21:48.481556 #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"
  288. I, [2023-09-05T16:21:48.485146 #1] INFO -- :
  289. I, [2023-09-05T16:21:48.485261 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  290. I, [2023-09-05T16:21:48.489001 #1] INFO -- :
  291. I, [2023-09-05T16:21:48.489119 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  292. I, [2023-09-05T16:21:48.492697 #1] INFO -- :
  293. I, [2023-09-05T16:21:48.492970 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
  294. I, [2023-09-05T16:21:48.497116 #1] INFO -- :
  295. I, [2023-09-05T16:21:48.497443 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
  296. I, [2023-09-05T16:21:48.502284 #1] INFO -- :
  297. I, [2023-09-05T16:21:48.502369 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
  298. I, [2023-09-05T16:21:48.506367 #1] INFO -- :
  299. I, [2023-09-05T16:21:48.506476 #1] INFO -- : > cd /var/www/discourse && [ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete
  300. I, [2023-09-05T16:21:48.508148 #1] INFO -- :
  301. I, [2023-09-05T16:21:48.508559 #1] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  302. I, [2023-09-05T16:21:48.509055 #1] INFO -- : Terminating async processes
  303. I, [2023-09-05T16:21:48.509103 #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
  304. I, [2023-09-05T16:21:48.509315 #1] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 111
  305. 2023-09-05 16:21:48.509 UTC [42] LOG: received fast shutdown request
  306. 111:signal-handler (1693930908) Received SIGTERM scheduling shutdown...
  307. 2023-09-05 16:21:48.518 UTC [42] LOG: aborting any active transactions
  308. 2023-09-05 16:21:48.521 UTC [42] LOG: background worker "logical replication launcher" (PID 51) exited with exit code 1
  309. 2023-09-05 16:21:48.521 UTC [46] LOG: shutting down
  310. 2023-09-05 16:21:48.542 UTC [42] LOG: database system is shut down
  311. 111:M 05 Sep 2023 16:21:48.547 # User requested shutdown...
  312. 111:M 05 Sep 2023 16:21:48.547 * Saving the final RDB snapshot before exiting.
  313. 111:M 05 Sep 2023 16:21:48.563 * DB saved on disk
  314. 111:M 05 Sep 2023 16:21:48.563 # Redis is now ready to exit, bye bye...
  315. /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:148:in `block (2 levels) in run_commands': Invalid run command cd (SyntaxError)
  316. from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:142:in `each'
  317. from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:142:in `block in run_commands'
  318. from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:141:in `each'
  319. from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:141:in `run_commands'
  320. from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/config.rb:124:in `run'
  321. from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/lib/pups/cli.rb:65:in `run'
  322. from /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.1.1/bin/pups:9:in `<top (required)>'
  323. from /usr/local/bin/pups:25:in `load'
  324. from /usr/local/bin/pups:25:in `<main>'
  325. bootstrap failed with exit code 1
  326. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
  327. ./discourse-doctor may help diagnose the problem.
  328. 53a00670276c3b61d20bdb401a1f5fcf375a42c12dfc55f8013bf2da74258e8d
  329.  
  330.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement