Skip to content

Instantly share code, notes, and snippets.

@rburkman
Created June 7, 2017 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rburkman/3df49b3ce83bf691fc63eb0df8e7ed09 to your computer and use it in GitHub Desktop.
Save rburkman/3df49b3ce83bf691fc63eb0df8e7ed09 to your computer and use it in GitHub Desktop.
Discourse build log
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 10 app
app
cd /pups && git pull && /pups/bin/pups --stdin
Already up-to-date.
I, [2017-06-06T19:44:52.721578 #13] INFO -- : Loading --stdin
I, [2017-06-06T19:44:52.731372 #13] INFO -- : > mkdir -p /shared/postgres_run
I, [2017-06-06T19:44:52.735006 #13] INFO -- :
I, [2017-06-06T19:44:52.735831 #13] INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2017-06-06T19:44:52.746231 #13] INFO -- :
I, [2017-06-06T19:44:52.746975 #13] INFO -- : > chmod 775 /shared/postgres_run
I, [2017-06-06T19:44:52.759670 #13] INFO -- :
I, [2017-06-06T19:44:52.760329 #13] INFO -- : > rm -fr /var/run/postgresql
I, [2017-06-06T19:44:52.762869 #13] INFO -- :
I, [2017-06-06T19:44:52.763477 #13] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2017-06-06T19:44:52.765744 #13] INFO -- :
I, [2017-06-06T19:44:52.766331 #13] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2017/06/06 19:44:52 socat[21] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2017-06-06T19:44:52.811852 #13] INFO -- :
I, [2017-06-06T19:44:52.812409 #13] INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2017-06-06T19:44:52.815732 #13] INFO -- :
I, [2017-06-06T19:44:52.816275 #13] INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2017-06-06T19:44:52.819232 #13] INFO -- :
I, [2017-06-06T19:44:52.819777 #13] INFO -- : > mkdir -p /shared/postgres_run/9.5-main.pg_stat_tmp
I, [2017-06-06T19:44:52.822291 #13] INFO -- :
I, [2017-06-06T19:44:52.822944 #13] INFO -- : > chown postgres:postgres /shared/postgres_run/9.5-main.pg_stat_tmp
I, [2017-06-06T19:44:52.825636 #13] INFO -- :
I, [2017-06-06T19:44:52.830662 #13] INFO -- : File > /etc/service/postgres/run chmod: +x
I, [2017-06-06T19:44:52.835439 #13] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x
I, [2017-06-06T19:44:52.840136 #13] INFO -- : File > /root/upgrade_postgres chmod: +x
I, [2017-06-06T19:44:52.840877 #13] INFO -- : > chown -R root /var/lib/postgresql/9.5/main
I, [2017-06-06T19:44:54.680128 #13] INFO -- :
I, [2017-06-06T19:44:54.680559 #13] INFO -- : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/9.5/bin/initdb -D /shared/postgres_data || exit 0
I, [2017-06-06T19:44:54.683489 #13] INFO -- :
I, [2017-06-06T19:44:54.684162 #13] INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2017-06-06T19:44:54.731059 #13] INFO -- :
I, [2017-06-06T19:44:54.731983 #13] INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2017-06-06T19:44:54.735326 #13] INFO -- :
I, [2017-06-06T19:44:54.736084 #13] INFO -- : > /root/upgrade_postgres
I, [2017-06-06T19:44:54.746391 #13] INFO -- :
I, [2017-06-06T19:44:54.747090 #13] INFO -- : > rm /root/upgrade_postgres
I, [2017-06-06T19:44:54.749538 #13] INFO -- :
I, [2017-06-06T19:44:54.761343 #13] INFO -- : Replacing data_directory = '/var/lib/postgresql/9.5/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.762567 #13] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.763485 #13] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.764351 #13] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.765311 #13] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.766113 #13] INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.766877 #13] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2017-06-06T19:44:54.799963 #13] INFO -- :
I, [2017-06-06T19:44:54.801045 #13] INFO -- : Replacing (?-mix:#?max_wal_senders *=.*) with max_wal_senders = $db_max_wal_senders in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.801890 #13] INFO -- : Replacing (?-mix:#?wal_level *=.*) with wal_level = $db_wal_level in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.802809 #13] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.803649 #13] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.804551 #13] INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/9.5/main/postgresql.conf
I, [2017-06-06T19:44:54.808749 #13] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/9.5/main/pg_hba.conf
I, [2017-06-06T19:44:54.809657 #13] INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/9.5/main/pg_hba.conf
I, [2017-06-06T19:44:54.810426 #13] INFO -- : > HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/main
I, [2017-06-06T19:44:54.812655 #13] INFO -- : > sleep 5
2017-06-06 19:44:54.953 UTC [45] LOG: database system was shut down at 2017-06-06 19:41:18 UTC
2017-06-06 19:44:54.966 UTC [45] LOG: MultiXact member wraparound protections are now enabled
2017-06-06 19:44:54.970 UTC [42] LOG: database system is ready to accept connections
2017-06-06 19:44:54.972 UTC [49] LOG: autovacuum launcher started
I, [2017-06-06T19:44:59.829183 #13] INFO -- :
I, [2017-06-06T19:44:59.830675 #13] INFO -- : > su postgres -c 'createdb discourse' || true
2017-06-06 19:44:59.987 UTC [54] postgres@postgres ERROR: database "discourse" already exists
2017-06-06 19:44:59.987 UTC [54] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: database creation failed: ERROR: database "discourse" already exists
I, [2017-06-06T19:44:59.990963 #13] INFO -- :
I, [2017-06-06T19:44:59.991675 #13] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2017-06-06 19:45:00.146 UTC [65] postgres@discourse ERROR: role "discourse" already exists
2017-06-06 19:45:00.146 UTC [65] postgres@discourse STATEMENT: create user discourse;
ERROR: role "discourse" already exists
I, [2017-06-06T19:45:00.149580 #13] INFO -- :
I, [2017-06-06T19:45:00.150307 #13] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2017-06-06T19:45:00.250198 #13] INFO -- : GRANT
I, [2017-06-06T19:45:00.251090 #13] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2017-06-06T19:45:00.360107 #13] INFO -- : ALTER SCHEMA
I, [2017-06-06T19:45:00.360990 #13] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE: extension "hstore" already exists, skipping
I, [2017-06-06T19:45:00.485998 #13] INFO -- : CREATE EXTENSION
I, [2017-06-06T19:45:00.486730 #13] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE: extension "pg_trgm" already exists, skipping
I, [2017-06-06T19:45:00.583415 #13] INFO -- : CREATE EXTENSION
I, [2017-06-06T19:45:00.584205 #13] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE: extension "hstore" already exists, skipping
I, [2017-06-06T19:45:00.701387 #13] INFO -- : CREATE EXTENSION
I, [2017-06-06T19:45:00.702181 #13] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE: extension "pg_trgm" already exists, skipping
I, [2017-06-06T19:45:00.799171 #13] INFO -- : CREATE EXTENSION
I, [2017-06-06T19:45:00.800069 #13] INFO -- : > sudo -u postgres psql discourse
I, [2017-06-06T19:45:00.821362 #13] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
I, [2017-06-06T19:45:01.007593 #13] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x
I, [2017-06-06T19:45:01.011543 #13] INFO -- : File > /var/spool/cron/crontabs/postgres chmod:
I, [2017-06-06T19:45:01.012264 #13] INFO -- : > echo postgres installed!
I, [2017-06-06T19:45:01.015120 #13] INFO -- : postgres installed!
I, [2017-06-06T19:45:01.021066 #13] INFO -- : File > /etc/service/redis/run chmod: +x
I, [2017-06-06T19:45:01.026874 #13] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x
I, [2017-06-06T19:45:01.037599 #13] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
I, [2017-06-06T19:45:01.039033 #13] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
I, [2017-06-06T19:45:01.040767 #13] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2017-06-06T19:45:01.045252 #13] INFO -- :
I, [2017-06-06T19:45:01.046348 #13] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
I, [2017-06-06T19:45:01.047321 #13] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
I, [2017-06-06T19:45:01.048884 #13] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2017-06-06T19:45:01.050691 #13] INFO -- : > echo redis installed
I, [2017-06-06T19:45:01.053650 #13] INFO -- : redis installed
I, [2017-06-06T19:45:01.054450 #13] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2017-06-06T19:45:01.060057 #13] INFO -- : logfile ""
I, [2017-06-06T19:45:01.060856 #13] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2017-06-06T19:45:01.063115 #13] INFO -- : > sleep 10
_._
_.-``__ ''-._
_.-`` `. `_. ''-._ Redis 3.0.6 (00000000/0) 64 bit
.-`` .-```. ```\/ _.,_ ''-._
( ' , .-` | `, ) Running in standalone mode
|`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
| `-._ `._ / _.-' | PID: 155
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | http://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
`-._ `-._`-.__.-'_.-' _.-'
`-._ `-.__.-' _.-'
`-._ _.-'
`-.__.-'
155:M 06 Jun 19:45:01.091 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
155:M 06 Jun 19:45:01.091 # Server started, Redis version 3.0.6
155:M 06 Jun 19:45:01.092 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
155:M 06 Jun 19:45:01.092 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
155:M 06 Jun 19:45:01.185 * DB loaded from disk: 0.093 seconds
155:M 06 Jun 19:45:01.186 * The server is now ready to accept connections on port 6379
I, [2017-06-06T19:45:11.068089 #13] INFO -- :
I, [2017-06-06T19:45:11.076843 #13] INFO -- : Replacing <policymap> with <policymap>
<policy domain="coder" rights="none" pattern="EPHEMERAL" />
<policy domain="coder" rights="none" pattern="URL" />
<policy domain="coder" rights="none" pattern="HTTPS" />
<policy domain="coder" rights="none" pattern="MVG" />
<policy domain="coder" rights="none" pattern="MSL" />
<policy domain="coder" rights="none" pattern="TEXT" />
<policy domain="coder" rights="none" pattern="SHOW" />
<policy domain="coder" rights="none" pattern="WIN" />
<policy domain="coder" rights="none" pattern="PLT" />
in /usr/local/etc/ImageMagick-6/policy.xml
I, [2017-06-06T19:45:11.078109 #13] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
I, [2017-06-06T19:45:11.164876 #13] INFO -- :
I, [2017-06-06T19:45:11.165729 #13] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2017-06-06T19:45:11.249473 #13] INFO -- :
I, [2017-06-06T19:45:11.250327 #13] INFO -- : > chown -R discourse /home/discourse
I, [2017-06-06T19:45:11.280648 #13] INFO -- :
I, [2017-06-06T19:45:11.281554 #13] INFO -- : > rm -f /etc/cron.d/anacron
I, [2017-06-06T19:45:11.284355 #13] INFO -- :
I, [2017-06-06T19:45:11.287629 #13] INFO -- : File > /etc/cron.d/anacron chmod:
I, [2017-06-06T19:45:11.292712 #13] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x
I, [2017-06-06T19:45:11.297593 #13] INFO -- : File > /etc/runit/1.d/enable-brotli chmod: +x
I, [2017-06-06T19:45:11.302481 #13] INFO -- : File > /etc/service/unicorn/run chmod: +x
I, [2017-06-06T19:45:11.307379 #13] INFO -- : File > /etc/service/nginx/run chmod: +x
I, [2017-06-06T19:45:11.312221 #13] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x
I, [2017-06-06T19:45:11.317156 #13] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x
I, [2017-06-06T19:45:11.317698 #13] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2017-06-06T19:45:11.318411 #13] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2017-06-06T19:45:11.321145 #13] INFO -- : > cd /var/www/discourse && git reset --hard
181:M 06 Jun 19:45:11.332 # Creating Server TCP listening socket *:6379: bind: Address already in use
I, [2017-06-06T19:45:13.174371 #13] INFO -- : HEAD is now at 82ed514 Version bump to v1.9.0.beta1
I, [2017-06-06T19:45:13.175118 #13] INFO -- : > cd /var/www/discourse && git clean -f
I, [2017-06-06T19:45:13.292328 #13] INFO -- :
I, [2017-06-06T19:45:13.293050 #13] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin master
I, [2017-06-06T19:45:13.298209 #13] INFO -- :
I, [2017-06-06T19:45:13.298518 #13] INFO -- : > cd /var/www/discourse && git pull
From https://github.com/discourse/discourse
82ed514..369bb78 master -> origin/master
7ae8733..7fda914 beta -> origin/beta
d6ec9b3..38cc6de stable -> origin/stable
82ed514..369bb78 tests-passed -> origin/tests-passed
I, [2017-06-06T19:45:15.181473 #13] INFO -- : Updating 82ed514..369bb78
Fast-forward
Gemfile | 2 +-
Gemfile.lock | 8 +-
.../javascripts/admin/templates/flags-list.hbs | 1 -
.../components/group-membership-button.js.es6 | 16 +++
.../discourse/components/topic-progress.js.es6 | 6 +-
.../controllers/preferences/categories.js.es6 | 5 +
.../javascripts/discourse/lib/load-script.js.es6 | 2 +-
.../javascripts/discourse/templates/about.hbs | 8 +-
.../components/group-membership-button.hbs | 4 +-
.../discourse/templates/preferences/categories.hbs | 4 +
.../discourse/widgets/topic-timeline.js.es6 | 6 +-
.../javascripts/discourse/widgets/widget.js.es6 | 7 +-
app/assets/stylesheets/mobile/compose.scss | 6 ++
app/controllers/post_action_users_controller.rb | 9 +-
app/controllers/users_email_controller.rb | 1 -
app/models/group.rb | 12 +++
app/models/post_mover.rb | 27 +++--
app/models/user.rb | 8 ++
app/serializers/user_serializer.rb | 1 +
config/locales/client.en.yml | 10 +-
config/locales/server.en.yml | 3 +-
config/site_settings.yml | 1 +
config/unicorn.conf.rb | 2 +-
db/fixtures/999_topics.rb | 16 +++
.../20170524182846_add_unread_tracking_columns.rb | 2 +-
.../20170526125321_drop_unread_tracking_columns.rb | 2 +-
...02132735_fix_group_allow_membership_requests.rb | 13 +++
...014820_remove_auto_close_columns_from_topics.rb | 9 ++
lib/current_user.rb | 1 +
lib/discourse_event.rb | 2 +-
lib/final_destination.rb | 73 ++++++++++---
lib/oneboxer.rb | 12 ++-
lib/search.rb | 4 +-
lib/upload_creator.rb | 12 ++-
lib/wizard/builder.rb | 2 +-
.../config/locales/server.de.yml | 38 +++----
.../config/locales/server.en.yml | 40 ++++----
.../config/locales/server.es.yml | 38 +++----
.../config/locales/server.fi.yml | 40 ++++----
.../config/locales/server.id.yml | 40 ++++----
.../config/locales/server.it.yml | 38 +++----
.../config/locales/server.zh_CN.yml | 36 +++----
.../lib/discourse_narrative_bot/actions.rb | 22 +++-
.../advanced_user_narrative.rb | 61 +++++------
.../lib/discourse_narrative_bot/base.rb | 32 ++----
.../certificate_generator.rb | 2 +-
.../discourse_narrative_bot/new_user_narrative.rb | 85 +++++++++-------
.../lib/discourse_narrative_bot/track_selector.rb | 23 +++--
plugins/discourse-narrative-bot/plugin.rb | 30 ++++--
.../advanced_user_narrative_spec.rb | 65 ++++++------
.../new_user_narrative_spec.rb | 113 ++++++++++++---------
.../discourse_narrative_bot/track_selector_spec.rb | 28 ++++-
.../spec/integration/discobot_welcome_post_spec.rb | 67 ++++++++++++
plugins/discourse-narrative-bot/spec/user_spec.rb | 24 +----
script/import_scripts/jive_api.rb | 86 +++++++++++-----
spec/components/final_destination_spec.rb | 39 +++++++
spec/components/post_creator_spec.rb | 23 +++--
spec/controllers/admin/groups_controller_spec.rb | 28 +++--
spec/controllers/invites_controller_spec.rb | 19 +++-
.../post_action_users_controller_spec.rb | 25 ++++-
spec/controllers/session_controller_spec.rb | 17 +++-
spec/controllers/user_badges_controller_spec.rb | 15 ++-
spec/controllers/users_controller_spec.rb | 47 ++++++---
spec/controllers/users_email_controller_spec.rb | 8 +-
spec/integration/omniauth_callbacks_spec.rb | 8 +-
spec/models/group_spec.rb | 37 +++++++
spec/models/post_mover_spec.rb | 46 +++++++--
spec/models/user_spec.rb | 12 ++-
spec/serializers/user_serializer_spec.rb | 2 +-
spec/support/discourse_event_helper.rb | 18 ++++
70 files changed, 1047 insertions(+), 502 deletions(-)
create mode 100644 db/migrate/20170602132735_fix_group_allow_membership_requests.rb
create mode 100644 db/migrate/20170605014820_remove_auto_close_columns_from_topics.rb
create mode 100644 plugins/discourse-narrative-bot/spec/integration/discobot_welcome_post_spec.rb
create mode 100644 spec/support/discourse_event_helper.rb
I, [2017-06-06T19:45:15.182499 #13] INFO -- : > cd /var/www/discourse && git fetch origin tests-passed
From https://github.com/discourse/discourse
* branch tests-passed -> FETCH_HEAD
I, [2017-06-06T19:45:15.778533 #13] INFO -- :
I, [2017-06-06T19:45:15.779225 #13] INFO -- : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch 'tests-passed'
I, [2017-06-06T19:45:15.973108 #13] INFO -- : Branch tests-passed set up to track remote branch tests-passed from origin.
I, [2017-06-06T19:45:15.973447 #13] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2017-06-06T19:45:15.977919 #13] INFO -- :
I, [2017-06-06T19:45:15.978254 #13] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2017-06-06T19:45:15.982184 #13] INFO -- :
I, [2017-06-06T19:45:15.982450 #13] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2017-06-06T19:45:15.998868 #13] INFO -- :
I, [2017-06-06T19:45:15.999214 #13] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
I, [2017-06-06T19:45:16.003350 #13] INFO -- :
I, [2017-06-06T19:45:16.003638 #13] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
I, [2017-06-06T19:45:16.009032 #13] INFO -- :
I, [2017-06-06T19:45:16.009334 #13] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
I, [2017-06-06T19:45:16.014664 #13] INFO -- :
I, [2017-06-06T19:45:16.014956 #13] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
I, [2017-06-06T19:45:16.020552 #13] INFO -- :
I, [2017-06-06T19:45:16.020804 #13] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
I, [2017-06-06T19:45:16.026234 #13] INFO -- :
I, [2017-06-06T19:45:16.026542 #13] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups
I, [2017-06-06T19:45:16.035073 #13] INFO -- :
I, [2017-06-06T19:45:16.035792 #13] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
I, [2017-06-06T19:45:16.036777 #13] INFO -- : > cd /var/www/discourse/plugins && mkdir -p plugins
I, [2017-06-06T19:45:16.040773 #13] INFO -- :
I, [2017-06-06T19:45:16.041035 #13] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2017-06-06T19:45:17.344628 #13] INFO -- :
I, [2017-06-06T19:45:17.345344 #13] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-solved.git
Cloning into 'discourse-solved'...
I, [2017-06-06T19:45:18.001101 #13] INFO -- :
I, [2017-06-06T19:45:18.002010 #13] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2017-06-06T19:45:18.024307 #13] INFO -- :
I, [2017-06-06T19:45:18.025055 #13] INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2017-06-06T19:45:18.027647 #13] INFO -- :
I, [2017-06-06T19:45:18.028259 #13] INFO -- : > mkdir -p /var/nginx/cache
I, [2017-06-06T19:45:18.031179 #13] INFO -- :
I, [2017-06-06T19:45:18.031932 #13] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2017-06-06T19:45:18.032860 #13] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2017-06-06T19:45:18.033679 #13] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2017-06-06T19:45:18.034503 #13] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
I, [2017-06-06T19:45:18.035255 #13] INFO -- : > echo "done configuring web"
I, [2017-06-06T19:45:18.037869 #13] INFO -- : done configuring web
I, [2017-06-06T19:45:18.038579 #13] INFO -- : > cd /var/www/discourse && gem update bundler
I, [2017-06-06T19:45:25.680459 #13] INFO -- : Updating installed gems
Updating bundler
Successfully installed bundler-1.15.1
Gems updated: bundler
I, [2017-06-06T19:45:25.680924 #13] INFO -- : > cd /var/www/discourse && chown -R discourse /var/www/discourse
I, [2017-06-06T19:45:43.062202 #13] INFO -- :
I, [2017-06-06T19:45:43.093093 #13] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development'
I, [2017-06-06T19:45:53.398279 #13] INFO -- : Running `bundle install --deployment --verbose --without "development"` with bundler 1.15.1
Found no changes, using resolution from the lockfile
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 ["rake", "msgpack", "bootsnap", "i18n", "minitest", "thread_safe", "tzinfo", "activesupport", "builder", "erubis", "mini_portile2", "nokogiri", "rails-deprecated_sanitizer", "rails-dom-testing", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mime-types", "mail", "actionmailer", "activemodel", "arel", "activerecord", "thor", "railties", "concurrent-ruby", "sprockets", "sprockets-rails", "rails", "seed-fu", "hiredis", "redis", "redis-namespace", "active_model_serializers", "fast_blank", "htmlentities", "moneta", "multi_json", "mustache", "crass", "nokogumbo", "sanitize", "onebox", "http_accept_language", "ember-source", "ember-data-source", "execjs", "barber", "ember-handlebars-template", "jquery-rails", "ember-rails", "babel-source", "babel-transpiler", "message_bus", "rails_multisite", "fast_xs", "rake-compiler", "fast_xor", "fastimage", "jmespath", "aws-sdk-core", "aws-sdk-resources", "aws-sdk", "excon", "unf_ext", "unf", "email_reply_trimmer", "exifr", "fspath", "image_size", "in_threads", "progress", "discourse_image_optim", "hashie", "omniauth", "ruby-openid", "rack-openid", "omniauth-openid", "openid-redis-store", "multipart-post", "faraday", "jwt", "multi_xml", "oauth2", "omniauth-oauth2", "omniauth-facebook", "oauth", "omniauth-oauth", "omniauth-twitter", "omniauth-instagram", "omniauth-github-discourse", "omniauth-google-oauth2", "oj", "pg", "coderay", "method_source", "slop", "pry", "pry-rails", "r2", "domain_name", "http-cookie", "netrc", "rest-client", "rinku", "connection_pool", "rack-protection", "sidekiq", "tilt", "sinatra", "libv8", "mini_racer", "highline", "uglifier", "rtlit", "public_suffix", "addressable", "safe_yaml", "crack", "hashdiff", "webmock", "fakeweb", "timecop", "test_after_commit", "rspec-support", "rspec-core", "diff-lcs", "rspec-expectations", "rspec-mocks", "rspec", "mock_redis", "rb-fsevent", "ffi", "rb-inotify", "ruby_dep", "listen", "certified", "fabrication", "discourse-qunit-rails", "metaclass", "mocha", "rspec-rails", "shoulda-context", "shoulda-matchers", "shoulda", "rspec-html-matchers", "spork", "spork-rails", "pry-nav", "byebug", "lru_redux", "flamegraph", "rack-mini-profiler", "kgio", "raindrops", "unicorn", "puma", "trollop", "rbtrace", "gc_tracer", "guess_html_encoding", "ruby-readability", "simple-rss", "stackprof", "memory_profiler", "rmmseg-cpp", "logster", "sass", "sassc"]
HTTP GET https://index.rubygems.org/info/rake
HTTP GET https://index.rubygems.org/info/msgpack
HTTP GET https://index.rubygems.org/info/bootsnap
HTTP GET https://index.rubygems.org/info/i18n
HTTP GET https://index.rubygems.org/info/minitest
HTTP GET https://index.rubygems.org/info/thread_safe
HTTP GET https://index.rubygems.org/info/tzinfo
HTTP GET https://index.rubygems.org/info/activesupport
HTTP GET https://index.rubygems.org/info/builder
HTTP GET https://index.rubygems.org/info/erubis
HTTP GET https://index.rubygems.org/info/mini_portile2
HTTP GET https://index.rubygems.org/info/nokogiri
HTTP GET https://index.rubygems.org/info/rails-deprecated_sanitizer
HTTP GET https://index.rubygems.org/info/rails-dom-testing
HTTP GET https://index.rubygems.org/info/loofah
HTTP GET https://index.rubygems.org/info/rails-html-sanitizer
HTTP GET https://index.rubygems.org/info/actionview
HTTP GET https://index.rubygems.org/info/rack
HTTP GET https://index.rubygems.org/info/rack-test
HTTP GET https://index.rubygems.org/info/actionpack
HTTP GET https://index.rubygems.org/info/globalid
HTTP GET https://index.rubygems.org/info/activejob
HTTP GET https://index.rubygems.org/info/mime-types
HTTP GET https://index.rubygems.org/info/mail
HTTP GET https://index.rubygems.org/info/actionmailer
HTTP 200 OK https://index.rubygems.org/info/mini_portile2
HTTP 200 OK https://index.rubygems.org/info/rails-html-sanitizer
HTTP 200 OK https://index.rubygems.org/info/activejob
HTTP 200 OK https://index.rubygems.org/info/loofah
HTTP GET https://index.rubygems.org/info/activemodel
HTTP 200 OK https://index.rubygems.org/info/rails-dom-testing
HTTP 200 OK https://index.rubygems.org/info/activesupport
HTTP 200 OK https://index.rubygems.org/info/mime-types
HTTP 200 OK https://index.rubygems.org/info/erubis
HTTP 200 OK https://index.rubygems.org/info/i18n
HTTP 200 OK https://index.rubygems.org/info/bootsnap
HTTP 200 OK https://index.rubygems.org/info/rack
HTTP 200 OK https://index.rubygems.org/info/actionview
HTTP 200 OK https://index.rubygems.org/info/rake
HTTP 200 OK https://index.rubygems.org/info/tzinfo
HTTP 200 OK https://index.rubygems.org/info/builder
HTTP 200 OK https://index.rubygems.org/info/rack-test
HTTP 200 OK https://index.rubygems.org/info/rails-deprecated_sanitizer
HTTP 200 OK https://index.rubygems.org/info/minitest
HTTP 200 OK https://index.rubygems.org/info/nokogiri
HTTP GET https://index.rubygems.org/info/arel
HTTP 200 OK https://index.rubygems.org/info/mail
HTTP 200 OK https://index.rubygems.org/info/msgpack
HTTP 200 OK https://index.rubygems.org/info/thread_safe
HTTP 200 OK https://index.rubygems.org/info/globalid
HTTP GET https://index.rubygems.org/info/activerecord
HTTP GET https://index.rubygems.org/info/thor
HTTP GET https://index.rubygems.org/info/railties
HTTP GET https://index.rubygems.org/info/concurrent-ruby
HTTP GET https://index.rubygems.org/info/sprockets
HTTP 200 OK https://index.rubygems.org/info/actionmailer
HTTP 200 OK https://index.rubygems.org/info/actionpack
HTTP GET https://index.rubygems.org/info/sprockets-rails
HTTP GET https://index.rubygems.org/info/rails
HTTP GET https://index.rubygems.org/info/seed-fu
HTTP GET https://index.rubygems.org/info/hiredis
HTTP GET https://index.rubygems.org/info/redis
HTTP GET https://index.rubygems.org/info/redis-namespace
HTTP 200 OK https://index.rubygems.org/info/activemodel
HTTP GET https://index.rubygems.org/info/active_model_serializers
HTTP GET https://index.rubygems.org/info/fast_blank
HTTP GET https://index.rubygems.org/info/htmlentities
HTTP 200 OK https://index.rubygems.org/info/redis
HTTP GET https://index.rubygems.org/info/moneta
HTTP GET https://index.rubygems.org/info/multi_json
HTTP 200 OK https://index.rubygems.org/info/seed-fu
HTTP GET https://index.rubygems.org/info/mustache
HTTP GET https://index.rubygems.org/info/crass
HTTP 200 OK https://index.rubygems.org/info/sprockets-rails
HTTP 200 OK https://index.rubygems.org/info/arel
HTTP 200 OK https://index.rubygems.org/info/thor
HTTP 200 OK https://index.rubygems.org/info/sprockets
HTTP 200 OK https://index.rubygems.org/info/railties
HTTP GET https://index.rubygems.org/info/nokogumbo
HTTP 200 OK https://index.rubygems.org/info/activerecord
HTTP 200 OK https://index.rubygems.org/info/moneta
HTTP GET https://index.rubygems.org/info/sanitize
HTTP GET https://index.rubygems.org/info/onebox
HTTP GET https://index.rubygems.org/info/http_accept_language
HTTP GET https://index.rubygems.org/info/ember-source
HTTP 200 OK https://index.rubygems.org/info/crass
HTTP 200 OK https://index.rubygems.org/info/active_model_serializers
HTTP GET https://index.rubygems.org/info/ember-data-source
HTTP GET https://index.rubygems.org/info/execjs
HTTP 200 OK https://index.rubygems.org/info/concurrent-ruby
HTTP 200 OK https://index.rubygems.org/info/rails
HTTP 200 OK https://index.rubygems.org/info/fast_blank
HTTP 200 OK https://index.rubygems.org/info/multi_json
HTTP 200 OK https://index.rubygems.org/info/hiredis
HTTP GET https://index.rubygems.org/info/barber
HTTP GET https://index.rubygems.org/info/ember-handlebars-template
HTTP GET https://index.rubygems.org/info/jquery-rails
HTTP GET https://index.rubygems.org/info/ember-rails
HTTP GET https://index.rubygems.org/info/babel-source
HTTP 200 OK https://index.rubygems.org/info/http_accept_language
HTTP 200 OK https://index.rubygems.org/info/mustache
HTTP GET https://index.rubygems.org/info/babel-transpiler
HTTP 200 OK https://index.rubygems.org/info/redis-namespace
HTTP 200 OK https://index.rubygems.org/info/sanitize
HTTP GET https://index.rubygems.org/info/message_bus
HTTP 200 OK https://index.rubygems.org/info/jquery-rails
HTTP GET https://index.rubygems.org/info/rails_multisite
HTTP 200 OK https://index.rubygems.org/info/ember-source
HTTP GET https://index.rubygems.org/info/fast_xs
HTTP GET https://index.rubygems.org/info/rake-compiler
HTTP GET https://index.rubygems.org/info/fast_xor
HTTP GET https://index.rubygems.org/info/fastimage
HTTP GET https://index.rubygems.org/info/jmespath
HTTP 200 OK https://index.rubygems.org/info/ember-data-source
HTTP 200 OK https://index.rubygems.org/info/ember-handlebars-template
HTTP 200 OK https://index.rubygems.org/info/onebox
HTTP 200 OK https://index.rubygems.org/info/ember-rails
HTTP GET https://index.rubygems.org/info/aws-sdk-core
HTTP 200 OK https://index.rubygems.org/info/barber
HTTP 200 OK https://index.rubygems.org/info/nokogumbo
HTTP GET https://index.rubygems.org/info/aws-sdk-resources
HTTP 200 OK https://index.rubygems.org/info/htmlentities
HTTP GET https://index.rubygems.org/info/aws-sdk
HTTP GET https://index.rubygems.org/info/excon
HTTP GET https://index.rubygems.org/info/unf_ext
HTTP 200 OK https://index.rubygems.org/info/babel-source
HTTP GET https://index.rubygems.org/info/unf
HTTP 200 OK https://index.rubygems.org/info/rake-compiler
HTTP 200 OK https://index.rubygems.org/info/rails_multisite
HTTP GET https://index.rubygems.org/info/email_reply_trimmer
HTTP 200 OK https://index.rubygems.org/info/aws-sdk
HTTP 200 OK https://index.rubygems.org/info/babel-transpiler
HTTP 200 OK https://index.rubygems.org/info/fast_xor
HTTP 200 OK https://index.rubygems.org/info/execjs
HTTP 200 OK https://index.rubygems.org/info/fastimage
HTTP 200 OK https://index.rubygems.org/info/message_bus
HTTP 200 OK https://index.rubygems.org/info/jmespath
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-resources
HTTP GET https://index.rubygems.org/info/fspath
HTTP GET https://index.rubygems.org/info/image_size
HTTP 200 OK https://index.rubygems.org/info/fast_xs
HTTP GET https://index.rubygems.org/info/in_threads
HTTP GET https://index.rubygems.org/info/progress
HTTP GET https://index.rubygems.org/info/discourse_image_optim
HTTP GET https://index.rubygems.org/info/hashie
HTTP 200 OK https://index.rubygems.org/info/excon
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-core
HTTP GET https://index.rubygems.org/info/omniauth
HTTP GET https://index.rubygems.org/info/ruby-openid
HTTP GET https://index.rubygems.org/info/rack-openid
HTTP GET https://index.rubygems.org/info/omniauth-openid
HTTP GET https://index.rubygems.org/info/openid-redis-store
HTTP 200 OK https://index.rubygems.org/info/unf_ext
HTTP GET https://index.rubygems.org/info/multipart-post
HTTP GET https://index.rubygems.org/info/faraday
HTTP GET https://index.rubygems.org/info/jwt
HTTP GET https://index.rubygems.org/info/multi_xml
HTTP GET https://index.rubygems.org/info/oauth2
HTTP 200 OK https://index.rubygems.org/info/faraday
HTTP GET https://index.rubygems.org/info/omniauth-oauth2
HTTP 200 OK https://index.rubygems.org/info/unf
HTTP 200 OK https://index.rubygems.org/info/jwt
HTTP GET https://index.rubygems.org/info/omniauth-facebook
HTTP GET https://index.rubygems.org/info/oauth
HTTP GET https://index.rubygems.org/info/omniauth-oauth
HTTP 200 OK https://index.rubygems.org/info/in_threads
HTTP 200 OK https://index.rubygems.org/info/discourse_image_optim
HTTP 200 OK https://index.rubygems.org/info/hashie
HTTP 200 OK https://index.rubygems.org/info/progress
HTTP GET https://index.rubygems.org/info/omniauth-twitter
HTTP 200 OK https://index.rubygems.org/info/omniauth
HTTP 200 OK https://index.rubygems.org/info/multi_xml
HTTP GET https://index.rubygems.org/info/exifr
HTTP GET https://index.rubygems.org/info/omniauth-instagram
HTTP GET https://index.rubygems.org/info/omniauth-github-discourse
HTTP 200 OK https://index.rubygems.org/info/oauth
HTTP 200 OK https://index.rubygems.org/info/omniauth-oauth2
HTTP 200 OK https://index.rubygems.org/info/ruby-openid
HTTP 200 OK https://index.rubygems.org/info/rack-openid
HTTP 200 OK https://index.rubygems.org/info/multipart-post
HTTP 200 OK https://index.rubygems.org/info/image_size
HTTP 200 OK https://index.rubygems.org/info/fspath
HTTP 200 OK https://index.rubygems.org/info/omniauth-openid
HTTP GET https://index.rubygems.org/info/omniauth-google-oauth2
HTTP GET https://index.rubygems.org/info/oj
HTTP GET https://index.rubygems.org/info/pg
HTTP 200 OK https://index.rubygems.org/info/omniauth-oauth
HTTP GET https://index.rubygems.org/info/coderay
HTTP GET https://index.rubygems.org/info/method_source
HTTP 200 OK https://index.rubygems.org/info/email_reply_trimmer
HTTP 200 OK https://index.rubygems.org/info/openid-redis-store
HTTP GET https://index.rubygems.org/info/slop
HTTP GET https://index.rubygems.org/info/pry
HTTP GET https://index.rubygems.org/info/pry-rails
HTTP 200 OK https://index.rubygems.org/info/exifr
HTTP 200 OK https://index.rubygems.org/info/omniauth-instagram
HTTP 200 OK https://index.rubygems.org/info/method_source
HTTP GET https://index.rubygems.org/info/r2
HTTP GET https://index.rubygems.org/info/domain_name
HTTP 200 OK https://index.rubygems.org/info/omniauth-google-oauth2
HTTP 200 OK https://index.rubygems.org/info/pg
HTTP GET https://index.rubygems.org/info/http-cookie
HTTP GET https://index.rubygems.org/info/netrc
HTTP GET https://index.rubygems.org/info/rest-client
HTTP 200 OK https://index.rubygems.org/info/pry-rails
HTTP GET https://index.rubygems.org/info/rinku
HTTP GET https://index.rubygems.org/info/connection_pool
HTTP GET https://index.rubygems.org/info/rack-protection
HTTP GET https://index.rubygems.org/info/sidekiq
HTTP GET https://index.rubygems.org/info/tilt
HTTP GET https://index.rubygems.org/info/sinatra
HTTP GET https://index.rubygems.org/info/libv8
HTTP 200 OK https://index.rubygems.org/info/pry
HTTP 200 OK https://index.rubygems.org/info/omniauth-github-discourse
HTTP 200 OK https://index.rubygems.org/info/omniauth-facebook
HTTP 200 OK https://index.rubygems.org/info/coderay
HTTP 200 OK https://index.rubygems.org/info/oauth2
HTTP 200 OK https://index.rubygems.org/info/slop
HTTP GET https://index.rubygems.org/info/mini_racer
HTTP GET https://index.rubygems.org/info/highline
HTTP GET https://index.rubygems.org/info/uglifier
HTTP GET https://index.rubygems.org/info/rtlit
HTTP 200 OK https://index.rubygems.org/info/http-cookie
HTTP 200 OK https://index.rubygems.org/info/connection_pool
HTTP GET https://index.rubygems.org/info/public_suffix
HTTP 200 OK https://index.rubygems.org/info/oj
HTTP GET https://index.rubygems.org/info/addressable
HTTP 200 OK https://index.rubygems.org/info/highline
HTTP 200 OK https://index.rubygems.org/info/netrc
HTTP GET https://index.rubygems.org/info/safe_yaml
HTTP GET https://index.rubygems.org/info/crack
HTTP GET https://index.rubygems.org/info/hashdiff
HTTP 200 OK https://index.rubygems.org/info/tilt
HTTP 200 OK https://index.rubygems.org/info/libv8
HTTP 200 OK https://index.rubygems.org/info/sinatra
HTTP 200 OK https://index.rubygems.org/info/public_suffix
HTTP GET https://index.rubygems.org/info/webmock
HTTP 200 OK https://index.rubygems.org/info/rack-protection
HTTP GET https://index.rubygems.org/info/fakeweb
HTTP GET https://index.rubygems.org/info/timecop
HTTP 200 OK https://index.rubygems.org/info/rinku
HTTP GET https://index.rubygems.org/info/test_after_commit
HTTP 200 OK https://index.rubygems.org/info/rest-client
HTTP 200 OK https://index.rubygems.org/info/addressable
HTTP GET https://index.rubygems.org/info/rspec-support
HTTP 200 OK https://index.rubygems.org/info/r2
HTTP GET https://index.rubygems.org/info/rspec-core
HTTP 200 OK https://index.rubygems.org/info/sidekiq
HTTP GET https://index.rubygems.org/info/diff-lcs
HTTP GET https://index.rubygems.org/info/rspec-expectations
HTTP GET https://index.rubygems.org/info/rspec-mocks
HTTP 200 OK https://index.rubygems.org/info/omniauth-twitter
HTTP GET https://index.rubygems.org/info/rspec
HTTP 200 OK https://index.rubygems.org/info/rtlit
HTTP GET https://index.rubygems.org/info/mock_redis
HTTP 200 OK https://index.rubygems.org/info/webmock
HTTP 200 OK https://index.rubygems.org/info/safe_yaml
HTTP 200 OK https://index.rubygems.org/info/uglifier
HTTP 200 OK https://index.rubygems.org/info/mini_racer
HTTP 200 OK https://index.rubygems.org/info/domain_name
HTTP 200 OK https://index.rubygems.org/info/crack
HTTP GET https://index.rubygems.org/info/rb-fsevent
HTTP GET https://index.rubygems.org/info/ffi
HTTP 200 OK https://index.rubygems.org/info/rspec-mocks
HTTP 200 OK https://index.rubygems.org/info/rspec-expectations
HTTP 200 OK https://index.rubygems.org/info/rspec
HTTP GET https://index.rubygems.org/info/rb-inotify
HTTP GET https://index.rubygems.org/info/ruby_dep
HTTP GET https://index.rubygems.org/info/listen
HTTP 200 OK https://index.rubygems.org/info/rspec-core
HTTP GET https://index.rubygems.org/info/certified
HTTP GET https://index.rubygems.org/info/fabrication
HTTP 200 OK https://index.rubygems.org/info/hashdiff
HTTP 200 OK https://index.rubygems.org/info/rb-inotify
HTTP GET https://index.rubygems.org/info/discourse-qunit-rails
HTTP GET https://index.rubygems.org/info/metaclass
HTTP GET https://index.rubygems.org/info/mocha
HTTP GET https://index.rubygems.org/info/rspec-rails
HTTP GET https://index.rubygems.org/info/shoulda-context
HTTP 200 OK https://index.rubygems.org/info/rb-fsevent
HTTP GET https://index.rubygems.org/info/shoulda-matchers
HTTP GET https://index.rubygems.org/info/shoulda
HTTP 200 OK https://index.rubygems.org/info/rspec-support
HTTP 200 OK https://index.rubygems.org/info/diff-lcs
HTTP 200 OK https://index.rubygems.org/info/ffi
HTTP 200 OK https://index.rubygems.org/info/listen
HTTP 200 OK https://index.rubygems.org/info/rspec-rails
HTTP 200 OK https://index.rubygems.org/info/mock_redis
HTTP 200 OK https://index.rubygems.org/info/fabrication
HTTP GET https://index.rubygems.org/info/rspec-html-matchers
HTTP GET https://index.rubygems.org/info/spork
HTTP GET https://index.rubygems.org/info/spork-rails
HTTP 200 OK https://index.rubygems.org/info/timecop
HTTP 200 OK https://index.rubygems.org/info/fakeweb
HTTP GET https://index.rubygems.org/info/pry-nav
HTTP GET https://index.rubygems.org/info/byebug
HTTP GET https://index.rubygems.org/info/lru_redux
HTTP GET https://index.rubygems.org/info/flamegraph
HTTP 200 OK https://index.rubygems.org/info/discourse-qunit-rails
HTTP 200 OK https://index.rubygems.org/info/mocha
HTTP GET https://index.rubygems.org/info/rack-mini-profiler
HTTP GET https://index.rubygems.org/info/kgio
HTTP GET https://index.rubygems.org/info/raindrops
HTTP GET https://index.rubygems.org/info/unicorn
HTTP 200 OK https://index.rubygems.org/info/metaclass
HTTP 200 OK https://index.rubygems.org/info/certified
HTTP 200 OK https://index.rubygems.org/info/byebug
HTTP GET https://index.rubygems.org/info/puma
HTTP GET https://index.rubygems.org/info/trollop
HTTP GET https://index.rubygems.org/info/rbtrace
HTTP GET https://index.rubygems.org/info/gc_tracer
HTTP GET https://index.rubygems.org/info/guess_html_encoding
HTTP GET https://index.rubygems.org/info/ruby-readability
HTTP 200 OK https://index.rubygems.org/info/flamegraph
HTTP 200 OK https://index.rubygems.org/info/kgio
HTTP 200 OK https://index.rubygems.org/info/shoulda-context
HTTP 200 OK https://index.rubygems.org/info/shoulda
HTTP 200 OK https://index.rubygems.org/info/test_after_commit
HTTP 200 OK https://index.rubygems.org/info/ruby_dep
HTTP GET https://index.rubygems.org/info/simple-rss
HTTP 200 OK https://index.rubygems.org/info/spork
HTTP 200 OK https://index.rubygems.org/info/rspec-html-matchers
HTTP 200 OK https://index.rubygems.org/info/rack-mini-profiler
HTTP 200 OK https://index.rubygems.org/info/pry-nav
HTTP 200 OK https://index.rubygems.org/info/rbtrace
HTTP 200 OK https://index.rubygems.org/info/shoulda-matchers
HTTP GET https://index.rubygems.org/info/stackprof
HTTP 200 OK https://index.rubygems.org/info/raindrops
HTTP 200 OK https://index.rubygems.org/info/lru_redux
HTTP GET https://index.rubygems.org/info/memory_profiler
HTTP GET https://index.rubygems.org/info/rmmseg-cpp
HTTP 200 OK https://index.rubygems.org/info/spork-rails
HTTP GET https://index.rubygems.org/info/logster
HTTP GET https://index.rubygems.org/info/sass
HTTP GET https://index.rubygems.org/info/sassc
HTTP 200 OK https://index.rubygems.org/info/puma
HTTP 200 OK https://index.rubygems.org/info/rmmseg-cpp
HTTP 200 OK https://index.rubygems.org/info/guess_html_encoding
HTTP 200 OK https://index.rubygems.org/info/simple-rss
HTTP 200 OK https://index.rubygems.org/info/stackprof
HTTP 200 OK https://index.rubygems.org/info/gc_tracer
HTTP 200 OK https://index.rubygems.org/info/trollop
HTTP 200 OK https://index.rubygems.org/info/sassc
HTTP 200 OK https://index.rubygems.org/info/ruby-readability
HTTP 200 OK https://index.rubygems.org/info/sass
HTTP 200 OK https://index.rubygems.org/info/memory_profiler
HTTP 200 OK https://index.rubygems.org/info/logster
HTTP 200 OK https://index.rubygems.org/info/unicorn
Looking up gems ["hoe", "activemodel-globalid", "memcache-client", "json", "abstract", "archive-tar-minitar", "rcov", "mime-types-data", "camping", "fcgi", "mongrel", "test-spec", "thin", "racc", "rexical", "tenderlove-frex", "weakling", "mini_portile", "pkg-config", "atomic", "text-format", "snappy", "rack-mount", "rack-cache", "journey", "erubi", "treetop", "tlsmail", "mini_mime", "activerecord-deprecated_finders", "bcrypt-ruby", "rack-ssl", "rdoc", "hpricot", "hike", "activeresource", "actionwebservice", "bundler", "actioncable", "functional-ruby", "ref", "handlebars-source", "ember-template-compiler-source", "active-model-adapter-source", "ember-cli-assets", "ember-es6_template", "jsonapi", "case_transform", "jsonapi-renderer", "opengraph_parser", "verbal_expressions", "hexpress", "pdf-reader", "json_pure", "eventmachine", "jamespath", "aws-sigv4", "aws-partitions", "newgem", "ruby-yadis", "httparty", "uuidtools", "aws-sdk-v1", "aws-sdk-acm", "aws-sdk-apigateway", "aws-sdk-applicationautoscaling", "aws-sdk-applicationdiscoveryservice", "aws-sdk-autoscaling", "aws-sdk-budgets", "aws-sdk-cloudformation", "aws-sdk-cloudfront", "aws-sdk-cloudhsm", "aws-sdk-cloudsearch", "aws-sdk-cloudsearchdomain", "aws-sdk-cloudtrail", "aws-sdk-cloudwatch", "aws-sdk-cloudwatchevents", "aws-sdk-cloudwatchlogs", "aws-sdk-codecommit", "aws-sdk-codedeploy", "aws-sdk-codepipeline", "aws-sdk-cognitoidentity", "aws-sdk-cognitoidentityprovider", "aws-sdk-cognitosync", "aws-sdk-configservice", "aws-sdk-databasemigrationservice", "aws-sdk-datapipeline", "aws-sdk-devicefarm", "aws-sdk-directconnect", "aws-sdk-directoryservice", "aws-sdk-dynamodb", "aws-sdk-dynamodbstreams", "aws-sdk-ec2", "aws-sdk-ecr", "aws-sdk-ecs", "aws-sdk-efs", "aws-sdk-elasticache", "aws-sdk-elasticbeanstalk", "aws-sdk-elasticloadbalancing", "aws-sdk-elasticloadbalancingv2", "aws-sdk-elasticsearchservice", "aws-sdk-elastictranscoder", "aws-sdk-emr", "aws-sdk-firehose", "aws-sdk-gamelift", "aws-sdk-glacier", "aws-sdk-iam", "aws-sdk-importexport", "aws-sdk-inspector", "aws-sdk-iot", "aws-sdk-iotdataplane", "aws-sdk-kinesis", "aws-sdk-kinesisanalytics", "aws-sdk-kms", "aws-sdk-lambda", "aws-sdk-lambdapreview", "aws-sdk-machinelearning", "aws-sdk-marketplacecommerceanalytics", "aws-sdk-marketplacemetering", "aws-sdk-opsworks", "aws-sdk-rds", "aws-sdk-redshift", "aws-sdk-route53", "aws-sdk-route53domains", "aws-sdk-s3", "aws-sdk-servicecatalog", "aws-sdk-ses", "aws-sdk-simpledb", "aws-sdk-sms", "aws-sdk-snowball", "aws-sdk-sns", "aws-sdk-sqs", "aws-sdk-ssm", "aws-sdk-storagegateway", "aws-sdk-support", "aws-sdk-swf", "aws-sdk-waf", "aws-sdk-workspaces", "aws-sdk-appstream", "aws-sdk-codebuild", "aws-sdk-health", "aws-sdk-lightsail", "aws-sdk-opsworkscm", "aws-sdk-pinpoint", "aws-sdk-polly", "aws-sdk-rekognition", "aws-sdk-sfn", "aws-sdk-shield", "aws-sdk-wafregional", "aws-sdk-xray", "aws-sdk-batch", "aws-sdk-clouddirectory", "aws-sdk-costandusagereportservice", "aws-sdk-lexruntimeservice", "aws-sdk-mturk", "aws-sdk-organizations", "aws-sdk-workdocs", "aws-sdk-codestar", "aws-sdk-lexmodelbuildingservice", "aws-sdk-resourcegroupstaggingapi", "aws-sdk-lex", "aws-sdk-marketplaceentitlementservice", "aws-sdk-states", "aws-sdk-athena", "rb-appscript", "xattr", "ffi-xattr", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "ruby_parser", "pry-doc", "ruby-hmac", "faraday-middleware", "httpauth", "win32console", "yard", "spoon", "shotgun", "backports", "mustermann", "sqlite3", "termios", "escape_utils", "launchy", "psych", "celluloid", "compass", "sprockets-sass", "slim", "therubyracer", "cucumber", "spicycode-rcov", "syntax", "rb-fchange", "rb-kqueue", "celluloid-io", "webrat", "rspec-collection_matchers", "bones", "columnize", "debugger-linecache", "rb-readline", "fast_stack", "win32-process", "bourne", "curses", "sass-listen"]
HTTP GET https://index.rubygems.org/info/hoe
HTTP GET https://index.rubygems.org/info/activemodel-globalid
HTTP GET https://index.rubygems.org/info/memcache-client
HTTP GET https://index.rubygems.org/info/json
HTTP GET https://index.rubygems.org/info/abstract
HTTP GET https://index.rubygems.org/info/archive-tar-minitar
HTTP GET https://index.rubygems.org/info/rcov
HTTP GET https://index.rubygems.org/info/mime-types-data
HTTP GET https://index.rubygems.org/info/camping
HTTP GET https://index.rubygems.org/info/fcgi
HTTP GET https://index.rubygems.org/info/mongrel
HTTP GET https://index.rubygems.org/info/test-spec
HTTP GET https://index.rubygems.org/info/thin
HTTP GET https://index.rubygems.org/info/racc
HTTP GET https://index.rubygems.org/info/rexical
HTTP GET https://index.rubygems.org/info/tenderlove-frex
HTTP GET https://index.rubygems.org/info/weakling
HTTP GET https://index.rubygems.org/info/mini_portile
HTTP GET https://index.rubygems.org/info/pkg-config
HTTP GET https://index.rubygems.org/info/atomic
HTTP GET https://index.rubygems.org/info/text-format
HTTP GET https://index.rubygems.org/info/snappy
HTTP GET https://index.rubygems.org/info/rack-mount
HTTP GET https://index.rubygems.org/info/rack-cache
HTTP GET https://index.rubygems.org/info/journey
HTTP 200 OK https://index.rubygems.org/info/fcgi
HTTP 200 OK https://index.rubygems.org/info/mime-types-data
HTTP 200 OK https://index.rubygems.org/info/archive-tar-minitar
HTTP 200 OK https://index.rubygems.org/info/camping
HTTP 200 OK https://index.rubygems.org/info/rcov
HTTP 200 OK https://index.rubygems.org/info/racc
HTTP 200 OK https://index.rubygems.org/info/abstract
HTTP 200 OK https://index.rubygems.org/info/memcache-client
HTTP 200 OK https://index.rubygems.org/info/rexical
HTTP 200 OK https://index.rubygems.org/info/activemodel-globalid
HTTP 200 OK https://index.rubygems.org/info/json
HTTP 200 OK https://index.rubygems.org/info/hoe
HTTP 200 OK https://index.rubygems.org/info/mongrel
HTTP 200 OK https://index.rubygems.org/info/thin
HTTP 200 OK https://index.rubygems.org/info/test-spec
HTTP 200 OK https://index.rubygems.org/info/tenderlove-frex
HTTP 200 OK https://index.rubygems.org/info/weakling
HTTP 200 OK https://index.rubygems.org/info/mini_portile
HTTP 200 OK https://index.rubygems.org/info/text-format
HTTP 200 OK https://index.rubygems.org/info/pkg-config
HTTP 200 OK https://index.rubygems.org/info/atomic
HTTP GET https://index.rubygems.org/info/erubi
HTTP GET https://index.rubygems.org/info/treetop
HTTP GET https://index.rubygems.org/info/tlsmail
HTTP GET https://index.rubygems.org/info/mini_mime
HTTP GET https://index.rubygems.org/info/activerecord-deprecated_finders
HTTP 200 OK https://index.rubygems.org/info/rack-cache
HTTP 200 OK https://index.rubygems.org/info/journey
HTTP 200 OK https://index.rubygems.org/info/rack-mount
HTTP GET https://index.rubygems.org/info/bcrypt-ruby
HTTP GET https://index.rubygems.org/info/rack-ssl
HTTP GET https://index.rubygems.org/info/rdoc
HTTP GET https://index.rubygems.org/info/hpricot
HTTP GET https://index.rubygems.org/info/hike
HTTP GET https://index.rubygems.org/info/activeresource
HTTP GET https://index.rubygems.org/info/actionwebservice
HTTP GET https://index.rubygems.org/info/bundler
HTTP GET https://index.rubygems.org/info/actioncable
HTTP GET https://index.rubygems.org/info/functional-ruby
HTTP GET https://index.rubygems.org/info/ref
HTTP GET https://index.rubygems.org/info/handlebars-source
HTTP GET https://index.rubygems.org/info/ember-template-compiler-source
HTTP GET https://index.rubygems.org/info/active-model-adapter-source
HTTP GET https://index.rubygems.org/info/ember-cli-assets
HTTP 200 OK https://index.rubygems.org/info/treetop
HTTP 200 OK https://index.rubygems.org/info/rdoc
HTTP 200 OK https://index.rubygems.org/info/rack-ssl
HTTP 200 OK https://index.rubygems.org/info/actionwebservice
HTTP 200 OK https://index.rubygems.org/info/bcrypt-ruby
HTTP 200 OK https://index.rubygems.org/info/activerecord-deprecated_finders
HTTP 200 OK https://index.rubygems.org/info/tlsmail
HTTP 200 OK https://index.rubygems.org/info/ember-template-compiler-source
HTTP GET https://index.rubygems.org/info/ember-es6_template
HTTP 200 OK https://index.rubygems.org/info/handlebars-source
HTTP 200 OK https://index.rubygems.org/info/mini_mime
HTTP GET https://index.rubygems.org/info/jsonapi
HTTP GET https://index.rubygems.org/info/case_transform
HTTP GET https://index.rubygems.org/info/jsonapi-renderer
HTTP 200 OK https://index.rubygems.org/info/actioncable
HTTP 200 OK https://index.rubygems.org/info/erubi
HTTP 200 OK https://index.rubygems.org/info/ember-es6_template
HTTP GET https://index.rubygems.org/info/opengraph_parser
HTTP GET https://index.rubygems.org/info/verbal_expressions
HTTP 200 OK https://index.rubygems.org/info/bundler
HTTP 200 OK https://index.rubygems.org/info/activeresource
HTTP GET https://index.rubygems.org/info/hexpress
HTTP GET https://index.rubygems.org/info/pdf-reader
HTTP GET https://index.rubygems.org/info/json_pure
HTTP GET https://index.rubygems.org/info/eventmachine
HTTP 200 OK https://index.rubygems.org/info/case_transform
HTTP GET https://index.rubygems.org/info/jamespath
HTTP GET https://index.rubygems.org/info/aws-sigv4
HTTP GET https://index.rubygems.org/info/aws-partitions
HTTP 200 OK https://index.rubygems.org/info/active-model-adapter-source
HTTP 200 OK https://index.rubygems.org/info/hike
HTTP 200 OK https://index.rubygems.org/info/functional-ruby
HTTP 200 OK https://index.rubygems.org/info/ref
HTTP 200 OK https://index.rubygems.org/info/hpricot
HTTP 200 OK https://index.rubygems.org/info/jsonapi-renderer
HTTP GET https://index.rubygems.org/info/newgem
HTTP GET https://index.rubygems.org/info/ruby-yadis
HTTP 200 OK https://index.rubygems.org/info/snappy
HTTP GET https://index.rubygems.org/info/httparty
HTTP 200 OK https://index.rubygems.org/info/ember-cli-assets
HTTP 200 OK https://index.rubygems.org/info/hexpress
HTTP 200 OK https://index.rubygems.org/info/verbal_expressions
HTTP 200 OK https://index.rubygems.org/info/jsonapi
HTTP GET https://index.rubygems.org/info/uuidtools
HTTP GET https://index.rubygems.org/info/aws-sdk-v1
HTTP GET https://index.rubygems.org/info/aws-sdk-acm
HTTP 200 OK https://index.rubygems.org/info/pdf-reader
HTTP 200 OK https://index.rubygems.org/info/opengraph_parser
HTTP GET https://index.rubygems.org/info/aws-sdk-apigateway
HTTP GET https://index.rubygems.org/info/aws-sdk-applicationautoscaling
HTTP GET https://index.rubygems.org/info/aws-sdk-applicationdiscoveryservice
HTTP GET https://index.rubygems.org/info/aws-sdk-autoscaling
HTTP GET https://index.rubygems.org/info/aws-sdk-budgets
HTTP 200 OK https://index.rubygems.org/info/aws-partitions
HTTP 200 OK https://index.rubygems.org/info/aws-sigv4
HTTP 200 OK https://index.rubygems.org/info/json_pure
HTTP 200 OK https://index.rubygems.org/info/jamespath
HTTP 200 OK https://index.rubygems.org/info/eventmachine
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudformation
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudfront
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudhsm
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudsearch
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudsearchdomain
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudtrail
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudwatch
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-autoscaling
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-acm
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudwatchevents
HTTP 200 OK https://index.rubygems.org/info/newgem
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-v1
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-budgets
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-apigateway
HTTP 200 OK https://index.rubygems.org/info/ruby-yadis
HTTP 200 OK https://index.rubygems.org/info/httparty
HTTP GET https://index.rubygems.org/info/aws-sdk-cloudwatchlogs
HTTP GET https://index.rubygems.org/info/aws-sdk-codecommit
HTTP GET https://index.rubygems.org/info/aws-sdk-codedeploy
HTTP GET https://index.rubygems.org/info/aws-sdk-codepipeline
HTTP GET https://index.rubygems.org/info/aws-sdk-cognitoidentity
HTTP 200 OK https://index.rubygems.org/info/uuidtools
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-applicationautoscaling
HTTP GET https://index.rubygems.org/info/aws-sdk-cognitoidentityprovider
HTTP GET https://index.rubygems.org/info/aws-sdk-cognitosync
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-applicationdiscoveryservice
HTTP GET https://index.rubygems.org/info/aws-sdk-configservice
HTTP GET https://index.rubygems.org/info/aws-sdk-databasemigrationservice
HTTP GET https://index.rubygems.org/info/aws-sdk-datapipeline
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudformation
HTTP GET https://index.rubygems.org/info/aws-sdk-devicefarm
HTTP GET https://index.rubygems.org/info/aws-sdk-directconnect
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudsearchdomain
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-codecommit
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-codepipeline
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudtrail
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-datapipeline
HTTP GET https://index.rubygems.org/info/aws-sdk-directoryservice
HTTP GET https://index.rubygems.org/info/aws-sdk-dynamodb
HTTP GET https://index.rubygems.org/info/aws-sdk-dynamodbstreams
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudsearch
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudhsm
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-codedeploy
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudfront
HTTP GET https://index.rubygems.org/info/aws-sdk-ec2
HTTP GET https://index.rubygems.org/info/aws-sdk-ecr
HTTP GET https://index.rubygems.org/info/aws-sdk-ecs
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-dynamodb
HTTP GET https://index.rubygems.org/info/aws-sdk-efs
HTTP GET https://index.rubygems.org/info/aws-sdk-elasticache
HTTP GET https://index.rubygems.org/info/aws-sdk-elasticbeanstalk
HTTP GET https://index.rubygems.org/info/aws-sdk-elasticloadbalancing
HTTP GET https://index.rubygems.org/info/aws-sdk-elasticloadbalancingv2
HTTP GET https://index.rubygems.org/info/aws-sdk-elasticsearchservice
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-configservice
HTTP GET https://index.rubygems.org/info/aws-sdk-elastictranscoder
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudwatchevents
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-directoryservice
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cognitoidentityprovider
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-dynamodbstreams
HTTP GET https://index.rubygems.org/info/aws-sdk-emr
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudwatchlogs
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cognitosync
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-elasticloadbalancingv2
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-elasticloadbalancing
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-ec2
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cloudwatch
HTTP GET https://index.rubygems.org/info/aws-sdk-firehose
HTTP GET https://index.rubygems.org/info/aws-sdk-gamelift
HTTP GET https://index.rubygems.org/info/aws-sdk-glacier
HTTP GET https://index.rubygems.org/info/aws-sdk-iam
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-databasemigrationservice
HTTP GET https://index.rubygems.org/info/aws-sdk-importexport
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-devicefarm
HTTP GET https://index.rubygems.org/info/aws-sdk-inspector
HTTP GET https://index.rubygems.org/info/aws-sdk-iot
HTTP GET https://index.rubygems.org/info/aws-sdk-iotdataplane
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-efs
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-elasticsearchservice
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-cognitoidentity
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-elasticbeanstalk
HTTP GET https://index.rubygems.org/info/aws-sdk-kinesis
HTTP GET https://index.rubygems.org/info/aws-sdk-kinesisanalytics
HTTP GET https://index.rubygems.org/info/aws-sdk-kms
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-directconnect
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-ecr
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-kinesis
HTTP GET https://index.rubygems.org/info/aws-sdk-lambda
HTTP GET https://index.rubygems.org/info/aws-sdk-lambdapreview
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-elasticache
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-iam
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-glacier
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-ecs
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-kinesisanalytics
HTTP GET https://index.rubygems.org/info/aws-sdk-machinelearning
HTTP GET https://index.rubygems.org/info/aws-sdk-marketplacecommerceanalytics
HTTP GET https://index.rubygems.org/info/aws-sdk-marketplacemetering
HTTP GET https://index.rubygems.org/info/aws-sdk-opsworks
HTTP GET https://index.rubygems.org/info/aws-sdk-rds
HTTP GET https://index.rubygems.org/info/aws-sdk-redshift
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-inspector
HTTP GET https://index.rubygems.org/info/aws-sdk-route53
HTTP GET https://index.rubygems.org/info/aws-sdk-route53domains
HTTP GET https://index.rubygems.org/info/aws-sdk-s3
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-gamelift
HTTP GET https://index.rubygems.org/info/aws-sdk-servicecatalog
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-opsworks
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-iot
HTTP GET https://index.rubygems.org/info/aws-sdk-ses
HTTP GET https://index.rubygems.org/info/aws-sdk-simpledb
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-emr
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-firehose
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-lambdapreview
HTTP GET https://index.rubygems.org/info/aws-sdk-sms
HTTP GET https://index.rubygems.org/info/aws-sdk-snowball
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-iotdataplane
HTTP GET https://index.rubygems.org/info/aws-sdk-sns
HTTP GET https://index.rubygems.org/info/aws-sdk-sqs
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-lambda
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-marketplacemetering
HTTP GET https://index.rubygems.org/info/aws-sdk-ssm
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-machinelearning
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-rds
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-elastictranscoder
HTTP GET https://index.rubygems.org/info/aws-sdk-storagegateway
HTTP GET https://index.rubygems.org/info/aws-sdk-support
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-kms
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-importexport
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-s3
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-marketplacecommerceanalytics
HTTP GET https://index.rubygems.org/info/aws-sdk-swf
HTTP GET https://index.rubygems.org/info/aws-sdk-waf
HTTP GET https://index.rubygems.org/info/aws-sdk-workspaces
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-servicecatalog
HTTP GET https://index.rubygems.org/info/aws-sdk-appstream
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-ses
HTTP GET https://index.rubygems.org/info/aws-sdk-codebuild
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-simpledb
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-snowball
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-redshift
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-route53domains
HTTP GET https://index.rubygems.org/info/aws-sdk-health
HTTP GET https://index.rubygems.org/info/aws-sdk-lightsail
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-sqs
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-sms
HTTP GET https://index.rubygems.org/info/aws-sdk-opsworkscm
HTTP GET https://index.rubygems.org/info/aws-sdk-pinpoint
HTTP GET https://index.rubygems.org/info/aws-sdk-polly
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-codebuild
HTTP GET https://index.rubygems.org/info/aws-sdk-rekognition
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-ssm
HTTP GET https://index.rubygems.org/info/aws-sdk-sfn
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-support
HTTP GET https://index.rubygems.org/info/aws-sdk-shield
HTTP GET https://index.rubygems.org/info/aws-sdk-wafregional
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-workspaces
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-waf
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-route53
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-appstream
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-swf
HTTP GET https://index.rubygems.org/info/aws-sdk-xray
HTTP GET https://index.rubygems.org/info/aws-sdk-batch
HTTP GET https://index.rubygems.org/info/aws-sdk-clouddirectory
HTTP GET https://index.rubygems.org/info/aws-sdk-costandusagereportservice
HTTP GET https://index.rubygems.org/info/aws-sdk-lexruntimeservice
HTTP GET https://index.rubygems.org/info/aws-sdk-mturk
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-sns
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-storagegateway
HTTP GET https://index.rubygems.org/info/aws-sdk-organizations
HTTP GET https://index.rubygems.org/info/aws-sdk-workdocs
HTTP GET https://index.rubygems.org/info/aws-sdk-codestar
HTTP GET https://index.rubygems.org/info/aws-sdk-lexmodelbuildingservice
HTTP GET https://index.rubygems.org/info/aws-sdk-resourcegroupstaggingapi
HTTP GET https://index.rubygems.org/info/aws-sdk-lex
HTTP GET https://index.rubygems.org/info/aws-sdk-marketplaceentitlementservice
HTTP GET https://index.rubygems.org/info/aws-sdk-states
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-health
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-pinpoint
HTTP GET https://index.rubygems.org/info/aws-sdk-athena
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-rekognition
HTTP GET https://index.rubygems.org/info/rb-appscript
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-sfn
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-wafregional
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-opsworkscm
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-batch
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-lexruntimeservice
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-xray
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-polly
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-lex
HTTP GET https://index.rubygems.org/info/xattr
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-lightsail
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-workdocs
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-states
HTTP GET https://index.rubygems.org/info/ffi-xattr
HTTP GET https://index.rubygems.org/info/oa-core
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-resourcegroupstaggingapi
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-lexmodelbuildingservice
HTTP GET https://index.rubygems.org/info/oa-oauth
HTTP GET https://index.rubygems.org/info/oa-openid
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-shield
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-mturk
HTTP GET https://index.rubygems.org/info/oa-basic
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-costandusagereportservice
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-marketplaceentitlementservice
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-clouddirectory
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-organizations
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-codestar
HTTP 200 OK https://index.rubygems.org/info/rb-appscript
HTTP GET https://index.rubygems.org/info/oa-enterprise
HTTP GET https://index.rubygems.org/info/oa-more
HTTP GET https://index.rubygems.org/info/ruby_parser
HTTP GET https://index.rubygems.org/info/pry-doc
HTTP GET https://index.rubygems.org/info/ruby-hmac
HTTP GET https://index.rubygems.org/info/httpauth
HTTP GET https://index.rubygems.org/info/win32console
HTTP GET https://index.rubygems.org/info/yard
HTTP GET https://index.rubygems.org/info/spoon
HTTP 200 OK https://index.rubygems.org/info/xattr
HTTP GET https://index.rubygems.org/info/shotgun
HTTP GET https://index.rubygems.org/info/backports
HTTP GET https://index.rubygems.org/info/mustermann
HTTP GET https://index.rubygems.org/info/sqlite3
HTTP GET https://index.rubygems.org/info/termios
HTTP 200 OK https://index.rubygems.org/info/aws-sdk-athena
HTTP 200 OK https://index.rubygems.org/info/ruby_parser
HTTP 200 OK https://index.rubygems.org/info/ffi-xattr
HTTP 200 OK https://index.rubygems.org/info/oa-core
HTTP 200 OK https://index.rubygems.org/info/shotgun
HTTP 200 OK https://index.rubygems.org/info/oa-openid
HTTP GET https://index.rubygems.org/info/escape_utils
HTTP GET https://index.rubygems.org/info/launchy
HTTP GET https://index.rubygems.org/info/psych
HTTP GET https://index.rubygems.org/info/celluloid
HTTP GET https://index.rubygems.org/info/compass
HTTP 200 OK https://index.rubygems.org/info/ruby-hmac
HTTP 200 OK https://index.rubygems.org/info/termios
HTTP 200 OK https://index.rubygems.org/info/oa-more
HTTP GET https://index.rubygems.org/info/sprockets-sass
HTTP GET https://index.rubygems.org/info/slim
HTTP 200 OK https://index.rubygems.org/info/yard
HTTP 200 OK https://index.rubygems.org/info/win32console
HTTP 200 OK https://index.rubygems.org/info/oa-basic
HTTP 200 OK https://index.rubygems.org/info/pry-doc
HTTP 200 OK https://index.rubygems.org/info/psych
HTTP 200 OK https://index.rubygems.org/info/oa-oauth
HTTP 200 OK https://index.rubygems.org/info/compass
HTTP 200 OK https://index.rubygems.org/info/httpauth
HTTP 200 OK https://index.rubygems.org/info/spoon
HTTP 200 OK https://index.rubygems.org/info/backports
HTTP GET https://index.rubygems.org/info/therubyracer
HTTP GET https://index.rubygems.org/info/cucumber
HTTP 200 OK https://index.rubygems.org/info/oa-enterprise
HTTP GET https://index.rubygems.org/info/spicycode-rcov
HTTP GET https://index.rubygems.org/info/syntax
HTTP GET https://index.rubygems.org/info/rb-fchange
HTTP 200 OK https://index.rubygems.org/info/sqlite3
HTTP 200 OK https://index.rubygems.org/info/celluloid
HTTP 200 OK https://index.rubygems.org/info/launchy
HTTP GET https://index.rubygems.org/info/rb-kqueue
HTTP GET https://index.rubygems.org/info/celluloid-io
HTTP 200 OK https://index.rubygems.org/info/mustermann
HTTP GET https://index.rubygems.org/info/webrat
HTTP GET https://index.rubygems.org/info/rspec-collection_matchers
HTTP GET https://index.rubygems.org/info/bones
HTTP GET https://index.rubygems.org/info/columnize
HTTP GET https://index.rubygems.org/info/debugger-linecache
HTTP GET https://index.rubygems.org/info/rb-readline
HTTP GET https://index.rubygems.org/info/fast_stack
HTTP GET https://index.rubygems.org/info/win32-process
HTTP 200 OK https://index.rubygems.org/info/escape_utils
HTTP GET https://index.rubygems.org/info/bourne
HTTP 200 OK https://index.rubygems.org/info/spicycode-rcov
HTTP GET https://index.rubygems.org/info/curses
HTTP 200 OK https://index.rubygems.org/info/rb-fchange
HTTP GET https://index.rubygems.org/info/sass-listen
HTTP 200 OK https://index.rubygems.org/info/syntax
HTTP 200 OK https://index.rubygems.org/info/celluloid-io
HTTP 200 OK https://index.rubygems.org/info/sprockets-sass
HTTP 200 OK https://index.rubygems.org/info/rb-kqueue
HTTP 200 OK https://index.rubygems.org/info/slim
HTTP 200 OK https://index.rubygems.org/info/therubyracer
HTTP 200 OK https://index.rubygems.org/info/fast_stack
HTTP 200 OK https://index.rubygems.org/info/webrat
HTTP 200 OK https://index.rubygems.org/info/columnize
HTTP 200 OK https://index.rubygems.org/info/cucumber
HTTP 200 OK https://index.rubygems.org/info/bones
HTTP 200 OK https://index.rubygems.org/info/sass-listen
HTTP 200 OK https://index.rubygems.org/info/curses
HTTP 200 OK https://index.rubygems.org/info/bourne
HTTP 200 OK https://index.rubygems.org/info/rb-readline
HTTP 200 OK https://index.rubygems.org/info/win32-process
HTTP 200 OK https://index.rubygems.org/info/debugger-linecache
HTTP 200 OK https://index.rubygems.org/info/rspec-collection_matchers
Looking up gems ["minitar", "minitar-cli", "ZenTest", "RubyInline", "rubyforge", "gemcutter", "cgi_multipart_eof_fix", "daemons", "fastthread", "gem_plugin", "flexmock", "text-hyphen", "markaby", "metaid", "mab", "eventmachine-le", "http_parser.rb", "preforker", "multimap", "facets", "polyglot", "bcrypt", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "nio4r", "rails-observers", "activemodel-serializers-xml", "snappy-jars", "jsonapi-parser", "Ascii85", "ruby-rc4", "hashery", "afm", "ttfunk", "spruz", "echoe", "jnunemaker-crack", "RedCloth", "rubigen", "aws-sigv2", "ruby-openid-apps-discovery", "restclient", "haml", "chunky_png", "fssm", "compass-core", "compass-import-once", "ParseTree", "sexp_processor", "configuration", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "tool", "jar-dependencies", "sprockets-helpers", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "win32-api", "temple", "term-ansicolor", "gherkin", "multi_test", "cucumber-core", "gherkin3", "cucumber-wire", "event-bus", "little-plugger", "loquacious", "bones-extras", "bones-git", "windows-pr", "ruby_core_source", "debugger-ruby_core_source"]
HTTP GET https://index.rubygems.org/info/minitar
HTTP GET https://index.rubygems.org/info/minitar-cli
HTTP GET https://index.rubygems.org/info/ZenTest
HTTP GET https://index.rubygems.org/info/RubyInline
HTTP GET https://index.rubygems.org/info/rubyforge
HTTP GET https://index.rubygems.org/info/gemcutter
HTTP GET https://index.rubygems.org/info/cgi_multipart_eof_fix
HTTP GET https://index.rubygems.org/info/daemons
HTTP GET https://index.rubygems.org/info/fastthread
HTTP GET https://index.rubygems.org/info/gem_plugin
HTTP GET https://index.rubygems.org/info/flexmock
HTTP GET https://index.rubygems.org/info/text-hyphen
HTTP GET https://index.rubygems.org/info/markaby
HTTP GET https://index.rubygems.org/info/metaid
HTTP GET https://index.rubygems.org/info/mab
HTTP GET https://index.rubygems.org/info/eventmachine-le
HTTP GET https://index.rubygems.org/info/http_parser.rb
HTTP GET https://index.rubygems.org/info/preforker
HTTP GET https://index.rubygems.org/info/multimap
HTTP GET https://index.rubygems.org/info/facets
HTTP GET https://index.rubygems.org/info/polyglot
HTTP GET https://index.rubygems.org/info/bcrypt
HTTP GET https://index.rubygems.org/info/coffee-rails
HTTP GET https://index.rubygems.org/info/em-hiredis
HTTP GET https://index.rubygems.org/info/faye-websocket
HTTP 200 OK https://index.rubygems.org/info/daemons
HTTP 200 OK https://index.rubygems.org/info/preforker
HTTP 200 OK https://index.rubygems.org/info/minitar-cli
HTTP GET https://index.rubygems.org/info/websocket-driver
HTTP 200 OK https://index.rubygems.org/info/mab
HTTP 200 OK https://index.rubygems.org/info/gemcutter
HTTP 200 OK https://index.rubygems.org/info/rubyforge
HTTP 200 OK https://index.rubygems.org/info/em-hiredis
HTTP 200 OK https://index.rubygems.org/info/fastthread
HTTP 200 OK https://index.rubygems.org/info/RubyInline
HTTP 200 OK https://index.rubygems.org/info/facets
HTTP 200 OK https://index.rubygems.org/info/eventmachine-le
HTTP 200 OK https://index.rubygems.org/info/gem_plugin
HTTP 200 OK https://index.rubygems.org/info/polyglot
HTTP 200 OK https://index.rubygems.org/info/metaid
HTTP 200 OK https://index.rubygems.org/info/flexmock
HTTP 200 OK https://index.rubygems.org/info/text-hyphen
HTTP 200 OK https://index.rubygems.org/info/cgi_multipart_eof_fix
HTTP 200 OK https://index.rubygems.org/info/markaby
HTTP 200 OK https://index.rubygems.org/info/http_parser.rb
HTTP 200 OK https://index.rubygems.org/info/multimap
HTTP 200 OK https://index.rubygems.org/info/bcrypt
HTTP 200 OK https://index.rubygems.org/info/coffee-rails
HTTP 200 OK https://index.rubygems.org/info/faye-websocket
HTTP 200 OK https://index.rubygems.org/info/minitar
HTTP 200 OK https://index.rubygems.org/info/ZenTest
HTTP GET https://index.rubygems.org/info/nio4r
HTTP GET https://index.rubygems.org/info/rails-observers
HTTP GET https://index.rubygems.org/info/activemodel-serializers-xml
HTTP GET https://index.rubygems.org/info/snappy-jars
HTTP GET https://index.rubygems.org/info/jsonapi-parser
HTTP GET https://index.rubygems.org/info/Ascii85
HTTP GET https://index.rubygems.org/info/ruby-rc4
HTTP GET https://index.rubygems.org/info/hashery
HTTP GET https://index.rubygems.org/info/afm
HTTP GET https://index.rubygems.org/info/ttfunk
HTTP GET https://index.rubygems.org/info/spruz
HTTP GET https://index.rubygems.org/info/echoe
HTTP GET https://index.rubygems.org/info/jnunemaker-crack
HTTP GET https://index.rubygems.org/info/RedCloth
HTTP GET https://index.rubygems.org/info/rubigen
HTTP GET https://index.rubygems.org/info/aws-sigv2
HTTP GET https://index.rubygems.org/info/ruby-openid-apps-discovery
HTTP GET https://index.rubygems.org/info/restclient
HTTP GET https://index.rubygems.org/info/haml
HTTP GET https://index.rubygems.org/info/chunky_png
HTTP GET https://index.rubygems.org/info/fssm
HTTP GET https://index.rubygems.org/info/compass-core
HTTP GET https://index.rubygems.org/info/compass-import-once
HTTP GET https://index.rubygems.org/info/ParseTree
HTTP 200 OK https://index.rubygems.org/info/jsonapi-parser
HTTP 200 OK https://index.rubygems.org/info/ruby-openid-apps-discovery
HTTP GET https://index.rubygems.org/info/sexp_processor
HTTP 200 OK https://index.rubygems.org/info/ruby-rc4
HTTP 200 OK https://index.rubygems.org/info/ttfunk
HTTP 200 OK https://index.rubygems.org/info/websocket-driver
HTTP 200 OK https://index.rubygems.org/info/hashery
HTTP 200 OK https://index.rubygems.org/info/rubigen
HTTP 200 OK https://index.rubygems.org/info/aws-sigv2
HTTP 200 OK https://index.rubygems.org/info/nio4r
HTTP 200 OK https://index.rubygems.org/info/RedCloth
HTTP 200 OK https://index.rubygems.org/info/echoe
HTTP 200 OK https://index.rubygems.org/info/compass-core
HTTP 200 OK https://index.rubygems.org/info/activemodel-serializers-xml
HTTP 200 OK https://index.rubygems.org/info/spruz
HTTP 200 OK https://index.rubygems.org/info/haml
HTTP 200 OK https://index.rubygems.org/info/chunky_png
HTTP 200 OK https://index.rubygems.org/info/compass-import-once
HTTP 200 OK https://index.rubygems.org/info/snappy-jars
HTTP 200 OK https://index.rubygems.org/info/jnunemaker-crack
HTTP GET https://index.rubygems.org/info/configuration
HTTP GET https://index.rubygems.org/info/timers
HTTP GET https://index.rubygems.org/info/facter
HTTP GET https://index.rubygems.org/info/celluloid-essentials
HTTP 200 OK https://index.rubygems.org/info/rails-observers
HTTP GET https://index.rubygems.org/info/celluloid-extras
HTTP 200 OK https://index.rubygems.org/info/restclient
HTTP 200 OK https://index.rubygems.org/info/fssm
HTTP GET https://index.rubygems.org/info/celluloid-fsm
HTTP 200 OK https://index.rubygems.org/info/Ascii85
HTTP GET https://index.rubygems.org/info/celluloid-pool
HTTP GET https://index.rubygems.org/info/celluloid-supervision
HTTP GET https://index.rubygems.org/info/dotenv
HTTP GET https://index.rubygems.org/info/nenv
HTTP GET https://index.rubygems.org/info/rspec-logsplit
HTTP 200 OK https://index.rubygems.org/info/celluloid-essentials
HTTP GET https://index.rubygems.org/info/tool
HTTP GET https://index.rubygems.org/info/jar-dependencies
HTTP 200 OK https://index.rubygems.org/info/celluloid-supervision
HTTP GET https://index.rubygems.org/info/sprockets-helpers
HTTP GET https://index.rubygems.org/info/net-ldap
HTTP GET https://index.rubygems.org/info/rubyntlm
HTTP 200 OK https://index.rubygems.org/info/afm
HTTP GET https://index.rubygems.org/info/pyu-ruby-sasl
HTTP 200 OK https://index.rubygems.org/info/ParseTree
HTTP GET https://index.rubygems.org/info/uuid
HTTP GET https://index.rubygems.org/info/XMLCanonicalizer
HTTP 200 OK https://index.rubygems.org/info/facter
HTTP GET https://index.rubygems.org/info/win32-api
HTTP GET https://index.rubygems.org/info/temple
HTTP 200 OK https://index.rubygems.org/info/configuration
HTTP GET https://index.rubygems.org/info/term-ansicolor
HTTP GET https://index.rubygems.org/info/gherkin
HTTP 200 OK https://index.rubygems.org/info/sprockets-helpers
HTTP 200 OK https://index.rubygems.org/info/celluloid-extras
HTTP 200 OK https://index.rubygems.org/info/temple
HTTP 200 OK https://index.rubygems.org/info/sexp_processor
HTTP GET https://index.rubygems.org/info/cucumber-core
HTTP GET https://index.rubygems.org/info/gherkin3
HTTP 200 OK https://index.rubygems.org/info/term-ansicolor
HTTP 200 OK https://index.rubygems.org/info/win32-api
HTTP 200 OK https://index.rubygems.org/info/tool
HTTP 200 OK https://index.rubygems.org/info/celluloid-pool
HTTP 200 OK https://index.rubygems.org/info/timers
HTTP GET https://index.rubygems.org/info/cucumber-wire
HTTP GET https://index.rubygems.org/info/event-bus
HTTP 200 OK https://index.rubygems.org/info/nenv
HTTP 200 OK https://index.rubygems.org/info/rspec-logsplit
HTTP 200 OK https://index.rubygems.org/info/XMLCanonicalizer
HTTP 200 OK https://index.rubygems.org/info/pyu-ruby-sasl
HTTP GET https://index.rubygems.org/info/little-plugger
HTTP 200 OK https://index.rubygems.org/info/celluloid-fsm
HTTP 200 OK https://index.rubygems.org/info/uuid
HTTP 200 OK https://index.rubygems.org/info/rubyntlm
HTTP 200 OK https://index.rubygems.org/info/jar-dependencies
HTTP GET https://index.rubygems.org/info/loquacious
HTTP GET https://index.rubygems.org/info/bones-extras
HTTP GET https://index.rubygems.org/info/bones-git
HTTP 200 OK https://index.rubygems.org/info/net-ldap
HTTP GET https://index.rubygems.org/info/multi_test
HTTP 200 OK https://index.rubygems.org/info/cucumber-wire
HTTP GET https://index.rubygems.org/info/windows-pr
HTTP GET https://index.rubygems.org/info/ruby_core_source
HTTP GET https://index.rubygems.org/info/debugger-ruby_core_source
HTTP 200 OK https://index.rubygems.org/info/gherkin3
HTTP 200 OK https://index.rubygems.org/info/gherkin
HTTP 200 OK https://index.rubygems.org/info/dotenv
HTTP 200 OK https://index.rubygems.org/info/bones-git
HTTP 200 OK https://index.rubygems.org/info/little-plugger
HTTP 200 OK https://index.rubygems.org/info/bones-extras
HTTP 200 OK https://index.rubygems.org/info/loquacious
HTTP 200 OK https://index.rubygems.org/info/event-bus
HTTP 200 OK https://index.rubygems.org/info/cucumber-core
HTTP 200 OK https://index.rubygems.org/info/multi_test
HTTP 200 OK https://index.rubygems.org/info/windows-pr
HTTP 200 OK https://index.rubygems.org/info/debugger-ruby_core_source
HTTP 200 OK https://index.rubygems.org/info/ruby_core_source
Looking up gems ["powerbar", "coffee-script", "net-scp", "websocket-extensions", "maruku", "blankslate", "thoughtbot-shoulda", "allison", "colored", "paint", "SexpProcessor", "celluloid-gems", "coveralls", "rubocop", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "win32-security", "tins", "test-unit", "hitimes", "log4r", "macaddr", "ruby-maven", "dotenv-deployment", "bones-rcov", "bones-rspec", "bones-rubyforge", "bones-zentest", "git"]
HTTP GET https://index.rubygems.org/info/powerbar
HTTP GET https://index.rubygems.org/info/coffee-script
HTTP GET https://index.rubygems.org/info/net-scp
HTTP GET https://index.rubygems.org/info/websocket-extensions
HTTP GET https://index.rubygems.org/info/maruku
HTTP GET https://index.rubygems.org/info/blankslate
HTTP GET https://index.rubygems.org/info/thoughtbot-shoulda
HTTP GET https://index.rubygems.org/info/allison
HTTP GET https://index.rubygems.org/info/colored
HTTP GET https://index.rubygems.org/info/paint
HTTP GET https://index.rubygems.org/info/SexpProcessor
HTTP GET https://index.rubygems.org/info/rubocop
HTTP GET https://index.rubygems.org/info/CFPropertyList
HTTP GET https://index.rubygems.org/info/sys-admin
HTTP GET https://index.rubygems.org/info/win32-dir
HTTP GET https://index.rubygems.org/info/windows-api
HTTP GET https://index.rubygems.org/info/win32-security
HTTP GET https://index.rubygems.org/info/tins
HTTP GET https://index.rubygems.org/info/test-unit
HTTP GET https://index.rubygems.org/info/hitimes
HTTP GET https://index.rubygems.org/info/log4r
HTTP GET https://index.rubygems.org/info/macaddr
HTTP GET https://index.rubygems.org/info/ruby-maven
HTTP GET https://index.rubygems.org/info/dotenv-deployment
HTTP GET https://index.rubygems.org/info/coveralls
HTTP 200 OK https://index.rubygems.org/info/allison
HTTP 200 OK https://index.rubygems.org/info/tins
HTTP 200 OK https://index.rubygems.org/info/windows-api
HTTP 200 OK https://index.rubygems.org/info/win32-security
HTTP 200 OK https://index.rubygems.org/info/hitimes
HTTP 200 OK https://index.rubygems.org/info/coffee-script
HTTP 200 OK https://index.rubygems.org/info/SexpProcessor
HTTP 200 OK https://index.rubygems.org/info/maruku
HTTP 200 OK https://index.rubygems.org/info/win32-dir
HTTP 200 OK https://index.rubygems.org/info/blankslate
HTTP 200 OK https://index.rubygems.org/info/net-scp
HTTP 200 OK https://index.rubygems.org/info/CFPropertyList
HTTP 200 OK https://index.rubygems.org/info/thoughtbot-shoulda
HTTP 200 OK https://index.rubygems.org/info/paint
HTTP 200 OK https://index.rubygems.org/info/websocket-extensions
HTTP 200 OK https://index.rubygems.org/info/sys-admin
HTTP 200 OK https://index.rubygems.org/info/test-unit
HTTP 200 OK https://index.rubygems.org/info/rubocop
HTTP 200 OK https://index.rubygems.org/info/ruby-maven
HTTP 200 OK https://index.rubygems.org/info/macaddr
HTTP 200 OK https://index.rubygems.org/info/log4r
HTTP 200 OK https://index.rubygems.org/info/colored
HTTP 200 OK https://index.rubygems.org/info/powerbar
HTTP 200 OK https://index.rubygems.org/info/dotenv-deployment
HTTP 200 OK https://index.rubygems.org/info/coveralls
HTTP GET https://index.rubygems.org/info/bones-rcov
HTTP GET https://index.rubygems.org/info/bones-rspec
HTTP GET https://index.rubygems.org/info/bones-rubyforge
HTTP GET https://index.rubygems.org/info/bones-zentest
HTTP GET https://index.rubygems.org/info/git
HTTP 200 OK https://index.rubygems.org/info/bones-rspec
HTTP 200 OK https://index.rubygems.org/info/bones-rubyforge
HTTP 200 OK https://index.rubygems.org/info/bones-zentest
HTTP 200 OK https://index.rubygems.org/info/git
HTTP 200 OK https://index.rubygems.org/info/bones-rcov
Looking up gems ["coffee-script-source", "mkrf", "ffi-win32-extensions", "net-ssh", "libxml-ruby", "power_assert", "rainbow", "parser", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "parallel", "ansi", "colorize", "simplecov", "systemu", "maven-tools", "ruby-maven-libs"]
HTTP GET https://index.rubygems.org/info/coffee-script-source
HTTP GET https://index.rubygems.org/info/mkrf
HTTP GET https://index.rubygems.org/info/ffi-win32-extensions
HTTP GET https://index.rubygems.org/info/net-ssh
HTTP GET https://index.rubygems.org/info/libxml-ruby
HTTP GET https://index.rubygems.org/info/power_assert
HTTP GET https://index.rubygems.org/info/rainbow
HTTP GET https://index.rubygems.org/info/parser
HTTP GET https://index.rubygems.org/info/powerpack
HTTP GET https://index.rubygems.org/info/ruby-progressbar
HTTP GET https://index.rubygems.org/info/astrolabe
HTTP GET https://index.rubygems.org/info/unicode-display_width
HTTP GET https://index.rubygems.org/info/parallel
HTTP GET https://index.rubygems.org/info/ansi
HTTP GET https://index.rubygems.org/info/colorize
HTTP GET https://index.rubygems.org/info/simplecov
HTTP GET https://index.rubygems.org/info/systemu
HTTP GET https://index.rubygems.org/info/maven-tools
HTTP GET https://index.rubygems.org/info/ruby-maven-libs
HTTP 200 OK https://index.rubygems.org/info/ffi-win32-extensions
HTTP 200 OK https://index.rubygems.org/info/net-ssh
HTTP 200 OK https://index.rubygems.org/info/libxml-ruby
HTTP 200 OK https://index.rubygems.org/info/power_assert
HTTP 200 OK https://index.rubygems.org/info/parser
HTTP 200 OK https://index.rubygems.org/info/mkrf
HTTP 200 OK https://index.rubygems.org/info/coffee-script-source
HTTP 200 OK https://index.rubygems.org/info/rainbow
HTTP 200 OK https://index.rubygems.org/info/powerpack
HTTP 200 OK https://index.rubygems.org/info/unicode-display_width
HTTP 200 OK https://index.rubygems.org/info/ruby-progressbar
HTTP 200 OK https://index.rubygems.org/info/parallel
HTTP 200 OK https://index.rubygems.org/info/maven-tools
HTTP 200 OK https://index.rubygems.org/info/simplecov
HTTP 200 OK https://index.rubygems.org/info/ansi
HTTP 200 OK https://index.rubygems.org/info/colorize
HTTP 200 OK https://index.rubygems.org/info/astrolabe
HTTP 200 OK https://index.rubygems.org/info/systemu
HTTP 200 OK https://index.rubygems.org/info/ruby-maven-libs
Looking up gems ["needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "ast", "simplecov-html", "docile", "lockfile", "pattern-match", "virtus"]
HTTP GET https://index.rubygems.org/info/needle
HTTP GET https://index.rubygems.org/info/jruby-pageant
HTTP GET https://index.rubygems.org/info/bcrypt_pbkdf
HTTP GET https://index.rubygems.org/info/rbnacl
HTTP GET https://index.rubygems.org/info/rbnacl-libsodium
HTTP GET https://index.rubygems.org/info/ast
HTTP GET https://index.rubygems.org/info/simplecov-html
HTTP GET https://index.rubygems.org/info/docile
HTTP GET https://index.rubygems.org/info/lockfile
HTTP GET https://index.rubygems.org/info/pattern-match
HTTP GET https://index.rubygems.org/info/virtus
HTTP 200 OK https://index.rubygems.org/info/jruby-pageant
HTTP 200 OK https://index.rubygems.org/info/bcrypt_pbkdf
HTTP 200 OK https://index.rubygems.org/info/rbnacl-libsodium
HTTP 200 OK https://index.rubygems.org/info/docile
HTTP 200 OK https://index.rubygems.org/info/ast
HTTP 200 OK https://index.rubygems.org/info/simplecov-html
HTTP 200 OK https://index.rubygems.org/info/rbnacl
HTTP 200 OK https://index.rubygems.org/info/needle
HTTP 200 OK https://index.rubygems.org/info/lockfile
HTTP 200 OK https://index.rubygems.org/info/virtus
HTTP 200 OK https://index.rubygems.org/info/pattern-match
Looking up gems ["descendants_tracker", "axiom-types", "coercible", "equalizer"]
HTTP GET https://index.rubygems.org/info/descendants_tracker
HTTP GET https://index.rubygems.org/info/axiom-types
HTTP GET https://index.rubygems.org/info/coercible
HTTP GET https://index.rubygems.org/info/equalizer
HTTP 200 OK https://index.rubygems.org/info/descendants_tracker
HTTP 200 OK https://index.rubygems.org/info/axiom-types
HTTP 200 OK https://index.rubygems.org/info/coercible
HTTP 200 OK https://index.rubygems.org/info/equalizer
Looking up gems ["ice_nine", "adamantium"]
HTTP GET https://index.rubygems.org/info/ice_nine
HTTP GET https://index.rubygems.org/info/adamantium
HTTP 200 OK https://index.rubygems.org/info/ice_nine
HTTP 200 OK https://index.rubygems.org/info/adamantium
Looking up gems ["memoizable"]
HTTP GET https://index.rubygems.org/info/memoizable
HTTP 200 OK https://index.rubygems.org/info/memoizable
Fetching version metadata from https://rubygems.org/
Looking up gems ["hoe", "nokogiri", "crass", "activemodel-globalid", "activesupport", "globalid", "loofah", "rails-deprecated_sanitizer", "builder", "i18n", "memcache-client", "tzinfo", "multi_json", "minitest", "thread_safe", "json", "concurrent-ruby", "method_source", "abstract", "archive-tar-minitar", "rcov", "mime-types-data", "camping", "fcgi", "mongrel", "ruby-openid", "test-spec", "thin", "racc", "rake-compiler", "rexical", "tenderlove-frex", "weakling", "mini_portile", "mini_portile2", "pkg-config", "rack", "atomic", "actionpack", "mail", "text-format", "actionview", "rails-dom-testing", "activejob", "msgpack", "snappy", "activemodel", "erubis", "rack-mount", "rack-test", "rack-cache", "sprockets", "journey", "rails-html-sanitizer", "rspec", "rails", "activerecord", "railties", "erubi", "mime-types", "treetop", "tlsmail", "mini_mime", "arel", "activerecord-deprecated_finders", "bcrypt-ruby", "rake", "thor", "rack-ssl", "rdoc", "hpricot", "htmlentities", "nokogumbo", "redis", "hike", "tilt", "actionmailer", "activeresource", "actionwebservice", "bundler", "sprockets-rails", "actioncable", "functional-ruby", "ref", "ember-source", "handlebars-source", "execjs", "ember-template-compiler-source", "active_model_serializers", "barber", "ember-data-source", "jquery-rails", "ember-handlebars-template", "active-model-adapter-source", "ember-cli-assets", "ember-es6_template", "jsonapi", "case_transform", "jsonapi-renderer", "addressable", "moneta", "mustache", "opengraph_parser", "verbal_expressions", "hexpress", "fast_blank", "sanitize", "pdf-reader", "babel-source", "json_pure", "eventmachine", "aws-sdk-core", "aws-sdk", "multi_xml", "jamespath", "jmespath", "aws-sigv4", "aws-partitions", "unf_ext", "multipart-post", "newgem", "oauth2", "omniauth", "hashie", "faraday", "ruby-yadis", "httparty", "uuidtools", "aws-sdk-v1", "aws-sdk-resources", "aws-sdk-acm", "aws-sdk-apigateway", "aws-sdk-applicationautoscaling", "aws-sdk-applicationdiscoveryservice", "aws-sdk-autoscaling", "aws-sdk-budgets", "aws-sdk-cloudformation", "aws-sdk-cloudfront", "aws-sdk-cloudhsm", "aws-sdk-cloudsearch", "aws-sdk-cloudsearchdomain", "aws-sdk-cloudtrail", "aws-sdk-cloudwatch", "aws-sdk-cloudwatchevents", "aws-sdk-cloudwatchlogs", "aws-sdk-codecommit", "aws-sdk-codedeploy", "aws-sdk-codepipeline", "aws-sdk-cognitoidentity", "aws-sdk-cognitoidentityprovider", "aws-sdk-cognitosync", "aws-sdk-configservice", "aws-sdk-databasemigrationservice", "aws-sdk-datapipeline", "aws-sdk-devicefarm", "aws-sdk-directconnect", "aws-sdk-directoryservice", "aws-sdk-dynamodb", "aws-sdk-dynamodbstreams", "aws-sdk-ec2", "aws-sdk-ecr", "aws-sdk-ecs", "aws-sdk-efs", "aws-sdk-elasticache", "aws-sdk-elasticbeanstalk", "aws-sdk-elasticloadbalancing", "aws-sdk-elasticloadbalancingv2", "aws-sdk-elasticsearchservice", "aws-sdk-elastictranscoder", "aws-sdk-emr", "aws-sdk-firehose", "aws-sdk-gamelift", "aws-sdk-glacier", "aws-sdk-iam", "aws-sdk-importexport", "aws-sdk-inspector", "aws-sdk-iot", "aws-sdk-iotdataplane", "aws-sdk-kinesis", "aws-sdk-kinesisanalytics", "aws-sdk-kms", "aws-sdk-lambda", "aws-sdk-lambdapreview", "aws-sdk-machinelearning", "aws-sdk-marketplacecommerceanalytics", "aws-sdk-marketplacemetering", "aws-sdk-opsworks", "aws-sdk-rds", "aws-sdk-redshift", "aws-sdk-route53", "aws-sdk-route53domains", "aws-sdk-s3", "aws-sdk-servicecatalog", "aws-sdk-ses", "aws-sdk-simpledb", "aws-sdk-sms", "aws-sdk-snowball", "aws-sdk-sns", "aws-sdk-sqs", "aws-sdk-ssm", "aws-sdk-storagegateway", "aws-sdk-support", "aws-sdk-swf", "aws-sdk-waf", "aws-sdk-workspaces", "aws-sdk-appstream", "aws-sdk-codebuild", "aws-sdk-health", "aws-sdk-lightsail", "aws-sdk-opsworkscm", "aws-sdk-pinpoint", "aws-sdk-polly", "aws-sdk-rekognition", "aws-sdk-sfn", "aws-sdk-shield", "aws-sdk-wafregional", "aws-sdk-xray", "aws-sdk-batch", "aws-sdk-clouddirectory", "aws-sdk-costandusagereportservice", "aws-sdk-lexruntimeservice", "aws-sdk-mturk", "aws-sdk-organizations", "aws-sdk-workdocs", "aws-sdk-codestar", "aws-sdk-lexmodelbuildingservice", "aws-sdk-resourcegroupstaggingapi", "aws-sdk-lex", "aws-sdk-marketplaceentitlementservice", "aws-sdk-states", "aws-sdk-athena", "rb-appscript", "xattr", "ffi-xattr", "rack-openid", "oauth", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "ruby_parser", "omniauth-oauth2", "jwt", "exifr", "fspath", "image_size", "in_threads", "progress", "pry", "pry-doc", "ruby-hmac", "faraday-middleware", "httpauth", "coderay", "win32console", "yard", "slop", "spoon", "shotgun", "rack-protection", "backports", "mustermann", "domain_name", "sqlite3", "termios", "escape_utils", "launchy", "public_suffix", "omniauth-oauth", "crack", "hashdiff", "psych", "libv8", "unf", "safe_yaml", "diff-lcs", "rspec-support", "rspec-core", "rspec-expectations", "celluloid", "connection_pool", "redis-namespace", "compass", "sass", "sprockets-sass", "sinatra", "slim", "netrc", "ffi", "http-cookie", "therubyracer", "cucumber", "spicycode-rcov", "syntax", "rspec-mocks", "rb-fchange", "rb-fsevent", "rb-inotify", "rb-kqueue", "celluloid-io", "ruby_dep", "webrat", "rspec-collection_matchers", "mocha", "bones", "columnize", "debugger-linecache", "rb-readline", "metaclass", "fast_stack", "shoulda-context", "shoulda-matchers", "win32-process", "bourne", "trollop", "spork", "curses", "guess_html_encoding", "listen", "sass-listen", "kgio", "raindrops", "minitar", "minitar-cli", "ZenTest", "RubyInline", "rubyforge", "gemcutter", "cgi_multipart_eof_fix", "daemons", "fastthread", "gem_plugin", "flexmock", "text-hyphen", "markaby", "metaid", "mab", "eventmachine-le", "http_parser.rb", "preforker", "multimap", "facets", "polyglot", "bcrypt", "babel-transpiler", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "nio4r", "rails-observers", "activemodel-serializers-xml", "snappy-jars", "jsonapi-parser", "Ascii85", "ruby-rc4", "hashery", "afm", "ttfunk", "spruz", "echoe", "jnunemaker-crack", "RedCloth", "rubigen", "aws-sigv2", "ruby-openid-apps-discovery", "rest-client", "restclient", "haml", "chunky_png", "fssm", "compass-core", "compass-import-once", "ParseTree", "sexp_processor", "configuration", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "tool", "jar-dependencies", "sprockets-helpers", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "win32-api", "temple", "term-ansicolor", "gherkin", "multi_test", "cucumber-core", "gherkin3", "cucumber-wire", "event-bus", "little-plugger", "loquacious", "bones-extras", "bones-git", "windows-pr", "ruby_core_source", "debugger-ruby_core_source", "powerbar", "coffee-script", "net-scp", "hiredis", "websocket-extensions", "maruku", "blankslate", "thoughtbot-shoulda", "highline", "allison", "colored", "paint", "SexpProcessor", "celluloid-gems", "coveralls", "rubocop", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "win32-security", "tins", "test-unit", "hitimes", "log4r", "macaddr", "ruby-maven", "dotenv-deployment", "bones-rcov", "bones-rspec", "bones-rubyforge", "bones-zentest", "git", "coffee-script-source", "mkrf", "ffi-win32-extensions", "net-ssh", "libxml-ruby", "power_assert", "rainbow", "parser", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "parallel", "ansi", "colorize", "simplecov", "systemu", "maven-tools", "ruby-maven-libs", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "ast", "simplecov-html", "docile", "lockfile", "pattern-match", "virtus", "descendants_tracker", "axiom-types", "coercible", "equalizer", "ice_nine", "adamantium", "memoizable"]
Looking up gems ["faraday-middleware", "celluloid-gems"]
Fetching dependency metadata from https://rubygems.org/
Looking up gems ["faraday-middleware", "celluloid-gems"]
Using rake 11.3.0
0: rake (11.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rake-11.3.0.gemspec
Using msgpack 1.1.0
0: msgpack (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/msgpack-1.1.0.gemspec
Using i18n 0.8.1
0: i18n (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/i18n-0.8.1.gemspec
Using minitest 5.10.1
0: minitest (5.10.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/minitest-5.10.1.gemspec
Using thread_safe 0.3.6
0: thread_safe (0.3.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/thread_safe-0.3.6.gemspec
Using builder 3.2.3
0: builder (3.2.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/builder-3.2.3.gemspec
Using erubis 2.7.0
0: erubis (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/erubis-2.7.0.gemspec
Using mini_portile2 2.1.0
0: mini_portile2 (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mini_portile2-2.1.0.gemspec
Using rack 1.6.8
0: rack (1.6.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-1.6.8.gemspec
Using mime-types 2.99.3
0: mime-types (2.99.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mime-types-2.99.3.gemspec
Using arel 6.0.4
0: arel (6.0.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/arel-6.0.4.gemspec
Using thor 0.19.4
0: thor (0.19.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/thor-0.19.4.gemspec
Using concurrent-ruby 1.0.5
0: concurrent-ruby (1.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/concurrent-ruby-1.0.5.gemspec
Using bundler 1.15.1
0: bundler (1.15.1) from /usr/local/lib/ruby/gems/2.4.0/gems/bundler-1.15.1/lib/bundler/source
Using hiredis 0.6.1
0: hiredis (0.6.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/hiredis-0.6.1.gemspec
Using redis 3.3.3
0: redis (3.3.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/redis-3.3.3.gemspec
Using fast_blank 1.0.0
0: fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fast_blank-1.0.0.gemspec
Using htmlentities 4.3.4
0: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/htmlentities-4.3.4.gemspec
Using moneta 1.0.0
0: moneta (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/moneta-1.0.0.gemspec
Using multi_json 1.12.1
0: multi_json (1.12.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/multi_json-1.12.1.gemspec
Using mustache 1.0.5
0: mustache (1.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mustache-1.0.5.gemspec
Using crass 1.0.2
0: crass (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/crass-1.0.2.gemspec
Using http_accept_language 2.0.5
0: http_accept_language (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/http_accept_language-2.0.5.gemspec
Fetching ember-source 2.10.2
Installing ember-source 2.10.2
0: ember-source (2.10.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ember-source-2.10.2.gemspec
Using execjs 2.7.0
0: execjs (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/execjs-2.7.0.gemspec
Using babel-source 5.8.34
0: babel-source (5.8.34) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/babel-source-5.8.34.gemspec
Using fast_xs 0.8.0
0: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fast_xs-0.8.0.gemspec
Using fastimage 2.1.0
0: fastimage (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fastimage-2.1.0.gemspec
Using jmespath 1.3.1
0: jmespath (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/jmespath-1.3.1.gemspec
Using excon 0.55.0
0: excon (0.55.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/excon-0.55.0.gemspec
Using unf_ext 0.0.7.1
0: unf_ext (0.0.7.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/unf_ext-0.0.7.1.gemspec
Using email_reply_trimmer 0.1.6
0: email_reply_trimmer (0.1.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/email_reply_trimmer-0.1.6.gemspec
Using exifr 1.2.5
0: exifr (1.2.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/exifr-1.2.5.gemspec
Using fspath 3.1.0
0: fspath (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fspath-3.1.0.gemspec
Using image_size 1.5.0
0: image_size (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/image_size-1.5.0.gemspec
Using in_threads 1.4.0
0: in_threads (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/in_threads-1.4.0.gemspec
Using progress 3.3.1
0: progress (3.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/progress-3.3.1.gemspec
Using hashie 3.5.5
0: hashie (3.5.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/hashie-3.5.5.gemspec
Using ruby-openid 2.7.0
0: ruby-openid (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ruby-openid-2.7.0.gemspec
Using multipart-post 2.0.0
0: multipart-post (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/multipart-post-2.0.0.gemspec
Using jwt 1.5.6
0: jwt (1.5.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/jwt-1.5.6.gemspec
Using multi_xml 0.6.0
0: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/multi_xml-0.6.0.gemspec
Using oauth 0.5.1
0: oauth (0.5.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/oauth-0.5.1.gemspec
Using oj 3.0.5
0: oj (3.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/oj-3.0.5.gemspec
Using pg 0.19.0
0: pg (0.19.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/pg-0.19.0.gemspec
Using coderay 1.1.1
0: coderay (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/coderay-1.1.1.gemspec
Using method_source 0.8.2
0: method_source (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/method_source-0.8.2.gemspec
Using slop 3.6.0
0: slop (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/slop-3.6.0.gemspec
Using r2 0.2.6
0: r2 (0.2.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/r2-0.2.6.gemspec
Using netrc 0.11.0
0: netrc (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/netrc-0.11.0.gemspec
Using rinku 2.0.0
0: rinku (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rinku-2.0.0.gemspec
Using connection_pool 2.2.0
0: connection_pool (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/connection_pool-2.2.0.gemspec
Using tilt 2.0.5
0: tilt (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/tilt-2.0.5.gemspec
Using libv8 5.3.332.38.5 (x86_64-linux)
0: libv8 (5.3.332.38.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/libv8-5.3.332.38.5-x86_64-linux.gemspec
Using highline 1.7.8
0: highline (1.7.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/highline-1.7.8.gemspec
Using rtlit 0.0.5
0: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rtlit-0.0.5.gemspec
Using public_suffix 2.0.5
0: public_suffix (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/public_suffix-2.0.5.gemspec
Using safe_yaml 1.0.4
0: safe_yaml (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/safe_yaml-1.0.4.gemspec
Using hashdiff 0.3.4
0: hashdiff (0.3.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/hashdiff-0.3.4.gemspec
Using fakeweb 1.3.0
0: fakeweb (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fakeweb-1.3.0.gemspec
Using timecop 0.8.1
0: timecop (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/timecop-0.8.1.gemspec
Using rspec-support 3.4.1
0: rspec-support (3.4.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-support-3.4.1.gemspec
Using diff-lcs 1.3
0: diff-lcs (1.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/diff-lcs-1.3.gemspec
Using mock_redis 0.15.4
0: mock_redis (0.15.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mock_redis-0.15.4.gemspec
Using rb-fsevent 0.9.7
0: rb-fsevent (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rb-fsevent-0.9.7.gemspec
Using ffi 1.9.18
0: ffi (1.9.18) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ffi-1.9.18.gemspec
Using ruby_dep 1.5.0
0: ruby_dep (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ruby_dep-1.5.0.gemspec
Using certified 1.0.0
0: certified (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/certified-1.0.0.gemspec
Using fabrication 2.9.8
0: fabrication (2.9.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fabrication-2.9.8.gemspec
Using metaclass 0.0.4
0: metaclass (0.0.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/metaclass-0.0.4.gemspec
Using shoulda-context 1.2.2
0: shoulda-context (1.2.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/shoulda-context-1.2.2.gemspec
Using spork 1.0.0rc4
0: spork (1.0.0rc4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/spork-1.0.0rc4.gemspec
Using byebug 9.0.6
0: byebug (9.0.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/byebug-9.0.6.gemspec
Using lru_redux 1.1.0
0: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/lru_redux-1.1.0.gemspec
Using flamegraph 0.9.5
0: flamegraph (0.9.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/flamegraph-0.9.5.gemspec
Using kgio 2.11.0
0: kgio (2.11.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/kgio-2.11.0.gemspec
Using raindrops 0.18.0
0: raindrops (0.18.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/raindrops-0.18.0.gemspec
Using puma 3.6.0
0: puma (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/puma-3.6.0.gemspec
Using trollop 2.1.2
0: trollop (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/trollop-2.1.2.gemspec
Using gc_tracer 1.5.1
0: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/gc_tracer-1.5.1.gemspec
Using guess_html_encoding 0.0.11
0: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/guess_html_encoding-0.0.11.gemspec
Using simple-rss 1.3.1
0: simple-rss (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/simple-rss-1.3.1.gemspec
Using stackprof 0.2.10
0: stackprof (0.2.10) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/stackprof-0.2.10.gemspec
Using memory_profiler 0.9.7
0: memory_profiler (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/memory_profiler-0.9.7.gemspec
Using rmmseg-cpp 0.2.9
0: rmmseg-cpp (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rmmseg-cpp-0.2.9.gemspec
Using logster 1.2.7
0: logster (1.2.7) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/logster-1.2.7.gemspec
Using sass 3.4.23
0: sass (3.4.23) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sass-3.4.23.gemspec
Using rake-compiler 0.9.9
0: rake-compiler (0.9.9) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rake-compiler-0.9.9.gemspec
Using bootsnap 0.3.0
0: bootsnap (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/bootsnap-0.3.0.gemspec
Using tzinfo 1.2.3
0: tzinfo (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/tzinfo-1.2.3.gemspec
Using nokogiri 1.7.2
0: nokogiri (1.7.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/nokogiri-1.7.2.gemspec
Using rack-test 0.6.3
0: rack-test (0.6.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-test-0.6.3.gemspec
Using message_bus 2.0.2
0: message_bus (2.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/message_bus-2.0.2.gemspec
Using rack-protection 1.5.3
0: rack-protection (1.5.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-protection-1.5.3.gemspec
Using rack-mini-profiler 0.10.4
0: rack-mini-profiler (0.10.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-mini-profiler-0.10.4.gemspec
Fetching mail 2.6.6.rc1
Installing mail 2.6.6.rc1
0: mail (2.6.6.rc1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mail-2.6.6.rc1.gemspec
Using sprockets 3.7.1
0: sprockets (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sprockets-3.7.1.gemspec
Using redis-namespace 1.5.2
0: redis-namespace (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/redis-namespace-1.5.2.gemspec
Using ember-data-source 2.2.1
0: ember-data-source (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ember-data-source-2.2.1.gemspec
Using barber 0.11.2
0: barber (0.11.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/barber-0.11.2.gemspec
Using uglifier 3.0.2
0: uglifier (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/uglifier-3.0.2.gemspec
Using babel-transpiler 0.7.0
0: babel-transpiler (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/babel-transpiler-0.7.0.gemspec
Using aws-sdk-core 2.5.3
0: aws-sdk-core (2.5.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/aws-sdk-core-2.5.3.gemspec
Using unf 0.1.4
0: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/unf-0.1.4.gemspec
Using discourse_image_optim 0.24.5
0: discourse_image_optim (0.24.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/discourse_image_optim-0.24.5.gemspec
Using omniauth 1.6.1
0: omniauth (1.6.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-1.6.1.gemspec
Using rack-openid 1.3.1
0: rack-openid (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-openid-1.3.1.gemspec
Using openid-redis-store 0.0.2
0: openid-redis-store (0.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/openid-redis-store-0.0.2.gemspec
Using faraday 0.11.0
0: faraday (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/faraday-0.11.0.gemspec
Using pry 0.10.4
0: pry (0.10.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/pry-0.10.4.gemspec
Using mini_racer 0.1.9
0: mini_racer (0.1.9) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mini_racer-0.1.9.gemspec
Using addressable 2.5.1
0: addressable (2.5.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/addressable-2.5.1.gemspec
Using crack 0.4.3
0: crack (0.4.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/crack-0.4.3.gemspec
Using rspec-core 3.4.4
0: rspec-core (3.4.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-core-3.4.4.gemspec
Using rspec-expectations 3.4.0
0: rspec-expectations (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-expectations-3.4.0.gemspec
Using rspec-mocks 3.4.1
0: rspec-mocks (3.4.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-mocks-3.4.1.gemspec
Using rb-inotify 0.9.7
0: rb-inotify (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rb-inotify-0.9.7.gemspec
Using mocha 1.1.0
0: mocha (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mocha-1.1.0.gemspec
Using unicorn 5.3.0
0: unicorn (5.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/unicorn-5.3.0.gemspec
Using rbtrace 0.4.8
0: rbtrace (0.4.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rbtrace-0.4.8.gemspec
Using sassc 1.11.2
0: sassc (1.11.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sassc-1.11.2.gemspec
Using fast_xor 1.1.3
0: fast_xor (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fast_xor-1.1.3.gemspec
Using activesupport 4.2.8
0: activesupport (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/activesupport-4.2.8.gemspec
Using loofah 2.0.3
0: loofah (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/loofah-2.0.3.gemspec
Using nokogumbo 1.4.10
0: nokogumbo (1.4.10) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/nokogumbo-1.4.10.gemspec
Using ruby-readability 0.7.0
0: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ruby-readability-0.7.0.gemspec
Using sidekiq 4.2.4
0: sidekiq (4.2.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sidekiq-4.2.4.gemspec
Using sinatra 1.4.6
0: sinatra (1.4.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sinatra-1.4.6.gemspec
Using ember-handlebars-template 0.7.5
0: ember-handlebars-template (0.7.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ember-handlebars-template-0.7.5.gemspec
Using aws-sdk-resources 2.5.3
0: aws-sdk-resources (2.5.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/aws-sdk-resources-2.5.3.gemspec
Using domain_name 0.5.25
0: domain_name (0.5.25) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/domain_name-0.5.25.gemspec
Using omniauth-oauth 1.1.0
0: omniauth-oauth (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-oauth-1.1.0.gemspec
Using omniauth-openid 1.0.1
0: omniauth-openid (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-openid-1.0.1.gemspec
Using oauth2 1.3.1
0: oauth2 (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/oauth2-1.3.1.gemspec
Using pry-rails 0.3.4
0: pry-rails (0.3.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/pry-rails-0.3.4.gemspec
Using pry-nav 0.2.4
0: pry-nav (0.2.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/pry-nav-0.2.4.gemspec
Using webmock 3.0.1
0: webmock (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/webmock-3.0.1.gemspec
Using rspec 3.4.0
0: rspec (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-3.4.0.gemspec
Using listen 3.1.5
0: listen (3.1.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/listen-3.1.5.gemspec
Using rails-deprecated_sanitizer 1.0.3
0: rails-deprecated_sanitizer (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rails-deprecated_sanitizer-1.0.3.gemspec
Using globalid 0.3.7
0: globalid (0.3.7) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/globalid-0.3.7.gemspec
Using activemodel 4.2.8
0: activemodel (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/activemodel-4.2.8.gemspec
Using shoulda-matchers 2.8.0
0: shoulda-matchers (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/shoulda-matchers-2.8.0.gemspec
Using rails-html-sanitizer 1.0.3
0: rails-html-sanitizer (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rails-html-sanitizer-1.0.3.gemspec
Using sanitize 4.4.0
0: sanitize (4.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sanitize-4.4.0.gemspec
Using aws-sdk 2.5.3
0: aws-sdk (2.5.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/aws-sdk-2.5.3.gemspec
Using http-cookie 1.0.2
0: http-cookie (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/http-cookie-1.0.2.gemspec
Using omniauth-twitter 1.3.0
0: omniauth-twitter (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-twitter-1.3.0.gemspec
Using omniauth-oauth2 1.4.0
0: omniauth-oauth2 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-oauth2-1.4.0.gemspec
Using rspec-html-matchers 0.7.0
0: rspec-html-matchers (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-html-matchers-0.7.0.gemspec
Using rails-dom-testing 1.0.8
0: rails-dom-testing (1.0.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rails-dom-testing-1.0.8.gemspec
Using activejob 4.2.8
0: activejob (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/activejob-4.2.8.gemspec
Using activerecord 4.2.8
0: activerecord (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/activerecord-4.2.8.gemspec
Using active_model_serializers 0.8.3
0: active_model_serializers (0.8.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/active_model_serializers-0.8.3.gemspec
Using shoulda 3.5.0
0: shoulda (3.5.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/shoulda-3.5.0.gemspec
Fetching onebox 1.8.11
Installing onebox 1.8.11
0: onebox (1.8.11) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/onebox-1.8.11.gemspec
Using rest-client 1.8.0
0: rest-client (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rest-client-1.8.0.gemspec
Using omniauth-facebook 4.0.0
0: omniauth-facebook (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-facebook-4.0.0.gemspec
Using omniauth-instagram 1.0.2
0: omniauth-instagram (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-instagram-1.0.2.gemspec
Using omniauth-github-discourse 1.1.2
0: omniauth-github-discourse (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-github-discourse-1.1.2.gemspec
Using omniauth-google-oauth2 0.3.1
0: omniauth-google-oauth2 (0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-google-oauth2-0.3.1.gemspec
Using actionview 4.2.8
0: actionview (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/actionview-4.2.8.gemspec
Using seed-fu 2.3.5
0: seed-fu (2.3.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/seed-fu-2.3.5.gemspec
Using test_after_commit 1.1.0
0: test_after_commit (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/test_after_commit-1.1.0.gemspec
Using actionpack 4.2.8
0: actionpack (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/actionpack-4.2.8.gemspec
Using actionmailer 4.2.8
0: actionmailer (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/actionmailer-4.2.8.gemspec
Using railties 4.2.8
0: railties (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/railties-4.2.8.gemspec
Using sprockets-rails 3.2.0
0: sprockets-rails (3.2.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sprockets-rails-3.2.0.gemspec
Using jquery-rails 4.2.1
0: jquery-rails (4.2.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/jquery-rails-4.2.1.gemspec
Using discourse-qunit-rails 0.0.9
0: discourse-qunit-rails (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/discourse-qunit-rails-0.0.9.gemspec
Using rspec-rails 3.4.2
0: rspec-rails (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-rails-3.4.2.gemspec
Using rails 4.2.8
0: rails (4.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rails-4.2.8.gemspec
Using ember-rails 0.18.5
0: ember-rails (0.18.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ember-rails-0.18.5.gemspec
Using rails_multisite 1.0.6
0: rails_multisite (1.0.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rails_multisite-1.0.6.gemspec
Using spork-rails 4.0.0
0: spork-rails (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/spork-rails-4.0.0.gemspec
Bundle complete! 96 Gemfile dependencies, 175 gems now installed.
Gems in the group development were not installed.
Bundled gems are installed into ./vendor/bundle.
I, [2017-06-06T19:45:53.402946 #13] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
2017-06-06 19:46:11.512 UTC [416] discourse@discourse LOG: duration: 183.453 ms statement: SELECT 1
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_schema = 'public' AND
table_name = 'categories' AND
column_name IN ('logo_url','background_url') AND
EXISTS (
SELECT 1
FROM schema_migration_details
WHERE name = 'AddUploadsToCategories' AND
created_at <= (current_timestamp at time zone 'UTC' - interval '60 seconds')
)
LIMIT 1
rake aborted!
Excon::Error::Certificate: SSL_connect returned=1 errno=0 state=error: certificate verify failed (OpenSSL::SSL::SSLError) Unable to verify certificate. This may be an issue with the remote host or with Excon. Excon has certificates bundled, but these can be customized:
`Excon.defaults[:ssl_ca_path] = path_to_certs`
`ENV['SSL_CERT_DIR'] = path_to_certs`
`Excon.defaults[:ssl_ca_file] = path_to_file`
`ENV['SSL_CERT_FILE'] = path_to_file'
`Excon.defaults[:ssl_verify_callback] = callback`
(see OpenSSL::SSL::SSLContext#verify_callback)
or:
`Excon.defaults[:ssl_verify_peer] = false` (less secure).
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `eval'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/ssl_socket.rb:116:in `initialize'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/connection.rb:403:in `new'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/connection.rb:403:in `socket'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/connection.rb:100:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/mock.rb:48:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/instrumentor.rb:26:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/base.rb:16:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/base.rb:16:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/base.rb:16:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/connection.rb:249:in `request'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon.rb:239:in `head'
/var/www/discourse/lib/final_destination.rb:68:in `resolve'
/var/www/discourse/lib/file_helper.rb:24:in `download'
/var/www/discourse/app/models/user_avatar.rb:71:in `import_url_for_user'
(eval):21:in `block (2 levels) in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `eval'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `block (2 levels) in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:58:in `block in open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:57:in `open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:57:in `open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:36:in `block in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/transactions.rb:220:in `transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:35:in `run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:26:in `block in run'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:25:in `each'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:25:in `run'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu.rb:29:in `seed'
/var/www/discourse/lib/tasks/db.rake:8:in `block in <top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:22:in `load'
/usr/local/bin/bundle:22:in `<main>'
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `eval'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/ssl_socket.rb:116:in `initialize'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/connection.rb:403:in `new'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/connection.rb:403:in `socket'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/connection.rb:100:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/mock.rb:48:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/instrumentor.rb:26:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/base.rb:16:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/base.rb:16:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/middlewares/base.rb:16:in `request_call'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon/connection.rb:249:in `request'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/excon-0.55.0/lib/excon.rb:239:in `head'
/var/www/discourse/lib/final_destination.rb:68:in `resolve'
/var/www/discourse/lib/file_helper.rb:24:in `download'
/var/www/discourse/app/models/user_avatar.rb:71:in `import_url_for_user'
(eval):21:in `block (2 levels) in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `eval'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `block (2 levels) in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:58:in `block in open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:57:in `open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:57:in `open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:36:in `block in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/transactions.rb:220:in `transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:35:in `run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:26:in `block in run'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:25:in `each'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:25:in `run'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu.rb:29:in `seed'
/var/www/discourse/lib/tasks/db.rake:8:in `block in <top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:22:in `load'
/usr/local/bin/bundle:22:in `<main>'
Tasks: TOP => db:migrate
(See full trace by running task with --trace)
I, [2017-06-06T19:46:14.100187 #13] INFO -- :
== Seed from /var/www/discourse/db/fixtures/001_categories.rb
== Seed from /var/www/discourse/db/fixtures/002_groups.rb
== Seed from /var/www/discourse/db/fixtures/003_post_action_types.rb
- PostActionType {:id=>1, :name_key=>"bookmark", :is_flag=>false, :position=>1}
- PostActionType {:id=>2, :name_key=>"like", :is_flag=>false, :icon=>"heart", :position=>2}
- PostActionType {:id=>3, :name_key=>"off_topic", :is_flag=>true, :position=>3}
- PostActionType {:id=>4, :name_key=>"inappropriate", :is_flag=>true, :position=>4}
- PostActionType {:id=>5, :name_key=>"vote", :is_flag=>false, :position=>5}
- PostActionType {:id=>8, :name_key=>"spam", :is_flag=>true, :position=>6}
- PostActionType {:id=>6, :name_key=>"notify_user", :is_flag=>true, :position=>7}
- PostActionType {:id=>7, :name_key=>"notify_moderators", :is_flag=>true, :position=>8}
== Seed from /var/www/discourse/db/fixtures/004_screened_ip_addresses.rb
- ScreenedIpAddress {:id=>1, :ip_address=>"10.0.0.0/8", :action_type=>2}
- ScreenedIpAddress {:id=>2, :ip_address=>"192.168.0.0/16", :action_type=>2}
- ScreenedIpAddress {:id=>3, :ip_address=>"127.0.0.0/8", :action_type=>2}
- ScreenedIpAddress {:id=>4, :ip_address=>"172.16.0.0/12", :action_type=>2}
- ScreenedIpAddress {:id=>5, :ip_address=>"fc00::/7", :action_type=>2}
== Seed from /var/www/discourse/db/fixtures/005_badge_types.rb
- BadgeType {:id=>1, :name=>"Gold"}
- BadgeType {:id=>2, :name=>"Silver"}
- BadgeType {:id=>3, :name=>"Bronze"}
== Seed from /var/www/discourse/db/fixtures/006_badges.rb
- BadgeGrouping {:id=>1, :name=>"Getting Started", :default_position=>10}
- BadgeGrouping {:id=>2, :name=>"Community", :default_position=>11}
- BadgeGrouping {:id=>3, :name=>"Posting", :default_position=>12}
- BadgeGrouping {:id=>4, :name=>"Trust Level", :default_position=>13}
- BadgeGrouping {:id=>5, :name=>"Other", :default_position=>14}
- Badge {:id=>1, :name=>"Basic User", :badge_type_id=>3, :query=>"\n SELECT u.id user_id, current_timestamp granted_at FROM users u\n WHERE trust_level >= 1 AND (\n :backfill OR u.id IN (:user_ids)\n )\n", :default_badge_grouping_id=>4, :trigger=>4, :default_allow_title=>false, :default_icon=>"fa-user", :system=>true}
- Badge {:id=>2, :name=>"Member", :badge_type_id=>3, :query=>"\n SELECT u.id user_id, current_timestamp granted_at FROM users u\n WHERE trust_level >= 2 AND (\n :backfill OR u.id IN (:user_ids)\n )\n", :default_badge_grouping_id=>4, :trigger=>4, :default_allow_title=>false, :default_icon=>"fa-user", :system=>true}
- Badge {:id=>3, :name=>"Regular", :badge_type_id=>2, :query=>"\n SELECT u.id user_id, current_timestamp granted_at FROM users u\n WHERE trust_level >= 3 AND (\n :backfill OR u.id IN (:user_ids)\n )\n", :default_badge_grouping_id=>4, :trigger=>4, :default_allow_title=>true, :default_icon=>"fa-user", :system=>true}
- Badge {:id=>4, :name=>"Leader", :badge_type_id=>1, :query=>"\n SELECT u.id user_id, current_timestamp granted_at FROM users u\n WHERE trust_level >= 4 AND (\n :backfill OR u.id IN (:user_ids)\n )\n", :default_badge_grouping_id=>4, :trigger=>4, :default_allow_title=>true, :default_icon=>"fa-user", :system=>true}
- Badge {:id=>17, :name=>"Reader", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>" SELECT id user_id, current_timestamp granted_at\n FROM users\n WHERE id IN\n (\n SELECT pt.user_id\n FROM post_timings pt\n JOIN badge_posts b ON b.post_number = pt.post_number AND\n b.topic_id = pt.topic_id\n JOIN topics t ON t.id = pt.topic_id\n LEFT JOIN user_badges ub ON ub.badge_id = 17 AND ub.user_id = pt.user_id\n WHERE ub.id IS NULL AND t.posts_count > 100\n GROUP BY pt.user_id, pt.topic_id, t.posts_count\n HAVING count(*) >= t.posts_count\n )\n", :default_badge_grouping_id=>1, :auto_revoke=>false, :system=>true}
- Badge {:id=>16, :name=>"Read Guidelines", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>" SELECT user_id, read_faq granted_at\n FROM user_stats\n WHERE read_faq IS NOT NULL AND (user_id IN (:user_ids) OR :backfill)\n", :default_badge_grouping_id=>1, :trigger=>8, :system=>true}
- Badge {:id=>14, :name=>"First Link", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT l.user_id, l.post_id, l.created_at granted_at\n FROM\n (\n SELECT MIN(l1.id) id\n FROM topic_links l1\n JOIN badge_posts p1 ON p1.id = l1.post_id\n JOIN badge_posts p2 ON p2.id = l1.link_post_id\n WHERE NOT reflection AND p1.topic_id <> p2.topic_id AND not quote AND\n (:backfill OR ( p1.id in (:post_ids) ))\n GROUP BY l1.user_id\n ) ids\n JOIN topic_links l ON l.id = ids.id\n", :default_badge_grouping_id=>1, :trigger=>2, :system=>true}
- Badge {:id=>15, :name=>"First Quote", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT ids.user_id, q.post_id, q.created_at granted_at\n FROM\n (\n SELECT p1.user_id, MIN(q1.id) id\n FROM quoted_posts q1\n JOIN badge_posts p1 ON p1.id = q1.post_id\n JOIN badge_posts p2 ON p2.id = q1.quoted_post_id\n WHERE (:backfill OR ( p1.id IN (:post_ids) ))\n GROUP BY p1.user_id\n ) ids\n JOIN quoted_posts q ON q.id = ids.id\n", :default_badge_grouping_id=>1, :trigger=>2, :system=>true}
- Badge {:id=>11, :name=>"First Like", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT pa1.user_id, pa1.created_at granted_at, pa1.post_id\n FROM (\n SELECT pa.user_id, min(pa.id) id\n FROM post_actions pa\n JOIN badge_posts p on p.id = pa.post_id\n WHERE post_action_type_id = 2 AND\n (:backfill OR pa.post_id IN (:post_ids) )\n GROUP BY pa.user_id\n ) x\n JOIN post_actions pa1 on pa1.id = x.id\n", :default_badge_grouping_id=>1, :trigger=>1, :system=>true}
- Badge {:id=>13, :name=>"First Flag", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>false, :query=>" SELECT pa1.user_id, pa1.created_at granted_at, pa1.post_id\n FROM (\n SELECT pa.user_id, min(pa.id) id\n FROM post_actions pa\n JOIN badge_posts p on p.id = pa.post_id\n WHERE post_action_type_id IN (3,4,7,8) AND\n (:backfill OR pa.post_id IN (:post_ids) )\n GROUP BY pa.user_id\n ) x\n JOIN post_actions pa1 on pa1.id = x.id\n", :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>1, :auto_revoke=>false, :system=>true}
- Badge {:id=>25, :name=>"Promoter", :default_icon=>"fa-user-plus", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>"\n SELECT u.id user_id, current_timestamp granted_at\n FROM users u\n WHERE u.id IN (\n SELECT invited_by_id\n FROM invites i\n JOIN users u2 ON u2.id = i.user_id\n WHERE i.deleted_at IS NULL AND u2.active AND u2.trust_level >= 0 AND not u2.blocked\n GROUP BY invited_by_id\n HAVING COUNT(*) >= 1\n ) AND u.active AND NOT u.blocked AND u.id > 0 AND\n (:backfill OR u.id IN (:user_ids) )\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>true, :system=>true}
- Badge {:id=>26, :name=>"Campaigner", :default_icon=>"fa-user-plus", :badge_type_id=>2, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>"\n SELECT u.id user_id, current_timestamp granted_at\n FROM users u\n WHERE u.id IN (\n SELECT invited_by_id\n FROM invites i\n JOIN users u2 ON u2.id = i.user_id\n WHERE i.deleted_at IS NULL AND u2.active AND u2.trust_level >= 1 AND not u2.blocked\n GROUP BY invited_by_id\n HAVING COUNT(*) >= 3\n ) AND u.active AND NOT u.blocked AND u.id > 0 AND\n (:backfill OR u.id IN (:user_ids) )\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>true, :system=>true}
- Badge {:id=>27, :name=>"Champion", :default_icon=>"fa-user-plus", :badge_type_id=>1, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>"\n SELECT u.id user_id, current_timestamp granted_at\n FROM users u\n WHERE u.id IN (\n SELECT invited_by_id\n FROM invites i\n JOIN users u2 ON u2.id = i.user_id\n WHERE i.deleted_at IS NULL AND u2.active AND u2.trust_level >= 2 AND not u2.blocked\n GROUP BY invited_by_id\n HAVING COUNT(*) >= 5\n ) AND u.active AND NOT u.blocked AND u.id > 0 AND\n (:backfill OR u.id IN (:user_ids) )\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>true, :system=>true}
- Badge {:id=>12, :name=>"First Share", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT views.user_id, i2.post_id, i2.created_at granted_at\n FROM\n (\n SELECT i.user_id, MIN(i.id) i_id\n FROM incoming_links i\n JOIN badge_posts p on p.id = i.post_id\n WHERE i.user_id IS NOT NULL\n GROUP BY i.user_id\n ) as views\n JOIN incoming_links i2 ON i2.id = views.i_id\n", :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
- Badge {:id=>21, :name=>"Nice Share", :badge_type_id=>3, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT views.user_id, i2.post_id, current_timestamp granted_at\n FROM\n (\n SELECT i.user_id, MIN(i.id) i_id\n FROM incoming_links i\n JOIN badge_posts p on p.id = i.post_id\n WHERE i.user_id IS NOT NULL\n GROUP BY i.user_id,i.post_id\n HAVING COUNT(*) > 25\n ) as views\n JOIN incoming_links i2 ON i2.id = views.i_id\n", :default_badge_grouping_id=>2, :trigger=>0, :system=>true}
- Badge {:id=>22, :name=>"Good Share", :badge_type_id=>2, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT views.user_id, i2.post_id, current_timestamp granted_at\n FROM\n (\n SELECT i.user_id, MIN(i.id) i_id\n FROM incoming_links i\n JOIN badge_posts p on p.id = i.post_id\n WHERE i.user_id IS NOT NULL\n GROUP BY i.user_id,i.post_id\n HAVING COUNT(*) > 300\n ) as views\n JOIN incoming_links i2 ON i2.id = views.i_id\n", :default_badge_grouping_id=>2, :trigger=>0, :system=>true}
- Badge {:id=>23, :name=>"Great Share", :badge_type_id=>1, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT views.user_id, i2.post_id, current_timestamp granted_at\n FROM\n (\n SELECT i.user_id, MIN(i.id) i_id\n FROM incoming_links i\n JOIN badge_posts p on p.id = i.post_id\n WHERE i.user_id IS NOT NULL\n GROUP BY i.user_id,i.post_id\n HAVING COUNT(*) > 1000\n ) as views\n JOIN incoming_links i2 ON i2.id = views.i_id\n", :default_badge_grouping_id=>2, :trigger=>0, :system=>true}
- Badge {:id=>5, :name=>"Welcome", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT p.user_id, min(post_id) post_id, min(pa.created_at) granted_at\n FROM post_actions pa\n JOIN badge_posts p on p.id = pa.post_id\n WHERE post_action_type_id = 2 AND\n (:backfill OR pa.post_id IN (:post_ids) )\n GROUP BY p.user_id\n", :default_badge_grouping_id=>2, :trigger=>1, :system=>true}
- Badge {:id=>9, :name=>"Autobiographer", :badge_type_id=>3, :multiple_grant=>false, :query=>" SELECT u.id user_id, current_timestamp granted_at\n FROM users u\n JOIN user_profiles up on u.id = up.user_id\n WHERE bio_raw IS NOT NULL AND LENGTH(TRIM(bio_raw)) > 10 AND\n uploaded_avatar_id IS NOT NULL AND\n (:backfill OR u.id IN (:user_ids) )\n", :default_badge_grouping_id=>1, :trigger=>8, :system=>true}
- Badge {:id=>10, :name=>"Editor", :badge_type_id=>3, :multiple_grant=>false, :query=>" SELECT p.user_id, min(p.id) post_id, min(p.created_at) granted_at\n FROM badge_posts p\n WHERE p.self_edits > 0 AND\n (:backfill OR p.id IN (:post_ids) )\n GROUP BY p.user_id\n", :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>2, :system=>true}
- Badge {:id=>6, :name=>"Nice Post", :badge_type_id=>3, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number > 1 AND p.like_count >= 10 AND\n (:backfill OR p.id IN (:post_ids) )\n", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
- Badge {:id=>7, :name=>"Good Post", :badge_type_id=>2, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number > 1 AND p.like_count >= 25 AND\n (:backfill OR p.id IN (:post_ids) )\n", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
- Badge {:id=>8, :name=>"Great Post", :badge_type_id=>1, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number > 1 AND p.like_count >= 50 AND\n (:backfill OR p.id IN (:post_ids) )\n", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
- Badge {:id=>18, :name=>"Nice Topic", :badge_type_id=>3, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number = 1 AND p.like_count >= 10 AND\n (:backfill OR p.id IN (:post_ids) )\n", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
- Badge {:id=>19, :name=>"Good Topic", :badge_type_id=>2, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number = 1 AND p.like_count >= 25 AND\n (:backfill OR p.id IN (:post_ids) )\n", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
- Badge {:id=>20, :name=>"Great Topic", :badge_type_id=>1, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number = 1 AND p.like_count >= 50 AND\n (:backfill OR p.id IN (:post_ids) )\n", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
- Badge {:id=>24, :name=>"Anniversary", :default_icon=>"fa-clock-o", :badge_type_id=>2, :default_badge_grouping_id=>2, :query=>nil, :trigger=>0, :auto_revoke=>false, :system=>true, :multiple_grant=>true}
- Badge {:id=>28, :name=>"Popular Link", :badge_type_id=>3, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT tl.user_id, post_id, current_timestamp granted_at\n FROM topic_links tl\n JOIN posts p ON p.id = post_id AND p.deleted_at IS NULL\n JOIN topics t ON t.id = p.topic_id AND t.deleted_at IS NULL AND t.archetype <> 'private_message'\n WHERE NOT tl.internal\n AND tl.clicks >= 50\n GROUP BY tl.user_id, tl.post_id\n", :badge_grouping_id=>3, :default_badge_grouping_id=>3, :trigger=>0, :system=>true}
- Badge {:id=>29, :name=>"Hot Link", :badge_type_id=>2, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT tl.user_id, post_id, current_timestamp granted_at\n FROM topic_links tl\n JOIN posts p ON p.id = post_id AND p.deleted_at IS NULL\n JOIN topics t ON t.id = p.topic_id AND t.deleted_at IS NULL AND t.archetype <> 'private_message'\n WHERE NOT tl.internal\n AND tl.clicks >= 300\n GROUP BY tl.user_id, tl.post_id\n", :badge_grouping_id=>3, :default_badge_grouping_id=>3, :trigger=>0, :system=>true}
- Badge {:id=>30, :name=>"Famous Link", :badge_type_id=>1, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT tl.user_id, post_id, current_timestamp granted_at\n FROM topic_links tl\n JOIN posts p ON p.id = post_id AND p.deleted_at IS NULL\n JOIN topics t ON t.id = p.topic_id AND t.deleted_at IS NULL AND t.archetype <> 'private_message'\n WHERE NOT tl.internal\n AND tl.clicks >= 1000\n GROUP BY tl.user_id, tl.post_id\n", :badge_grouping_id=>3, :default_badge_grouping_id=>3, :trigger=>0, :system=>true}
- Badge {:id=>36, :name=>"Appreciated", :default_icon=>"fa-heart", :badge_type_id=>3, :query=>" SELECT p.user_id, current_timestamp AS granted_at\n FROM posts AS p\n WHERE p.like_count >= 1\n AND (:backfill OR p.user_id IN (:user_ids))\n GROUP BY p.user_id\n HAVING count(*) > 20\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>37, :name=>"Respected", :default_icon=>"fa-heart", :badge_type_id=>2, :query=>" SELECT p.user_id, current_timestamp AS granted_at\n FROM posts AS p\n WHERE p.like_count >= 2\n AND (:backfill OR p.user_id IN (:user_ids))\n GROUP BY p.user_id\n HAVING count(*) > 100\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>31, :name=>"Admired", :default_icon=>"fa-heart", :badge_type_id=>1, :query=>" SELECT p.user_id, current_timestamp AS granted_at\n FROM posts AS p\n WHERE p.like_count >= 5\n AND (:backfill OR p.user_id IN (:user_ids))\n GROUP BY p.user_id\n HAVING count(*) > 300\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>38, :name=>"Thank You", :default_icon=>"fa-heart", :badge_type_id=>3, :query=>" SELECT us.user_id, current_timestamp AS granted_at\n FROM user_stats AS us\n INNER JOIN posts AS p ON p.user_id = us.user_id\n WHERE p.like_count > 0\n AND us.likes_given >= 10\n AND (:backfill OR us.user_id IN (:user_ids))\n GROUP BY us.user_id, us.likes_given\n HAVING COUNT(*) > 20\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>32, :name=>"Gives Back", :default_icon=>"fa-heart", :badge_type_id=>2, :query=>" SELECT us.user_id, current_timestamp AS granted_at\n FROM user_stats AS us\n INNER JOIN posts AS p ON p.user_id = us.user_id\n WHERE p.like_count > 0\n AND us.likes_given >= 100\n AND (:backfill OR us.user_id IN (:user_ids))\n GROUP BY us.user_id, us.likes_given\n HAVING COUNT(*) > 100\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>39, :name=>"Empathetic", :default_icon=>"fa-heart", :badge_type_id=>1, :query=>" SELECT us.user_id, current_timestamp AS granted_at\n FROM user_stats AS us\n INNER JOIN posts AS p ON p.user_id = us.user_id\n WHERE p.like_count > 0\n AND us.likes_given >= 1000\n AND (:backfill OR us.user_id IN (:user_ids))\n GROUP BY us.user_id, us.likes_given\n HAVING COUNT(*) > 500\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>33, :name=>"Out of Love", :default_icon=>"fa-heart", :badge_type_id=>3, :query=>" SELECT gdl.user_id, current_timestamp AS granted_at\n FROM given_daily_likes AS gdl\n WHERE gdl.limit_reached\n AND (:backfill OR gdl.user_id IN (:user_ids))\n GROUP BY gdl.user_id\n HAVING COUNT(*) >= 1\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>34, :name=>"Higher Love", :default_icon=>"fa-heart", :badge_type_id=>2, :query=>" SELECT gdl.user_id, current_timestamp AS granted_at\n FROM given_daily_likes AS gdl\n WHERE gdl.limit_reached\n AND (:backfill OR gdl.user_id IN (:user_ids))\n GROUP BY gdl.user_id\n HAVING COUNT(*) >= 5\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>35, :name=>"Crazy in Love", :default_icon=>"fa-heart", :badge_type_id=>1, :query=>" SELECT gdl.user_id, current_timestamp AS granted_at\n FROM given_daily_likes AS gdl\n WHERE gdl.limit_reached\n AND (:backfill OR gdl.user_id IN (:user_ids))\n GROUP BY gdl.user_id\n HAVING COUNT(*) >= 20\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
- Badge {:id=>40, :name=>"First Mention", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT acting_user_id AS user_id, min(target_post_id) AS post_id, min(p.created_at) AS granted_at\n FROM user_actions\n JOIN posts p ON p.id = target_post_id\n JOIN topics t ON t.id = topic_id\n JOIN categories c on c.id = category_id\n WHERE action_type = 7\n AND NOT read_restricted\n AND p.deleted_at IS NULL\n AND t.deleted_at IS NULL\n AND t.visible\n AND t.archetype <> 'private_message'\n AND (:backfill OR p.id IN (:post_ids))\n GROUP BY acting_user_id\n", :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>2, :system=>true}
- Badge {:id=>41, :name=>"First Emoji", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>nil, :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
- Badge {:id=>42, :name=>"First Onebox", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>nil, :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
- Badge {:id=>43, :name=>"First Reply By Email", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>nil, :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
- Badge {:id=>44, :name=>"New User of the Month", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>nil, :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
== Seed from /var/www/discourse/db/fixtures/007_web_hook_event_types.rb
- WebHookEventType {:id=>1, :name=>"topic"}
- WebHookEventType {:id=>2, :name=>"post"}
- WebHookEventType {:id=>3, :name=>"user"}
== Seed from /var/www/discourse/db/fixtures/009_users.rb
- User {:id=>-1, :name=>"system", :username=>"system", :username_lower=>"system", :email=>"no_email", :password=>"7c40ae0eecf945236445fdf2907ce35f", :active=>true, :admin=>true, :moderator=>true, :approved=>true, :trust_level=>4}
== Seed from /var/www/discourse/db/fixtures/500_lounge_category.rb
== Seed from /var/www/discourse/db/fixtures/501_meta_category.rb
== Seed from /var/www/discourse/db/fixtures/502_staff_category.rb
== Seed from /var/www/discourse/db/fixtures/600_themes.rb
== Seed from /var/www/discourse/db/fixtures/999_delayed.rb
== Seed from /var/www/discourse/db/fixtures/999_settings.rb
== Seed from /var/www/discourse/db/fixtures/999_topics.rb
== Seed from /var/www/discourse/plugins/discourse-narrative-bot/db/fixtures/001_discobot.rb
- User {:id=>-2, :name=>"discobot", :username=>"discobot", :username_lower=>"discobot", :email=>"discobot_email", :password=>"0edc37105760233447da3dd8977e78f0", :active=>true, :approved=>true, :trust_level=>4}
I, [2017-06-06T19:46:14.103886 #13] INFO -- : Terminating async processes
I, [2017-06-06T19:46:14.104118 #13] INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/main pid: 42
2017-06-06 19:46:14.104 UTC [42] LOG: received fast shutdown request
2017-06-06 19:46:14.107 UTC [42] LOG: aborting any active transactions
2017-06-06 19:46:14.107 UTC [49] LOG: autovacuum launcher shutting down
2017-06-06 19:46:14.112 UTC [46] LOG: shutting down
I, [2017-06-06T19:46:14.112990 #13] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 155
155:signal-handler (1496778374) Received SIGTERM scheduling shutdown...
2017-06-06 19:46:14.169 UTC [46] LOG: database system is shut down
155:M 06 Jun 19:46:14.181 # User requested shutdown...
155:M 06 Jun 19:46:14.181 * Saving the final RDB snapshot before exiting.
155:M 06 Jun 19:46:14.263 * DB saved on disk
155:M 06 Jun 19:46:14.263 # Redis is now ready to exit, bye bye...
FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 389 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
180c43a005f78729e5f8a706af05b44a57d2ec5dc7ee2738d8dbc0595f2f7978
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment