Advertisement
Guest User

Untitled

a guest
Oct 29th, 2016
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.22 KB | None | 0 0
  1. cd /pups && git pull && /pups/bin/pups --stdin
  2. Already up-to-date.
  3. I, [2016-10-30T02:58:29.003937 #15] INFO -- : Loading --stdin
  4. I, [2016-10-30T02:58:29.033410 #15] INFO -- : > mkdir -p /shared/postgres_run
  5. I, [2016-10-30T02:58:29.043560 #15] INFO -- :
  6. I, [2016-10-30T02:58:29.044211 #15] INFO -- : > chown postgres:postgres /shared/postgres_run
  7. I, [2016-10-30T02:58:29.052791 #15] INFO -- :
  8. I, [2016-10-30T02:58:29.053844 #15] INFO -- : > chmod 775 /shared/postgres_run
  9. I, [2016-10-30T02:58:29.061432 #15] INFO -- :
  10. I, [2016-10-30T02:58:29.061968 #15] INFO -- : > rm -fr /var/run/postgresql
  11. I, [2016-10-30T02:58:29.069908 #15] INFO -- :
  12. I, [2016-10-30T02:58:29.070417 #15] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  13. I, [2016-10-30T02:58:29.077943 #15] INFO -- :
  14. I, [2016-10-30T02:58:29.078535 #15] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  15. 2016/10/30 02:58:29 socat[23] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
  16. I, [2016-10-30T02:58:29.098662 #15] INFO -- :
  17. I, [2016-10-30T02:58:29.099171 #15] INFO -- : > rm -fr /shared/postgres_run/.s*
  18. I, [2016-10-30T02:58:29.108824 #15] INFO -- :
  19. I, [2016-10-30T02:58:29.109404 #15] INFO -- : > rm -fr /shared/postgres_run/*.pid
  20. I, [2016-10-30T02:58:29.118672 #15] INFO -- :
  21. I, [2016-10-30T02:58:29.119172 #15] INFO -- : > mkdir -p /shared/postgres_run/9.5-main.pg_stat_tmp
  22. I, [2016-10-30T02:58:29.126730 #15] INFO -- :
  23. I, [2016-10-30T02:58:29.127719 #15] INFO -- : > chown postgres:postgres /shared/postgres_run/9.5-main.pg_stat_tmp
  24. I, [2016-10-30T02:58:29.135499 #15] INFO -- :
  25. I, [2016-10-30T02:58:29.151987 #15] INFO -- : File > /etc/service/postgres/run chmod: +x
  26. I, [2016-10-30T02:58:29.170976 #15] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x
  27. I, [2016-10-30T02:58:29.191001 #15] INFO -- : File > /root/upgrade_postgres chmod: +x
  28. I, [2016-10-30T02:58:29.191990 #15] INFO -- : > chown -R root /var/lib/postgresql/9.5/main
  29. I, [2016-10-30T02:58:29.223330 #15] INFO -- :
  30. I, [2016-10-30T02:58:29.224157 #15] 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
  31.  
  32. WARNING: enabling "trust" authentication for local connections
  33. You can change this by editing pg_hba.conf or using the option -A, or
  34. --auth-local and --auth-host, the next time you run initdb.
  35. I, [2016-10-30T02:58:42.809274 #15] INFO -- : The files belonging to this database system will be owned by user "postgres".
  36. This user must also own the server process.
  37.  
  38. The database cluster will be initialized with locale "en_US.UTF-8".
  39. The default database encoding has accordingly been set to "UTF8".
  40. The default text search configuration will be set to "english".
  41.  
  42. Data page checksums are disabled.
  43.  
  44. fixing permissions on existing directory /shared/postgres_data ... ok
  45. creating subdirectories ... ok
  46. selecting default max_connections ... 100
  47. selecting default shared_buffers ... 128MB
  48. selecting dynamic shared memory implementation ... posix
  49. creating configuration files ... ok
  50. creating template1 database in /shared/postgres_data/base/1 ... ok
  51. initializing pg_authid ... ok
  52. initializing dependencies ... ok
  53. creating system views ... ok
  54. loading system objects' descriptions ... ok
  55. creating collations ... ok
  56. creating conversions ... ok
  57. creating dictionaries ... ok
  58. setting privileges on built-in objects ... ok
  59. creating information schema ... ok
  60. loading PL/pgSQL server-side language ... ok
  61. vacuuming database template1 ... ok
  62. copying template1 to template0 ... ok
  63. copying template1 to postgres ... ok
  64. syncing data to disk ... ok
  65.  
  66. Success. You can now start the database server using:
  67.  
  68. /usr/lib/postgresql/9.5/bin/pg_ctl -D /shared/postgres_data -l logfile start
  69.  
  70.  
  71. I, [2016-10-30T02:58:42.812418 #15] INFO -- : > chown -R postgres:postgres /shared/postgres_data
  72. I, [2016-10-30T02:58:42.829375 #15] INFO -- :
  73. I, [2016-10-30T02:58:42.831299 #15] INFO -- : > chown -R postgres:postgres /var/run/postgresql
  74. I, [2016-10-30T02:58:42.839500 #15] INFO -- :
  75. I, [2016-10-30T02:58:42.840090 #15] INFO -- : > /root/upgrade_postgres
  76. I, [2016-10-30T02:58:42.859376 #15] INFO -- :
  77. I, [2016-10-30T02:58:42.863060 #15] INFO -- : > rm /root/upgrade_postgres
  78. I, [2016-10-30T02:58:42.870492 #15] INFO -- :
  79. I, [2016-10-30T02:58:42.872356 #15] INFO -- : Replacing data_directory = '/var/lib/postgresql/9.5/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/9.5/main/postgresql.conf
  80. I, [2016-10-30T02:58:42.875927 #15] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/9.5/main/postgresql.conf
  81. I, [2016-10-30T02:58:42.918806 #15] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/9.5/main/postgresql.conf
  82. I, [2016-10-30T02:58:42.920043 #15] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/9.5/main/postgresql.conf
  83. I, [2016-10-30T02:58:42.921351 #15] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/9.5/main/postgresql.conf
  84. I, [2016-10-30T02:58:42.925263 #15] 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
  85. I, [2016-10-30T02:58:42.926335 #15] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
  86. I, [2016-10-30T02:58:42.935134 #15] INFO -- :
  87. I, [2016-10-30T02:58:42.936222 #15] INFO -- : Replacing (?-mix:#?max_wal_senders *=.*) with max_wal_senders = $db_max_wal_senders in /etc/postgresql/9.5/main/postgresql.conf
  88. I, [2016-10-30T02:58:42.937375 #15] INFO -- : Replacing (?-mix:#?wal_level *=.*) with wal_level = $db_wal_level in /etc/postgresql/9.5/main/postgresql.conf
  89. I, [2016-10-30T02:58:42.938552 #15] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/9.5/main/postgresql.conf
  90. I, [2016-10-30T02:58:42.939587 #15] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/9.5/main/postgresql.conf
  91. I, [2016-10-30T02:58:42.940634 #15] 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
  92. I, [2016-10-30T02:58:42.942268 #15] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/9.5/main/pg_hba.conf
  93. I, [2016-10-30T02:58:42.943270 #15] 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
  94. I, [2016-10-30T02:58:42.944198 #15] 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
  95. I, [2016-10-30T02:58:42.950943 #15] INFO -- : > sleep 5
  96. 2016-10-30 02:58:43 UTC [88-1] LOG: database system was shut down at 2016-10-30 02:58:34 UTC
  97. 2016-10-30 02:58:43 UTC [88-2] LOG: MultiXact member wraparound protections are now enabled
  98. 2016-10-30 02:58:43 UTC [92-1] LOG: autovacuum launcher started
  99. 2016-10-30 02:58:43 UTC [85-1] LOG: database system is ready to accept connections
  100. I, [2016-10-30T02:58:47.994570 #15] INFO -- :
  101. I, [2016-10-30T02:58:47.995149 #15] INFO -- : > su postgres -c 'createdb discourse' || true
  102. 2016-10-30 02:58:51 UTC [97-1] postgres@postgres LOG: duration: 2707.291 ms statement: CREATE DATABASE discourse;
  103. I, [2016-10-30T02:58:51.097877 #15] INFO -- :
  104. I, [2016-10-30T02:58:51.098437 #15] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
  105. I, [2016-10-30T02:58:51.325575 #15] INFO -- : CREATE ROLE
  106.  
  107. I, [2016-10-30T02:58:51.326197 #15] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
  108. I, [2016-10-30T02:58:51.523798 #15] INFO -- : GRANT
  109.  
  110. I, [2016-10-30T02:58:51.524377 #15] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
  111. I, [2016-10-30T02:58:51.715658 #15] INFO -- : ALTER SCHEMA
  112.  
  113. I, [2016-10-30T02:58:51.716187 #15] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
  114. I, [2016-10-30T02:58:51.985761 #15] INFO -- : CREATE EXTENSION
  115.  
  116. I, [2016-10-30T02:58:51.986334 #15] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
  117. I, [2016-10-30T02:58:52.189078 #15] INFO -- : CREATE EXTENSION
  118.  
  119. I, [2016-10-30T02:58:52.189813 #15] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
  120. I, [2016-10-30T02:58:52.432565 #15] INFO -- : CREATE EXTENSION
  121.  
  122. I, [2016-10-30T02:58:52.433139 #15] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
  123. I, [2016-10-30T02:58:52.635349 #15] INFO -- : CREATE EXTENSION
  124.  
  125. I, [2016-10-30T02:58:52.636050 #15] INFO -- : > sudo -u postgres psql discourse
  126. I, [2016-10-30T02:58:52.645516 #15] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
  127.  
  128. I, [2016-10-30T02:58:52.841060 #15] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x
  129. I, [2016-10-30T02:58:52.866722 #15] INFO -- : File > /var/spool/cron/crontabs/postgres chmod:
  130. I, [2016-10-30T02:58:52.867199 #15] INFO -- : > echo postgres installed!
  131. I, [2016-10-30T02:58:52.876148 #15] INFO -- : postgres installed!
  132.  
  133. I, [2016-10-30T02:58:52.891848 #15] INFO -- : File > /etc/service/redis/run chmod: +x
  134. I, [2016-10-30T02:58:52.911540 #15] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x
  135. I, [2016-10-30T02:58:52.913009 #15] INFO -- : Replacing daemonize yes with in /etc/redis/redis.conf
  136. I, [2016-10-30T02:58:52.915290 #15] INFO -- : Replacing (?-mix:^pidfile.*$) with in /etc/redis/redis.conf
  137. I, [2016-10-30T02:58:52.963404 #15] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
  138. I, [2016-10-30T02:58:52.973412 #15] INFO -- :
  139. I, [2016-10-30T02:58:52.974559 #15] INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
  140. I, [2016-10-30T02:58:52.975610 #15] INFO -- : Replacing (?-mix:^bind .*$) with in /etc/redis/redis.conf
  141. I, [2016-10-30T02:58:52.976546 #15] INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
  142. I, [2016-10-30T02:58:52.977378 #15] INFO -- : > echo redis installed
  143. I, [2016-10-30T02:58:52.984925 #15] INFO -- : redis installed
  144.  
  145. I, [2016-10-30T02:58:52.985398 #15] INFO -- : > cat /etc/redis/redis.conf | grep logfile
  146. I, [2016-10-30T02:58:52.996918 #15] INFO -- : logfile ""
  147.  
  148. I, [2016-10-30T02:58:52.998161 #15] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  149. I, [2016-10-30T02:58:53.010036 #15] INFO -- : > sleep 10
  150. _._
  151. _.-``__ ''-._
  152. _.-`` `. `_. ''-._ Redis 3.0.6 (00000000/0) 64 bit
  153. .-`` .-```. ```\/ _.,_ ''-._
  154. ( ' , .-` | `, ) Running in standalone mode
  155. |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
  156. | `-._ `._ / _.-' | PID: 198
  157. `-._ `-._ `-./ _.-' _.-'
  158. |`-._`-._ `-.__.-' _.-'_.-'|
  159. | `-._`-._ _.-'_.-' | http://redis.io
  160. `-._ `-._`-.__.-'_.-' _.-'
  161. |`-._`-._ `-.__.-' _.-'_.-'|
  162. | `-._`-._ _.-'_.-' |
  163. `-._ `-._`-.__.-'_.-' _.-'
  164. `-._ `-.__.-' _.-'
  165. `-._ _.-'
  166. `-.__.-'
  167.  
  168. 198:M 30 Oct 02:58:53.120 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  169. 198:M 30 Oct 02:58:53.120 # Server started, Redis version 3.0.6
  170. 198:M 30 Oct 02:58:53.120 # 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.
  171. 198:M 30 Oct 02:58:53.120 * The server is now ready to accept connections on port 6379
  172. I, [2016-10-30T02:59:03.019736 #15] INFO -- :
  173. I, [2016-10-30T02:59:03.026430 #15] INFO -- : Replacing <policymap> with <policymap>
  174. <policy domain="coder" rights="none" pattern="EPHEMERAL" />
  175. <policy domain="coder" rights="none" pattern="URL" />
  176. <policy domain="coder" rights="none" pattern="HTTPS" />
  177. <policy domain="coder" rights="none" pattern="MVG" />
  178. <policy domain="coder" rights="none" pattern="MSL" />
  179. <policy domain="coder" rights="none" pattern="TEXT" />
  180. <policy domain="coder" rights="none" pattern="SHOW" />
  181. <policy domain="coder" rights="none" pattern="WIN" />
  182. <policy domain="coder" rights="none" pattern="PLT" />
  183. in /usr/local/etc/ImageMagick-6/policy.xml
  184. I, [2016-10-30T02:59:03.029012 #15] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  185. I, [2016-10-30T02:59:03.212676 #15] INFO -- :
  186. I, [2016-10-30T02:59:03.213243 #15] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  187. I, [2016-10-30T02:59:03.380758 #15] INFO -- :
  188. I, [2016-10-30T02:59:03.381631 #15] INFO -- : > chown -R discourse /home/discourse
  189. I, [2016-10-30T02:59:03.392206 #15] INFO -- :
  190. I, [2016-10-30T02:59:03.392920 #15] INFO -- : > rm -f /etc/cron.d/anacron
  191. I, [2016-10-30T02:59:03.406935 #15] INFO -- :
  192. I, [2016-10-30T02:59:03.418399 #15] INFO -- : File > /etc/cron.d/anacron chmod:
  193. I, [2016-10-30T02:59:03.438999 #15] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x
  194. I, [2016-10-30T02:59:03.464265 #15] INFO -- : File > /etc/runit/1.d/00-fix-log-permissions chmod: +x
  195. I, [2016-10-30T02:59:03.484003 #15] INFO -- : File > /etc/runit/1.d/enable-brotli chmod: +x
  196. I, [2016-10-30T02:59:03.502813 #15] INFO -- : File > /etc/service/unicorn/run chmod: +x
  197. I, [2016-10-30T02:59:03.525682 #15] INFO -- : File > /etc/service/nginx/run chmod: +x
  198. I, [2016-10-30T02:59:03.545646 #15] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x
  199. I, [2016-10-30T02:59:03.567666 #15] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x
  200. I, [2016-10-30T02:59:03.568161 #15] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
  201. I, [2016-10-30T02:59:03.586116 #15] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  202. I, [2016-10-30T02:59:03.597200 #15] INFO -- : > cd /var/www/discourse && git reset --hard
  203. 226:M 30 Oct 02:59:03.610 # Creating Server TCP listening socket *:6379: bind: Address already in use
  204. I, [2016-10-30T02:59:05.592979 #15] INFO -- : HEAD is now at 407cda1 FIX: Scrolling on backup logs
  205.  
  206. I, [2016-10-30T02:59:05.593316 #15] INFO -- : > cd /var/www/discourse && git clean -f
  207. I, [2016-10-30T02:59:05.668828 #15] INFO -- :
  208. I, [2016-10-30T02:59:05.669128 #15] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin master
  209. I, [2016-10-30T02:59:05.689267 #15] INFO -- :
  210. I, [2016-10-30T02:59:05.689621 #15] INFO -- : > cd /var/www/discourse && git pull
  211. From https://github.com/discourse/discourse
  212. 407cda1..4d58a00 master -> origin/master
  213. 407cda1..4d58a00 tests-passed -> origin/tests-passed
  214. I, [2016-10-30T02:59:08.217867 #15] INFO -- : Updating 407cda1..4d58a00
  215. Fast-forward
  216. app/assets/javascripts/deprecated.js | 24 -------
  217. .../discourse-common/components/combo-box.js.es6 | 6 +-
  218. .../discourse-common/lib/helpers.js.es6 | 6 +-
  219. app/assets/javascripts/discourse.js.es6 | 9 ---
  220. .../components/color-picker-choice.js.es6 | 27 +++++++
  221. .../discourse/components/color-picker.js.es6 | 33 ++-------
  222. .../discourse/components/composer-messages.js.es6 | 2 +-
  223. .../discourse/components/d-button.js.es6 | 3 +
  224. .../discourse/components/d-editor.js.es6 | 17 +++--
  225. .../discourse/components/edit-category-tab.js.es6 | 7 +-
  226. .../discourse/components/image-uploader.js.es6 | 2 +-
  227. .../discourse/components/login-reply-button.js.es6 | 7 ++
  228. .../components/search-advanced-options.js.es6 | 5 +-
  229. .../components/topic-footer-buttons.js.es6 | 57 +++++++++++----
  230. .../components/topic-footer-mobile-dropdown.js.es6 | 2 +-
  231. .../discourse/components/topic-navigation.js.es6 | 4 +-
  232. .../javascripts/discourse/controllers/topic.js.es6 | 28 +++++---
  233. .../javascripts/discourse/helpers/as-hash.js.es6 | 12 ++--
  234. .../discourse/helpers/custom-html.js.es6 | 4 +-
  235. .../discourse/helpers/inline-date.js.es6 | 8 ++-
  236. .../discourse/helpers/plugin-outlet.js.es6 | 39 +++++-----
  237. .../javascripts/discourse/models/admin-post.js.es6 | 2 +-
  238. .../discourse/models/user-action.js.es6 | 6 +-
  239. .../javascripts/discourse/models/user.js.es6 | 6 +-
  240. .../inject-discourse-objects.js.es6 | 8 ---
  241. .../javascripts/discourse/routes/tags-show.js.es6 | 10 ---
  242. .../javascripts/discourse/routes/topic.js.es6 | 3 +-
  243. .../templates/components/color-picker.hbs | 1 +
  244. .../discourse/templates/components/d-button.hbs | 5 +-
  245. .../templates/components/topic-footer-buttons.hbs | 60 ++++++++++++++++
  246. .../templates/mobile/discovery/categories.hbs | 2 +-
  247. .../javascripts/discourse/templates/topic.hbs | 6 +-
  248. .../discourse/views/archive-button.js.es6 | 35 ---------
  249. .../discourse/views/bookmark-button.js.es6 | 28 --------
  250. .../javascripts/discourse/views/container.js.es6 | 16 -----
  251. .../discourse/views/flag-topic-button.js.es6 | 16 -----
  252. .../discourse/views/invite-reply-button.js.es6 | 18 -----
  253. .../discourse/views/login-reply-button.js.es6 | 12 ----
  254. .../javascripts/discourse/views/modal-body.js.es6 | 6 +-
  255. .../discourse/views/reply-button.js.es6 | 23 ------
  256. .../discourse/views/share-button.js.es6 | 14 ----
  257. .../views/topic-footer-main-buttons.js.es6 | 47 +-----------
  258. app/assets/javascripts/discourse/views/user.js.es6 | 3 +-
  259. .../discourse/widgets/search-menu.js.es6 | 2 +-
  260. app/assets/javascripts/main_include.js | 1 -
  261. .../wizard/test/helpers/component-test.js.es6 | 2 +-
  262. .../wizard/test/helpers/start-app.js.es6 | 2 +-
  263. app/assets/javascripts/wizard/wizard.js.es6 | 2 +-
  264. app/assets/stylesheets/desktop/topic-post.scss | 5 ++
  265. app/assets/stylesheets/wizard.scss | 10 +++
  266. app/controllers/tags_controller.rb | 16 +----
  267. app/controllers/webhooks_controller.rb | 2 +-
  268. app/models/tag.rb | 13 +++-
  269. lib/email/sender.rb | 4 +-
  270. spec/controllers/webhooks_controller_spec.rb | 4 +-
  271. spec/models/tag_spec.rb | 12 +++-
  272. test/javascripts/helpers/component-test.js.es6 | 2 +-
  273. test/javascripts/views/container-view-test.js.es6 | 83 ----------------------
  274. 58 files changed, 307 insertions(+), 482 deletions(-)
  275. create mode 100644 app/assets/javascripts/discourse/components/color-picker-choice.js.es6
  276. create mode 100644 app/assets/javascripts/discourse/components/login-reply-button.js.es6
  277. create mode 100644 app/assets/javascripts/discourse/templates/components/color-picker.hbs
  278. create mode 100644 app/assets/javascripts/discourse/templates/components/topic-footer-buttons.hbs
  279. delete mode 100644 app/assets/javascripts/discourse/views/archive-button.js.es6
  280. delete mode 100644 app/assets/javascripts/discourse/views/bookmark-button.js.es6
  281. delete mode 100644 app/assets/javascripts/discourse/views/container.js.es6
  282. delete mode 100644 app/assets/javascripts/discourse/views/flag-topic-button.js.es6
  283. delete mode 100644 app/assets/javascripts/discourse/views/invite-reply-button.js.es6
  284. delete mode 100644 app/assets/javascripts/discourse/views/login-reply-button.js.es6
  285. delete mode 100644 app/assets/javascripts/discourse/views/reply-button.js.es6
  286. delete mode 100644 app/assets/javascripts/discourse/views/share-button.js.es6
  287. delete mode 100644 test/javascripts/views/container-view-test.js.es6
  288.  
  289. I, [2016-10-30T02:59:08.218220 #15] INFO -- : > cd /var/www/discourse && git fetch origin v1.6.4
  290. From https://github.com/discourse/discourse
  291. * tag v1.6.4 -> FETCH_HEAD
  292. I, [2016-10-30T02:59:09.394998 #15] INFO -- :
  293. I, [2016-10-30T02:59:09.395545 #15] INFO -- : > cd /var/www/discourse && git checkout v1.6.4
  294. Note: checking out 'v1.6.4'.
  295.  
  296. You are in 'detached HEAD' state. You can look around, make experimental
  297. changes and commit them, and you can discard any commits you make in this
  298. state without impacting any branches by performing another checkout.
  299.  
  300. If you want to create a new branch to retain commits you create, you may
  301. do so (now or later) by using -b with the checkout command again. Example:
  302.  
  303. git checkout -b <new-branch-name>
  304.  
  305. HEAD is now at 4673295... Version bump to v1.6.4
  306. I, [2016-10-30T02:59:10.600272 #15] INFO -- :
  307. I, [2016-10-30T02:59:10.600625 #15] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  308. I, [2016-10-30T02:59:10.612329 #15] INFO -- :
  309. I, [2016-10-30T02:59:10.612628 #15] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  310. I, [2016-10-30T02:59:10.623611 #15] INFO -- :
  311. I, [2016-10-30T02:59:10.623902 #15] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  312. I, [2016-10-30T02:59:10.637115 #15] INFO -- :
  313. I, [2016-10-30T02:59:10.637425 #15] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  314. I, [2016-10-30T02:59:10.648414 #15] INFO -- :
  315. I, [2016-10-30T02:59:10.648704 #15] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
  316. I, [2016-10-30T02:59:10.662002 #15] INFO -- :
  317. I, [2016-10-30T02:59:10.662394 #15] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
  318. I, [2016-10-30T02:59:10.676508 #15] INFO -- :
  319. I, [2016-10-30T02:59:10.676819 #15] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  320. I, [2016-10-30T02:59:10.690683 #15] INFO -- :
  321. I, [2016-10-30T02:59:10.691146 #15] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  322. I, [2016-10-30T02:59:10.706150 #15] INFO -- :
  323. I, [2016-10-30T02:59:10.706524 #15] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups
  324. I, [2016-10-30T02:59:10.720136 #15] INFO -- :
  325. I, [2016-10-30T02:59:10.720774 #15] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  326. I, [2016-10-30T02:59:10.722971 #15] INFO -- : > cd /var/www/discourse/plugins && mkdir -p plugins
  327. I, [2016-10-30T02:59:10.734708 #15] INFO -- :
  328. I, [2016-10-30T02:59:10.735019 #15] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  329. Cloning into 'docker_manager'...
  330. I, [2016-10-30T02:59:12.562615 #15] INFO -- :
  331. I, [2016-10-30T02:59:12.562979 #15] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/cpradio/discourse-plugin-checklist.git
  332. Cloning into 'discourse-plugin-checklist'...
  333. I, [2016-10-30T02:59:14.050955 #15] INFO -- :
  334. I, [2016-10-30T02:59:14.051429 #15] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-tagging.git
  335. Cloning into 'discourse-tagging'...
  336. I, [2016-10-30T02:59:15.473140 #15] INFO -- :
  337. I, [2016-10-30T02:59:15.473957 #15] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  338. I, [2016-10-30T02:59:15.487283 #15] INFO -- :
  339. I, [2016-10-30T02:59:15.488171 #15] INFO -- : > rm /etc/nginx/sites-enabled/default
  340. I, [2016-10-30T02:59:15.495944 #15] INFO -- :
  341. I, [2016-10-30T02:59:15.496253 #15] INFO -- : > mkdir -p /var/nginx/cache
  342. I, [2016-10-30T02:59:15.504494 #15] INFO -- :
  343. I, [2016-10-30T02:59:15.505330 #15] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  344. I, [2016-10-30T02:59:15.506300 #15] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  345. I, [2016-10-30T02:59:15.507162 #15] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  346. I, [2016-10-30T02:59:15.508266 #15] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  347. I, [2016-10-30T02:59:15.509174 #15] INFO -- : > echo "done configuring web"
  348. I, [2016-10-30T02:59:15.516620 #15] INFO -- : done configuring web
  349.  
  350. I, [2016-10-30T02:59:15.517437 #15] INFO -- : > cd /var/www/discourse && gem update bundler
  351. I, [2016-10-30T02:59:23.711788 #15] INFO -- : Updating installed gems
  352. Nothing to update
  353.  
  354. I, [2016-10-30T02:59:23.712071 #15] INFO -- : > cd /var/www/discourse && chown -R discourse /var/www/discourse
  355. I, [2016-10-30T02:59:24.617600 #15] INFO -- :
  356. I, [2016-10-30T02:59:24.618514 #15] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development'
  357. I, [2016-10-30T03:03:02.218002 #15] INFO -- : Running `bundle install --deployment --verbose --without "development"` with bundler 1.13.6
  358. Found no changes, using resolution from the lockfile
  359. HTTP GET https://index.rubygems.org/versions
  360. HTTP 200 OK https://index.rubygems.org/versions
  361. Fetching gem metadata from https://rubygems.org/
  362. Looking up gems ["rake", "i18n", "json", "minitest", "thread_safe", "tzinfo", "activesupport", "builder", "erubis", "mini_portile2", "pkg-config", "nokogiri", "rails-deprecated_sanitizer", "rails-dom-testing", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mime-types", "mail", "actionmailer", "activemodel", "active_model_serializers", "arel", "activerecord", "jmespath", "aws-sdk-core", "aws-sdk-resources", "aws-sdk", "babel-source", "execjs", "babel-transpiler", "ember-source", "barber", "byebug", "certified", "coderay", "concurrent-ruby", "connection_pool", "crass", "daemons", "diff-lcs", "thor", "railties", "discourse-qunit-rails", "discourse_fastimage", "docile", "unf_ext", "unf", "domain_name", "email_reply_trimmer", "ember-data-source", "sprockets", "ember-handlebars-template", "jquery-rails", "ember-rails", "eventmachine", "excon", "exifr", "fabrication", "fakeweb", "multipart-post", "faraday", "fast_blank", "rake-compiler", "fast_xor", "fast_xs", "ffi", "flamegraph", "fspath", "sorcerer", "given_core", "guess_html_encoding", "hashie", "highline", "hiredis", "htmlentities", "http-cookie", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "jwt", "kgio", "libv8", "listen", "logster", "lru_redux", "memory_profiler", "message_bus", "metaclass", "method_source", "mini_racer", "mocha", "mock_redis", "moneta", "msgpack", "multi_json", "multi_xml", "mustache", "netrc", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github-discourse", "omniauth-google-oauth2", "omniauth-instagram", "omniauth-oauth", "ruby-openid", "rack-openid", "omniauth-openid", "omniauth-twitter", "onebox", "redis", "openid-redis-store", "pg", "slop", "pry", "pry-nav", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "sprockets-rails", "rails", "rails-observers", "rails_multisite", "raindrops", "rb-fsevent", "rb-inotify", "trollop", "rbtrace", "redis-namespace", "rest-client", "rinku", "rmmseg-cpp", "rspec-support", "rspec-core", "rspec-expectations", "rspec-mocks", "rspec", "rspec-given", "rspec-html-matchers", "rspec-rails", "rtlit", "ruby-readability", "sanitize", "sass", "tilt", "sass-rails", "seed-fu", "shoulda-context", "shoulda-matchers", "shoulda", "sidekiq", "sidekiq-statistic", "simple-rss", "simplecov-html", "simplecov", "sinatra", "spork", "spork-rails", "stackprof", "thin", "timecop", "uglifier", "unicorn"]
  363. HTTP GET https://index.rubygems.org/info/rake
  364. HTTP GET https://index.rubygems.org/info/i18n
  365. HTTP GET https://index.rubygems.org/info/json
  366. HTTP GET https://index.rubygems.org/info/minitest
  367. HTTP GET https://index.rubygems.org/info/thread_safe
  368. HTTP GET https://index.rubygems.org/info/tzinfo
  369. HTTP GET https://index.rubygems.org/info/activesupport
  370. HTTP GET https://index.rubygems.org/info/builder
  371. HTTP GET https://index.rubygems.org/info/erubis
  372. HTTP GET https://index.rubygems.org/info/mini_portile2
  373. HTTP GET https://index.rubygems.org/info/pkg-config
  374. HTTP GET https://index.rubygems.org/info/nokogiri
  375. HTTP GET https://index.rubygems.org/info/rails-deprecated_sanitizer
  376. HTTP GET https://index.rubygems.org/info/rails-dom-testing
  377. HTTP GET https://index.rubygems.org/info/loofah
  378. HTTP GET https://index.rubygems.org/info/rails-html-sanitizer
  379. HTTP GET https://index.rubygems.org/info/actionview
  380. HTTP GET https://index.rubygems.org/info/rack
  381. HTTP GET https://index.rubygems.org/info/rack-test
  382. HTTP GET https://index.rubygems.org/info/actionpack
  383. HTTP GET https://index.rubygems.org/info/globalid
  384. HTTP GET https://index.rubygems.org/info/activejob
  385. HTTP GET https://index.rubygems.org/info/mime-types
  386. HTTP GET https://index.rubygems.org/info/mail
  387. HTTP GET https://index.rubygems.org/info/actionmailer
  388. HTTP 200 OK https://index.rubygems.org/info/i18n
  389. HTTP 200 OK https://index.rubygems.org/info/rake
  390. HTTP 200 OK https://index.rubygems.org/info/thread_safe
  391. HTTP 200 OK https://index.rubygems.org/info/mime-types
  392. HTTP 200 OK https://index.rubygems.org/info/minitest
  393. HTTP 200 OK https://index.rubygems.org/info/tzinfo
  394. HTTP 200 OK https://index.rubygems.org/info/activesupport
  395. HTTP 200 OK https://index.rubygems.org/info/builder
  396. HTTP 200 OK https://index.rubygems.org/info/pkg-config
  397. HTTP 200 OK https://index.rubygems.org/info/mini_portile2
  398. HTTP 200 OK https://index.rubygems.org/info/erubis
  399. HTTP 200 OK https://index.rubygems.org/info/rails-dom-testing
  400. HTTP 200 OK https://index.rubygems.org/info/nokogiri
  401. HTTP 200 OK https://index.rubygems.org/info/loofah
  402. HTTP 200 OK https://index.rubygems.org/info/rails-html-sanitizer
  403. HTTP GET https://index.rubygems.org/info/activemodel
  404. HTTP GET https://index.rubygems.org/info/active_model_serializers
  405. HTTP 200 OK https://index.rubygems.org/info/json
  406. HTTP GET https://index.rubygems.org/info/arel
  407. HTTP GET https://index.rubygems.org/info/activerecord
  408. HTTP GET https://index.rubygems.org/info/jmespath
  409. HTTP 200 OK https://index.rubygems.org/info/rack
  410. HTTP GET https://index.rubygems.org/info/aws-sdk-core
  411. HTTP GET https://index.rubygems.org/info/aws-sdk-resources
  412. HTTP GET https://index.rubygems.org/info/aws-sdk
  413. HTTP GET https://index.rubygems.org/info/babel-source
  414. HTTP GET https://index.rubygems.org/info/execjs
  415. HTTP GET https://index.rubygems.org/info/babel-transpiler
  416. HTTP GET https://index.rubygems.org/info/ember-source
  417. HTTP 200 OK https://index.rubygems.org/info/rails-deprecated_sanitizer
  418. HTTP GET https://index.rubygems.org/info/barber
  419. HTTP GET https://index.rubygems.org/info/byebug
  420. HTTP GET https://index.rubygems.org/info/certified
  421. HTTP GET https://index.rubygems.org/info/coderay
  422. HTTP GET https://index.rubygems.org/info/concurrent-ruby
  423. HTTP GET https://index.rubygems.org/info/connection_pool
  424. HTTP 200 OK https://index.rubygems.org/info/coderay
  425. HTTP GET https://index.rubygems.org/info/crass
  426. HTTP 200 OK https://index.rubygems.org/info/connection_pool
  427. HTTP 200 OK https://index.rubygems.org/info/concurrent-ruby
  428. HTTP GET https://index.rubygems.org/info/daemons
  429. HTTP GET https://index.rubygems.org/info/diff-lcs
  430. HTTP 200 OK https://index.rubygems.org/info/diff-lcs
  431. HTTP GET https://index.rubygems.org/info/thor
  432. HTTP 200 OK https://index.rubygems.org/info/thor
  433. HTTP GET https://index.rubygems.org/info/railties
  434. HTTP 200 OK https://index.rubygems.org/info/actionview
  435. HTTP GET https://index.rubygems.org/info/discourse-qunit-rails
  436. HTTP 200 OK https://index.rubygems.org/info/rack-test
  437. HTTP 429 Unknown Error https://index.rubygems.org/info/aws-sdk-resources
  438. HTTP GET https://index.rubygems.org/info/discourse_fastimage
  439. Bundler::HTTPError: Net::HTTPTooManyRequests
  440. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/fetcher/downloader.rb:36:in `fetch'
  441. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/fetcher/compact_index.rb:115:in `call'
  442. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/vendor/compact_index_client/lib/compact_index_client/updater.rb:42:in `block in update'
  443. /usr/local/lib/ruby/2.3.0/tmpdir.rb:89:in `mktmpdir'
  444. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/vendor/compact_index_client/lib/compact_index_client/updater.rb:29:in `update'
  445. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb:65:in `update'
  446. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb:73:in `update_info'
  447. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb:44:in `block in dependencies'
  448. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/fetcher/compact_index.rb:86:in `block (3 levels) in compact_index_client'
  449. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:65:in `apply_func'
  450. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:60:in `block in process_queue'
  451. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:57:in `loop'
  452. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:57:in `process_queue'
  453. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:29:in `block (2 levels) in initialize'
  454. HTTP 429 Unknown Error https://index.rubygems.org/info/aws-sdk-core
  455. HTTP 429 Unknown Error https://index.rubygems.org/info/execjs
  456. Query List: ["rake", "i18n", "json", "minitest", "thread_safe", "tzinfo", "activesupport", "builder", "erubis", "mini_portile2", "pkg-config", "nokogiri", "rails-deprecated_sanitizer", "rails-dom-testing", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mime-types", "mail", "actionmailer", "activemodel", "active_model_serializers", "arel", "activerecord", "jmespath", "aws-sdk-core", "aws-sdk-resources", "aws-sdk", "babel-source", "execjs", "babel-transpiler", "ember-source", "barber", "byebug", "certified", "coderay", "concurrent-ruby", "connection_pool", "crass", "daemons", "diff-lcs", "thor", "railties", "discourse-qunit-rails", "discourse_fastimage", "docile", "unf_ext", "unf", "domain_name", "email_reply_trimmer", "ember-data-source", "sprockets", "ember-handlebars-template", "jquery-rails", "ember-rails", "eventmachine", "excon", "exifr", "fabrication", "fakeweb", "multipart-post", "faraday", "fast_blank", "rake-compiler", "fast_xor", "fast_xs", "ffi", "flamegraph", "fspath", "sorcerer", "given_core", "guess_html_encoding", "hashie", "highline", "hiredis", "htmlentities", "http-cookie", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "jwt", "kgio", "libv8", "listen", "logster", "lru_redux", "memory_profiler", "message_bus", "metaclass", "method_source", "mini_racer", "mocha", "mock_redis", "moneta", "msgpack", "multi_json", "multi_xml", "mustache", "netrc", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github-discourse", "omniauth-google-oauth2", "omniauth-instagram", "omniauth-oauth", "ruby-openid", "rack-openid", "omniauth-openid", "omniauth-twitter", "onebox", "redis", "openid-redis-store", "pg", "slop", "pry", "pry-nav", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "sprockets-rails", "rails", "rails-observers", "rails_multisite", "raindrops", "rb-fsevent", "rb-inotify", "trollop", "rbtrace", "redis-namespace", "rest-client", "rinku", "rmmseg-cpp", "rspec-support", "rspec-core", "rspec-expectations", "rspec-mocks", "rspec", "rspec-given", "rspec-html-matchers", "rspec-rails", "rtlit", "ruby-readability", "sanitize", "sass", "tilt", "sass-rails", "seed-fu", "shoulda-context", "shoulda-matchers", "shoulda", "sidekiq", "sidekiq-statistic", "simple-rss", "simplecov-html", "simplecov", "sinatra", "spork", "spork-rails", "stackprof", "thin", "timecop", "uglifier", "unicorn"]
  457. HTTP GET https://index.rubygems.org/info/docile
  458. HTTP 429 Unknown Error https://index.rubygems.org/info/babel-source
  459. HTTP GET https://index.rubygems.org/info/unf_ext
  460. HTTP 429 Unknown Error https://index.rubygems.org/info/certified
  461. Query Gemcutter Dependency Endpoint API: rake,i18n,json,minitest,thread_safe,tzinfo,activesupport,builder,erubis,mini_portile2,pkg-config,nokogiri,rails-deprecated_sanitizer,rails-dom-testing,loofah,rails-html-sanitizer,actionview,rack,rack-test,actionpack,globalid,activejob,mime-types,mail,actionmailer,activemodel,active_model_serializers,arel,activerecord,jmespath,aws-sdk-core,aws-sdk-resources,aws-sdk,babel-source,execjs,babel-transpiler,ember-source,barber,byebug,certified,coderay,concurrent-ruby,connection_pool,crass,daemons,diff-lcs,thor,railties,discourse-qunit-rails,discourse_fastimage,docile,unf_ext,unf,domain_name,email_reply_trimmer,ember-data-source,sprockets,ember-handlebars-template,jquery-rails,ember-rails,eventmachine,excon,exifr,fabrication,fakeweb,multipart-post,faraday,fast_blank,rake-compiler,fast_xor,fast_xs,ffi,flamegraph,fspath,sorcerer,given_core,guess_html_encoding,hashie,highline,hiredis,htmlentities,http-cookie,http_accept_language,image_size,in_threads,progress,image_optim,jwt,kgio,libv8,listen,logster,lru_redux,memory_profiler,message_bus,metaclass,method_source,mini_racer,mocha,mock_redis,moneta,msgpack,multi_json,multi_xml,mustache,netrc,nokogumbo,oauth,oauth2,oj,omniauth,omniauth-oauth2,omniauth-facebook,omniauth-github-discourse,omniauth-google-oauth2,omniauth-instagram,omniauth-oauth,ruby-openid,rack-openid,omniauth-openid,omniauth-twitter,onebox,redis,openid-redis-store,pg,slop,pry,pry-nav,pry-rails,puma,r2,rack-mini-profiler,rack-protection,sprockets-rails,rails,rails-observers,rails_multisite,raindrops,rb-fsevent,rb-inotify,trollop,rbtrace,redis-namespace,rest-client,rinku,rmmseg-cpp,rspec-support,rspec-core,rspec-expectations,rspec-mocks,rspec,rspec-given,rspec-html-matchers,rspec-rails,rtlit,ruby-readability,sanitize,sass,tilt,sass-rails,seed-fu,shoulda-context,shoulda-matchers,shoulda,sidekiq,sidekiq-statistic,simple-rss,simplecov-html,simplecov,sinatra,spork,spork-rails,stackprof,thin,timecop,uglifier,unicorn
  462. HTTP 429 Unknown Error https://index.rubygems.org/info/byebug
  463. HTTP 429 Unknown Error https://index.rubygems.org/info/aws-sdk
  464. HTTP GET https://index.rubygems.org/info/unf
  465. HTTP 429 Unknown Error https://index.rubygems.org/info/barber
  466. HTTP GET https://index.rubygems.org/info/domain_name
  467. HTTP 429 Unknown Error https://index.rubygems.org/info/babel-transpiler
  468. HTTP GET https://index.rubygems.org/info/email_reply_trimmer
  469. HTTP GET https://index.rubygems.org/info/ember-data-source
  470. HTTP 429 Unknown Error https://index.rubygems.org/info/ember-source
  471. HTTP GET https://index.rubygems.org/info/sprockets
  472. HTTP GET https://index.rubygems.org/info/ember-handlebars-template
  473. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=rake%2Ci18n%2Cjson%2Cminitest%2Cthread_safe%2Ctzinfo%2Cactivesupport%2Cbuilder%2Cerubis%2Cmini_portile2%2Cpkg-config%2Cnokogiri%2Crails-deprecated_sanitizer%2Crails-dom-testing%2Cloofah%2Crails-html-sanitizer%2Cactionview%2Crack%2Crack-test%2Cactionpack%2Cglobalid%2Cactivejob%2Cmime-types%2Cmail%2Cactionmailer%2Cactivemodel%2Cactive_model_serializers%2Carel%2Cactiverecord%2Cjmespath%2Caws-sdk-core%2Caws-sdk-resources%2Caws-sdk%2Cbabel-source%2Cexecjs%2Cbabel-transpiler%2Cember-source%2Cbarber%2Cbyebug%2Ccertified%2Ccoderay%2Cconcurrent-ruby%2Cconnection_pool%2Ccrass%2Cdaemons%2Cdiff-lcs%2Cthor%2Crailties%2Cdiscourse-qunit-rails%2Cdiscourse_fastimage
  474. HTTP GET https://index.rubygems.org/info/jquery-rails
  475. HTTP GET https://index.rubygems.org/info/ember-rails
  476. HTTP 429 Unknown Error https://index.rubygems.org/info/discourse-qunit-rails
  477. HTTP 429 Unknown Error https://index.rubygems.org/info/daemons
  478. HTTP GET https://index.rubygems.org/info/eventmachine
  479. HTTP GET https://index.rubygems.org/info/excon
  480. HTTP 429 Unknown Error https://index.rubygems.org/info/railties
  481. HTTP GET https://index.rubygems.org/info/exifr
  482. HTTP 200 OK https://index.rubygems.org/info/globalid
  483. HTTP GET https://index.rubygems.org/info/fabrication
  484. HTTP 200 OK https://index.rubygems.org/info/mail
  485. HTTP GET https://index.rubygems.org/info/fakeweb
  486. HTTP 429 Unknown Error https://index.rubygems.org/info/domain_name
  487. HTTP GET https://index.rubygems.org/info/multipart-post
  488. HTTP 429 Unknown Error https://index.rubygems.org/info/sprockets
  489. HTTP GET https://index.rubygems.org/info/faraday
  490. HTTP 429 Unknown Error https://index.rubygems.org/info/ember-data-source
  491. HTTP GET https://index.rubygems.org/info/fast_blank
  492. HTTP 429 Unknown Error https://index.rubygems.org/info/ember-rails
  493. HTTP 429 Unknown Error https://index.rubygems.org/info/ember-handlebars-template
  494. HTTP 429 Unknown Error https://index.rubygems.org/info/email_reply_trimmer
  495. HTTP 429 Unknown Error https://index.rubygems.org/info/jquery-rails
  496. HTTP 429 Unknown Error https://index.rubygems.org/info/unf_ext
  497. HTTP GET https://index.rubygems.org/info/rake-compiler
  498. HTTP GET https://index.rubygems.org/info/fast_xor
  499. HTTP 200 OK https://index.rubygems.org/info/rake-compiler
  500. HTTP GET https://index.rubygems.org/info/fast_xs
  501. HTTP GET https://index.rubygems.org/info/ffi
  502. HTTP GET https://index.rubygems.org/info/flamegraph
  503. HTTP 429 Unknown Error https://index.rubygems.org/info/eventmachine
  504. HTTP 200 OK https://index.rubygems.org/info/ffi
  505. HTTP 429 Unknown Error https://index.rubygems.org/info/excon
  506. HTTP GET https://index.rubygems.org/info/fspath
  507. HTTP 429 Unknown Error https://index.rubygems.org/info/exifr
  508. HTTP GET https://index.rubygems.org/info/sorcerer
  509. HTTP GET https://index.rubygems.org/info/given_core
  510. HTTP GET https://index.rubygems.org/info/guess_html_encoding
  511. HTTP GET https://index.rubygems.org/info/hashie
  512. HTTP 200 OK https://index.rubygems.org/info/hashie
  513. HTTP GET https://index.rubygems.org/info/highline
  514. HTTP 429 Unknown Error https://index.rubygems.org/info/fabrication
  515. HTTP GET https://index.rubygems.org/info/hiredis
  516. HTTP 200 OK https://index.rubygems.org/info/highline
  517. HTTP GET https://index.rubygems.org/info/htmlentities
  518. HTTP 200 OK https://index.rubygems.org/info/htmlentities
  519. HTTP GET https://index.rubygems.org/info/http-cookie
  520. HTTP 200 OK https://index.rubygems.org/info/activejob
  521. HTTP GET https://index.rubygems.org/info/http_accept_language
  522. HTTP 429 Unknown Error https://index.rubygems.org/info/fast_xs
  523. HTTP GET https://index.rubygems.org/info/image_size
  524. HTTP 200 OK https://index.rubygems.org/info/active_model_serializers
  525. HTTP GET https://index.rubygems.org/info/in_threads
  526. HTTP 429 Unknown Error https://index.rubygems.org/info/fast_xor
  527. HTTP GET https://index.rubygems.org/info/progress
  528. HTTP 429 Unknown Error https://index.rubygems.org/info/fast_blank
  529. HTTP GET https://index.rubygems.org/info/image_optim
  530. HTTP 429 Unknown Error https://index.rubygems.org/info/flamegraph
  531. HTTP GET https://index.rubygems.org/info/jwt
  532. HTTP 200 OK https://index.rubygems.org/info/jwt
  533. HTTP GET https://index.rubygems.org/info/kgio
  534. HTTP 200 OK https://index.rubygems.org/info/kgio
  535. HTTP GET https://index.rubygems.org/info/libv8
  536. HTTP 429 Unknown Error https://index.rubygems.org/info/sorcerer
  537. HTTP GET https://index.rubygems.org/info/listen
  538. HTTP 429 Unknown Error https://index.rubygems.org/info/fspath
  539. HTTP GET https://index.rubygems.org/info/logster
  540. HTTP 200 OK https://index.rubygems.org/info/listen
  541. HTTP 429 Unknown Error https://index.rubygems.org/info/guess_html_encoding
  542. HTTP GET https://index.rubygems.org/info/lru_redux
  543. HTTP 429 Unknown Error https://index.rubygems.org/info/given_core
  544. HTTP 429 Unknown Error https://index.rubygems.org/info/hiredis
  545. HTTP GET https://index.rubygems.org/info/memory_profiler
  546. HTTP GET https://index.rubygems.org/info/message_bus
  547. HTTP GET https://index.rubygems.org/info/metaclass
  548. HTTP 429 Unknown Error https://index.rubygems.org/info/http_accept_language
  549. HTTP 429 Unknown Error https://index.rubygems.org/info/http-cookie
  550. HTTP GET https://index.rubygems.org/info/method_source
  551. HTTP GET https://index.rubygems.org/info/mini_racer
  552. HTTP 200 OK https://index.rubygems.org/info/method_source
  553. HTTP GET https://index.rubygems.org/info/mocha
  554. HTTP 200 OK https://index.rubygems.org/info/actionmailer
  555. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=rake%2Ci18n%2Cjson%2Cminitest%2Cthread_safe%2Ctzinfo%2Cactivesupport%2Cbuilder%2Cerubis%2Cmini_portile2%2Cpkg-config%2Cnokogiri%2Crails-deprecated_sanitizer%2Crails-dom-testing%2Cloofah%2Crails-html-sanitizer%2Cactionview%2Crack%2Crack-test%2Cactionpack%2Cglobalid%2Cactivejob%2Cmime-types%2Cmail%2Cactionmailer%2Cactivemodel%2Cactive_model_serializers%2Carel%2Cactiverecord%2Cjmespath%2Caws-sdk-core%2Caws-sdk-resources%2Caws-sdk%2Cbabel-source%2Cexecjs%2Cbabel-transpiler%2Cember-source%2Cbarber%2Cbyebug%2Ccertified%2Ccoderay%2Cconcurrent-ruby%2Cconnection_pool%2Ccrass%2Cdaemons%2Cdiff-lcs%2Cthor%2Crailties%2Cdiscourse-qunit-rails%2Cdiscourse_fastimage
  556. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=docile%2Cunf_ext%2Cunf%2Cdomain_name%2Cemail_reply_trimmer%2Cember-data-source%2Csprockets%2Cember-handlebars-template%2Cjquery-rails%2Cember-rails%2Ceventmachine%2Cexcon%2Cexifr%2Cfabrication%2Cfakeweb%2Cmultipart-post%2Cfaraday%2Cfast_blank%2Crake-compiler%2Cfast_xor%2Cfast_xs%2Cffi%2Cflamegraph%2Cfspath%2Csorcerer%2Cgiven_core%2Cguess_html_encoding%2Chashie%2Chighline%2Chiredis%2Chtmlentities%2Chttp-cookie%2Chttp_accept_language%2Cimage_size%2Cin_threads%2Cprogress%2Cimage_optim%2Cjwt%2Ckgio%2Clibv8%2Clisten%2Clogster%2Clru_redux%2Cmemory_profiler%2Cmessage_bus%2Cmetaclass%2Cmethod_source%2Cmini_racer%2Cmocha%2Cmock_redis
  557. HTTP 429 Unknown Error https://index.rubygems.org/info/image_size
  558. HTTP GET https://index.rubygems.org/info/mock_redis
  559. HTTP GET https://index.rubygems.org/info/moneta
  560. HTTP 429 Unknown Error https://index.rubygems.org/info/progress
  561. HTTP 429 Unknown Error https://index.rubygems.org/info/crass
  562. HTTP 200 OK https://index.rubygems.org/info/mock_redis
  563. HTTP GET https://index.rubygems.org/info/msgpack
  564. HTTP GET https://index.rubygems.org/info/multi_json
  565. HTTP 200 OK https://index.rubygems.org/info/multi_json
  566. HTTP GET https://index.rubygems.org/info/multi_xml
  567. HTTP GET https://index.rubygems.org/info/mustache
  568. HTTP 200 OK https://index.rubygems.org/info/actionpack
  569. HTTP 429 Unknown Error https://index.rubygems.org/info/libv8
  570. HTTP GET https://index.rubygems.org/info/netrc
  571. HTTP GET https://index.rubygems.org/info/nokogumbo
  572. HTTP 429 Unknown Error https://index.rubygems.org/info/logster
  573. HTTP 429 Unknown Error https://index.rubygems.org/info/memory_profiler
  574. HTTP GET https://index.rubygems.org/info/oauth
  575. HTTP GET https://index.rubygems.org/info/oauth2
  576. HTTP 200 OK https://index.rubygems.org/info/nokogumbo
  577. HTTP 429 Unknown Error https://index.rubygems.org/info/message_bus
  578. HTTP 429 Unknown Error https://index.rubygems.org/info/lru_redux
  579. HTTP GET https://index.rubygems.org/info/oj
  580. HTTP GET https://index.rubygems.org/info/omniauth
  581. HTTP 200 OK https://index.rubygems.org/info/oauth2
  582. HTTP 429 Unknown Error https://index.rubygems.org/info/metaclass
  583. HTTP GET https://index.rubygems.org/info/omniauth-oauth2
  584. HTTP 200 OK https://index.rubygems.org/info/oj
  585. HTTP GET https://index.rubygems.org/info/omniauth-facebook
  586. HTTP 200 OK https://index.rubygems.org/info/omniauth
  587. HTTP 429 Unknown Error https://index.rubygems.org/info/mini_racer
  588. HTTP 429 Unknown Error https://index.rubygems.org/info/mocha
  589. HTTP 200 OK https://index.rubygems.org/info/omniauth-facebook
  590. HTTP GET https://index.rubygems.org/info/omniauth-github-discourse
  591. HTTP 200 OK https://index.rubygems.org/info/arel
  592. HTTP GET https://index.rubygems.org/info/omniauth-google-oauth2
  593. HTTP GET https://index.rubygems.org/info/omniauth-instagram
  594. HTTP GET https://index.rubygems.org/info/omniauth-oauth
  595. HTTP GET https://index.rubygems.org/info/ruby-openid
  596. HTTP 429 Unknown Error https://index.rubygems.org/info/unf
  597. HTTP 429 Unknown Error https://index.rubygems.org/info/moneta
  598. HTTP GET https://index.rubygems.org/info/rack-openid
  599. HTTP GET https://index.rubygems.org/info/omniauth-openid
  600. HTTP GET https://index.rubygems.org/info/omniauth-twitter
  601. HTTP 200 OK https://index.rubygems.org/info/rack-openid
  602. HTTP GET https://index.rubygems.org/info/onebox
  603. HTTP 200 OK https://index.rubygems.org/info/jmespath
  604. HTTP 200 OK https://index.rubygems.org/info/omniauth-twitter
  605. HTTP 429 Unknown Error https://index.rubygems.org/info/multi_xml
  606. HTTP GET https://index.rubygems.org/info/redis
  607. HTTP GET https://index.rubygems.org/info/openid-redis-store
  608. HTTP 200 OK https://index.rubygems.org/info/redis
  609. HTTP GET https://index.rubygems.org/info/pg
  610. HTTP GET https://index.rubygems.org/info/slop
  611. HTTP 429 Unknown Error https://index.rubygems.org/info/oauth
  612. HTTP 429 Unknown Error https://index.rubygems.org/info/omniauth-oauth2
  613. HTTP GET https://index.rubygems.org/info/pry
  614. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=docile%2Cunf_ext%2Cunf%2Cdomain_name%2Cemail_reply_trimmer%2Cember-data-source%2Csprockets%2Cember-handlebars-template%2Cjquery-rails%2Cember-rails%2Ceventmachine%2Cexcon%2Cexifr%2Cfabrication%2Cfakeweb%2Cmultipart-post%2Cfaraday%2Cfast_blank%2Crake-compiler%2Cfast_xor%2Cfast_xs%2Cffi%2Cflamegraph%2Cfspath%2Csorcerer%2Cgiven_core%2Cguess_html_encoding%2Chashie%2Chighline%2Chiredis%2Chtmlentities%2Chttp-cookie%2Chttp_accept_language%2Cimage_size%2Cin_threads%2Cprogress%2Cimage_optim%2Cjwt%2Ckgio%2Clibv8%2Clisten%2Clogster%2Clru_redux%2Cmemory_profiler%2Cmessage_bus%2Cmetaclass%2Cmethod_source%2Cmini_racer%2Cmocha%2Cmock_redis
  615. HTTP GET https://index.rubygems.org/info/pry-nav
  616. HTTP GET https://index.rubygems.org/info/pry-rails
  617. HTTP 200 OK https://index.rubygems.org/info/activemodel
  618. HTTP 429 Unknown Error https://index.rubygems.org/info/ruby-openid
  619. HTTP 429 Unknown Error https://index.rubygems.org/info/omniauth-oauth
  620. HTTP 429 Unknown Error https://index.rubygems.org/info/omniauth-google-oauth2
  621. HTTP 429 Unknown Error https://index.rubygems.org/info/omniauth-openid
  622. HTTP 429 Unknown Error https://index.rubygems.org/info/fakeweb
  623. HTTP 429 Unknown Error https://index.rubygems.org/info/onebox
  624. HTTP 200 OK https://index.rubygems.org/info/activerecord
  625. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=moneta%2Cmsgpack%2Cmulti_json%2Cmulti_xml%2Cmustache%2Cnetrc%2Cnokogumbo%2Coauth%2Coauth2%2Coj%2Comniauth%2Comniauth-oauth2%2Comniauth-facebook%2Comniauth-github-discourse%2Comniauth-google-oauth2%2Comniauth-instagram%2Comniauth-oauth%2Cruby-openid%2Crack-openid%2Comniauth-openid%2Comniauth-twitter%2Conebox%2Credis%2Copenid-redis-store%2Cpg%2Cslop%2Cpry%2Cpry-nav%2Cpry-rails%2Cpuma%2Cr2%2Crack-mini-profiler%2Crack-protection%2Csprockets-rails%2Crails%2Crails-observers%2Crails_multisite%2Craindrops%2Crb-fsevent%2Crb-inotify%2Ctrollop%2Crbtrace%2Credis-namespace%2Crest-client%2Crinku%2Crmmseg-cpp%2Crspec-support%2Crspec-core%2Crspec-expectations%2Crspec-mocks
  626. HTTP 200 OK https://index.rubygems.org/info/pg
  627. HTTP 429 Unknown Error https://index.rubygems.org/info/omniauth-instagram
  628. HTTP GET https://index.rubygems.org/info/puma
  629. HTTP GET https://index.rubygems.org/info/r2
  630. HTTP GET https://index.rubygems.org/info/rack-mini-profiler
  631. HTTP GET https://index.rubygems.org/info/rack-protection
  632. HTTP GET https://index.rubygems.org/info/sprockets-rails
  633. HTTP GET https://index.rubygems.org/info/rails
  634. HTTP 429 Unknown Error https://index.rubygems.org/info/slop
  635. HTTP GET https://index.rubygems.org/info/rails-observers
  636. HTTP GET https://index.rubygems.org/info/rails_multisite
  637. HTTP 200 OK https://index.rubygems.org/info/puma
  638. HTTP 429 Unknown Error https://index.rubygems.org/info/pry
  639. HTTP GET https://index.rubygems.org/info/raindrops
  640. HTTP GET https://index.rubygems.org/info/rb-fsevent
  641. HTTP 200 OK https://index.rubygems.org/info/discourse_fastimage
  642. HTTP 200 OK https://index.rubygems.org/info/rails
  643. HTTP GET https://index.rubygems.org/info/rb-inotify
  644. HTTP GET https://index.rubygems.org/info/trollop
  645. HTTP GET https://index.rubygems.org/info/rbtrace
  646. HTTP GET https://index.rubygems.org/info/redis-namespace
  647. HTTP 200 OK https://index.rubygems.org/info/rb-fsevent
  648. HTTP 200 OK https://index.rubygems.org/info/rb-inotify
  649. HTTP GET https://index.rubygems.org/info/rest-client
  650. HTTP 200 OK https://index.rubygems.org/info/trollop
  651. HTTP GET https://index.rubygems.org/info/rinku
  652. HTTP 200 OK https://index.rubygems.org/info/redis-namespace
  653. HTTP 200 OK https://index.rubygems.org/info/rinku
  654. HTTP GET https://index.rubygems.org/info/rmmseg-cpp
  655. HTTP GET https://index.rubygems.org/info/rspec-support
  656. HTTP GET https://index.rubygems.org/info/rspec-core
  657. HTTP GET https://index.rubygems.org/info/rspec-expectations
  658. HTTP 200 OK https://index.rubygems.org/info/rspec-support
  659. HTTP 200 OK https://index.rubygems.org/info/rspec-core
  660. HTTP 200 OK https://index.rubygems.org/info/rspec-expectations
  661. HTTP GET https://index.rubygems.org/info/rspec-mocks
  662. HTTP GET https://index.rubygems.org/info/rspec
  663. HTTP 200 OK https://index.rubygems.org/info/rspec-mocks
  664. HTTP GET https://index.rubygems.org/info/rspec-given
  665. HTTP 200 OK https://index.rubygems.org/info/rspec
  666. HTTP 429 Unknown Error https://index.rubygems.org/info/pry-rails
  667. HTTP 200 OK https://index.rubygems.org/info/docile
  668. HTTP GET https://index.rubygems.org/info/rspec-html-matchers
  669. HTTP GET https://index.rubygems.org/info/rspec-rails
  670. HTTP GET https://index.rubygems.org/info/rtlit
  671. HTTP GET https://index.rubygems.org/info/ruby-readability
  672. HTTP 429 Unknown Error https://index.rubygems.org/info/rack-mini-profiler
  673. HTTP GET https://index.rubygems.org/info/sanitize
  674. HTTP 200 OK https://index.rubygems.org/info/sanitize
  675. HTTP 429 Unknown Error https://index.rubygems.org/info/rack-protection
  676. HTTP GET https://index.rubygems.org/info/sass
  677. HTTP GET https://index.rubygems.org/info/tilt
  678. HTTP 200 OK https://index.rubygems.org/info/sass
  679. HTTP 429 Unknown Error https://index.rubygems.org/info/sprockets-rails
  680. HTTP GET https://index.rubygems.org/info/sass-rails
  681. HTTP GET https://index.rubygems.org/info/seed-fu
  682. HTTP 429 Unknown Error https://index.rubygems.org/info/raindrops
  683. HTTP GET https://index.rubygems.org/info/shoulda-context
  684. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=moneta%2Cmsgpack%2Cmulti_json%2Cmulti_xml%2Cmustache%2Cnetrc%2Cnokogumbo%2Coauth%2Coauth2%2Coj%2Comniauth%2Comniauth-oauth2%2Comniauth-facebook%2Comniauth-github-discourse%2Comniauth-google-oauth2%2Comniauth-instagram%2Comniauth-oauth%2Cruby-openid%2Crack-openid%2Comniauth-openid%2Comniauth-twitter%2Conebox%2Credis%2Copenid-redis-store%2Cpg%2Cslop%2Cpry%2Cpry-nav%2Cpry-rails%2Cpuma%2Cr2%2Crack-mini-profiler%2Crack-protection%2Csprockets-rails%2Crails%2Crails-observers%2Crails_multisite%2Craindrops%2Crb-fsevent%2Crb-inotify%2Ctrollop%2Crbtrace%2Credis-namespace%2Crest-client%2Crinku%2Crmmseg-cpp%2Crspec-support%2Crspec-core%2Crspec-expectations%2Crspec-mocks
  685. HTTP 429 Unknown Error https://index.rubygems.org/info/rails-observers
  686. HTTP GET https://index.rubygems.org/info/shoulda-matchers
  687. HTTP 200 OK https://index.rubygems.org/info/multipart-post
  688. HTTP 429 Unknown Error https://index.rubygems.org/info/rest-client
  689. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=rspec%2Crspec-given%2Crspec-html-matchers%2Crspec-rails%2Crtlit%2Cruby-readability%2Csanitize%2Csass%2Ctilt%2Csass-rails%2Cseed-fu%2Cshoulda-context%2Cshoulda-matchers%2Cshoulda%2Csidekiq%2Csidekiq-statistic%2Csimple-rss%2Csimplecov-html%2Csimplecov%2Csinatra%2Cspork%2Cspork-rails%2Cstackprof%2Cthin%2Ctimecop%2Cuglifier%2Cunicorn
  690. HTTP 200 OK https://index.rubygems.org/info/shoulda-context
  691. HTTP 429 Unknown Error https://index.rubygems.org/info/rbtrace
  692. HTTP GET https://index.rubygems.org/info/shoulda
  693. HTTP 429 Unknown Error https://index.rubygems.org/info/rmmseg-cpp
  694. HTTP 200 OK https://index.rubygems.org/info/shoulda-matchers
  695. HTTP GET https://index.rubygems.org/info/sidekiq
  696. HTTP GET https://index.rubygems.org/info/sidekiq-statistic
  697. HTTP GET https://index.rubygems.org/info/simple-rss
  698. HTTP 200 OK https://index.rubygems.org/info/shoulda
  699. HTTP 200 OK https://index.rubygems.org/info/sidekiq
  700. HTTP GET https://index.rubygems.org/info/simplecov-html
  701. HTTP GET https://index.rubygems.org/info/simplecov
  702. HTTP GET https://index.rubygems.org/info/sinatra
  703. HTTP GET https://index.rubygems.org/info/spork
  704. HTTP 429 Unknown Error https://index.rubygems.org/info/netrc
  705. HTTP GET https://index.rubygems.org/info/spork-rails
  706. HTTP 429 Unknown Error https://index.rubygems.org/info/rspec-html-matchers
  707. HTTP 200 OK https://index.rubygems.org/info/faraday
  708. HTTP GET https://index.rubygems.org/info/stackprof
  709. HTTP GET https://index.rubygems.org/info/thin
  710. HTTP 200 OK https://index.rubygems.org/info/stackprof
  711. HTTP 429 Unknown Error https://index.rubygems.org/info/ruby-readability
  712. HTTP 429 Unknown Error https://index.rubygems.org/info/rtlit
  713. HTTP GET https://index.rubygems.org/info/timecop
  714. HTTP GET https://index.rubygems.org/info/uglifier
  715. HTTP GET https://index.rubygems.org/info/unicorn
  716. HTTP 200 OK https://index.rubygems.org/info/unicorn
  717. HTTP 429 Unknown Error https://index.rubygems.org/info/sass-rails
  718. HTTP 429 Unknown Error https://index.rubygems.org/info/tilt
  719. HTTP 429 Unknown Error https://index.rubygems.org/info/seed-fu
  720. HTTP 200 OK https://index.rubygems.org/info/in_threads
  721. HTTP 429 Unknown Error https://index.rubygems.org/info/sidekiq-statistic
  722. HTTP 429 Unknown Error https://index.rubygems.org/info/simple-rss
  723. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=rspec%2Crspec-given%2Crspec-html-matchers%2Crspec-rails%2Crtlit%2Cruby-readability%2Csanitize%2Csass%2Ctilt%2Csass-rails%2Cseed-fu%2Cshoulda-context%2Cshoulda-matchers%2Cshoulda%2Csidekiq%2Csidekiq-statistic%2Csimple-rss%2Csimplecov-html%2Csimplecov%2Csinatra%2Cspork%2Cspork-rails%2Cstackprof%2Cthin%2Ctimecop%2Cuglifier%2Cunicorn
  724. HTTP 429 Unknown Error https://index.rubygems.org/info/simplecov
  725. HTTP 429 Unknown Error https://index.rubygems.org/info/spork
  726. HTTP 429 Unknown Error https://index.rubygems.org/info/sinatra
  727. HTTP 429 Unknown Error https://index.rubygems.org/info/spork-rails
  728. HTTP 429 Unknown Error https://index.rubygems.org/info/thin
  729. HTTP 429 Unknown Error https://index.rubygems.org/info/timecop
  730. HTTP 200 OK https://index.rubygems.org/info/image_optim
  731. HTTP 429 Unknown Error https://index.rubygems.org/info/uglifier
  732. Query List: ["hoe", "atomic", "memcache-client", "abstract", "racc", "rexical", "mini_portile", "tenderlove-frex", "weakling", "test-spec", "camping", "fcgi", "mongrel", "rack-cache", "rack-mount", "journey", "activemodel-globalid", "archive-tar-minitar", "rcov", "mime-types-data", "treetop", "tlsmail", "text-format", "bcrypt-ruby", "jsonapi", "activerecord-deprecated_finders", "json_pure", "jamespath", "uuidtools", "httparty", "aws-sdk-v1", "handlebars-source", "ember-template-compiler-source", "debugger-linecache", "columnize", "rb-readline", "functional-ruby", "ref", "rack-ssl", "rdoc", "hike", "ember-cli-assets", "ember-es6_template", "active-model-adapter-source", "addressable", "bones", "fast_stack", "xattr", "rb-appscript", "ffi-xattr", "termios", "sqlite3", "newgem", "celluloid", "celluloid-io", "rb-fchange", "rb-kqueue", "ruby_dep", "ruby_parser", "ruby-hmac", "httpauth", "faraday-middleware", "oa-core", "oa-oauth", "oa-basic", "oa-openid", "oa-enterprise", "oa-more", "ruby-yadis", "opengraph_parser", "hexpress", "verbal_expressions", "spoon", "win32console", "yard", "pry-doc", "escape_utils", "actionwebservice", "activeresource", "bundler", "actioncable", "curses", "cucumber", "syntax", "spicycode-rcov", "webrat", "rspec-collection_matchers", "hpricot", "sass-listen", "bourne", "sprockets-sass", "compass", "slim", "lockfile", "mustermann", "shotgun", "backports", "win32-process", "eventmachine-le", "http_parser.rb", "preforker", "therubyracer"]
  733. HTTP 200 OK https://index.rubygems.org/info/msgpack
  734. Query Gemcutter Dependency Endpoint API: hoe,atomic,memcache-client,abstract,racc,rexical,mini_portile,tenderlove-frex,weakling,test-spec,camping,fcgi,mongrel,rack-cache,rack-mount,journey,activemodel-globalid,archive-tar-minitar,rcov,mime-types-data,treetop,tlsmail,text-format,bcrypt-ruby,jsonapi,activerecord-deprecated_finders,json_pure,jamespath,uuidtools,httparty,aws-sdk-v1,handlebars-source,ember-template-compiler-source,debugger-linecache,columnize,rb-readline,functional-ruby,ref,rack-ssl,rdoc,hike,ember-cli-assets,ember-es6_template,active-model-adapter-source,addressable,bones,fast_stack,xattr,rb-appscript,ffi-xattr,termios,sqlite3,newgem,celluloid,celluloid-io,rb-fchange,rb-kqueue,ruby_dep,ruby_parser,ruby-hmac,httpauth,faraday-middleware,oa-core,oa-oauth,oa-basic,oa-openid,oa-enterprise,oa-more,ruby-yadis,opengraph_parser,hexpress,verbal_expressions,spoon,win32console,yard,pry-doc,escape_utils,actionwebservice,activeresource,bundler,actioncable,curses,cucumber,syntax,spicycode-rcov,webrat,rspec-collection_matchers,hpricot,sass-listen,bourne,sprockets-sass,compass,slim,lockfile,mustermann,shotgun,backports,win32-process,eventmachine-le,http_parser.rb,preforker,therubyracer
  735. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=hoe%2Catomic%2Cmemcache-client%2Cabstract%2Cracc%2Crexical%2Cmini_portile%2Ctenderlove-frex%2Cweakling%2Ctest-spec%2Ccamping%2Cfcgi%2Cmongrel%2Crack-cache%2Crack-mount%2Cjourney%2Cactivemodel-globalid%2Carchive-tar-minitar%2Crcov%2Cmime-types-data%2Ctreetop%2Ctlsmail%2Ctext-format%2Cbcrypt-ruby%2Cjsonapi%2Cactiverecord-deprecated_finders%2Cjson_pure%2Cjamespath%2Cuuidtools%2Chttparty%2Caws-sdk-v1%2Chandlebars-source%2Cember-template-compiler-source%2Cdebugger-linecache%2Ccolumnize%2Crb-readline%2Cfunctional-ruby%2Cref%2Crack-ssl%2Crdoc%2Chike%2Cember-cli-assets%2Cember-es6_template%2Cactive-model-adapter-source%2Caddressable%2Cbones%2Cfast_stack%2Cxattr%2Crb-appscript%2Cffi-xattr
  736. HTTP 200 OK https://index.rubygems.org/info/mustache
  737. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=hoe%2Catomic%2Cmemcache-client%2Cabstract%2Cracc%2Crexical%2Cmini_portile%2Ctenderlove-frex%2Cweakling%2Ctest-spec%2Ccamping%2Cfcgi%2Cmongrel%2Crack-cache%2Crack-mount%2Cjourney%2Cactivemodel-globalid%2Carchive-tar-minitar%2Crcov%2Cmime-types-data%2Ctreetop%2Ctlsmail%2Ctext-format%2Cbcrypt-ruby%2Cjsonapi%2Cactiverecord-deprecated_finders%2Cjson_pure%2Cjamespath%2Cuuidtools%2Chttparty%2Caws-sdk-v1%2Chandlebars-source%2Cember-template-compiler-source%2Cdebugger-linecache%2Ccolumnize%2Crb-readline%2Cfunctional-ruby%2Cref%2Crack-ssl%2Crdoc%2Chike%2Cember-cli-assets%2Cember-es6_template%2Cactive-model-adapter-source%2Caddressable%2Cbones%2Cfast_stack%2Cxattr%2Crb-appscript%2Cffi-xattr
  738. HTTP 200 OK https://index.rubygems.org/info/omniauth-github-discourse
  739. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=termios%2Csqlite3%2Cnewgem%2Ccelluloid%2Ccelluloid-io%2Crb-fchange%2Crb-kqueue%2Cruby_dep%2Cruby_parser%2Cruby-hmac%2Chttpauth%2Cfaraday-middleware%2Coa-core%2Coa-oauth%2Coa-basic%2Coa-openid%2Coa-enterprise%2Coa-more%2Cruby-yadis%2Copengraph_parser%2Chexpress%2Cverbal_expressions%2Cspoon%2Cwin32console%2Cyard%2Cpry-doc%2Cescape_utils%2Cactionwebservice%2Cactiveresource%2Cbundler%2Cactioncable%2Ccurses%2Ccucumber%2Csyntax%2Cspicycode-rcov%2Cwebrat%2Crspec-collection_matchers%2Chpricot%2Csass-listen%2Cbourne%2Csprockets-sass%2Ccompass%2Cslim%2Clockfile%2Cmustermann%2Cshotgun%2Cbackports%2Cwin32-process%2Ceventmachine-le%2Chttp_parser.rb
  740. HTTP 200 OK https://index.rubygems.org/info/openid-redis-store
  741. HTTP 200 OK https://index.rubygems.org/info/r2
  742. HTTP 200 OK https://index.rubygems.org/info/pry-nav
  743. HTTP 200 OK https://index.rubygems.org/info/rails_multisite
  744. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=termios%2Csqlite3%2Cnewgem%2Ccelluloid%2Ccelluloid-io%2Crb-fchange%2Crb-kqueue%2Cruby_dep%2Cruby_parser%2Cruby-hmac%2Chttpauth%2Cfaraday-middleware%2Coa-core%2Coa-oauth%2Coa-basic%2Coa-openid%2Coa-enterprise%2Coa-more%2Cruby-yadis%2Copengraph_parser%2Chexpress%2Cverbal_expressions%2Cspoon%2Cwin32console%2Cyard%2Cpry-doc%2Cescape_utils%2Cactionwebservice%2Cactiveresource%2Cbundler%2Cactioncable%2Ccurses%2Ccucumber%2Csyntax%2Cspicycode-rcov%2Cwebrat%2Crspec-collection_matchers%2Chpricot%2Csass-listen%2Cbourne%2Csprockets-sass%2Ccompass%2Cslim%2Clockfile%2Cmustermann%2Cshotgun%2Cbackports%2Cwin32-process%2Ceventmachine-le%2Chttp_parser.rb
  745. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=preforker%2Ctherubyracer
  746. HTTP 200 OK https://index.rubygems.org/info/rspec-rails
  747. HTTP 200 OK https://index.rubygems.org/info/simplecov-html
  748. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=preforker%2Ctherubyracer
  749. Query List: ["RubyInline", "rubyforge", "gemcutter", "ZenTest", "flexmock", "markaby", "metaid", "mab", "gem_plugin", "cgi_multipart_eof_fix", "fastthread", "multimap", "polyglot", "facets", "text-hyphen", "bcrypt", "jsonapi-renderer", "jsonapi-parser", "spruz", "launchy", "echoe", "crack", "jnunemaker-crack", "debugger-ruby_core_source", "ruby_core_source", "little-plugger", "loquacious", "bones-git", "bones-extras", "RedCloth", "rubigen", "rspec-logsplit", "timers", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "celluloid-essentials", "dotenv", "nenv", "facter", "nio4r", "win32-api", "sexp_processor", "ParseTree", "restclient", "ruby-openid-apps-discovery", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "websocket-driver", "em-hiredis", "faye-websocket", "coffee-rails", "term-ansicolor", "gherkin", "multi_test", "cucumber-core", "event-bus", "cucumber-wire", "gherkin3", "sprockets-helpers", "haml", "chunky_png", "fssm", "compass-core", "compass-import-once", "temple", "tool", "windows-pr"]
  750. Query Gemcutter Dependency Endpoint API: RubyInline,rubyforge,gemcutter,ZenTest,flexmock,markaby,metaid,mab,gem_plugin,cgi_multipart_eof_fix,fastthread,multimap,polyglot,facets,text-hyphen,bcrypt,jsonapi-renderer,jsonapi-parser,spruz,launchy,echoe,crack,jnunemaker-crack,debugger-ruby_core_source,ruby_core_source,little-plugger,loquacious,bones-git,bones-extras,RedCloth,rubigen,rspec-logsplit,timers,celluloid-extras,celluloid-fsm,celluloid-pool,celluloid-supervision,celluloid-essentials,dotenv,nenv,facter,nio4r,win32-api,sexp_processor,ParseTree,restclient,ruby-openid-apps-discovery,net-ldap,rubyntlm,pyu-ruby-sasl,uuid,XMLCanonicalizer,websocket-driver,em-hiredis,faye-websocket,coffee-rails,term-ansicolor,gherkin,multi_test,cucumber-core,event-bus,cucumber-wire,gherkin3,sprockets-helpers,haml,chunky_png,fssm,compass-core,compass-import-once,temple,tool,windows-pr
  751. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=RubyInline%2Crubyforge%2Cgemcutter%2CZenTest%2Cflexmock%2Cmarkaby%2Cmetaid%2Cmab%2Cgem_plugin%2Ccgi_multipart_eof_fix%2Cfastthread%2Cmultimap%2Cpolyglot%2Cfacets%2Ctext-hyphen%2Cbcrypt%2Cjsonapi-renderer%2Cjsonapi-parser%2Cspruz%2Claunchy%2Cechoe%2Ccrack%2Cjnunemaker-crack%2Cdebugger-ruby_core_source%2Cruby_core_source%2Clittle-plugger%2Cloquacious%2Cbones-git%2Cbones-extras%2CRedCloth%2Crubigen%2Crspec-logsplit%2Ctimers%2Ccelluloid-extras%2Ccelluloid-fsm%2Ccelluloid-pool%2Ccelluloid-supervision%2Ccelluloid-essentials%2Cdotenv%2Cnenv%2Cfacter%2Cnio4r%2Cwin32-api%2Csexp_processor%2CParseTree%2Crestclient%2Cruby-openid-apps-discovery%2Cnet-ldap%2Crubyntlm%2Cpyu-ruby-sasl
  752. HTTP 200 OK https://index.rubygems.org/info/rspec-given
  753. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=RubyInline%2Crubyforge%2Cgemcutter%2CZenTest%2Cflexmock%2Cmarkaby%2Cmetaid%2Cmab%2Cgem_plugin%2Ccgi_multipart_eof_fix%2Cfastthread%2Cmultimap%2Cpolyglot%2Cfacets%2Ctext-hyphen%2Cbcrypt%2Cjsonapi-renderer%2Cjsonapi-parser%2Cspruz%2Claunchy%2Cechoe%2Ccrack%2Cjnunemaker-crack%2Cdebugger-ruby_core_source%2Cruby_core_source%2Clittle-plugger%2Cloquacious%2Cbones-git%2Cbones-extras%2CRedCloth%2Crubigen%2Crspec-logsplit%2Ctimers%2Ccelluloid-extras%2Ccelluloid-fsm%2Ccelluloid-pool%2Ccelluloid-supervision%2Ccelluloid-essentials%2Cdotenv%2Cnenv%2Cfacter%2Cnio4r%2Cwin32-api%2Csexp_processor%2CParseTree%2Crestclient%2Cruby-openid-apps-discovery%2Cnet-ldap%2Crubyntlm%2Cpyu-ruby-sasl
  754. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=uuid%2CXMLCanonicalizer%2Cwebsocket-driver%2Cem-hiredis%2Cfaye-websocket%2Ccoffee-rails%2Cterm-ansicolor%2Cgherkin%2Cmulti_test%2Ccucumber-core%2Cevent-bus%2Ccucumber-wire%2Cgherkin3%2Csprockets-helpers%2Chaml%2Cchunky_png%2Cfssm%2Ccompass-core%2Ccompass-import-once%2Ctemple%2Ctool%2Cwindows-pr
  755. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=uuid%2CXMLCanonicalizer%2Cwebsocket-driver%2Cem-hiredis%2Cfaye-websocket%2Ccoffee-rails%2Cterm-ansicolor%2Cgherkin%2Cmulti_test%2Ccucumber-core%2Cevent-bus%2Ccucumber-wire%2Cgherkin3%2Csprockets-helpers%2Chaml%2Cchunky_png%2Cfssm%2Ccompass-core%2Ccompass-import-once%2Ctemple%2Ctool%2Cwindows-pr
  756. Query List: ["net-scp", "configuration", "allison", "safe_yaml", "git", "bones-rcov", "bones-rubyforge", "bones-rspec", "bones-zentest", "thoughtbot-shoulda", "hitimes", "coveralls", "rubocop", "celluloid-gems", "dotenv-deployment", "win32-security", "win32-dir", "CFPropertyList", "sys-admin", "windows-api", "test-unit", "SexpProcessor", "colored", "paint", "macaddr", "log4r", "websocket-extensions", "coffee-script", "tins", "maruku"]
  757. Query Gemcutter Dependency Endpoint API: net-scp,configuration,allison,safe_yaml,git,bones-rcov,bones-rubyforge,bones-rspec,bones-zentest,thoughtbot-shoulda,hitimes,coveralls,rubocop,celluloid-gems,dotenv-deployment,win32-security,win32-dir,CFPropertyList,sys-admin,windows-api,test-unit,SexpProcessor,colored,paint,macaddr,log4r,websocket-extensions,coffee-script,tins,maruku
  758. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=net-scp%2Cconfiguration%2Callison%2Csafe_yaml%2Cgit%2Cbones-rcov%2Cbones-rubyforge%2Cbones-rspec%2Cbones-zentest%2Cthoughtbot-shoulda%2Chitimes%2Ccoveralls%2Crubocop%2Ccelluloid-gems%2Cdotenv-deployment%2Cwin32-security%2Cwin32-dir%2CCFPropertyList%2Csys-admin%2Cwindows-api%2Ctest-unit%2CSexpProcessor%2Ccolored%2Cpaint%2Cmacaddr%2Clog4r%2Cwebsocket-extensions%2Ccoffee-script%2Ctins%2Cmaruku
  759. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=net-scp%2Cconfiguration%2Callison%2Csafe_yaml%2Cgit%2Cbones-rcov%2Cbones-rubyforge%2Cbones-rspec%2Cbones-zentest%2Cthoughtbot-shoulda%2Chitimes%2Ccoveralls%2Crubocop%2Ccelluloid-gems%2Cdotenv-deployment%2Cwin32-security%2Cwin32-dir%2CCFPropertyList%2Csys-admin%2Cwindows-api%2Ctest-unit%2CSexpProcessor%2Ccolored%2Cpaint%2Cmacaddr%2Clog4r%2Cwebsocket-extensions%2Ccoffee-script%2Ctins%2Cmaruku
  760. Query List: ["net-ssh", "psych", "mkrf", "colorize", "rainbow", "parser", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "ffi-win32-extensions", "libxml-ruby", "power_assert", "systemu", "coffee-script-source"]
  761. Query Gemcutter Dependency Endpoint API: net-ssh,psych,mkrf,colorize,rainbow,parser,powerpack,ruby-progressbar,astrolabe,unicode-display_width,ffi-win32-extensions,libxml-ruby,power_assert,systemu,coffee-script-source
  762. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=net-ssh%2Cpsych%2Cmkrf%2Ccolorize%2Crainbow%2Cparser%2Cpowerpack%2Cruby-progressbar%2Castrolabe%2Cunicode-display_width%2Cffi-win32-extensions%2Clibxml-ruby%2Cpower_assert%2Csystemu%2Ccoffee-script-source
  763. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=net-ssh%2Cpsych%2Cmkrf%2Ccolorize%2Crainbow%2Cparser%2Cpowerpack%2Cruby-progressbar%2Castrolabe%2Cunicode-display_width%2Cffi-win32-extensions%2Clibxml-ruby%2Cpower_assert%2Csystemu%2Ccoffee-script-source
  764. Query List: ["needle", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "jruby-pageant", "jar-dependencies", "ast", "pattern-match"]
  765. Query Gemcutter Dependency Endpoint API: needle,bcrypt_pbkdf,rbnacl,rbnacl-libsodium,jruby-pageant,jar-dependencies,ast,pattern-match
  766. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=needle%2Cbcrypt_pbkdf%2Crbnacl%2Crbnacl-libsodium%2Cjruby-pageant%2Cjar-dependencies%2Cast%2Cpattern-match
  767. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=needle%2Cbcrypt_pbkdf%2Crbnacl%2Crbnacl-libsodium%2Cjruby-pageant%2Cjar-dependencies%2Cast%2Cpattern-match
  768. Query List: ["ruby-maven"]
  769. Query Gemcutter Dependency Endpoint API: ruby-maven
  770. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=ruby-maven
  771. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=ruby-maven
  772. Query List: ["maven-tools", "ruby-maven-libs"]
  773. Query Gemcutter Dependency Endpoint API: maven-tools,ruby-maven-libs
  774. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=maven-tools%2Cruby-maven-libs
  775. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=maven-tools%2Cruby-maven-libs
  776. Query List: ["virtus"]
  777. Query Gemcutter Dependency Endpoint API: virtus
  778. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=virtus
  779. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=virtus
  780. Query List: ["descendants_tracker", "equalizer", "coercible", "axiom-types"]
  781. Query Gemcutter Dependency Endpoint API: descendants_tracker,equalizer,coercible,axiom-types
  782. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=descendants_tracker%2Cequalizer%2Ccoercible%2Caxiom-types
  783. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=descendants_tracker%2Cequalizer%2Ccoercible%2Caxiom-types
  784. Query List: ["adamantium", "ice_nine"]
  785. Query Gemcutter Dependency Endpoint API: adamantium,ice_nine
  786. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=adamantium%2Cice_nine
  787. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=adamantium%2Cice_nine
  788. Query List: ["memoizable"]
  789. Query Gemcutter Dependency Endpoint API: memoizable
  790. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=memoizable
  791. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=memoizable
  792. Query List: []
  793. Fetching version metadata from https://rubygems.org/
  794. HTTP GET https://index.rubygems.org/api/v1/dependencies
  795. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies
  796. Query List: ["thread_safe", "backports", "ice_nine", "memoizable", "adamantium", "descendants_tracker", "equalizer", "coercible", "axiom-types", "virtus", "maven-tools", "ruby-maven-libs", "thor", "ffi", "rbnacl", "rake", "ruby-maven", "echoe", "needle", "bcrypt_pbkdf", "rbnacl-libsodium", "jruby-pageant", "jar-dependencies", "hoe", "ast", "sexp_processor", "slop", "parser", "pattern-match", "net-ssh", "psych", "bones", "rcov", "rubyforge", "rspec", "ZenTest", "activesupport", "configuration", "mkrf", "json", "rake-compiler", "rest-client", "term-ansicolor", "multi_json", "simplecov", "colorize", "tins", "rainbow", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "dotenv", "windows-pr", "test-unit", "sys-admin", "ffi-win32-extensions", "libxml-ruby", "win32-security", "win32-api", "power_assert", "systemu", "coffee-script-source", "execjs", "syntax", "json_pure", "net-scp", "builder", "addressable", "spoon", "highline", "gemcutter", "allison", "rdoc", "safe_yaml", "archive-tar-minitar", "git", "bones-rcov", "bones-rubyforge", "bones-rspec", "bones-zentest", "newgem", "i18n", "mocha", "cucumber", "thoughtbot-shoulda", "hitimes", "rspec-logsplit", "timers", "coveralls", "rubocop", "bundler", "nenv", "celluloid", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "celluloid-essentials", "celluloid-extras", "celluloid-gems", "dotenv-deployment", "win32-dir", "CFPropertyList", "windows-api", "win32console", "RubyInline", "SexpProcessor", "colored", "paint", "nokogiri", "ruby-openid", "macaddr", "log4r", "websocket-extensions", "hiredis", "eventmachine", "websocket-driver", "thin", "railties", "coffee-script", "actionpack", "sprockets", "trollop", "gherkin", "gherkin3", "tilt", "yard", "maruku", "sass", "flexmock", "activerecord", "markaby", "metaid", "rack", "mab", "daemons", "gem_plugin", "cgi_multipart_eof_fix", "fastthread", "multimap", "activemodel", "polyglot", "facets", "text-hyphen", "bcrypt", "jsonapi-renderer", "jsonapi-parser", "spruz", "launchy", "multi_xml", "crack", "jnunemaker-crack", "handlebars-source", "debugger-ruby_core_source", "ruby_core_source", "minitest", "babel-transpiler", "ember-data-source", "ember-source", "little-plugger", "loquacious", "bones-git", "bones-extras", "RedCloth", "rubigen", "facter", "nio4r", "ParseTree", "faraday", "oa-core", "oauth", "oauth2", "restclient", "rack-openid", "ruby-openid-apps-discovery", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "erubis", "pry", "rails-observers", "redis", "em-hiredis", "faye-websocket", "coffee-rails", "treetop", "diff-lcs", "multi_test", "cucumber-core", "event-bus", "cucumber-wire", "rack-test", "hpricot", "rspec-expectations", "rb-inotify", "rb-fsevent", "sprockets-helpers", "haml", "chunky_png", "fssm", "compass-core", "compass-import-once", "listen", "temple", "escape_utils", "tool", "libv8", "ref", "atomic", "tzinfo", "memcache-client", "concurrent-ruby", "method_source", "abstract", "racc", "rexical", "mini_portile2", "mini_portile", "tenderlove-frex", "weakling", "pkg-config", "rails-deprecated_sanitizer", "crass", "loofah", "rails-dom-testing", "rails-html-sanitizer", "test-spec", "camping", "fcgi", "mongrel", "rack-cache", "rack-mount", "actionview", "journey", "globalid", "activemodel-globalid", "mime-types-data", "mime-types", "tlsmail", "mail", "text-format", "activejob", "bcrypt-ruby", "jsonapi", "arel", "activerecord-deprecated_finders", "jamespath", "jmespath", "aws-sdk-core", "uuidtools", "httparty", "aws-sdk-resources", "aws-sdk-v1", "babel-source", "ember-template-compiler-source", "debugger-linecache", "columnize", "rb-readline", "functional-ruby", "rack-ssl", "unf_ext", "unf", "hike", "barber", "rails", "ember-handlebars-template", "jquery-rails", "active_model_serializers", "ember-cli-assets", "ember-es6_template", "active-model-adapter-source", "multipart-post", "fast_stack", "xattr", "rb-appscript", "ffi-xattr", "sorcerer", "termios", "domain_name", "sqlite3", "fspath", "image_size", "progress", "in_threads", "exifr", "celluloid-io", "rb-fchange", "rb-kqueue", "ruby_dep", "ruby_parser", "metaclass", "ruby-hmac", "jwt", "httpauth", "faraday-middleware", "oa-oauth", "oa-basic", "oa-openid", "oa-enterprise", "oa-more", "hashie", "omniauth", "omniauth-oauth2", "ruby-yadis", "omniauth-oauth", "htmlentities", "moneta", "mustache", "opengraph_parser", "hexpress", "verbal_expressions", "coderay", "pry-doc", "actionmailer", "actionwebservice", "activeresource", "sprockets-rails", "actioncable", "curses", "msgpack", "netrc", "http-cookie", "rspec-support", "rspec-core", "rspec-mocks", "spicycode-rcov", "given_core", "webrat", "rspec-collection_matchers", "guess_html_encoding", "nokogumbo", "sass-listen", "bourne", "shoulda-context", "shoulda-matchers", "redis-namespace", "connection_pool", "sprockets-sass", "compass", "rack-protection", "sinatra", "slim", "sidekiq", "simplecov-html", "lockfile", "docile", "mustermann", "shotgun", "win32-process", "spork", "eventmachine-le", "http_parser.rb", "preforker", "therubyracer", "kgio", "raindrops"]
  797. Query Gemcutter Dependency Endpoint API: thread_safe,backports,ice_nine,memoizable,adamantium,descendants_tracker,equalizer,coercible,axiom-types,virtus,maven-tools,ruby-maven-libs,thor,ffi,rbnacl,rake,ruby-maven,echoe,needle,bcrypt_pbkdf,rbnacl-libsodium,jruby-pageant,jar-dependencies,hoe,ast,sexp_processor,slop,parser,pattern-match,net-ssh,psych,bones,rcov,rubyforge,rspec,ZenTest,activesupport,configuration,mkrf,json,rake-compiler,rest-client,term-ansicolor,multi_json,simplecov,colorize,tins,rainbow,powerpack,ruby-progressbar,astrolabe,unicode-display_width,dotenv,windows-pr,test-unit,sys-admin,ffi-win32-extensions,libxml-ruby,win32-security,win32-api,power_assert,systemu,coffee-script-source,execjs,syntax,json_pure,net-scp,builder,addressable,spoon,highline,gemcutter,allison,rdoc,safe_yaml,archive-tar-minitar,git,bones-rcov,bones-rubyforge,bones-rspec,bones-zentest,newgem,i18n,mocha,cucumber,thoughtbot-shoulda,hitimes,rspec-logsplit,timers,coveralls,rubocop,bundler,nenv,celluloid,celluloid-fsm,celluloid-pool,celluloid-supervision,celluloid-essentials,celluloid-extras,celluloid-gems,dotenv-deployment,win32-dir,CFPropertyList,windows-api,win32console,RubyInline,SexpProcessor,colored,paint,nokogiri,ruby-openid,macaddr,log4r,websocket-extensions,hiredis,eventmachine,websocket-driver,thin,railties,coffee-script,actionpack,sprockets,trollop,gherkin,gherkin3,tilt,yard,maruku,sass,flexmock,activerecord,markaby,metaid,rack,mab,daemons,gem_plugin,cgi_multipart_eof_fix,fastthread,multimap,activemodel,polyglot,facets,text-hyphen,bcrypt,jsonapi-renderer,jsonapi-parser,spruz,launchy,multi_xml,crack,jnunemaker-crack,handlebars-source,debugger-ruby_core_source,ruby_core_source,minitest,babel-transpiler,ember-data-source,ember-source,little-plugger,loquacious,bones-git,bones-extras,RedCloth,rubigen,facter,nio4r,ParseTree,faraday,oa-core,oauth,oauth2,restclient,rack-openid,ruby-openid-apps-discovery,net-ldap,rubyntlm,pyu-ruby-sasl,uuid,XMLCanonicalizer,erubis,pry,rails-observers,redis,em-hiredis,faye-websocket,coffee-rails,treetop,diff-lcs,multi_test,cucumber-core,event-bus,cucumber-wire,rack-test,hpricot,rspec-expectations,rb-inotify,rb-fsevent,sprockets-helpers,haml,chunky_png,fssm,compass-core,compass-import-once,listen,temple,escape_utils,tool,libv8,ref,atomic,tzinfo,memcache-client,concurrent-ruby,method_source,abstract,racc,rexical,mini_portile2,mini_portile,tenderlove-frex,weakling,pkg-config,rails-deprecated_sanitizer,crass,loofah,rails-dom-testing,rails-html-sanitizer,test-spec,camping,fcgi,mongrel,rack-cache,rack-mount,actionview,journey,globalid,activemodel-globalid,mime-types-data,mime-types,tlsmail,mail,text-format,activejob,bcrypt-ruby,jsonapi,arel,activerecord-deprecated_finders,jamespath,jmespath,aws-sdk-core,uuidtools,httparty,aws-sdk-resources,aws-sdk-v1,babel-source,ember-template-compiler-source,debugger-linecache,columnize,rb-readline,functional-ruby,rack-ssl,unf_ext,unf,hike,barber,rails,ember-handlebars-template,jquery-rails,active_model_serializers,ember-cli-assets,ember-es6_template,active-model-adapter-source,multipart-post,fast_stack,xattr,rb-appscript,ffi-xattr,sorcerer,termios,domain_name,sqlite3,fspath,image_size,progress,in_threads,exifr,celluloid-io,rb-fchange,rb-kqueue,ruby_dep,ruby_parser,metaclass,ruby-hmac,jwt,httpauth,faraday-middleware,oa-oauth,oa-basic,oa-openid,oa-enterprise,oa-more,hashie,omniauth,omniauth-oauth2,ruby-yadis,omniauth-oauth,htmlentities,moneta,mustache,opengraph_parser,hexpress,verbal_expressions,coderay,pry-doc,actionmailer,actionwebservice,activeresource,sprockets-rails,actioncable,curses,msgpack,netrc,http-cookie,rspec-support,rspec-core,rspec-mocks,spicycode-rcov,given_core,webrat,rspec-collection_matchers,guess_html_encoding,nokogumbo,sass-listen,bourne,shoulda-context,shoulda-matchers,redis-namespace,connection_pool,sprockets-sass,compass,rack-protection,sinatra,slim,sidekiq,simplecov-html,lockfile,docile,mustermann,shotgun,win32-process,spork,eventmachine-le,http_parser.rb,preforker,therubyracer,kgio,raindrops
  798. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=thread_safe%2Cbackports%2Cice_nine%2Cmemoizable%2Cadamantium%2Cdescendants_tracker%2Cequalizer%2Ccoercible%2Caxiom-types%2Cvirtus%2Cmaven-tools%2Cruby-maven-libs%2Cthor%2Cffi%2Crbnacl%2Crake%2Cruby-maven%2Cechoe%2Cneedle%2Cbcrypt_pbkdf%2Crbnacl-libsodium%2Cjruby-pageant%2Cjar-dependencies%2Choe%2Cast%2Csexp_processor%2Cslop%2Cparser%2Cpattern-match%2Cnet-ssh%2Cpsych%2Cbones%2Crcov%2Crubyforge%2Crspec%2CZenTest%2Cactivesupport%2Cconfiguration%2Cmkrf%2Cjson%2Crake-compiler%2Crest-client%2Cterm-ansicolor%2Cmulti_json%2Csimplecov%2Ccolorize%2Ctins%2Crainbow%2Cpowerpack%2Cruby-progressbar
  799. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=thread_safe%2Cbackports%2Cice_nine%2Cmemoizable%2Cadamantium%2Cdescendants_tracker%2Cequalizer%2Ccoercible%2Caxiom-types%2Cvirtus%2Cmaven-tools%2Cruby-maven-libs%2Cthor%2Cffi%2Crbnacl%2Crake%2Cruby-maven%2Cechoe%2Cneedle%2Cbcrypt_pbkdf%2Crbnacl-libsodium%2Cjruby-pageant%2Cjar-dependencies%2Choe%2Cast%2Csexp_processor%2Cslop%2Cparser%2Cpattern-match%2Cnet-ssh%2Cpsych%2Cbones%2Crcov%2Crubyforge%2Crspec%2CZenTest%2Cactivesupport%2Cconfiguration%2Cmkrf%2Cjson%2Crake-compiler%2Crest-client%2Cterm-ansicolor%2Cmulti_json%2Csimplecov%2Ccolorize%2Ctins%2Crainbow%2Cpowerpack%2Cruby-progressbar
  800. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=astrolabe%2Cunicode-display_width%2Cdotenv%2Cwindows-pr%2Ctest-unit%2Csys-admin%2Cffi-win32-extensions%2Clibxml-ruby%2Cwin32-security%2Cwin32-api%2Cpower_assert%2Csystemu%2Ccoffee-script-source%2Cexecjs%2Csyntax%2Cjson_pure%2Cnet-scp%2Cbuilder%2Caddressable%2Cspoon%2Chighline%2Cgemcutter%2Callison%2Crdoc%2Csafe_yaml%2Carchive-tar-minitar%2Cgit%2Cbones-rcov%2Cbones-rubyforge%2Cbones-rspec%2Cbones-zentest%2Cnewgem%2Ci18n%2Cmocha%2Ccucumber%2Cthoughtbot-shoulda%2Chitimes%2Crspec-logsplit%2Ctimers%2Ccoveralls%2Crubocop%2Cbundler%2Cnenv%2Ccelluloid%2Ccelluloid-fsm%2Ccelluloid-pool%2Ccelluloid-supervision%2Ccelluloid-essentials%2Ccelluloid-extras%2Ccelluloid-gems
  801. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=astrolabe%2Cunicode-display_width%2Cdotenv%2Cwindows-pr%2Ctest-unit%2Csys-admin%2Cffi-win32-extensions%2Clibxml-ruby%2Cwin32-security%2Cwin32-api%2Cpower_assert%2Csystemu%2Ccoffee-script-source%2Cexecjs%2Csyntax%2Cjson_pure%2Cnet-scp%2Cbuilder%2Caddressable%2Cspoon%2Chighline%2Cgemcutter%2Callison%2Crdoc%2Csafe_yaml%2Carchive-tar-minitar%2Cgit%2Cbones-rcov%2Cbones-rubyforge%2Cbones-rspec%2Cbones-zentest%2Cnewgem%2Ci18n%2Cmocha%2Ccucumber%2Cthoughtbot-shoulda%2Chitimes%2Crspec-logsplit%2Ctimers%2Ccoveralls%2Crubocop%2Cbundler%2Cnenv%2Ccelluloid%2Ccelluloid-fsm%2Ccelluloid-pool%2Ccelluloid-supervision%2Ccelluloid-essentials%2Ccelluloid-extras%2Ccelluloid-gems
  802. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=dotenv-deployment%2Cwin32-dir%2CCFPropertyList%2Cwindows-api%2Cwin32console%2CRubyInline%2CSexpProcessor%2Ccolored%2Cpaint%2Cnokogiri%2Cruby-openid%2Cmacaddr%2Clog4r%2Cwebsocket-extensions%2Chiredis%2Ceventmachine%2Cwebsocket-driver%2Cthin%2Crailties%2Ccoffee-script%2Cactionpack%2Csprockets%2Ctrollop%2Cgherkin%2Cgherkin3%2Ctilt%2Cyard%2Cmaruku%2Csass%2Cflexmock%2Cactiverecord%2Cmarkaby%2Cmetaid%2Crack%2Cmab%2Cdaemons%2Cgem_plugin%2Ccgi_multipart_eof_fix%2Cfastthread%2Cmultimap%2Cactivemodel%2Cpolyglot%2Cfacets%2Ctext-hyphen%2Cbcrypt%2Cjsonapi-renderer%2Cjsonapi-parser%2Cspruz%2Claunchy%2Cmulti_xml
  803. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=dotenv-deployment%2Cwin32-dir%2CCFPropertyList%2Cwindows-api%2Cwin32console%2CRubyInline%2CSexpProcessor%2Ccolored%2Cpaint%2Cnokogiri%2Cruby-openid%2Cmacaddr%2Clog4r%2Cwebsocket-extensions%2Chiredis%2Ceventmachine%2Cwebsocket-driver%2Cthin%2Crailties%2Ccoffee-script%2Cactionpack%2Csprockets%2Ctrollop%2Cgherkin%2Cgherkin3%2Ctilt%2Cyard%2Cmaruku%2Csass%2Cflexmock%2Cactiverecord%2Cmarkaby%2Cmetaid%2Crack%2Cmab%2Cdaemons%2Cgem_plugin%2Ccgi_multipart_eof_fix%2Cfastthread%2Cmultimap%2Cactivemodel%2Cpolyglot%2Cfacets%2Ctext-hyphen%2Cbcrypt%2Cjsonapi-renderer%2Cjsonapi-parser%2Cspruz%2Claunchy%2Cmulti_xml
  804. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=crack%2Cjnunemaker-crack%2Chandlebars-source%2Cdebugger-ruby_core_source%2Cruby_core_source%2Cminitest%2Cbabel-transpiler%2Cember-data-source%2Cember-source%2Clittle-plugger%2Cloquacious%2Cbones-git%2Cbones-extras%2CRedCloth%2Crubigen%2Cfacter%2Cnio4r%2CParseTree%2Cfaraday%2Coa-core%2Coauth%2Coauth2%2Crestclient%2Crack-openid%2Cruby-openid-apps-discovery%2Cnet-ldap%2Crubyntlm%2Cpyu-ruby-sasl%2Cuuid%2CXMLCanonicalizer%2Cerubis%2Cpry%2Crails-observers%2Credis%2Cem-hiredis%2Cfaye-websocket%2Ccoffee-rails%2Ctreetop%2Cdiff-lcs%2Cmulti_test%2Ccucumber-core%2Cevent-bus%2Ccucumber-wire%2Crack-test%2Chpricot%2Crspec-expectations%2Crb-inotify%2Crb-fsevent%2Csprockets-helpers%2Chaml
  805. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=crack%2Cjnunemaker-crack%2Chandlebars-source%2Cdebugger-ruby_core_source%2Cruby_core_source%2Cminitest%2Cbabel-transpiler%2Cember-data-source%2Cember-source%2Clittle-plugger%2Cloquacious%2Cbones-git%2Cbones-extras%2CRedCloth%2Crubigen%2Cfacter%2Cnio4r%2CParseTree%2Cfaraday%2Coa-core%2Coauth%2Coauth2%2Crestclient%2Crack-openid%2Cruby-openid-apps-discovery%2Cnet-ldap%2Crubyntlm%2Cpyu-ruby-sasl%2Cuuid%2CXMLCanonicalizer%2Cerubis%2Cpry%2Crails-observers%2Credis%2Cem-hiredis%2Cfaye-websocket%2Ccoffee-rails%2Ctreetop%2Cdiff-lcs%2Cmulti_test%2Ccucumber-core%2Cevent-bus%2Ccucumber-wire%2Crack-test%2Chpricot%2Crspec-expectations%2Crb-inotify%2Crb-fsevent%2Csprockets-helpers%2Chaml
  806. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=chunky_png%2Cfssm%2Ccompass-core%2Ccompass-import-once%2Clisten%2Ctemple%2Cescape_utils%2Ctool%2Clibv8%2Cref%2Catomic%2Ctzinfo%2Cmemcache-client%2Cconcurrent-ruby%2Cmethod_source%2Cabstract%2Cracc%2Crexical%2Cmini_portile2%2Cmini_portile%2Ctenderlove-frex%2Cweakling%2Cpkg-config%2Crails-deprecated_sanitizer%2Ccrass%2Cloofah%2Crails-dom-testing%2Crails-html-sanitizer%2Ctest-spec%2Ccamping%2Cfcgi%2Cmongrel%2Crack-cache%2Crack-mount%2Cactionview%2Cjourney%2Cglobalid%2Cactivemodel-globalid%2Cmime-types-data%2Cmime-types%2Ctlsmail%2Cmail%2Ctext-format%2Cactivejob%2Cbcrypt-ruby%2Cjsonapi%2Carel%2Cactiverecord-deprecated_finders%2Cjamespath%2Cjmespath
  807. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=chunky_png%2Cfssm%2Ccompass-core%2Ccompass-import-once%2Clisten%2Ctemple%2Cescape_utils%2Ctool%2Clibv8%2Cref%2Catomic%2Ctzinfo%2Cmemcache-client%2Cconcurrent-ruby%2Cmethod_source%2Cabstract%2Cracc%2Crexical%2Cmini_portile2%2Cmini_portile%2Ctenderlove-frex%2Cweakling%2Cpkg-config%2Crails-deprecated_sanitizer%2Ccrass%2Cloofah%2Crails-dom-testing%2Crails-html-sanitizer%2Ctest-spec%2Ccamping%2Cfcgi%2Cmongrel%2Crack-cache%2Crack-mount%2Cactionview%2Cjourney%2Cglobalid%2Cactivemodel-globalid%2Cmime-types-data%2Cmime-types%2Ctlsmail%2Cmail%2Ctext-format%2Cactivejob%2Cbcrypt-ruby%2Cjsonapi%2Carel%2Cactiverecord-deprecated_finders%2Cjamespath%2Cjmespath
  808. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=aws-sdk-core%2Cuuidtools%2Chttparty%2Caws-sdk-resources%2Caws-sdk-v1%2Cbabel-source%2Cember-template-compiler-source%2Cdebugger-linecache%2Ccolumnize%2Crb-readline%2Cfunctional-ruby%2Crack-ssl%2Cunf_ext%2Cunf%2Chike%2Cbarber%2Crails%2Cember-handlebars-template%2Cjquery-rails%2Cactive_model_serializers%2Cember-cli-assets%2Cember-es6_template%2Cactive-model-adapter-source%2Cmul198:signal-handler (1477796582) Received SIGTERM scheduling shutdown...
  809. tipart-post%2Cfast_stack%2Cxattr%2Crb-appscript%2Cffi-xattr%2Csorcerer%2Ctermios%2Cdomain_name%2Csqlite3%2Cfspath%2Cimage_size%2Cprogress%2Cin_threads%2Cexifr%2Ccelluloid-io%2Crb-fchange%2Crb-kqueue%2Cruby_dep%2Cruby_parser%2Cmetaclass%2Cruby-hmac%2Cjwt%2Chttpauth%2Cfaraday-middleware%2Coa-oauth%2Coa-basic%2Coa-openid
  810. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=aws-sdk-core%2Cuuidtools%2Chttparty%2Caws-sdk-resources%2Caws-sdk-v1%2Cbabel-source%2Cember-template-compiler-source%2Cdebugger-linecache%2Ccolumnize%2Crb-readline%2Cfunctional-ruby%2Crack-ssl%2Cunf_ext%2Cunf%2Chike%2Cbarber%2Crails%2Cember-handlebars-template%2Cjquery-rails%2Cactive_model_serializers%2Cember-cli-assets%2Cember-es6_template%2Cactive-model-adapter-source%2Cmultipart-post%2Cfast_stack%2Cxattr%2Crb-appscript%2Cffi-xattr%2Csorcerer%2Ctermios%2Cdomain_name%2Csqlite3%2Cfspath%2Cimage_size%2Cprogress%2Cin_threads%2Cexifr%2Ccelluloid-io%2Crb-fchange%2Crb-kqueue%2Cruby_dep%2Cruby_parser%2Cmetaclass%2Cruby-hmac%2Cjwt%2Chttpauth%2Cfaraday-middleware%2Coa-oauth%2Coa-basic%2Coa-openid
  811. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=oa-enterprise%2Coa-more%2Chashie%2Comniauth%2Comniauth-oauth2%2Cruby-yadis%2Comniauth-oauth%2Chtmlentities%2Cmoneta%2Cmustache%2Copengraph_parser%2Chexpress%2Cverbal_expressions%2Ccoderay%2Cpry-doc%2Cactionmailer%2Cactionwebservice%2Cactiveresource%2Csprockets-rails%2Cactioncable%2Ccurses%2Cmsgpack%2Cnetrc%2Chttp-cookie%2Crspec-support%2Crspec-core%2Crspec-mocks%2Cspicycode-rcov%2Cgiven_core%2Cwebrat%2Crspec-collection_matchers%2Cguess_html_encoding%2Cnokogumbo%2Csass-listen%2Cbourne%2Cshoulda-context%2Cshoulda-matchers%2Credis-namespace%2Cconnection_pool%2Csprockets-sass%2Ccompass%2Crack-protection%2Csinatra%2Cslim%2Csidekiq%2Csimplecov-html%2Clockfile%2Cdocile%2Cmustermann%2Cshotgun
  812. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=oa-enterprise%2Coa-more%2Chashie%2Comniauth%2Comniauth-oauth2%2Cruby-yadis%2Comniauth-oauth%2Chtmlentities%2Cmoneta%2Cmustache%2Copengraph_parser%2Chexpress%2Cverbal_expressions%2Ccoderay%2Cpry-doc%2Cactionmailer%2Cactionwebservice%2Cactiveresource%2Csprockets-rails%2Cactioncable%2Ccurses%2Cmsgpack%2Cnetrc%2Chttp-cookie%2Crspec-support%2Crspec-core%2Crspec-mocks%2Cspicycode-rcov%2Cgiven_core%2Cwebrat%2Crspec-collection_matchers%2Cguess_html_encoding%2Cnokogumbo%2Csass-listen%2Cbourne%2Cshoulda-context%2Cshoulda-matchers%2Credis-namespace%2Cconnection_pool%2Csprockets-sass%2Ccompass%2Crack-protection%2Csinatra%2Cslim%2Csidekiq%2Csimplecov-html%2Clockfile%2Cdocile%2Cmustermann%2Cshotgun
  813. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=win32-process%2Cspork%2Ceventmachine-le%2Chttp_parser.rb%2Cpreforker%2Ctherubyracer%2Ckgio%2Craindrops
  814. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=win32-process%2Cspork%2Ceventmachine-le%2Chttp_parser.rb%2Cpreforker%2Ctherubyracer%2Ckgio%2Craindrops
  815. Query List: ["celluloid-gems", "faraday-middleware"]
  816. Query Gemcutter Dependency Endpoint API: celluloid-gems,faraday-middleware
  817. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=celluloid-gems%2Cfaraday-middleware
  818. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=celluloid-gems%2Cfaraday-middleware
  819. Query List: []
  820. Fetching dependency metadata from https://rubygems.org/
  821. HTTP GET https://index.rubygems.org/api/v1/dependencies
  822. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies
  823. Query List: ["celluloid-gems", "faraday-middleware"]
  824. Query Gemcutter Dependency Endpoint API: celluloid-gems,faraday-middleware
  825. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=celluloid-gems%2Cfaraday-middleware
  826. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=celluloid-gems%2Cfaraday-middleware
  827. Query List: []
  828. Using rake 11.2.2
  829. 0: rake (11.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rake-11.2.2.gemspec
  830. Using i18n 0.7.0
  831. 0: i18n (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/i18n-0.7.0.gemspec
  832. Using json 1.8.3
  833. 0: json (1.8.3) from /usr/local/lib/ruby/gems/2.3.0/specifications/default/json-1.8.3.gemspec
  834. Installing minitest 5.9.0
  835. 0: minitest (5.9.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/minitest-5.9.0.gemspec
  836. Using thread_safe 0.3.5
  837. 0: thread_safe (0.3.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thread_safe-0.3.5.gemspec
  838. Using builder 3.2.2
  839. 0: builder (3.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/builder-3.2.2.gemspec
  840. Using erubis 2.7.0
  841. 0: erubis (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/erubis-2.7.0.gemspec
  842. Using mini_portile2 2.1.0
  843. 0: mini_portile2 (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mini_portile2-2.1.0.gemspec
  844. Installing pkg-config 1.1.7
  845. 0: pkg-config (1.1.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pkg-config-1.1.7.gemspec
  846. Using rack 1.6.4
  847. 0: rack (1.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-1.6.4.gemspec
  848. Using mime-types 2.99.2
  849. 0: mime-types (2.99.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mime-types-2.99.2.gemspec
  850. Using arel 6.0.3
  851. 0: arel (6.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/arel-6.0.3.gemspec
  852. Installing jmespath 1.3.0
  853. 0: jmespath (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/jmespath-1.3.0.gemspec
  854. Using babel-source 5.8.34
  855. 0: babel-source (5.8.34) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/babel-source-5.8.34.gemspec
  856. Using execjs 2.7.0
  857. 0: execjs (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/execjs-2.7.0.gemspec
  858. Using ember-source 1.12.2
  859. 0: ember-source (1.12.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-source-1.12.2.gemspec
  860. Installing byebug 8.2.1 with native extensions
  861. Building native extensions. This could take a while...
  862. 0: byebug (8.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/byebug-8.2.1.gemspec
  863. Using certified 1.0.0
  864. 0: certified (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/certified-1.0.0.gemspec
  865. Installing coderay 1.1.0
  866. 0: coderay (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/coderay-1.1.0.gemspec
  867. Using concurrent-ruby 1.0.2
  868. 0: concurrent-ruby (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/concurrent-ruby-1.0.2.gemspec
  869. Using connection_pool 2.2.0
  870. 0: connection_pool (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/connection_pool-2.2.0.gemspec
  871. Using crass 1.0.2
  872. 0: crass (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/crass-1.0.2.gemspec
  873. Installing daemons 1.2.3
  874. 0: daemons (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/daemons-1.2.3.gemspec
  875. Using diff-lcs 1.2.5
  876. 0: diff-lcs (1.2.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/diff-lcs-1.2.5.gemspec
  877. Using thor 0.19.1
  878. 0: thor (0.19.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thor-0.19.1.gemspec
  879. Using discourse_fastimage 2.0.3
  880. 0: discourse_fastimage (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/discourse_fastimage-2.0.3.gemspec
  881. Using docile 1.1.5
  882. 0: docile (1.1.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/docile-1.1.5.gemspec
  883. Using unf_ext 0.0.7.1
  884. 0: unf_ext (0.0.7.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unf_ext-0.0.7.1.gemspec
  885. Installing email_reply_trimmer 0.1.3
  886. 0: email_reply_trimmer (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/email_reply_trimmer-0.1.3.gemspec
  887. Using eventmachine 1.2.0.1
  888. 0: eventmachine (1.2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/eventmachine-1.2.0.1.gemspec
  889. Installing excon 0.45.4
  890. 0: excon (0.45.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/excon-0.45.4.gemspec
  891. Using exifr 1.2.4
  892. 0: exifr (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/exifr-1.2.4.gemspec
  893. Using fabrication 2.9.8
  894. 0: fabrication (2.9.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fabrication-2.9.8.gemspec
  895. Using fakeweb 1.3.0
  896. 0: fakeweb (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fakeweb-1.3.0.gemspec
  897. Using multipart-post 2.0.0
  898. 0: multipart-post (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multipart-post-2.0.0.gemspec
  899. Using fast_blank 1.0.0
  900. 0: fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fast_blank-1.0.0.gemspec
  901. Using fast_xs 0.8.0
  902. 0: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fast_xs-0.8.0.gemspec
  903. Using ffi 1.9.10
  904. 0: ffi (1.9.10) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ffi-1.9.10.gemspec
  905. Using flamegraph 0.9.5
  906. 0: flamegraph (0.9.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/flamegraph-0.9.5.gemspec
  907. Using fspath 2.1.1
  908. 0: fspath (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fspath-2.1.1.gemspec
  909. Using sorcerer 1.0.2
  910. 0: sorcerer (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sorcerer-1.0.2.gemspec
  911. Using guess_html_encoding 0.0.11
  912. 0: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/guess_html_encoding-0.0.11.gemspec
  913. Using hashie 3.4.4
  914. 0: hashie (3.4.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/hashie-3.4.4.gemspec
  915. Using highline 1.7.8
  916. 0: highline (1.7.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/highline-1.7.8.gemspec
  917. Using hiredis 0.6.1
  918. 0: hiredis (0.6.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/hiredis-0.6.1.gemspec
  919. Using htmlentities 4.3.4
  920. 0: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/htmlentities-4.3.4.gemspec
  921. Using http_accept_language 2.0.5
  922. 0: http_accept_language (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/http_accept_language-2.0.5.gemspec
  923. Using image_size 1.4.1
  924. 0: image_size (1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/image_size-1.4.1.gemspec
  925. Using in_threads 1.3.1
  926. 0: in_threads (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/in_threads-1.3.1.gemspec
  927. Using progress 3.1.1
  928. 0: progress (3.1.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/progress-3.1.1.gemspec
  929. Using jwt 1.5.2
  930. 0: jwt (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/jwt-1.5.2.gemspec
  931. Using kgio 2.10.0
  932. 0: kgio (2.10.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/kgio-2.10.0.gemspec
  933. Installing libv8 5.0.71.48.3
  934. 0: libv8 (5.0.71.48.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/libv8-5.0.71.48.3-x86_64-linux.gemspec
  935. Using listen 0.7.3
  936. 0: listen (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/listen-0.7.3.gemspec
  937. Using logster 1.2.5
  938. 0: logster (1.2.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/logster-1.2.5.gemspec
  939. Using lru_redux 1.1.0
  940. 0: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/lru_redux-1.1.0.gemspec
  941. Using memory_profiler 0.9.6
  942. 0: memory_profiler (0.9.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/memory_profiler-0.9.6.gemspec
  943. Using metaclass 0.0.4
  944. 0: metaclass (0.0.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/metaclass-0.0.4.gemspec
  945. Using method_source 0.8.2
  946. 0: method_source (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/method_source-0.8.2.gemspec
  947. Using mock_redis 0.15.4
  948. 0: mock_redis (0.15.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mock_redis-0.15.4.gemspec
  949. Using moneta 0.8.0
  950. 0: moneta (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/moneta-0.8.0.gemspec
  951. Using msgpack 0.7.6
  952. 0: msgpack (0.7.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/msgpack-0.7.6.gemspec
  953. Using multi_json 1.12.1
  954. 0: multi_json (1.12.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multi_json-1.12.1.gemspec
  955. Using multi_xml 0.5.5
  956. 0: multi_xml (0.5.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multi_xml-0.5.5.gemspec
  957. Using mustache 1.0.3
  958. 0: mustache (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mustache-1.0.3.gemspec
  959. Using netrc 0.11.0
  960. 0: netrc (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/netrc-0.11.0.gemspec
  961. Using oauth 0.4.7
  962. 0: oauth (0.4.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/oauth-0.4.7.gemspec
  963. Using oj 2.14.3
  964. 0: oj (2.14.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/oj-2.14.3.gemspec
  965. Using ruby-openid 2.7.0
  966. 0: ruby-openid (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ruby-openid-2.7.0.gemspec
  967. Using redis 3.3.0
  968. 0: redis (3.3.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/redis-3.3.0.gemspec
  969. Using pg 0.18.4
  970. 0: pg (0.18.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pg-0.18.4.gemspec
  971. Using slop 3.6.0
  972. 0: slop (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/slop-3.6.0.gemspec
  973. Installing puma 3.2.0 with native extensions
  974. Building native extensions. This could take a while...
  975. 0: puma (3.2.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/puma-3.2.0.gemspec
  976. Using r2 0.2.6
  977. 0: r2 (0.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/r2-0.2.6.gemspec
  978. Using bundler 1.13.6
  979. 0: bundler (1.13.6) from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/source
  980. Using rails_multisite 1.0.4
  981. 0: rails_multisite (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rails_multisite-1.0.4.gemspec
  982. Using raindrops 0.16.0
  983. 0: raindrops (0.16.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/raindrops-0.16.0.gemspec
  984. Using rb-fsevent 0.9.7
  985. 0: rb-fsevent (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rb-fsevent-0.9.7.gemspec
  986. Using trollop 2.1.2
  987. 0: trollop (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/trollop-2.1.2.gemspec
  988. Using rinku 2.0.0
  989. 0: rinku (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rinku-2.0.0.gemspec
  990. Using rmmseg-cpp 0.2.9
  991. 0: rmmseg-cpp (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rmmseg-cpp-0.2.9.gemspec
  992. Using rspec-support 3.4.1
  993. 0: rspec-support (3.4.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-support-3.4.1.gemspec
  994. Using rtlit 0.0.5
  995. 0: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rtlit-0.0.5.gemspec
  996. Using sass 3.2.19
  997. 0: sass (3.2.19) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sass-3.2.19.gemspec
  998. Installing tilt 2.0.2
  999. 0: tilt (2.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/tilt-2.0.2.gemspec
  1000. Using shoulda-context 1.2.1
  1001. 0: shoulda-context (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/shoulda-context-1.2.1.gemspec
  1002. Using simple-rss 1.3.1
  1003. 0: simple-rss (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/simple-rss-1.3.1.gemspec
  1004. Using simplecov-html 0.10.0
  1005. 0: simplecov-html (0.10.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/simplecov-html-0.10.0.gemspec
  1006. Using spork 1.0.0rc4
  1007. 0: spork (1.0.0rc4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/spork-1.0.0rc4.gemspec
  1008. Installing stackprof 0.2.9 with native extensions
  1009. Building native extensions. This could take a while...
  1010. 0: stackprof (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/stackprof-0.2.9.gemspec
  1011. Installing timecop 0.8.0
  1012. 0: timecop (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/timecop-0.8.0.gemspec
  1013. Using rake-compiler 0.9.9
  1014. 0: rake-compiler (0.9.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rake-compiler-0.9.9.gemspec
  1015. Using tzinfo 1.2.2
  1016. 0: tzinfo (1.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/tzinfo-1.2.2.gemspec
  1017. Installing nokogiri 1.6.8 with native extensions
  1018. Building native extensions. This could take a while...
  1019. 0: nokogiri (1.6.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/nokogiri-1.6.8.gemspec
  1020. Using rack-test 0.6.3
  1021. 0: rack-test (0.6.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-test-0.6.3.gemspec
  1022. Installing message_bus 2.0.1
  1023. 0: message_bus (2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/message_bus-2.0.1.gemspec
  1024. Using rack-mini-profiler 0.10.1
  1025. 0: rack-mini-profiler (0.10.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-mini-profiler-0.10.1.gemspec
  1026. Using rack-protection 1.5.3
  1027. 0: rack-protection (1.5.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-protection-1.5.3.gemspec
  1028. Using mail 2.6.4
  1029. 0: mail (2.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mail-2.6.4.gemspec
  1030. Installing aws-sdk-core 2.3.22
  1031. 0: aws-sdk-core (2.3.22) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/aws-sdk-core-2.3.22.gemspec
  1032. Using babel-transpiler 0.7.0
  1033. 0: babel-transpiler (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/babel-transpiler-0.7.0.gemspec
  1034. Installing uglifier 3.0.0
  1035. 0: uglifier (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/uglifier-3.0.0.gemspec
  1036. Using barber 0.11.1
  1037. 0: barber (0.11.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/barber-0.11.1.gemspec
  1038. Using ember-data-source 1.0.0.beta.16.1
  1039. 0: ember-data-source (1.0.0.beta.16.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-data-source-1.0.0.beta.16.1.gemspec
  1040. Using sprockets 3.6.3
  1041. 0: sprockets (3.6.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sprockets-3.6.3.gemspec
  1042. Using unf 0.1.4
  1043. 0: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unf-0.1.4.gemspec
  1044. Installing thin 1.6.4 with native extensions
  1045. Building native extensions. This could take a while...
  1046. 0: thin (1.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thin-1.6.4.gemspec
  1047. Using faraday 0.9.2
  1048. 0: faraday (0.9.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/faraday-0.9.2.gemspec
  1049. Using rb-inotify 0.9.7
  1050. 0: rb-inotify (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec
  1051. Using given_core 3.7.1
  1052. 0: given_core (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/given_core-3.7.1.gemspec
  1053. Using omniauth 1.3.1
  1054. 0: omniauth (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-1.3.1.gemspec
  1055. Using image_optim 0.20.2
  1056. 0: image_optim (0.20.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/image_optim-0.20.2.gemspec
  1057. Installing mini_racer 0.1.3 with native extensions
  1058. Building native extensions. This could take a while...
  1059. Using mocha 1.1.0
  1060. 0: mocha (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mocha-1.1.0.gemspec
  1061. Using rack-openid 1.3.1
  1062. 0: rack-openid (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-openid-1.3.1.gemspec
  1063. Using openid-redis-store 0.0.2
  1064. 0: openid-redis-store (0.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/openid-redis-store-0.0.2.gemspec
  1065. Using redis-namespace 1.5.2
  1066. 0: redis-namespace (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/redis-namespace-1.5.2.gemspec
  1067. Using sidekiq 4.1.2
  1068. 0: sidekiq (4.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sidekiq-4.1.2.gemspec
  1069. Installing pry 0.10.3
  1070. 0: pry (0.10.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pry-0.10.3.gemspec
  1071. Using unicorn 5.1.0
  1072. 0: unicorn (5.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unicorn-5.1.0.gemspec
  1073. Using rbtrace 0.4.8
  1074. 0: rbtrace (0.4.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rbtrace-0.4.8.gemspec
  1075. Using rspec-core 3.4.4
  1076. 0: rspec-core (3.4.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-core-3.4.4.gemspec
  1077. Using rspec-expectations 3.4.0
  1078. 0: rspec-expectations (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-expectations-3.4.0.gemspec
  1079. Using rspec-mocks 3.4.1
  1080. 0: rspec-mocks (3.4.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-mocks-3.4.1.gemspec
  1081. Using simplecov 0.11.1
  1082. 0: simplecov (0.11.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/simplecov-0.11.1.gemspec
  1083. Using fast_xor 1.1.3
  1084. 0: fast_xor (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fast_xor-1.1.3.gemspec
  1085. Installing activesupport 4.2.7
  1086. 0: activesupport (4.2.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/activesupport-4.2.7.gemspec
  1087. Using loofah 2.0.3
  1088. 0: loofah (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/loofah-2.0.3.gemspec
  1089. Using nokogumbo 1.4.7
  1090. 0: nokogumbo (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/nokogumbo-1.4.7.gemspec
  1091. Installing onebox 1.5.44
  1092. 0: onebox (1.5.44) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/onebox-1.5.44.gemspec
  1093. Using ruby-readability 0.7.0
  1094. 0: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ruby-readability-0.7.0.gemspec
  1095. Using sinatra 1.4.6
  1096. 0: sinatra (1.4.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sinatra-1.4.6.gemspec
  1097. Installing aws-sdk-resources 2.3.22
  1098. 0: aws-sdk-resources (2.3.22) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/aws-sdk-resources-2.3.22.gemspec
  1099. Using ember-handlebars-template 0.7.3
  1100. 0: ember-handlebars-template (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-handlebars-template-0.7.3.gemspec
  1101. Using domain_name 0.5.25
  1102. 0: domain_name (0.5.25) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/domain_name-0.5.25.gemspec
  1103. Using oauth2 1.0.0
  1104. 0: oauth2 (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/oauth2-1.0.0.gemspec
  1105. Using omniauth-oauth 1.1.0
  1106. 0: omniauth-oauth (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-oauth-1.1.0.gemspec
  1107. Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  1108.  
  1109. current directory:
  1110. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/mini_racer-0.1.3/ext/mini_racer_extension
  1111. /usr/local/bin/ruby -r ./siteconf20161030-344-xxdkqm.rb extconf.rb
  1112. checking for main() in -lpthread... yes
  1113. creating Makefile
  1114.  
  1115. To see why this extension failed to compile, please check the mkmf.log which can
  1116. be found here:
  1117.  
  1118. /var/www/discourse/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0-static/mini_racer-0.1.3/mkmf.log
  1119.  
  1120. current directory:
  1121. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/mini_racer-0.1.3/ext/mini_racer_extension
  1122. make "DESTDIR=" clean
  1123.  
  1124. current directory:
  1125. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/mini_racer-0.1.3/ext/mini_racer_extension
  1126. make "DESTDIR="
  1127. compiling mini_racer_extension.cc
  1128. mini_racer_extension.cc:4:24: fatal error: include/v8.h: No such file or
  1129. directory
  1130. compilation terminated.
  1131. Makefile:206: recipe for target 'mini_racer_extension.o' failed
  1132. make: *** [mini_racer_extension.o] Error 1
  1133.  
  1134. make failed, exit code 2
  1135.  
  1136. Gem files will remain installed in
  1137. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/mini_racer-0.1.3 for
  1138. inspection.
  1139. Results logged to
  1140. /var/www/discourse/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0-static/mini_racer-0.1.3/gem_make.out
  1141.  
  1142. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:92:in `run'
  1143. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:52:in `block in make'
  1144. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:44:in `each'
  1145. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:44:in `make'
  1146. /usr/local/lib/ruby/2.3.0/rubygems/ext/ext_conf_builder.rb:50:in `block in
  1147. build'
  1148. /usr/local/lib/ruby/2.3.0/tempfile.rb:295:in `open'
  1149. /usr/local/lib/ruby/2.3.0/rubygems/ext/ext_conf_builder.rb:20:in `build'
  1150. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:164:in `block (2 levels) in
  1151. build_extension'
  1152. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:163:in `chdir'
  1153. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:163:in `block in
  1154. build_extension'
  1155. /usr/local/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'
  1156. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:162:in `build_extension'
  1157. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:201:in `block in
  1158. build_extensions'
  1159. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:198:in `each'
  1160. /usr/local/lib/ruby/2.3.0/rubygems/ext/builder.rb:198:in `build_extensions'
  1161. /usr/local/lib/ruby/2.3.0/rubygems/installer.rb:742:in `build_extensions'
  1162. /usr/local/lib/ruby/2.3.0/rubygems/installer.rb:291:in `install'
  1163. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/source/rubygems.rb:144:in
  1164. `block in install'
  1165. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/rubygems_integration.rb:181:in
  1166. `preserve_paths'
  1167. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/source/rubygems.rb:136:in
  1168. `install'
  1169. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/installer/gem_installer.rb:55:in
  1170. `install'
  1171. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/installer/gem_installer.rb:15:in
  1172. `install_from_spec'
  1173. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/installer/parallel_installer.rb:104:in
  1174. `block in worker_pool'
  1175. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:65:in
  1176. `apply_func'
  1177. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:60:in
  1178. `block in process_queue'
  1179. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:57:in
  1180. `loop'
  1181. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:57:in
  1182. `process_queue'
  1183. /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/worker.rb:29:in
  1184. `block (2 levels) in initialize'
  1185.  
  1186. An error occurred while installing mini_racer (0.1.3), and Bundler cannot
  1187. continue.
  1188. Make sure that `gem install mini_racer -v '0.1.3'` succeeds before bundling.
  1189.  
  1190. I, [2016-10-30T03:03:02.220235 #15] INFO -- : Terminating async processes
  1191. I, [2016-10-30T03:03:02.220538 #15] 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: 85
  1192. I, [2016-10-30T03:03:02.220827 #15] INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 198
  1193. 2016-10-30 03:03:02 UTC [85-2] LOG: received fast shutdown request
  1194. 2016-10-30 03:03:02 UTC [85-3] LOG: aborting any active transactions
  1195. 2016-10-30 03:03:02 UTC [92-2] LOG: autovacuum launcher shutting down
  1196. 2016-10-30 03:03:02 UTC [89-1] LOG: shutting down
  1197. 198:M 30 Oct 03:03:02.318 # User requested shutdown...
  1198. 198:M 30 Oct 03:03:02.318 * Saving the final RDB snapshot before exiting.
  1199. 198:M 30 Oct 03:03:02.344 * DB saved on disk
  1200. 198:M 30 Oct 03:03:02.344 # Redis is now ready to exit, bye bye...
  1201. 2016-10-30 03:03:03 UTC [89-2] LOG: database system is shut down
  1202.  
  1203.  
  1204. FAILED
  1205. --------------------
  1206. Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development' failed with return #<Process::Status: pid 342 exit 5>
  1207. Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
  1208. 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'"]}
  1209. 90a9706004569b5435ee8f054dbd9a24946630579ede9c3458d580157feb437c
  1210. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement