Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ./launcher rebuild web
- x86_64 arch detected.
- Ensuring launcher is up to date
- Fetching origin
- Launcher is up-to-date
- Stopping old container
- + /usr/bin/docker stop -t 60 web
- web
- /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups.rb
- /usr/local/bin/pups --stdin
- I, [2022-02-18T19:23:24.433958 #1] INFO -- : Reading from stdin
- I, [2022-02-18T19:23:24.438031 #1] INFO -- : > thpoff echo "thpoff is installed!"
- I, [2022-02-18T19:23:24.445777 #1] INFO -- : thpoff is installed!
- 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'
- I, [2022-02-18T19:23:24.553991 #1] INFO -- :
- 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'
- I, [2022-02-18T19:23:24.681696 #1] INFO -- :
- 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'
- I, [2022-02-18T19:23:24.763726 #1] INFO -- :
- I, [2022-02-18T19:23:24.764134 #1] INFO -- : > rm -f /etc/cron.d/anacron
- I, [2022-02-18T19:23:24.769087 #1] INFO -- :
- I, [2022-02-18T19:23:24.774590 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
- I, [2022-02-18T19:23:24.783455 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
- I, [2022-02-18T19:23:24.792049 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
- I, [2022-02-18T19:23:24.800571 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
- I, [2022-02-18T19:23:24.808826 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
- I, [2022-02-18T19:23:24.816860 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
- I, [2022-02-18T19:23:24.817943 #1] INFO -- : > cd /var/www/discourse && git reset --hard
- Updating files: 100% (30947/30947), done.
- I, [2022-02-18T19:23:28.621563 #1] INFO -- : HEAD is now at e1367cde I18N: Improve copy on blocked words error messages (#15741)
- I, [2022-02-18T19:23:28.621894 #1] INFO -- : > cd /var/www/discourse && git clean -f
- I, [2022-02-18T19:23:28.792828 #1] INFO -- :
- I, [2022-02-18T19:23:28.793008 #1] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin main
- I, [2022-02-18T19:23:28.801225 #1] INFO -- :
- I, [2022-02-18T19:23:28.801372 #1] INFO -- : > cd /var/www/discourse && git remote set-branches origin tests-passed
- I, [2022-02-18T19:23:28.809091 #1] INFO -- :
- I, [2022-02-18T19:23:28.809228 #1] INFO -- : > cd /var/www/discourse && git fetch --depth 1 origin tests-passed
- From https://github.com/discourse/discourse
- * branch tests-passed -> FETCH_HEAD
- * [new branch] tests-passed -> origin/tests-passed
- I, [2022-02-18T19:23:31.162433 #1] INFO -- :
- I, [2022-02-18T19:23:31.162640 #1] INFO -- : > cd /var/www/discourse && git checkout tests-passed
- Switched to a new branch 'tests-passed'
- I, [2022-02-18T19:23:31.716341 #1] INFO -- : Branch 'tests-passed' set up to track remote branch 'tests-passed' from 'origin'.
- I, [2022-02-18T19:23:31.716484 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp
- I, [2022-02-18T19:23:31.723823 #1] INFO -- :
- I, [2022-02-18T19:23:31.723972 #1] INFO -- : > cd /var/www/discourse && chown discourse:www-data tmp
- I, [2022-02-18T19:23:31.730559 #1] INFO -- :
- I, [2022-02-18T19:23:31.730640 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
- I, [2022-02-18T19:23:31.737300 #1] INFO -- :
- I, [2022-02-18T19:23:31.737474 #1] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
- I, [2022-02-18T19:23:31.743987 #1] INFO -- :
- I, [2022-02-18T19:23:31.744162 #1] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
- I, [2022-02-18T19:23:31.750078 #1] INFO -- :
- I, [2022-02-18T19:23:31.750223 #1] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
- I, [2022-02-18T19:23:31.756830 #1] INFO -- :
- 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"
- I, [2022-02-18T19:23:31.765891 #1] INFO -- :
- 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"
- I, [2022-02-18T19:23:31.774739 #1] INFO -- :
- I, [2022-02-18T19:23:31.774834 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
- I, [2022-02-18T19:23:31.783811 #1] INFO -- :
- I, [2022-02-18T19:23:31.783953 #1] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
- I, [2022-02-18T19:23:31.792100 #1] INFO -- :
- I, [2022-02-18T19:23:31.792202 #1] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/tmp/{backups,restores}"
- I, [2022-02-18T19:23:31.801024 #1] INFO -- :
- 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"
- I, [2022-02-18T19:23:31.809272 #1] INFO -- :
- 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
- I, [2022-02-18T19:23:32.391562 #1] INFO -- :
- I, [2022-02-18T19:23:32.391749 #1] INFO -- : > cd /var/www/discourse && find public/plugins/ -maxdepth 1 -xtype l -delete
- I, [2022-02-18T19:23:32.399613 #1] INFO -- :
- I, [2022-02-18T19:23:32.400787 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
- Cloning into 'docker_manager'...
- I, [2022-02-18T19:23:33.835564 #1] INFO -- :
- I, [2022-02-18T19:23:33.835787 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-github.git
- Cloning into 'discourse-github'...
- I, [2022-02-18T19:23:34.406292 #1] INFO -- :
- I, [2022-02-18T19:23:34.406460 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
- Cloning into 'discourse-solved'...
- I, [2022-02-18T19:23:35.040336 #1] INFO -- :
- I, [2022-02-18T19:23:35.040486 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-data-explorer.git
- Cloning into 'discourse-data-explorer'...
- I, [2022-02-18T19:23:35.691119 #1] INFO -- :
- I, [2022-02-18T19:23:35.691364 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-akismet.git
- Cloning into 'discourse-akismet'...
- I, [2022-02-18T19:23:36.283187 #1] INFO -- :
- I, [2022-02-18T19:23:36.283380 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-spoiler-alert.git
- Cloning into 'discourse-spoiler-alert'...
- I, [2022-02-18T19:23:36.828808 #1] INFO -- :
- I, [2022-02-18T19:23:36.829009 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/cpradio/discourse-plugin-replygif.git
- Cloning into 'discourse-plugin-replygif'...
- I, [2022-02-18T19:23:38.131648 #1] INFO -- :
- I, [2022-02-18T19:23:38.131856 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-push-notifications.git
- Cloning into 'discourse-push-notifications'...
- I, [2022-02-18T19:23:38.704880 #1] INFO -- :
- I, [2022-02-18T19:23:38.705086 #1] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-chat-integration
- Cloning into 'discourse-chat-integration'...
- I, [2022-02-18T19:23:39.445041 #1] INFO -- :
- I, [2022-02-18T19:23:39.445741 #1] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
- I, [2022-02-18T19:23:39.451961 #1] INFO -- :
- I, [2022-02-18T19:23:39.452165 #1] INFO -- : > rm /etc/nginx/sites-enabled/default
- I, [2022-02-18T19:23:39.456140 #1] INFO -- :
- I, [2022-02-18T19:23:39.456323 #1] INFO -- : > mkdir -p /var/nginx/cache
- I, [2022-02-18T19:23:39.461625 #1] INFO -- :
- I, [2022-02-18T19:23:39.462124 #1] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
- 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
- I, [2022-02-18T19:23:39.463433 #1] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
- 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
- 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
- I, [2022-02-18T19:23:39.465246 #1] INFO -- : > echo "done configuring web"
- I, [2022-02-18T19:23:39.469385 #1] INFO -- : done configuring web
- 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)
- I, [2022-02-18T19:23:40.624732 #1] INFO -- : Successfully installed bundler-2.3.4
- 1 gem installed
- I, [2022-02-18T19:23:40.624936 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
- I, [2022-02-18T19:24:02.009605 #1] INFO -- :
- 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'
- [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
- [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
- 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
- Frozen, using resolution from the lockfile
- 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"]
- HTTP GET https://index.rubygems.org/versions
- HTTP 416 Range Not Satisfiable https://index.rubygems.org/versions
- HTTP GET https://index.rubygems.org/versions
- HTTP 200 OK https://index.rubygems.org/versions
- HTTP GET https://index.rubygems.org/versions
- HTTP 200 OK https://index.rubygems.org/versions
- Fetching gem metadata from https://rubygems.org/
- 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"]
- HTTP GET https://index.rubygems.org/info/actionmailer
- HTTP GET https://index.rubygems.org/info/actionpack
- HTTP GET https://index.rubygems.org/info/activejob
- HTTP 206 Partial Content https://index.rubygems.org/info/actionmailer
- HTTP GET https://index.rubygems.org/info/actionview
- HTTP GET https://index.rubygems.org/info/activemodel
- HTTP GET https://index.rubygems.org/info/activerecord
- HTTP GET https://index.rubygems.org/info/activesupport
- HTTP 206 Partial Content https://index.rubygems.org/info/actionview
- HTTP 206 Partial Content https://index.rubygems.org/info/activejob
- HTTP 206 Partial Content https://index.rubygems.org/info/actionpack
- HTTP 206 Partial Content https://index.rubygems.org/info/activerecord
- HTTP 206 Partial Content https://index.rubygems.org/info/activesupport
- HTTP 206 Partial Content https://index.rubygems.org/info/activemodel
- HTTP GET https://index.rubygems.org/info/annotate
- HTTP GET https://index.rubygems.org/info/aws-partitions
- HTTP 206 Partial Content https://index.rubygems.org/info/annotate
- HTTP 206 Partial Content https://index.rubygems.org/info/aws-partitions
- HTTP GET https://index.rubygems.org/info/aws-sdk-core
- HTTP GET https://index.rubygems.org/info/aws-sdk-kms
- HTTP GET https://index.rubygems.org/info/aws-sdk-sns
- HTTP GET https://index.rubygems.org/info/aws-sdk-s3
- HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-kms
- HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-sns
- HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-s3
- HTTP 206 Partial Content https://index.rubygems.org/info/aws-sdk-core
- HTTP GET https://index.rubygems.org/info/bootsnap
- HTTP 206 Partial Content https://index.rubygems.org/info/bootsnap
- HTTP GET https://index.rubygems.org/info/faraday
- HTTP GET https://index.rubygems.org/info/excon
- HTTP GET https://index.rubygems.org/info/faraday-excon
- HTTP 206 Partial Content https://index.rubygems.org/info/faraday
- HTTP GET https://index.rubygems.org/info/fabrication
- HTTP 206 Partial Content https://index.rubygems.org/info/fabrication
- HTTP 206 Partial Content https://index.rubygems.org/info/faraday-excon
- HTTP GET https://index.rubygems.org/info/i18n
- HTTP 206 Partial Content https://index.rubygems.org/info/excon
- HTTP 206 Partial Content https://index.rubygems.org/info/i18n
- HTTP GET https://index.rubygems.org/info/jmespath
- HTTP GET https://index.rubygems.org/info/loofah
- HTTP 206 Partial Content https://index.rubygems.org/info/jmespath
- HTTP 206 Partial Content https://index.rubygems.org/info/loofah
- HTTP GET https://index.rubygems.org/info/message_bus
- HTTP GET https://index.rubygems.org/info/ipaddr
- HTTP GET https://index.rubygems.org/info/mini_sql
- HTTP 206 Partial Content https://index.rubygems.org/info/message_bus
- HTTP 206 Partial Content https://index.rubygems.org/info/ipaddr
- HTTP 206 Partial Content https://index.rubygems.org/info/mini_sql
- HTTP GET https://index.rubygems.org/info/msgpack
- HTTP GET https://index.rubygems.org/info/pg
- HTTP 206 Partial Content https://index.rubygems.org/info/msgpack
- HTTP GET https://index.rubygems.org/info/oauth2
- HTTP 206 Partial Content https://index.rubygems.org/info/pg
- HTTP 206 Partial Content https://index.rubygems.org/info/oauth2
- HTTP GET https://index.rubygems.org/info/puma
- HTTP GET https://index.rubygems.org/info/rack-protection
- HTTP 206 Partial Content https://index.rubygems.org/info/puma
- HTTP GET https://index.rubygems.org/info/railties
- HTTP 206 Partial Content https://index.rubygems.org/info/rack-protection
- HTTP GET https://index.rubygems.org/info/rails_failover
- HTTP GET https://index.rubygems.org/info/rb-fsevent
- HTTP 206 Partial Content https://index.rubygems.org/info/railties
- HTTP 206 Partial Content https://index.rubygems.org/info/rails_failover
- HTTP 206 Partial Content https://index.rubygems.org/info/rb-fsevent
- HTTP GET https://index.rubygems.org/info/redis
- HTTP GET https://index.rubygems.org/info/rqrcode
- HTTP GET https://index.rubygems.org/info/rspec
- HTTP GET https://index.rubygems.org/info/regexp_parser
- HTTP GET https://index.rubygems.org/info/rspec-core
- HTTP GET https://index.rubygems.org/info/rspec-expectations
- HTTP 206 Partial Content https://index.rubygems.org/info/redis
- HTTP 206 Partial Content https://index.rubygems.org/info/rqrcode
- HTTP 206 Partial Content https://index.rubygems.org/info/rspec
- HTTP 206 Partial Content https://index.rubygems.org/info/rspec-core
- HTTP 206 Partial Content https://index.rubygems.org/info/rspec-expectations
- HTTP 206 Partial Content https://index.rubygems.org/info/regexp_parser
- HTTP GET https://index.rubygems.org/info/rspec-mocks
- HTTP GET https://index.rubygems.org/info/rswag-specs
- HTTP 206 Partial Content https://index.rubygems.org/info/rspec-mocks
- HTTP GET https://index.rubygems.org/info/rubocop
- HTTP GET https://index.rubygems.org/info/rubocop-ast
- HTTP 206 Partial Content https://index.rubygems.org/info/rswag-specs
- HTTP GET https://index.rubygems.org/info/rspec-support
- HTTP 206 Partial Content https://index.rubygems.org/info/rubocop
- HTTP 206 Partial Content https://index.rubygems.org/info/rubocop-ast
- HTTP 206 Partial Content https://index.rubygems.org/info/rspec-support
- HTTP GET https://index.rubygems.org/info/simplecov_json_formatter
- HTTP 206 Partial Content https://index.rubygems.org/info/simplecov_json_formatter
- HTTP GET https://index.rubygems.org/info/sidekiq
- HTTP 206 Partial Content https://index.rubygems.org/info/sidekiq
- HTTP GET https://index.rubygems.org/info/stackprof
- HTTP 206 Partial Content https://index.rubygems.org/info/stackprof
- 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"]
- HTTP GET https://index.rubygems.org/info/rouge
- HTTP 206 Partial Content https://index.rubygems.org/info/rouge
- HTTP GET https://index.rubygems.org/info/rb-kqueue
- HTTP GET https://index.rubygems.org/info/rails
- HTTP 206 Partial Content https://index.rubygems.org/info/rb-kqueue
- HTTP 206 Partial Content https://index.rubygems.org/info/rails
- HTTP GET https://index.rubygems.org/info/rdf
- HTTP 206 Partial Content https://index.rubygems.org/info/rdf
- HTTP GET https://index.rubygems.org/info/bundler
- HTTP 206 Partial Content https://index.rubygems.org/info/bundler
- HTTP GET https://index.rubygems.org/info/sinatra
- HTTP 206 Partial Content https://index.rubygems.org/info/sinatra
- 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"]
- HTTP GET https://index.rubygems.org/info/actioncable
- HTTP GET https://index.rubygems.org/info/activestorage
- HTTP GET https://index.rubygems.org/info/actionmailbox
- HTTP GET https://index.rubygems.org/info/actiontext
- HTTP 206 Partial Content https://index.rubygems.org/info/actioncable
- HTTP 206 Partial Content https://index.rubygems.org/info/actionmailbox
- HTTP 206 Partial Content https://index.rubygems.org/info/activestorage
- HTTP 206 Partial Content https://index.rubygems.org/info/actiontext
- HTTP GET https://index.rubygems.org/info/curses
- HTTP 206 Partial Content https://index.rubygems.org/info/curses
- 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"]
- HTTP GET https://index.rubygems.org/info/rbtree
- HTTP GET https://index.rubygems.org/info/io-wait
- HTTP 206 Partial Content https://index.rubygems.org/info/io-wait
- HTTP 206 Partial Content https://index.rubygems.org/info/rbtree
- 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"]
- Looking up gems ["powerbar", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "coffee-script-source", "pattern-match", "virtus"]
- Looking up gems ["descendants_tracker", "axiom-types", "coercible", "equalizer", "ansi"]
- Looking up gems ["adamantium", "ice_nine"]
- Looking up gems ["memoizable"]
- Using rake 13.0.6
- 0: rake (13.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec
- Using concurrent-ruby 1.1.9
- 0: concurrent-ruby (1.1.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec
- Using minitest 5.15.0
- 0: minitest (5.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/minitest-5.15.0.gemspec
- Fetching zeitwerk 2.5.4
- Using builder 3.2.4
- 2: builder (3.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec
- Using erubi 1.10.0
- Using crass 1.0.6
- 2: erubi (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/erubi-1.10.0.gemspec
- Using racc 1.6.0
- 3: racc (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.0.gemspec
- Using rack 2.2.3
- 2: rack (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-2.2.3.gemspec
- Using mini_mime 1.1.2
- 3: mini_mime (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_mime-1.1.2.gemspec
- Using public_suffix 4.0.6
- 2: public_suffix (4.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/public_suffix-4.0.6.gemspec
- Using aws-eventstream 1.2.0
- Using aws-partitions 1.516.0
- 3: aws-eventstream (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-eventstream-1.2.0.gemspec
- 2: aws-partitions (1.516.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-partitions-1.516.0.gemspec
- Fetching jmespath 1.6.0
- 1: crass (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec
- Using ember-source 2.18.2
- Using execjs 2.8.1
- 2: ember-source (2.18.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ember-source-2.18.2.gemspec
- Fetching msgpack 1.4.5
- 1: execjs (2.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/execjs-2.8.1.gemspec
- Using bundler 2.3.4
- 1: bundler (2.3.4) from /usr/local/lib/ruby/gems/2.7.0/specifications/bundler-2.3.4.gemspec
- Using byebug 11.1.3
- 1: byebug (11.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec
- Using cbor 0.5.9.6
- 1: cbor (0.5.9.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cbor-0.5.9.6.gemspec
- Using chunky_png 1.4.0
- 1: chunky_png (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/chunky_png-1.4.0.gemspec
- Using coderay 1.1.3
- 1: coderay (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec
- Using colored2 3.1.2
- 1: colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/colored2-3.1.2.gemspec
- Using connection_pool 2.2.5
- 1: connection_pool (2.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/connection_pool-2.2.5.gemspec
- Fetching ipaddr 1.2.4
- Installing zeitwerk 2.5.4
- Installing msgpack 1.4.5 with native extensions
- Installing jmespath 1.6.0
- Installing ipaddr 1.2.4
- 0: zeitwerk (2.5.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.4.gemspec
- Fetching cppjieba_rb 0.4.2
- 1: ipaddr (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ipaddr-1.2.4.gemspec
- Using diffy 3.4.0
- 1: diffy (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/diffy-3.4.0.gemspec
- Using method_source 1.0.0
- 1: method_source (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec
- Using thor 1.2.1
- 1: thor (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/thor-1.2.1.gemspec
- Using discourse-ember-source 3.12.2.3
- 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
- Using discourse-fonts 0.0.9
- 1: discourse-fonts (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/discourse-fonts-0.0.9.gemspec
- Fetching regexp_parser 2.2.1
- 3: jmespath (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jmespath-1.6.0.gemspec
- Using email_reply_trimmer 0.1.13
- 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
- Fetching excon 0.91.0
- Building native extensions. This could take a while...
- Installing regexp_parser 2.2.1
- Installing excon 0.91.0
- 1: regexp_parser (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/regexp_parser-2.2.1.gemspec
- Using exifr 1.3.9
- 1: exifr (1.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/exifr-1.3.9.gemspec
- Using faraday-em_http 1.0.0
- 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
- Using faraday-em_synchrony 1.0.0
- 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
- Using faraday-excon 1.1.0
- 1: faraday-excon (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-excon-1.1.0.gemspec
- Using faraday-httpclient 1.0.1
- 1: faraday-httpclient (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-httpclient-1.0.1.gemspec
- Using multipart-post 2.1.1
- 1: multipart-post (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec
- Using faraday-net_http 1.0.1
- 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
- Using faraday-net_http_persistent 1.2.0
- 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
- Using faraday-patron 1.0.0
- 1: faraday-patron (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-patron-1.0.0.gemspec
- Using faraday-rack 1.0.0
- 1: faraday-rack (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-rack-1.0.0.gemspec
- Using faraday-retry 1.0.3
- 1: faraday-retry (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-retry-1.0.3.gemspec
- Using ruby2_keywords 0.0.5
- 1: ruby2_keywords (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.5.gemspec
- Using fast_blank 1.0.1
- 1: fast_blank (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_blank-1.0.1.gemspec
- Using fast_xs 0.8.0
- 1: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fast_xs-0.8.0.gemspec
- Using fastimage 2.2.6
- 1: fastimage (2.2.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fastimage-2.2.6.gemspec
- Using ffi 1.15.5
- 1: ffi (1.15.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec
- Using fspath 3.1.2
- 1: fspath (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/fspath-3.1.2.gemspec
- Using gc_tracer 1.5.1
- 1: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/gc_tracer-1.5.1.gemspec
- 3: excon (0.91.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/excon-0.91.0.gemspec
- Using guess_html_encoding 0.0.11
- Using hana 1.3.7
- 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
- Using hashie 5.0.0
- 1: hashie (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hashie-5.0.0.gemspec
- Using highline 2.0.3
- 1: highline (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/highline-2.0.3.gemspec
- Using hkdf 0.3.0
- 1: hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hkdf-0.3.0.gemspec
- Using htmlentities 4.3.4
- 1: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/htmlentities-4.3.4.gemspec
- Using http_accept_language 2.1.1
- 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
- Using image_size 3.0.1
- 1: image_size (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_size-3.0.1.gemspec
- Fetching in_threads 1.6.0
- 3: hana (1.3.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/hana-1.3.7.gemspec
- Using progress 3.6.0
- 3: progress (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/progress-3.6.0.gemspec
- Using json 2.6.1
- 3: json (2.6.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json-2.6.1.gemspec
- Using uri_template 0.7.0
- 3: uri_template (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uri_template-0.7.0.gemspec
- Using jwt 2.3.0
- 3: jwt (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jwt-2.3.0.gemspec
- Using kgio 2.11.4
- 3: kgio (2.11.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/kgio-2.11.4.gemspec
- Using libv8-node 16.10.0.0 (x86_64-linux)
- 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
- Using logstash-event 1.2.02
- 3: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-event-1.2.02.gemspec
- Using logster 2.10.1
- 3: logster (2.10.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logster-2.10.1.gemspec
- Using lru_redux 1.1.0
- 3: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lru_redux-1.1.0.gemspec
- Using lz4-ruby 0.3.3
- 3: lz4-ruby (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lz4-ruby-0.3.3.gemspec
- Using maxminddb 0.1.22
- 3: maxminddb (0.1.22) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/maxminddb-0.1.22.gemspec
- Using memory_profiler 1.0.0
- Installing in_threads 1.6.0
- 3: memory_profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/memory_profiler-1.0.0.gemspec
- Using redis 4.5.1
- 3: redis (4.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-4.5.1.gemspec
- Fetching mini_sql 1.3.0
- 1: in_threads (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/in_threads-1.6.0.gemspec
- Using multi_json 1.15.0
- 1: multi_json (1.15.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_json-1.15.0.gemspec
- Using multi_xml 0.6.0
- 1: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/multi_xml-0.6.0.gemspec
- Using mustache 1.1.1
- 1: mustache (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mustache-1.1.1.gemspec
- Using nio4r 2.5.8
- 1: nio4r (2.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nio4r-2.5.8.gemspec
- Using oauth 0.5.8
- 1: oauth (0.5.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth-0.5.8.gemspec
- Fetching oj 3.13.11
- Installing mini_sql 1.3.0
- 3: mini_sql (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_sql-1.3.0.gemspec
- Using optimist 3.0.1
- 3: optimist (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec
- Fetching pg 1.3.2
- Installing oj 3.13.11 with native extensions
- Installing pg 1.3.2 with native extensions
- Building native extensions. This could take a while...
- Building native extensions. This could take a while...
- Installing cppjieba_rb 0.4.2 with native extensions
- Building native extensions. This could take a while...
- 2: msgpack (1.4.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/msgpack-1.4.5.gemspec
- Using r2 0.2.7
- 2: r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/r2-0.2.7.gemspec
- Using raindrops 0.20.0
- 2: raindrops (0.20.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/raindrops-0.20.0.gemspec
- Using rchardet 1.8.0
- 2: rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rchardet-1.8.0.gemspec
- Using rexml 3.2.5
- 2: rexml (3.2.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rexml-3.2.5.gemspec
- Using rinku 2.0.6
- 2: rinku (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rinku-2.0.6.gemspec
- Using rotp 6.2.0
- 2: rotp (6.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rotp-6.2.0.gemspec
- Using rqrcode_core 1.2.0
- 2: rqrcode_core (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode_core-1.2.0.gemspec
- Using rtlit 0.0.5
- 2: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rtlit-0.0.5.gemspec
- Using rubyzip 2.3.2
- 2: rubyzip (2.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rubyzip-2.3.2.gemspec
- Using tilt 2.0.10
- 2: tilt (2.0.10) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tilt-2.0.10.gemspec
- Using sshkey 2.0.0
- 2: sshkey (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sshkey-2.0.0.gemspec
- Fetching stackprof 0.2.18
- Installing stackprof 0.2.18 with native extensions
- Building native extensions. This could take a while...
- 2: stackprof (0.2.18) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/stackprof-0.2.18.gemspec
- Using unf_ext 0.0.8
- 2: unf_ext (0.0.8) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf_ext-0.0.8.gemspec
- Using xorcist 1.1.2
- 2: xorcist (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/xorcist-1.1.2.gemspec
- Fetching i18n 1.10.0
- Installing i18n 1.10.0
- 2: i18n (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/i18n-1.10.0.gemspec
- Using tzinfo 2.0.4
- 2: tzinfo (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec
- Fetching nokogiri 1.13.1 (x86_64-linux)
- Installing nokogiri 1.13.1 (x86_64-linux)
- 2: nokogiri (1.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.13.1-x86_64-linux.gemspec
- Using rack-test 1.1.0
- 2: rack-test (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-test-1.1.0.gemspec
- Using sprockets 3.7.2
- 2: sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-3.7.2.gemspec
- Fetching request_store 1.5.1
- Installing request_store 1.5.1
- 2: request_store (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/request_store-1.5.1.gemspec
- Fetching message_bus 4.1.0
- Installing message_bus 4.1.0
- 2: message_bus (4.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/message_bus-4.1.0.gemspec
- Using rack-mini-profiler 2.3.3
- 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
- Fetching rack-protection 2.2.0
- Installing rack-protection 2.2.0
- 2: rack-protection (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rack-protection-2.2.0.gemspec
- Using mail 2.8.0.edge from https://github.com/discourse/mail.git (at main@5b700fc)
- 2: mail (2.8.0.edge) from /var/www/discourse/vendor/bundle/ruby/2.7.0/bundler/gems/mail-5b700fc95ee6/mail.gemspec
- Using addressable 2.8.0
- 2: addressable (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.0.gemspec
- Using aws-sigv4 1.4.0
- 2: aws-sigv4 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/aws-sigv4-1.4.0.gemspec
- Using ember-data-source 3.0.2
- 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
- Using barber 0.12.2
- 2: barber (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/barber-0.12.2.gemspec
- Using uglifier 4.2.0
- 2: uglifier (4.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/uglifier-4.2.0.gemspec
- Using openssl 2.2.1
- 2: openssl (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/openssl-2.2.1.gemspec
- Using pry 0.13.1
- 2: pry (0.13.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec
- Using ecma-re-validator 0.4.0
- 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
- Using faraday-multipart 1.0.3
- 2: faraday-multipart (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-multipart-1.0.3.gemspec
- Using mini_suffix 0.3.3
- 2: mini_suffix (0.3.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_suffix-0.3.3.gemspec
- Using sassc 2.0.1
- 2: sassc (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-2.0.1.gemspec
- Using omniauth 1.9.1
- 2: omniauth (1.9.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-1.9.1.gemspec
- Using webpush 1.1.0
- 2: webpush (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/webpush-1.1.0.gemspec
- Fetching mini_racer 0.6.2
- Installing mini_racer 0.6.2 with native extensions
- Building native extensions. This could take a while...
- 0: cppjieba_rb (0.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cppjieba_rb-0.4.2.gemspec
- Using logstash-logger 0.26.1
- 0: logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/logstash-logger-0.26.1.gemspec
- Fetching sidekiq 6.4.1
- Installing sidekiq 6.4.1
- 0: sidekiq (6.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sidekiq-6.4.1.gemspec
- Using redis-namespace 1.8.1
- 0: redis-namespace (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/redis-namespace-1.8.1.gemspec
- Using image_optim 0.31.1
- 0: image_optim (0.31.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/image_optim-0.31.1.gemspec
- Fetching puma 5.6.2
- Installing puma 5.6.2 with native extensions
- Building native extensions. This could take a while...
- 3: pg (1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pg-1.3.2.gemspec
- Fetching bootsnap 1.10.3
- Installing bootsnap 1.10.3 with native extensions
- Building native extensions. This could take a while...
- 3: bootsnap (1.10.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/bootsnap-1.10.3.gemspec
- Using rbtrace 0.4.14
- 3: rbtrace (0.4.14) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rbtrace-0.4.14.gemspec
- Using rss 0.2.9
- 3: rss (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rss-0.2.9.gemspec
- Using unicorn 6.1.0
- 3: unicorn (6.1.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unicorn-6.1.0.gemspec
- Fetching rqrcode 2.1.1
- Installing rqrcode 2.1.1
- 3: rqrcode (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rqrcode-2.1.1.gemspec
- Using unf 0.1.4
- 3: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/unf-0.1.4.gemspec
- Using activesupport 6.1.4.1
- 3: activesupport (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.1.gemspec
- Fetching loofah 2.14.0
- Installing loofah 2.14.0
- 3: loofah (2.14.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/loofah-2.14.0.gemspec
- Using ruby-readability 0.7.0
- 3: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/ruby-readability-0.7.0.gemspec
- Using sanitize 6.0.0
- 3: sanitize (6.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.0.gemspec
- Using css_parser 1.11.0
- 3: css_parser (1.11.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/css_parser-1.11.0.gemspec
- Using aws-sdk-core 3.121.2
- 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
- Using ember-handlebars-template 0.8.0
- 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
- Using openssl-signature_algorithm 1.1.1
- 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
- Fetching faraday 1.10.0
- Installing faraday 1.10.0
- 3: faraday (1.10.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/faraday-1.10.0.gemspec
- Using json_schemer 0.2.18
- 3: json_schemer (0.2.18) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/json_schemer-0.2.18.gemspec
- Using omniauth-oauth 1.2.0
- 3: omniauth-oauth (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth-1.2.0.gemspec
- Using pry-byebug 3.9.0
- 3: pry-byebug (3.9.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec
- Using pry-rails 0.3.9
- 3: pry-rails (0.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/pry-rails-0.3.9.gemspec
- Using mini_scheduler 0.13.0
- 3: mini_scheduler (0.13.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_scheduler-0.13.0.gemspec
- Using rails-dom-testing 2.0.3
- 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
- Using globalid 1.0.0
- 3: globalid (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/globalid-1.0.0.gemspec
- Using activemodel 6.1.4.1
- 3: activemodel (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.1.gemspec
- Using rails-html-sanitizer 1.4.2
- 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
- Using aws-sdk-kms 1.44.0
- 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
- Using aws-sdk-sns 1.46.0
- 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
- Using cose 1.2.0
- 3: cose (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/cose-1.2.0.gemspec
- Using actionview 6.1.4.1
- 3: actionview (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview-6.1.4.1.gemspec
- Using activejob 6.1.4.1
- 3: activejob (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activejob-6.1.4.1.gemspec
- Using active_model_serializers 0.8.4
- 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
- Using activerecord 6.1.4.1
- 3: activerecord (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/activerecord-6.1.4.1.gemspec
- Using aws-sdk-s3 1.96.1
- 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
- Using oauth2 1.4.7
- 3: oauth2 (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oauth2-1.4.7.gemspec
- Using omniauth-twitter 1.4.0
- 3: omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-twitter-1.4.0.gemspec
- Using actionpack 6.1.4.1
- 3: actionpack (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionpack-6.1.4.1.gemspec
- Using actionview_precompiler 0.2.3
- 3: actionview_precompiler (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionview_precompiler-0.2.3.gemspec
- Using seed-fu 2.3.9
- 3: seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/seed-fu-2.3.9.gemspec
- Using omniauth-oauth2 1.7.2
- 3: omniauth-oauth2 (1.7.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-oauth2-1.7.2.gemspec
- Using actionmailer 6.1.4.1
- 3: actionmailer (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/actionmailer-6.1.4.1.gemspec
- Using railties 6.1.4.1
- 3: railties (6.1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/railties-6.1.4.1.gemspec
- Using sprockets-rails 3.4.2
- 3: sprockets-rails (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sprockets-rails-3.4.2.gemspec
- Using omniauth-facebook 9.0.0
- 3: omniauth-facebook (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-facebook-9.0.0.gemspec
- Using omniauth-github 1.4.0
- 3: omniauth-github (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/omniauth-github-1.4.0.gemspec
- Using omniauth-google-oauth2 0.8.2
- 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
- Using jquery-rails 4.4.0
- 3: jquery-rails (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/jquery-rails-4.4.0.gemspec
- Using lograge 0.11.2
- 3: lograge (0.11.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/lograge-0.11.2.gemspec
- Fetching rails_failover 0.8.1
- Installing rails_failover 0.8.1
- 3: rails_failover (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_failover-0.8.1.gemspec
- Using rails_multisite 4.0.0
- 3: rails_multisite (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/rails_multisite-4.0.0.gemspec
- Using sassc-rails 2.1.2
- 3: sassc-rails (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/sassc-rails-2.1.2.gemspec
- Using discourse-ember-rails 0.18.6
- 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
- 0: puma (5.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/puma-5.6.2.gemspec
- 2: mini_racer (0.6.2) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/mini_racer-0.6.2.gemspec
- 1: oj (3.13.11) from /var/www/discourse/vendor/bundle/ruby/2.7.0/specifications/oj-3.13.11.gemspec
- Bundle complete! 126 Gemfile dependencies, 176 gems now installed.
- Gems in the groups 'test' and 'development' were not installed.
- Bundled gems are installed into `./vendor/bundle`
- 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'
- warning Resolution field "lodash@4.17.21" is incompatible with requested version "lodash@4.17.15"
- warning " > @mixer/parallel-prettier@2.0.1" has unmet peer dependency "prettier@^2.0.0".
- I, [2022-02-18T19:25:41.763278 #1] INFO -- : yarn install v1.22.17
- [1/5] Validating package.json...
- [2/5] Resolving packages...
- [3/5] Fetching packages...
- [4/5] Linking dependencies...
- [5/5] Building fresh packages...
- $ yarn --cwd app/assets/javascripts/discourse
- yarn install v1.22.17
- [1/4] Resolving packages...
- [2/4] Fetching packages...
- [3/4] Linking dependencies...
- [4/4] Building fresh packages...
- success Saved lockfile.
- Done in 49.52s.
- Done in 72.14s.
- yarn cache v1.22.17
- success Cleared cache.
- Done in 4.52s.
- 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'
- I, [2022-02-18T19:25:46.154669 #1] INFO -- : discourse-akismet is already at latest compatible version
- discourse-plugin-replygif is already at latest compatible version
- docker_manager is already at latest compatible version
- discourse-chat-integration is already at latest compatible version
- discourse-github is already at latest compatible version
- discourse-solved is already at latest compatible version
- discourse-push-notifications is already at latest compatible version
- discourse-spoiler-alert is already at latest compatible version
- discourse-data-explorer is already at latest compatible version
- I, [2022-02-18T19:25:46.155360 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
- Discourse requires Redis 6.2.0 or up
- 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
- Successfully installed sawyer-0.8.2
- 1 gem installed
- 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
- Successfully installed octokit-4.21.0
- 1 gem installed
- FAILED
- --------------------
- Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 1121 exit 1>
- Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
- exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
- 85459e34ac2c6275dd1700de2c469124a9fded84800b8c6b4686c1c6b66824e2
- ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
- ./discourse-doctor may help diagnose the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement