Advertisement
burke

Untitled

Feb 18th, 2022
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.37 KB | None | 0 0
  1. # ./launcher rebuild web
  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 60 web
  8. web
  9. /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups.rb
  10. /usr/local/bin/pups --stdin
  11. I, [2022-02-18T19:23:24.433958 #1] INFO -- : Reading from stdin
  12. I, [2022-02-18T19:23:24.438031 #1] INFO -- : > thpoff echo "thpoff is installed!"
  13. I, [2022-02-18T19:23:24.445777 #1] INFO -- : thpoff is installed!
  14.  
  15. I, [2022-02-18T19:23:24.445966 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  16. I, [2022-02-18T19:23:24.553991 #1] INFO -- :
  17. I, [2022-02-18T19:23:24.555235 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  18. I, [2022-02-18T19:23:24.681696 #1] INFO -- :
  19. I, [2022-02-18T19:23:24.682459 #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'
  20. I, [2022-02-18T19:23:24.763726 #1] INFO -- :
  21. I, [2022-02-18T19:23:24.764134 #1] INFO -- : > rm -f /etc/cron.d/anacron
  22. I, [2022-02-18T19:23:24.769087 #1] INFO -- :
  23. I, [2022-02-18T19:23:24.774590 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
  24. I, [2022-02-18T19:23:24.783455 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
  25. I, [2022-02-18T19:23:24.792049 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
  26. I, [2022-02-18T19:23:24.800571 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
  27. I, [2022-02-18T19:23:24.808826 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
  28. I, [2022-02-18T19:23:24.816860 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
  29. I, [2022-02-18T19:23:24.817943 #1] INFO -- : > cd /var/www/discourse && git reset --hard
  30. Updating files: 100% (30947/30947), done.
  31. I, [2022-02-18T19:23:28.621563 #1] INFO -- : HEAD is now at e1367cde I18N: Improve copy on blocked words error messages (#15741)
  32.  
  33. I, [2022-02-18T19:23:28.621894 #1] INFO -- : > cd /var/www/discourse && git clean -f
  34. I, [2022-02-18T19:23:28.792828 #1] INFO -- :
  35. I, [2022-02-18T19:23:28.793008 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
  36. I, [2022-02-18T19:23:28.801225 #1] INFO -- :
  37. I, [2022-02-18T19:23:28.801372 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
  38. I, [2022-02-18T19:23:28.809091 #1] INFO -- :
  39. I, [2022-02-18T19:23:28.809228 #1] INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
  40. From https://github.com/discourse/discourse
  41. * branch tests-passed -> FETCH_HEAD
  42. * [new branch] tests-passed -> origin/tests-passed
  43. I, [2022-02-18T19:23:31.162433 #1] INFO -- :
  44. I, [2022-02-18T19:23:31.162640 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
  45. Switched to a new branch 'tests-passed'
  46. I, [2022-02-18T19:23:31.716341 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
  47.  
  48. I, [2022-02-18T19:23:31.716484 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
  49. I, [2022-02-18T19:23:31.723823 #1] INFO -- :
  50. I, [2022-02-18T19:23:31.723972 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
  51. I, [2022-02-18T19:23:31.730559 #1] INFO -- :
  52. I, [2022-02-18T19:23:31.730640 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  53. I, [2022-02-18T19:23:31.737300 #1] INFO -- :
  54. I, [2022-02-18T19:23:31.737474 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  55. I, [2022-02-18T19:23:31.743987 #1] INFO -- :
  56. I, [2022-02-18T19:23:31.744162 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  57. I, [2022-02-18T19:23:31.750078 #1] INFO -- :
  58. I, [2022-02-18T19:23:31.750223 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  59. I, [2022-02-18T19:23:31.756830 #1] INFO -- :
  60. I, [2022-02-18T19:23:31.756974 #1] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"
  61. I, [2022-02-18T19:23:31.765891 #1] INFO -- :
  62. I, [2022-02-18T19:23:31.766001 #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"
  63. I, [2022-02-18T19:23:31.774739 #1] INFO -- :
  64. I, [2022-02-18T19:23:31.774834 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  65. I, [2022-02-18T19:23:31.783811 #1] INFO -- :
  66. I, [2022-02-18T19:23:31.783953 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  67. I, [2022-02-18T19:23:31.792100 #1] INFO -- :
  68. I, [2022-02-18T19:23:31.792202 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
  69. I, [2022-02-18T19:23:31.801024 #1] INFO -- :
  70. I, [2022-02-18T19:23:31.801126 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/tmp/{backups,restores} /var/www/discourse/tmp"
  71. I, [2022-02-18T19:23:31.809272 #1] INFO -- :
  72. I, [2022-02-18T19:23:31.809415 #1] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
  73. I, [2022-02-18T19:23:32.391562 #1] INFO -- :
  74. I, [2022-02-18T19:23:32.391749 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
  75. I, [2022-02-18T19:23:32.399613 #1] INFO -- :
  76. I, [2022-02-18T19:23:32.400787 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  77. Cloning into 'docker_manager'...
  78. I, [2022-02-18T19:23:33.835564 #1] INFO -- :
  79. I, [2022-02-18T19:23:33.835787 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-github.git
  80. Cloning into 'discourse-github'...
  81. I, [2022-02-18T19:23:34.406292 #1] INFO -- :
  82. I, [2022-02-18T19:23:34.406460 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
  83. Cloning into 'discourse-solved'...
  84. I, [2022-02-18T19:23:35.040336 #1] INFO -- :
  85. I, [2022-02-18T19:23:35.040486 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-data-explorer.git
  86. Cloning into 'discourse-data-explorer'...
  87. I, [2022-02-18T19:23:35.691119 #1] INFO -- :
  88. I, [2022-02-18T19:23:35.691364 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-akismet.git
  89. Cloning into 'discourse-akismet'...
  90. I, [2022-02-18T19:23:36.283187 #1] INFO -- :
  91. I, [2022-02-18T19:23:36.283380 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-spoiler-alert.git
  92. Cloning into 'discourse-spoiler-alert'...
  93. I, [2022-02-18T19:23:36.828808 #1] INFO -- :
  94. I, [2022-02-18T19:23:36.829009 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/cpradio/discourse-plugin-replygif.git
  95. Cloning into 'discourse-plugin-replygif'...
  96. I, [2022-02-18T19:23:38.131648 #1] INFO -- :
  97. I, [2022-02-18T19:23:38.131856 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-push-notifications.git
  98. Cloning into 'discourse-push-notifications'...
  99. I, [2022-02-18T19:23:38.704880 #1] INFO -- :
  100. I, [2022-02-18T19:23:38.705086 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chat-integration
  101. Cloning into 'discourse-chat-integration'...
  102. I, [2022-02-18T19:23:39.445041 #1] INFO -- :
  103. I, [2022-02-18T19:23:39.445741 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  104. I, [2022-02-18T19:23:39.451961 #1] INFO -- :
  105. I, [2022-02-18T19:23:39.452165 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
  106. I, [2022-02-18T19:23:39.456140 #1] INFO -- :
  107. I, [2022-02-18T19:23:39.456323 #1] INFO -- : > mkdir -p /var/nginx/cache
  108. I, [2022-02-18T19:23:39.461625 #1] INFO -- :
  109. I, [2022-02-18T19:23:39.462124 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  110. I, [2022-02-18T19:23:39.462891 #1] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  111. I, [2022-02-18T19:23:39.463433 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  112. I, [2022-02-18T19:23:39.464085 #1] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  113. I, [2022-02-18T19:23:39.464696 #1] INFO -- : Replacing (?-mix:worker_connections.+$) with worker_connections $nginx_worker_connections ; in /etc/nginx/conf.d/discourse.conf
  114. I, [2022-02-18T19:23:39.465246 #1] INFO -- : > echo "done configuring web"
  115. I, [2022-02-18T19:23:39.469385 #1] INFO -- : done configuring web
  116.  
  117. I, [2022-02-18T19:23:39.469753 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
  118. I, [2022-02-18T19:23:40.624732 #1] INFO -- : Successfully installed bundler-2.3.4
  119. 1 gem installed
  120.  
  121. I, [2022-02-18T19:23:40.624936 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
  122. I, [2022-02-18T19:24:02.009605 #1] INFO -- :
  123. I, [2022-02-18T19:24:02.010453 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --retry 3 --jobs 4 --verbose --without test development'
  124. [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
  125. [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
  126. I, [2022-02-18T19:24:24.472872 #1] INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "test" "development"` with bundler 2.3.4
  127. Frozen, using resolution from the lockfile
  128. The definition is missing ["bootsnap-1.10.3", "message_bus-4.1.0", "excon-0.91.0", "nokogiri-1.13.1-x86_64-linux", "loofah-2.14.0", "oj-3.13.11", "pg-1.3.2", "mini_sql-1.3.0", "sidekiq-6.4.1", "mini_racer-0.6.2", "rack-protection-2.2.0", "puma-5.6.2", "stackprof-0.2.18", "cppjieba_rb-0.4.2", "rqrcode-2.1.1", "rails_failover-0.8.1", "msgpack-1.4.5", "i18n-1.10.0", "zeitwerk-2.5.4", "in_threads-1.6.0", "regexp_parser-2.2.1", "request_store-1.5.1", "jmespath-1.6.0", "faraday-1.10.0", "ipaddr-1.2.4"]
  129. HTTP GET https://index.rubygems.org/versions
  130. HTTP 416 Range Not Satisfiable https://index.rubygems.org/versions
  131. HTTP GET https://index.rubygems.org/versions
  132. HTTP 200 OK https://index.rubygems.org/versions
  133. HTTP GET https://index.rubygems.org/versions
  134. HTTP 200 OK https://index.rubygems.org/versions
  135. Fetching gem metadata from https://rubygems.org/
  136. 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", "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", "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", "rtlit", "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", "test-prof", "thor", "tilt", "tzinfo", "uglifier", "unf", "unf_ext", "unicode-display_width", "unicorn", "uniform_notifier", "uri_template", "webmock", "webpush", "xorcist", "yaml-lint", "zeitwerk"]
  137. HTTP GET https://index.rubygems.org/info/actionmailer
  138. HTTP GET https://index.rubygems.org/info/actionpack
  139. HTTP GET https://index.rubygems.org/info/activejob
  140. HTTP 206 Partial Content https://index.rubygems.org/info/actionmailer
  141. HTTP GET https://index.rubygems.org/info/actionview
  142. HTTP GET https://index.rubygems.org/info/activemodel
  143. HTTP GET https://index.rubygems.org/info/activerecord
  144. HTTP GET https://index.rubygems.org/info/activesupport
  145. HTTP 206 Partial Content https://index.rubygems.org/info/actionview
  146. HTTP 206 Partial Content https://index.rubygems.org/info/activejob
  147. HTTP 206 Partial Content https://index.rubygems.org/info/actionpack
  148. HTTP 206 Partial Content https://index.rubygems.org/info/activerecord
  149. HTTP 206 Partial Content https://index.rubygems.org/info/activesupport
  150. HTTP 206 Partial Content https://index.rubygems.org/info/activemodel
  151. HTTP GET https://index.rubygems.org/info/annotate
  152. HTTP GET https://index.rubygems.org/info/aws-partitions
  153. HTTP 206 Partial Content https://index.rubygems.org/info/annotate
  154. HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
  155. HTTP GET https://index.rubygems.org/info/aws-sdk-core
  156. HTTP GET https://index.rubygems.org/info/aws-sdk-kms
  157. HTTP GET https://index.rubygems.org/info/aws-sdk-sns
  158. HTTP GET https://index.rubygems.org/info/aws-sdk-s3
  159. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-kms
  160. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-sns
  161. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-s3
  162. HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
  163. HTTP GET https://index.rubygems.org/info/bootsnap
  164. HTTP 206 Partial Content https://index.rubygems.org/info/bootsnap
  165. HTTP GET https://index.rubygems.org/info/faraday
  166. HTTP GET https://index.rubygems.org/info/excon
  167. HTTP GET https://index.rubygems.org/info/faraday-excon
  168. HTTP 206 Partial Content https://index.rubygems.org/info/faraday
  169. HTTP GET https://index.rubygems.org/info/fabrication
  170. HTTP 206 Partial Content https://index.rubygems.org/info/fabrication
  171. HTTP 206 Partial Content https://index.rubygems.org/info/faraday-excon
  172. HTTP GET https://index.rubygems.org/info/i18n
  173. HTTP 206 Partial Content https://index.rubygems.org/info/excon
  174. HTTP 206 Partial Content https://index.rubygems.org/info/i18n
  175. HTTP GET https://index.rubygems.org/info/jmespath
  176. HTTP GET https://index.rubygems.org/info/loofah
  177. HTTP 206 Partial Content https://index.rubygems.org/info/jmespath
  178. HTTP 206 Partial Content https://index.rubygems.org/info/loofah
  179. HTTP GET https://index.rubygems.org/info/message_bus
  180. HTTP GET https://index.rubygems.org/info/ipaddr
  181. HTTP GET https://index.rubygems.org/info/mini_sql
  182. HTTP 206 Partial Content https://index.rubygems.org/info/message_bus
  183. HTTP 206 Partial Content https://index.rubygems.org/info/ipaddr
  184. HTTP 206 Partial Content https://index.rubygems.org/info/mini_sql
  185. HTTP GET https://index.rubygems.org/info/msgpack
  186. HTTP GET https://index.rubygems.org/info/pg
  187. HTTP 206 Partial Content https://index.rubygems.org/info/msgpack
  188. HTTP GET https://index.rubygems.org/info/oauth2
  189. HTTP 206 Partial Content https://index.rubygems.org/info/pg
  190. HTTP 206 Partial Content https://index.rubygems.org/info/oauth2
  191. HTTP GET https://index.rubygems.org/info/puma
  192. HTTP GET https://index.rubygems.org/info/rack-protection
  193. HTTP 206 Partial Content https://index.rubygems.org/info/puma
  194. HTTP GET https://index.rubygems.org/info/railties
  195. HTTP 206 Partial Content https://index.rubygems.org/info/rack-protection
  196. HTTP GET https://index.rubygems.org/info/rails_failover
  197. HTTP GET https://index.rubygems.org/info/rb-fsevent
  198. HTTP 206 Partial Content https://index.rubygems.org/info/railties
  199. HTTP 206 Partial Content https://index.rubygems.org/info/rails_failover
  200. HTTP 206 Partial Content https://index.rubygems.org/info/rb-fsevent
  201. HTTP GET https://index.rubygems.org/info/redis
  202. HTTP GET https://index.rubygems.org/info/rqrcode
  203. HTTP GET https://index.rubygems.org/info/rspec
  204. HTTP GET https://index.rubygems.org/info/regexp_parser
  205. HTTP GET https://index.rubygems.org/info/rspec-core
  206. HTTP GET https://index.rubygems.org/info/rspec-expectations
  207. HTTP 206 Partial Content https://index.rubygems.org/info/redis
  208. HTTP 206 Partial Content https://index.rubygems.org/info/rqrcode
  209. HTTP 206 Partial Content https://index.rubygems.org/info/rspec
  210. HTTP 206 Partial Content https://index.rubygems.org/info/rspec-core
  211. HTTP 206 Partial Content https://index.rubygems.org/info/rspec-expectations
  212. HTTP 206 Partial Content https://index.rubygems.org/info/regexp_parser
  213. HTTP GET https://index.rubygems.org/info/rspec-mocks
  214. HTTP GET https://index.rubygems.org/info/rswag-specs
  215. HTTP 206 Partial Content https://index.rubygems.org/info/rspec-mocks
  216. HTTP GET https://index.rubygems.org/info/rubocop
  217. HTTP GET https://index.rubygems.org/info/rubocop-ast
  218. HTTP 206 Partial Content https://index.rubygems.org/info/rswag-specs
  219. HTTP GET https://index.rubygems.org/info/rspec-support
  220. HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
  221. HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-ast
  222. HTTP 206 Partial Content https://index.rubygems.org/info/rspec-support
  223. HTTP GET https://index.rubygems.org/info/simplecov_json_formatter
  224. HTTP 206 Partial Content https://index.rubygems.org/info/simplecov_json_formatter
  225. HTTP GET https://index.rubygems.org/info/sidekiq
  226. HTTP 206 Partial Content https://index.rubygems.org/info/sidekiq
  227. HTTP GET https://index.rubygems.org/info/stackprof
  228. HTTP 206 Partial Content https://index.rubygems.org/info/stackprof
  229. Looking up gems ["jsonapi", "case_transform", "jsonapi-renderer", "mail", "text-format", "net-imap", "net-pop", "net-smtp", "erubis", "rails-deprecated_sanitizer", "rack-mount", "rack-cache", "journey", "activemodel-globalid", "bcrypt-ruby", "arel", "activerecord-deprecated_finders", "memcache-client", "thread_safe", "aws-crt", "rouge", "ember-template-compiler-source", "handlebars-source", "columnize", "debugger-linecache", "slop", "rb-readline", "jamespath", "http-2", "functional-ruby", "ref", "safe_yaml", "rdoc", "rcov", "pastel", "tty-pager", "tty-screen", "tty-tree", "snappy", "httpclient", "net-http-persistent", "patron", "rake-compiler", "termios", "rb-appscript", "xattr", "ffi-xattr", "rails", "rdf", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "stud", "json_pure", "net-ftp", "ruby_parser", "libv8", "metaclass", "hoe", "eventmachine", "thin", "ruby-hmac", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "weakling", "mini_portile", "pkg-config", "sexp_processor", "bigdecimal", "win32console", "yard", "spoon", "pry-doc", "faraday-middleware", "httpauth", "trollop", "base32", "rack-ssl", "escape_utils", "webrat", "rspec-collection_matchers", "term-ansicolor", "backports", "powerpack", "astrolabe", "tins", "jaro_winkler", "psych", "hpricot", "nokogumbo", "bundler", "sass", "strscan", "bourne", "lockfile", "hike", "therubyracer", "compass", "sprockets-sass", "sinatra", "slim"]
  230. HTTP GET https://index.rubygems.org/info/rouge
  231. HTTP 206 Partial Content https://index.rubygems.org/info/rouge
  232. HTTP GET https://index.rubygems.org/info/rb-kqueue
  233. HTTP GET https://index.rubygems.org/info/rails
  234. HTTP 206 Partial Content https://index.rubygems.org/info/rb-kqueue
  235. HTTP 206 Partial Content https://index.rubygems.org/info/rails
  236. HTTP GET https://index.rubygems.org/info/rdf
  237. HTTP 206 Partial Content https://index.rubygems.org/info/rdf
  238. HTTP GET https://index.rubygems.org/info/bundler
  239. HTTP 206 Partial Content https://index.rubygems.org/info/bundler
  240. HTTP GET https://index.rubygems.org/info/sinatra
  241. HTTP 206 Partial Content https://index.rubygems.org/info/sinatra
  242. Looking up gems ["mime-types", "treetop", "tlsmail", "text-hyphen", "digest", "net-protocol", "timeout", "abstract", "jsonapi-parser", "multimap", "ruby_core_source", "debugger-ruby_core_source", "atomic", "ZenTest", "RubyInline", "bcrypt", "tty-which", "verse", "strings", "equatable", "tty-color", "snappy-jars", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "metriks", "spruz", "time", "ParseTree", "win32-api", "activeresource", "actionwebservice", "actioncable", "activestorage", "actionmailbox", "actiontext", "daemons", "rubyforge", "gemcutter", "rack-openid", "ruby-openid-apps-discovery", "rest-client", "link_header", "hamster", "webrick", "restclient", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "curses", "sync", "jar-dependencies", "stringio", "sass-listen", "haml", "fssm", "compass-core", "compass-import-once", "sprockets-helpers", "temple", "mongrel", "mustermann"]
  243. HTTP GET https://index.rubygems.org/info/actioncable
  244. HTTP GET https://index.rubygems.org/info/activestorage
  245. HTTP GET https://index.rubygems.org/info/actionmailbox
  246. HTTP GET https://index.rubygems.org/info/actiontext
  247. HTTP 206 Partial Content https://index.rubygems.org/info/actioncable
  248. HTTP 206 Partial Content https://index.rubygems.org/info/actionmailbox
  249. HTTP 206 Partial Content https://index.rubygems.org/info/activestorage
  250. HTTP 206 Partial Content https://index.rubygems.org/info/actiontext
  251. HTTP GET https://index.rubygems.org/info/curses
  252. HTTP 206 Partial Content https://index.rubygems.org/info/curses
  253. Looking up gems ["io-wait", "facets", "polyglot", "mime-types-data", "archive-tar-minitar", "unicode_utils", "strings-ansi", "hitimes", "celluloid-gems", "coveralls", "rbtree", "faraday_middleware", "yajl-ruby", "avl_tree", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "hocon", "dotenv-deployment", "date", "SexpProcessor", "rails-observers", "activemodel-serializers-xml", "test-unit", "net-scp", "ruby-openid", "netrc", "http-cookie", "http-accept", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "log4r", "macaddr", "marcel", "mimemagic", "ruby-maven", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "tool"]
  254. HTTP GET https://index.rubygems.org/info/rbtree
  255. HTTP GET https://index.rubygems.org/info/io-wait
  256. HTTP 206 Partial Content https://index.rubygems.org/info/io-wait
  257. HTTP 206 Partial Content https://index.rubygems.org/info/rbtree
  258. Looking up gems ["configuration", "mkrf", "colorize", "libxml-ruby", "ffi-win32-extensions", "minitar", "minitar-cli", "roauth", "net-ssh", "domain_name", "sqlite3", "coffee-script", "ruby-yadis", "power_assert", "websocket-extensions", "hiredis", "systemu", "maven-tools", "ruby-maven-libs"]
  259. Looking up gems ["powerbar", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "coffee-script-source", "pattern-match", "virtus"]
  260. Looking up gems ["descendants_tracker", "axiom-types", "coercible", "equalizer", "ansi"]
  261. Looking up gems ["adamantium", "ice_nine"]
  262. Looking up gems ["memoizable"]
  263. Using rake 13.0.6
  264. 0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
  265. Using concurrent-ruby 1.1.9
  266. 0: concurrent-ruby (1.1.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
  267. Using minitest 5.15.0
  268. 0: minitest (5.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.15.0.gemspec
  269. Fetching zeitwerk 2.5.4
  270. Using builder 3.2.4
  271. 2: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
  272. Using erubi 1.10.0
  273. Using crass 1.0.6
  274. 2: erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
  275. Using racc 1.6.0
  276. 3: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
  277. Using rack 2.2.3
  278. 2: rack (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
  279. Using mini_mime 1.1.2
  280. 3: mini_mime (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
  281. Using public_suffix 4.0.6
  282. 2: public_suffix (4.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
  283. Using aws-eventstream 1.2.0
  284. Using aws-partitions 1.516.0
  285. 3: aws-eventstream (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
  286. 2: aws-partitions (1.516.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
  287. Fetching jmespath 1.6.0
  288. 1: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
  289. Using ember-source 2.18.2
  290. Using execjs 2.8.1
  291. 2: ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
  292. Fetching msgpack 1.4.5
  293. 1: execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
  294. Using bundler 2.3.4
  295. 1: bundler (2.3.4) from /usr/local/lib/ruby/gems/2.7.0/specifications/bundler-2.3.4.gemspec
  296. Using byebug 11.1.3
  297. 1: byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
  298. Using cbor 0.5.9.6
  299. 1: cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
  300. Using chunky_png 1.4.0
  301. 1: chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
  302. Using coderay 1.1.3
  303. 1: coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
  304. Using colored2 3.1.2
  305. 1: colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
  306. Using connection_pool 2.2.5
  307. 1: connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
  308. Fetching ipaddr 1.2.4
  309. Installing zeitwerk 2.5.4
  310. Installing msgpack 1.4.5 with native extensions
  311. Installing jmespath 1.6.0
  312. Installing ipaddr 1.2.4
  313. 0: zeitwerk (2.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.4.gemspec
  314. Fetching cppjieba_rb 0.4.2
  315. 1: ipaddr (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.4.gemspec
  316. Using diffy 3.4.0
  317. 1: diffy (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
  318. Using method_source 1.0.0
  319. 1: method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
  320. Using thor 1.2.1
  321. 1: thor (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
  322. Using discourse-ember-source 3.12.2.3
  323. 1: discourse-ember-source (3.12.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-ember-source-3.12.2.3.gemspec
  324. Using discourse-fonts 0.0.9
  325. 1: discourse-fonts (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
  326. Fetching regexp_parser 2.2.1
  327. 3: jmespath (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.6.0.gemspec
  328. Using email_reply_trimmer 0.1.13
  329. 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
  330. Fetching excon 0.91.0
  331. Building native extensions. This could take a while...
  332. Installing regexp_parser 2.2.1
  333. Installing excon 0.91.0
  334. 1: regexp_parser (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.2.1.gemspec
  335. Using exifr 1.3.9
  336. 1: exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
  337. Using faraday-em_http 1.0.0
  338. 1: faraday-em_http (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_http-1.0.0.gemspec
  339. Using faraday-em_synchrony 1.0.0
  340. 1: faraday-em_synchrony (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-em_synchrony-1.0.0.gemspec
  341. Using faraday-excon 1.1.0
  342. 1: faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
  343. Using faraday-httpclient 1.0.1
  344. 1: faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
  345. Using multipart-post 2.1.1
  346. 1: multipart-post (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
  347. Using faraday-net_http 1.0.1
  348. 1: faraday-net_http (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-net_http-1.0.1.gemspec
  349. Using faraday-net_http_persistent 1.2.0
  350. 1: 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
  351. Using faraday-patron 1.0.0
  352. 1: faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
  353. Using faraday-rack 1.0.0
  354. 1: faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
  355. Using faraday-retry 1.0.3
  356. 1: faraday-retry (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
  357. Using ruby2_keywords 0.0.5
  358. 1: ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
  359. Using fast_blank 1.0.1
  360. 1: fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
  361. Using fast_xs 0.8.0
  362. 1: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
  363. Using fastimage 2.2.6
  364. 1: fastimage (2.2.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
  365. Using ffi 1.15.5
  366. 1: ffi (1.15.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
  367. Using fspath 3.1.2
  368. 1: fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
  369. Using gc_tracer 1.5.1
  370. 1: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
  371. 3: excon (0.91.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.91.0.gemspec
  372. Using guess_html_encoding 0.0.11
  373. Using hana 1.3.7
  374. 1: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/guess_html_encoding-0.0.11.gemspec
  375. Using hashie 5.0.0
  376. 1: hashie (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
  377. Using highline 2.0.3
  378. 1: highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
  379. Using hkdf 0.3.0
  380. 1: hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
  381. Using htmlentities 4.3.4
  382. 1: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
  383. Using http_accept_language 2.1.1
  384. 1: http_accept_language (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/http_accept_language-2.1.1.gemspec
  385. Using image_size 3.0.1
  386. 1: image_size (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
  387. Fetching in_threads 1.6.0
  388. 3: hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
  389. Using progress 3.6.0
  390. 3: progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
  391. Using json 2.6.1
  392. 3: json (2.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
  393. Using uri_template 0.7.0
  394. 3: uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
  395. Using jwt 2.3.0
  396. 3: jwt (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
  397. Using kgio 2.11.4
  398. 3: kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
  399. Using libv8-node 16.10.0.0 (x86_64-linux)
  400. 3: 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
  401. Using logstash-event 1.2.02
  402. 3: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
  403. Using logster 2.10.1
  404. 3: logster (2.10.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.10.1.gemspec
  405. Using lru_redux 1.1.0
  406. 3: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
  407. Using lz4-ruby 0.3.3
  408. 3: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
  409. Using maxminddb 0.1.22
  410. 3: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
  411. Using memory_profiler 1.0.0
  412. Installing in_threads 1.6.0
  413. 3: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
  414. Using redis 4.5.1
  415. 3: redis (4.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
  416. Fetching mini_sql 1.3.0
  417. 1: in_threads (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.6.0.gemspec
  418. Using multi_json 1.15.0
  419. 1: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
  420. Using multi_xml 0.6.0
  421. 1: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
  422. Using mustache 1.1.1
  423. 1: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
  424. Using nio4r 2.5.8
  425. 1: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
  426. Using oauth 0.5.8
  427. 1: oauth (0.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.8.gemspec
  428. Fetching oj 3.13.11
  429. Installing mini_sql 1.3.0
  430. 3: mini_sql (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.3.0.gemspec
  431. Using optimist 3.0.1
  432. 3: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
  433. Fetching pg 1.3.2
  434. Installing oj 3.13.11 with native extensions
  435. Installing pg 1.3.2 with native extensions
  436. Building native extensions. This could take a while...
  437. Building native extensions. This could take a while...
  438. Installing cppjieba_rb 0.4.2 with native extensions
  439. Building native extensions. This could take a while...
  440. 2: msgpack (1.4.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.5.gemspec
  441. Using r2 0.2.7
  442. 2: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
  443. Using raindrops 0.20.0
  444. 2: raindrops (0.20.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.gemspec
  445. Using rchardet 1.8.0
  446. 2: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
  447. Using rexml 3.2.5
  448. 2: rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
  449. Using rinku 2.0.6
  450. 2: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
  451. Using rotp 6.2.0
  452. 2: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
  453. Using rqrcode_core 1.2.0
  454. 2: rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
  455. Using rtlit 0.0.5
  456. 2: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
  457. Using rubyzip 2.3.2
  458. 2: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
  459. Using tilt 2.0.10
  460. 2: tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
  461. Using sshkey 2.0.0
  462. 2: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
  463. Fetching stackprof 0.2.18
  464. Installing stackprof 0.2.18 with native extensions
  465. Building native extensions. This could take a while...
  466. 2: stackprof (0.2.18) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.18.gemspec
  467. Using unf_ext 0.0.8
  468. 2: unf_ext (0.0.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
  469. Using xorcist 1.1.2
  470. 2: xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
  471. Fetching i18n 1.10.0
  472. Installing i18n 1.10.0
  473. 2: i18n (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.10.0.gemspec
  474. Using tzinfo 2.0.4
  475. 2: tzinfo (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
  476. Fetching nokogiri 1.13.1 (x86_64-linux)
  477. Installing nokogiri 1.13.1 (x86_64-linux)
  478. 2: nokogiri (1.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.13.1-x86_64-linux.gemspec
  479. Using rack-test 1.1.0
  480. 2: rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
  481. Using sprockets 3.7.2
  482. 2: sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
  483. Fetching request_store 1.5.1
  484. Installing request_store 1.5.1
  485. 2: request_store (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.1.gemspec
  486. Fetching message_bus 4.1.0
  487. Installing message_bus 4.1.0
  488. 2: message_bus (4.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.1.0.gemspec
  489. Using rack-mini-profiler 2.3.3
  490. 2: rack-mini-profiler (2.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-mini-profiler-2.3.3.gemspec
  491. Fetching rack-protection 2.2.0
  492. Installing rack-protection 2.2.0
  493. 2: rack-protection (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.2.0.gemspec
  494. Using mail 2.8.0.edge from https://github.com/discourse/mail.git (at main@5b700fc)
  495. 2: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
  496. Using addressable 2.8.0
  497. 2: addressable (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
  498. Using aws-sigv4 1.4.0
  499. 2: aws-sigv4 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
  500. Using ember-data-source 3.0.2
  501. 2: ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-data-source-3.0.2.gemspec
  502. Using barber 0.12.2
  503. 2: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
  504. Using uglifier 4.2.0
  505. 2: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
  506. Using openssl 2.2.1
  507. 2: openssl (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
  508. Using pry 0.13.1
  509. 2: pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
  510. Using ecma-re-validator 0.4.0
  511. 2: ecma-re-validator (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ecma-re-validator-0.4.0.gemspec
  512. Using faraday-multipart 1.0.3
  513. 2: faraday-multipart (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.3.gemspec
  514. Using mini_suffix 0.3.3
  515. 2: mini_suffix (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
  516. Using sassc 2.0.1
  517. 2: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
  518. Using omniauth 1.9.1
  519. 2: omniauth (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
  520. Using webpush 1.1.0
  521. 2: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
  522. Fetching mini_racer 0.6.2
  523. Installing mini_racer 0.6.2 with native extensions
  524. Building native extensions. This could take a while...
  525. 0: cppjieba_rb (0.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.4.2.gemspec
  526. Using logstash-logger 0.26.1
  527. 0: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
  528. Fetching sidekiq 6.4.1
  529. Installing sidekiq 6.4.1
  530. 0: sidekiq (6.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.4.1.gemspec
  531. Using redis-namespace 1.8.1
  532. 0: redis-namespace (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
  533. Using image_optim 0.31.1
  534. 0: image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
  535. Fetching puma 5.6.2
  536. Installing puma 5.6.2 with native extensions
  537. Building native extensions. This could take a while...
  538. 3: pg (1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.3.2.gemspec
  539. Fetching bootsnap 1.10.3
  540. Installing bootsnap 1.10.3 with native extensions
  541. Building native extensions. This could take a while...
  542. 3: bootsnap (1.10.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.10.3.gemspec
  543. Using rbtrace 0.4.14
  544. 3: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
  545. Using rss 0.2.9
  546. 3: rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
  547. Using unicorn 6.1.0
  548. 3: unicorn (6.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
  549. Fetching rqrcode 2.1.1
  550. Installing rqrcode 2.1.1
  551. 3: rqrcode (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.1.gemspec
  552. Using unf 0.1.4
  553. 3: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
  554. Using activesupport 6.1.4.1
  555. 3: activesupport (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
  556. Fetching loofah 2.14.0
  557. Installing loofah 2.14.0
  558. 3: loofah (2.14.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.14.0.gemspec
  559. Using ruby-readability 0.7.0
  560. 3: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
  561. Using sanitize 6.0.0
  562. 3: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
  563. Using css_parser 1.11.0
  564. 3: css_parser (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
  565. Using aws-sdk-core 3.121.2
  566. 3: aws-sdk-core (3.121.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-core-3.121.2.gemspec
  567. Using ember-handlebars-template 0.8.0
  568. 3: ember-handlebars-template (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-handlebars-template-0.8.0.gemspec
  569. Using openssl-signature_algorithm 1.1.1
  570. 3: openssl-signature_algorithm (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-signature_algorithm-1.1.1.gemspec
  571. Fetching faraday 1.10.0
  572. Installing faraday 1.10.0
  573. 3: faraday (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.10.0.gemspec
  574. Using json_schemer 0.2.18
  575. 3: json_schemer (0.2.18) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
  576. Using omniauth-oauth 1.2.0
  577. 3: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
  578. Using pry-byebug 3.9.0
  579. 3: pry-byebug (3.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
  580. Using pry-rails 0.3.9
  581. 3: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
  582. Using mini_scheduler 0.13.0
  583. 3: mini_scheduler (0.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
  584. Using rails-dom-testing 2.0.3
  585. 3: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails-dom-testing-2.0.3.gemspec
  586. Using globalid 1.0.0
  587. 3: globalid (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
  588. Using activemodel 6.1.4.1
  589. 3: activemodel (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
  590. Using rails-html-sanitizer 1.4.2
  591. 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
  592. Using aws-sdk-kms 1.44.0
  593. 3: aws-sdk-kms (1.44.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-kms-1.44.0.gemspec
  594. Using aws-sdk-sns 1.46.0
  595. 3: aws-sdk-sns (1.46.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-sns-1.46.0.gemspec
  596. Using cose 1.2.0
  597. 3: cose (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
  598. Using actionview 6.1.4.1
  599. 3: actionview (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
  600. Using activejob 6.1.4.1
  601. 3: activejob (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
  602. Using active_model_serializers 0.8.4
  603. 3: active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/active_model_serializers-0.8.4.gemspec
  604. Using activerecord 6.1.4.1
  605. 3: activerecord (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
  606. Using aws-sdk-s3 1.96.1
  607. 3: aws-sdk-s3 (1.96.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sdk-s3-1.96.1.gemspec
  608. Using oauth2 1.4.7
  609. 3: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
  610. Using omniauth-twitter 1.4.0
  611. 3: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
  612. Using actionpack 6.1.4.1
  613. 3: actionpack (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.gemspec
  614. Using actionview_precompiler 0.2.3
  615. 3: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
  616. Using seed-fu 2.3.9
  617. 3: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
  618. Using omniauth-oauth2 1.7.2
  619. 3: omniauth-oauth2 (1.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.gemspec
  620. Using actionmailer 6.1.4.1
  621. 3: actionmailer (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
  622. Using railties 6.1.4.1
  623. 3: railties (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
  624. Using sprockets-rails 3.4.2
  625. 3: sprockets-rails (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
  626. Using omniauth-facebook 9.0.0
  627. 3: omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
  628. Using omniauth-github 1.4.0
  629. 3: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
  630. Using omniauth-google-oauth2 0.8.2
  631. 3: omniauth-google-oauth2 (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-google-oauth2-0.8.2.gemspec
  632. Using jquery-rails 4.4.0
  633. 3: jquery-rails (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
  634. Using lograge 0.11.2
  635. 3: lograge (0.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
  636. Fetching rails_failover 0.8.1
  637. Installing rails_failover 0.8.1
  638. 3: rails_failover (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.8.1.gemspec
  639. Using rails_multisite 4.0.0
  640. 3: rails_multisite (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.0.gemspec
  641. Using sassc-rails 2.1.2
  642. 3: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
  643. Using discourse-ember-rails 0.18.6
  644. 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
  645. 0: puma (5.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.6.2.gemspec
  646. 2: mini_racer (0.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.2.gemspec
  647. 1: oj (3.13.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.11.gemspec
  648. Bundle complete! 126 Gemfile dependencies, 176 gems now installed.
  649. Gems in the groups 'test' and 'development' were not installed.
  650. Bundled gems are installed into `./vendor/bundle`
  651.  
  652. I, [2022-02-18T19:24:24.474038 #1] INFO -- : > cd /var/www/discourse && [ ! -d 'node_modules' ] || su discourse -c 'yarn install --production && yarn cache clean'
  653. warning Resolution field "lodash@4.17.21" is incompatible with requested version "lodash@4.17.15"
  654. warning " > @mixer/parallel-prettier@2.0.1" has unmet peer dependency "prettier@^2.0.0".
  655. I, [2022-02-18T19:25:41.763278 #1] INFO -- : yarn install v1.22.17
  656. [1/5] Validating package.json...
  657. [2/5] Resolving packages...
  658. [3/5] Fetching packages...
  659. [4/5] Linking dependencies...
  660. [5/5] Building fresh packages...
  661. $ yarn --cwd app/assets/javascripts/discourse
  662. yarn install v1.22.17
  663. [1/4] Resolving packages...
  664. [2/4] Fetching packages...
  665. [3/4] Linking dependencies...
  666. [4/4] Building fresh packages...
  667. success Saved lockfile.
  668. Done in 49.52s.
  669. Done in 72.14s.
  670. yarn cache v1.22.17
  671. success Cleared cache.
  672. Done in 4.52s.
  673.  
  674. I, [2022-02-18T19:25:41.766663 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all'
  675. I, [2022-02-18T19:25:46.154669 #1] INFO -- : discourse-akismet is already at latest compatible version
  676. discourse-plugin-replygif is already at latest compatible version
  677. docker_manager is already at latest compatible version
  678. discourse-chat-integration is already at latest compatible version
  679. discourse-github is already at latest compatible version
  680. discourse-solved is already at latest compatible version
  681. discourse-push-notifications is already at latest compatible version
  682. discourse-spoiler-alert is already at latest compatible version
  683. discourse-data-explorer is already at latest compatible version
  684.  
  685. I, [2022-02-18T19:25:46.155360 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
  686. Discourse requires Redis 6.2.0 or up
  687. I, [2022-02-18T19:25:55.644442 #1] INFO -- : gem install sawyer -v 0.8.2 -i /var/www/discourse/plugins/discourse-github/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
  688. Successfully installed sawyer-0.8.2
  689. 1 gem installed
  690. gem install octokit -v 4.21.0 -i /var/www/discourse/plugins/discourse-github/gems/2.7.5 --no-document --ignore-dependencies --no-user-install
  691. Successfully installed octokit-4.21.0
  692. 1 gem installed
  693.  
  694.  
  695.  
  696. FAILED
  697. --------------------
  698. Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 1121 exit 1>
  699. Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
  700. exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
  701. 85459e34ac2c6275dd1700de2c469124a9fded84800b8c6b4686c1c6b66824e2
  702. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
  703. ./discourse-doctor may help diagnose the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement