Advertisement
nokizorque

Untitled

Jan 23rd, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.73 KB | None | 0 0
  1. I, [2018-01-23T12:31:37.274885 #13] INFO -- : > cd /var/www/discourse && git fetch origin tests-passed
  2. From https://github.com/discourse/discourse
  3. * branch tests-passed -> FETCH_HEAD
  4. I, [2018-01-23T12:31:39.693354 #13] INFO -- :
  5. I, [2018-01-23T12:31:39.694134 #13] INFO -- : > cd /var/www/discourse && git checkout tests-passed
  6. Switched to a new branch 'tests-passed'
  7. I, [2018-01-23T12:31:40.397631 #13] INFO -- : Branch tests-passed set up to track remote branch tests-passed from ori gin.
  8.  
  9. I, [2018-01-23T12:31:40.398124 #13] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  10. I, [2018-01-23T12:31:40.402146 #13] INFO -- :
  11. I, [2018-01-23T12:31:40.402618 #13] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  12. I, [2018-01-23T12:31:40.405849 #13] INFO -- :
  13. I, [2018-01-23T12:31:40.406227 #13] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  14. I, [2018-01-23T12:31:40.409238 #13] INFO -- :
  15. I, [2018-01-23T12:31:40.409620 #13] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rail s
  16. I, [2018-01-23T12:31:40.412585 #13] INFO -- :
  17. I, [2018-01-23T12:31:40.412981 #13] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rail s/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
  18. I, [2018-01-23T12:31:40.417854 #13] INFO -- :
  19. I, [2018-01-23T12:31:40.418286 #13] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rail s/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
  20. I, [2018-01-23T12:31:40.422750 #13] INFO -- :
  21. I, [2018-01-23T12:31:40.423190 #13] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads ,backups}"
  22. I, [2018-01-23T12:31:40.428139 #13] INFO -- :
  23. I, [2018-01-23T12:31:40.428599 #13] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads ,backups} /var/www/discourse/public"
  24. I, [2018-01-23T12:31:40.433125 #13] INFO -- :
  25. I, [2018-01-23T12:31:40.433520 #13] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rail s /shared/uploads /shared/backups
  26. I, [2018-01-23T12:31:40.437490 #13] INFO -- :
  27. I, [2018-01-23T12:31:40.438263 #13] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn /run
  28. I, [2018-01-23T12:31:40.439301 #13] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discour se/docker_manager.git
  29. Cloning into 'docker_manager'...
  30. I, [2018-01-23T12:31:43.767177 #13] INFO -- :
  31. I, [2018-01-23T12:31:43.768540 #13] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/disc ourse.conf
  32. I, [2018-01-23T12:31:43.775804 #13] INFO -- :
  33. I, [2018-01-23T12:31:43.776908 #13] INFO -- : > rm /etc/nginx/sites-enabled/default
  34. I, [2018-01-23T12:31:43.781999 #13] INFO -- :
  35. I, [2018-01-23T12:31:43.783000 #13] INFO -- : > mkdir -p /var/nginx/cache
  36. I, [2018-01-23T12:31:43.787817 #13] INFO -- :
  37. I, [2018-01-23T12:31:43.789286 #13] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  38. I, [2018-01-23T12:31:43.791241 #13] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127 .0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  39. I, [2018-01-23T12:31:43.792518 #13] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/con f.d/discourse.conf
  40. I, [2018-01-23T12:31:43.793657 #13] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $up load_size ; in /etc/nginx/conf.d/discourse.conf
  41. I, [2018-01-23T12:31:43.794662 #13] INFO -- : > echo "done configuring web"
  42. I, [2018-01-23T12:31:43.799061 #13] INFO -- : done configuring web
  43.  
  44. I, [2018-01-23T12:31:43.800092 #13] INFO -- : > cd /var/www/discourse && gem update bundler
  45. I, [2018-01-23T12:31:54.480970 #13] INFO -- : Updating installed gems
  46. Nothing to update
  47.  
  48. I, [2018-01-23T12:31:54.483253 #13] INFO -- : > cd /var/www/discourse && chown -R discourse /var/www/discourse
  49. I, [2018-01-23T12:32:17.374340 #13] INFO -- :
  50. I, [2018-01-23T12:32:17.378200 #13] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4'
  51. I, [2018-01-23T12:33:39.317586 #13] INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --wit hout "development"` with bundler 1.16.1
  52. Frozen, using resolution from the lockfile
  53. The definition is missing ["coderay-1.1.2", "email_reply_trimmer-0.1.9", "fastimage-2.1.1", "kgio-2.11.1", "libv8-6.3. 292.48.1", "message_bus-2.1.2", "mini_racer-0.1.15", "onebox-1.8.36", "pg-0.21.0", "rails_multisite-2.0.2", "rbtrace-0 .4.10", "unicorn-5.4.0"]
  54.  
  55.  
  56. // Lots of HTTP messages between here - not going to put them in
  57.  
  58. Start compiling CSS: 2018-01-23 12:37:15 UTC
  59. Compiling css for default 2018-01-23 12:37:15 UTC
  60. precompile target: desktop Dark
  61. precompile target: mobile Dark
  62. precompile target: desktop_rtl Dark
  63. precompile target: mobile_rtl Dark
  64. precompile target: desktop Default
  65. precompile target: mobile Default
  66. precompile target: desktop_rtl Default
  67. precompile target: mobile_rtl Default
  68. precompile target: desktop
  69. precompile target: mobile
  70. precompile target: desktop_rtl
  71. precompile target: mobile_rtl
  72. Done compiling CSS: 2018-01-23 12:37:23 UTC
  73. I, [2018-01-23T12:37:23.362990 #13] INFO -- : Purging temp files
  74. Bundling assets
  75. Compressing Javascript and Generating Source Maps
  76.  
  77. I, [2018-01-23T12:37:23.374465 #13] INFO -- : File > /usr/local/bin/discourse chmod: +x
  78. I, [2018-01-23T12:37:23.379314 #13] INFO -- : File > /usr/local/bin/rails chmod: +x
  79. I, [2018-01-23T12:37:23.383642 #13] INFO -- : File > /usr/local/bin/rake chmod: +x
  80. I, [2018-01-23T12:37:23.387996 #13] INFO -- : File > /usr/local/bin/rbtrace chmod: +x
  81. I, [2018-01-23T12:37:23.392485 #13] INFO -- : File > /usr/local/bin/stackprof chmod: +x
  82. I, [2018-01-23T12:37:23.397890 #13] INFO -- : File > /etc/update-motd.d/10-web chmod: +x
  83. I, [2018-01-23T12:37:23.401298 #13] INFO -- : File > /etc/logrotate.d/rails chmod:
  84. I, [2018-01-23T12:37:23.404153 #13] INFO -- : File > /etc/logrotate.d/nginx chmod:
  85. I, [2018-01-23T12:37:23.411022 #13] INFO -- : File > /etc/runit/1.d/00-ensure-links chmod: +x
  86. I, [2018-01-23T12:37:23.416963 #13] INFO -- : File > /root/.bash_profile chmod: 644
  87. I, [2018-01-23T12:37:23.418712 #13] INFO -- : Replacing (?-mix:server.+{) with limit_req_zone $binary_remote_addr zon e=flood:10m rate=$reqs_per_secondr/s;
  88. limit_req_zone $binary_remote_addr zone=bot:10m rate=$reqs_per_minuter/m;
  89. limit_req_status 429;
  90. limit_conn_zone $binary_remote_addr zone=connperip:10m;
  91. limit_conn_status 429;
  92. server {
  93. in /etc/nginx/conf.d/discourse.conf
  94. I, [2018-01-23T12:37:23.419864 #13] INFO -- : Replacing (?-mix:location @discourse {) with location @discourse {
  95. limit_conn connperip $conn_per_ip;
  96. limit_req zone=flood burst=$burst_per_second nodelay;
  97. limit_req zone=bot burst=$burst_per_minute nodelay; in /etc/nginx/conf.d/discourse.conf
  98. I, [2018-01-23T12:37:23.420538 #13] INFO -- : > echo cron is now included in base image, remove from templates
  99. I, [2018-01-23T12:37:23.424705 #13] INFO -- : cron is now included in base image, remove from templates
  100.  
  101. I, [2018-01-23T12:37:23.426299 #13] INFO -- : Replacing <policymap> with <policymap>
  102. <policy domain="coder" rights="none" pattern="EPHEMERAL" />
  103. <policy domain="coder" rights="none" pattern="URL" />
  104. <policy domain="coder" rights="none" pattern="HTTPS" />
  105. <policy domain="coder" rights="none" pattern="MVG" />
  106. <policy domain="coder" rights="none" pattern="MSL" />
  107. <policy domain="coder" rights="none" pattern="TEXT" />
  108. <policy domain="coder" rights="none" pattern="SHOW" />
  109. <policy domain="coder" rights="none" pattern="WIN" />
  110. <policy domain="coder" rights="none" pattern="PLT" />
  111. in /usr/local/etc/ImageMagick-6/policy.xml
  112. I, [2018-01-23T12:37:23.427322 #13] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.exa mple.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  113. I, [2018-01-23T12:37:23.533130 #13] INFO -- :
  114. I, [2018-01-23T12:37:23.534031 #13] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.ex ample.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  115. I, [2018-01-23T12:37:23.618212 #13] INFO -- :
  116. I, [2018-01-23T12:37:23.619058 #13] INFO -- : > chown -R discourse /home/discourse
  117. I, [2018-01-23T12:37:23.633019 #13] INFO -- :
  118. I, [2018-01-23T12:37:23.633865 #13] INFO -- : > rm -f /etc/cron.d/anacron
  119. I, [2018-01-23T12:37:23.638217 #13] INFO -- :
  120. I, [2018-01-23T12:37:23.641239 #13] INFO -- : File > /etc/cron.d/anacron chmod:
  121. I, [2018-01-23T12:37:23.645680 #13] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x
  122. I, [2018-01-23T12:37:23.650439 #13] INFO -- : File > /etc/runit/1.d/enable-brotli chmod: +x
  123. I, [2018-01-23T12:37:23.656568 #13] INFO -- : File > /etc/service/unicorn/run chmod: +x
  124. I, [2018-01-23T12:37:23.663344 #13] INFO -- : File > /etc/service/nginx/run chmod: +x
  125. I, [2018-01-23T12:37:23.669510 #13] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x
  126. I, [2018-01-23T12:37:23.675540 #13] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x
  127. I, [2018-01-23T12:37:23.676700 #13] INFO -- : > cd /var/www/discourse && git reset --hard
  128. Checking out files: 100% (24918/24918), done.
  129. I, [2018-01-23T12:37:29.193484 #13] INFO -- : HEAD is now at d2025e3 FEATURE: bump rbtrace to latest
  130.  
  131. I, [2018-01-23T12:37:29.194241 #13] INFO -- : > cd /var/www/discourse && git clean -f
  132. I, [2018-01-23T12:37:29.318355 #13] INFO -- :
  133. I, [2018-01-23T12:37:29.318955 #13] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin master
  134. I, [2018-01-23T12:37:29.323839 #13] INFO -- :
  135. I, [2018-01-23T12:37:29.324456 #13] INFO -- : > cd /var/www/discourse && git pull
  136. I, [2018-01-23T12:37:32.013826 #13] INFO -- : Already up-to-date.
  137.  
  138. I, [2018-01-23T12:37:32.014768 #13] INFO -- : > cd /var/www/discourse && git fetch origin tests-passed
  139. From https://github.com/discourse/discourse
  140. * branch tests-passed -> FETCH_HEAD
  141. I, [2018-01-23T12:37:34.365055 #13] INFO -- :
  142. I, [2018-01-23T12:37:34.365961 #13] INFO -- : > cd /var/www/discourse && git checkout tests-passed
  143. Already on 'tests-passed'
  144. I, [2018-01-23T12:37:34.766287 #13] INFO -- : Your branch is up-to-date with 'origin/tests-passed'.
  145.  
  146. I, [2018-01-23T12:37:34.767196 #13] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  147. I, [2018-01-23T12:37:34.771201 #13] INFO -- :
  148. I, [2018-01-23T12:37:34.771850 #13] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  149. I, [2018-01-23T12:37:34.775642 #13] INFO -- :
  150. I, [2018-01-23T12:37:34.776173 #13] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  151. I, [2018-01-23T12:37:34.781126 #13] INFO -- :
  152. I, [2018-01-23T12:37:34.781772 #13] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rail s
  153. I, [2018-01-23T12:37:34.786133 #13] INFO -- :
  154. I, [2018-01-23T12:37:34.786736 #13] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rail s/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
  155. I, [2018-01-23T12:37:34.801232 #13] INFO -- :
  156. I, [2018-01-23T12:37:34.801920 #13] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rail s/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
  157. ln: failed to create symbolic link '/var/www/discourse/log/production.log': File exists
  158. ln: failed to create symbolic link '/var/www/discourse/log/production_errors.log': File exists
  159. ln: failed to create symbolic link '/var/www/discourse/log/unicorn.stdout.log': File exists
  160. ln: failed to create symbolic link '/var/www/discourse/log/unicorn.stderr.log': File exists
  161. I, [2018-01-23T12:37:34.814777 #13] INFO -- :
  162. I, [2018-01-23T12:37:34.816554 #13] INFO -- : Terminating async processes
  163. I, [2018-01-23T12:37:34.834977 #13] INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u pos tgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/ma in pid: 44
  164. 2018-01-23 12:37:34.835 UTC [44] LOG: received fast shutdown request
  165. 2018-01-23 12:37:34.835 UTC [44] LOG: aborting any active transactions
  166. 2018-01-23 12:37:34.836 UTC [51] LOG: autovacuum launcher shutting down
  167. I, [2018-01-23T12:37:34.844895 #13] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc /redis/redis.conf pid: 159
  168. 2018-01-23 12:37:34.846 UTC [48] LOG: shutting down
  169. 159:signal-handler (1516711054) Received SIGTERM scheduling shutdown...
  170. 159:M 23 Jan 12:37:34.890 # User requested shutdown...
  171. 159:M 23 Jan 12:37:34.891 * Saving the final RDB snapshot before exiting.
  172. 159:M 23 Jan 12:37:34.908 * DB saved on disk
  173. 159:M 23 Jan 12:37:34.913 # Redis is now ready to exit, bye bye...
  174. 2018-01-23 12:37:34.927 UTC [48] LOG: database system is shut down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement