Advertisement
Guest User

Untitled

a guest
Nov 9th, 2017
677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 163.00 KB | None | 0 0
  1. .../jobs/onceoff/remap_old_bot_images.rb | 36 ++
  2. .../discourse_narrative_bot/new_user_narrative.rb | 2 +-
  3. plugins/discourse-narrative-bot/plugin.rb | 22 +-
  4. .../new_user_narrative_spec.rb | 6 +-
  5. .../spec/jobs/onceoff/remap_old_bot_iamges_spec.rb | 42 ++
  6. public/service-worker.js | 90 +++-
  7. script/discourse | 4 +-
  8. script/import_scripts/base.rb | 45 +-
  9. script/import_scripts/bbpress.rb | 61 ++-
  10. script/import_scripts/mbox/importer.rb | 19 +-
  11. script/import_scripts/mbox/support/database.rb | 2 +-
  12. script/import_scripts/modx.rb | 569 +++++++++++++++++++++
  13. .../phpbb3/support/text_processor.rb | 13 +-
  14. script/import_scripts/yahoogroup.rb | 159 ++++++
  15. .../postgresql_fallback_adapter_spec.rb | 91 ++--
  16. spec/components/admin_user_index_query_spec.rb | 26 +
  17. .../auth/default_current_user_provider_spec.rb | 2 +-
  18. .../auth/google_oauth2_authenticator_spec.rb | 19 +-
  19. spec/components/concern/category_hashtag_spec.rb | 2 +-
  20. spec/components/concern/has_custom_fields_spec.rb | 22 +
  21. spec/components/cooked_post_processor_spec.rb | 18 +-
  22. spec/components/discourse_plugin_registry_spec.rb | 7 +
  23. spec/components/discourse_redis_spec.rb | 5 +
  24. spec/components/distributed_cache_spec.rb | 2 +-
  25. spec/components/email/receiver_spec.rb | 91 +++-
  26. spec/components/email_cook_spec.rb | 14 +-
  27. spec/components/file_store/s3_store_spec.rb | 1 +
  28. spec/components/final_destination_spec.rb | 21 +
  29. spec/components/flag_settings_spec.rb | 46 ++
  30. spec/components/guardian_spec.rb | 81 ++-
  31. spec/components/html_normalize_spec.rb | 4 +
  32. spec/components/middleware/request_tracker_spec.rb | 52 +-
  33. .../onebox/engine/discourse_local_onebox_spec.rb | 9 +
  34. spec/components/post_creator_spec.rb | 61 ++-
  35. spec/components/post_destroyer_spec.rb | 94 +++-
  36. spec/components/pretty_text_spec.rb | 97 +++-
  37. spec/components/site_setting_extension_spec.rb | 9 +
  38. spec/components/slug_spec.rb | 59 ++-
  39. spec/components/stylesheet/importer_spec.rb | 5 +
  40. .../unicorn/unicorn_json_log_formatter_spec.rb | 32 ++
  41. spec/controllers/admin/users_controller_spec.rb | 2 +
  42. spec/controllers/categories_controller_spec.rb | 2 +-
  43. spec/controllers/invites_controller_spec.rb | 13 +
  44. spec/controllers/metadata_controller_spec.rb | 8 +-
  45. spec/controllers/offline_controller_spec.rb | 8 +
  46. spec/controllers/session_controller_spec.rb | 4 +
  47. spec/controllers/topics_controller_spec.rb | 2 +-
  48. spec/controllers/users_controller_spec.rb | 20 +-
  49. spec/fabricators/group_user_fabricator.rb | 4 +
  50. spec/fixtures/emails/attached_txt_file_2.eml | 30 ++
  51. spec/fixtures/emails/email_reply_like.eml | 13 +
  52. spec/fixtures/emails/email_reply_staged.eml | 13 +
  53. spec/fixtures/emails/no_date.eml | 10 +
  54. spec/fixtures/json/import-export.json | 31 ++
  55. spec/helpers/application_helper_spec.rb | 44 ++
  56. spec/import_export/category_exporter_spec.rb | 46 ++
  57. .../category_structure_exporter_spec.rb | 43 ++
  58. spec/import_export/importer_spec.rb | 72 +++
  59. spec/import_export/topic_exporter_spec.rb | 34 ++
  60. spec/integration/multisite_spec.rb | 67 +++
  61. spec/integration/watched_words_spec.rb | 8 +
  62. spec/models/application_request_spec.rb | 38 +-
  63. spec/models/discourse_single_sign_on_spec.rb | 17 +
  64. spec/models/global_setting_spec.rb | 15 +
  65. spec/models/group_spec.rb | 18 +-
  66. spec/models/invite_spec.rb | 8 +
  67. spec/models/post_action_spec.rb | 2 +-
  68. spec/models/post_analyzer_spec.rb | 31 +-
  69. spec/models/post_spec.rb | 4 +
  70. spec/models/report_spec.rb | 1 +
  71. spec/models/topic_link_click_spec.rb | 3 +
  72. spec/models/topic_link_spec.rb | 6 +-
  73. spec/models/topic_spec.rb | 69 ++-
  74. spec/models/user_spec.rb | 13 +-
  75. spec/models/web_hook_event_spec.rb | 35 +-
  76. spec/multisite/distributed_cache_spec.rb | 48 ++
  77. spec/multisite/jobs.rb | 31 ++
  78. spec/phantom_js/smoke_test.js | 236 ++++-----
  79. spec/rails_helper.rb | 44 ++
  80. spec/requests/email_controller_spec.rb | 13 +
  81. spec/requests/groups_controller_spec.rb | 8 +-
  82. spec/requests/users_controller_spec.rb | 41 +-
  83. spec/requests/users_email_controller_spec.rb | 2 +-
  84. spec/serializers/post_serializer_spec.rb | 3 +-
  85. spec/services/post_owner_changer_spec.rb | 26 +-
  86. spec/services/user_destroyer_spec.rb | 7 +
  87. spec/services/user_updater_spec.rb | 29 +-
  88. spec/tasks/posts_spec.rb | 21 +-
  89. .../acceptance/admin-suspend-user-test.js.es6 | 6 +-
  90. ...ox-test.js.es6 => category-chooser-test.js.es6} | 9 +-
  91. .../acceptance/category-edit-test.js.es6 | 4 +-
  92. .../acceptance/category-hashtag-test.js.es6 | 2 +-
  93. test/javascripts/acceptance/group-edit-test.js.es6 | 5 +
  94. test/javascripts/acceptance/groups-test.js.es6 | 8 +-
  95. .../acceptance/queued-posts-test.js.es6 | 4 +-
  96. .../javascripts/acceptance/search-full-test.js.es6 | 22 +-
  97. test/javascripts/acceptance/search-test.js.es6 | 48 +-
  98. .../topic-notifications-button-test.js.es6 | 11 +-
  99. test/javascripts/acceptance/topic-test.js.es6 | 6 +-
  100. test/javascripts/acceptance/user-test.js.es6 | 15 +-
  101. test/javascripts/components/ace-editor-test.js.es6 | 19 +
  102. .../categories-admin-dropdown-test.js.es6 | 19 +
  103. .../components/category-chooser-test.js.es6 | 139 +++++
  104. test/javascripts/components/combo-box-test.js.es6 | 221 +++++++-
  105. test/javascripts/components/d-editor-test.js.es6 | 60 ---
  106. .../components/dropdown-select-box-test.js.es6 | 23 -
  107. .../components/multi-combo-box-test.js.es6 | 17 +
  108. .../components/pinned-button-test.js.es6 | 4 +-
  109. test/javascripts/components/select-box-test.js.es6 | 244 +++------
  110. .../topic-footer-mobile-dropdown-test.js.es6 | 35 ++
  111. .../topic-notifications-button-test.js.es6 | 4 +-
  112. test/javascripts/fixtures/group-fixtures.js.es6 | 2 +-
  113. test/javascripts/helpers/component-test.js.es6 | 2 +-
  114. test/javascripts/helpers/create-pretender.js.es6 | 18 +-
  115. test/javascripts/helpers/qunit-helpers.js.es6 | 10 +-
  116. test/javascripts/helpers/select-box-helper.js | 69 ++-
  117. test/javascripts/helpers/site-settings.js | 2 -
  118. test/javascripts/lib/pretty-text-test.js.es6 | 11 +-
  119. test/javascripts/lib/sanitizer-test.js.es6 | 22 +-
  120. test/javascripts/models/store-test.js.es6 | 2 +-
  121. test/javascripts/test_helper.js | 7 +-
  122. test/javascripts/widgets/user-menu-test.js.es6 | 1 +
  123. 689 files changed, 11572 insertions(+), 6617 deletions(-)
  124. create mode 100644 app/assets/javascripts/admin/components/admin-nav.js.es6
  125. delete mode 100644 app/assets/javascripts/admin/components/flag-counts.js.es6
  126. create mode 100644 app/assets/javascripts/admin/helpers/post-action-title.js.es6
  127. delete mode 100644 app/assets/javascripts/discourse-common/components/combo-box.js.es6
  128. delete mode 100644 app/assets/javascripts/discourse/components/category-chooser.js.es6
  129. delete mode 100644 app/assets/javascripts/discourse/components/category-notifications-button.js.es6
  130. delete mode 100644 app/assets/javascripts/discourse/components/category-select-box.js.es6
  131. delete mode 100644 app/assets/javascripts/discourse/components/category-select-box/category-select-box-row.js.es6
  132. create mode 100644 app/assets/javascripts/discourse/components/d-navigation.js.es6
  133. delete mode 100644 app/assets/javascripts/discourse/components/dropdown-select-box.js.es6
  134. delete mode 100644 app/assets/javascripts/discourse/components/dropdown-select-box/dropdown-header.js.es6
  135. delete mode 100644 app/assets/javascripts/discourse/components/future-date-input-selector.js.es6
  136. create mode 100644 app/assets/javascripts/discourse/components/group-activity-filter.js.es6
  137. create mode 100644 app/assets/javascripts/discourse/components/group-navigation.js.es6
  138. delete mode 100644 app/assets/javascripts/discourse/components/group-notifications-button.js.es6
  139. delete mode 100644 app/assets/javascripts/discourse/components/notifications-button.js.es6
  140. delete mode 100644 app/assets/javascripts/discourse/components/pinned-options.js.es6
  141. delete mode 100644 app/assets/javascripts/discourse/components/select-box.js.es6
  142. delete mode 100644 app/assets/javascripts/discourse/components/select-box/select-box-collection.js.es6
  143. delete mode 100644 app/assets/javascripts/discourse/components/select-box/select-box-filter.js.es6
  144. delete mode 100644 app/assets/javascripts/discourse/components/select-box/select-box-header.js.es6
  145. delete mode 100644 app/assets/javascripts/discourse/components/select-box/select-box-row.js.es6
  146. delete mode 100644 app/assets/javascripts/discourse/components/tag-notifications-button.js.es6
  147. delete mode 100644 app/assets/javascripts/discourse/components/topic-footer-mobile-dropdown.js.es6
  148. delete mode 100644 app/assets/javascripts/discourse/components/topic-notifications-button.js.es6
  149. delete mode 100644 app/assets/javascripts/discourse/components/topic-notifications-options.js.es6
  150. create mode 100644 app/assets/javascripts/discourse/components/user-summary-section.js.es6
  151. create mode 100644 app/assets/javascripts/discourse/components/user-summary-topic.js.es6
  152. create mode 100644 app/assets/javascripts/discourse/components/user-summary-topics-list.js.es6
  153. create mode 100644 app/assets/javascripts/discourse/components/user-summary-user.js.es6
  154. create mode 100644 app/assets/javascripts/discourse/helpers/format-username.js.es6
  155. rename app/assets/javascripts/discourse/routes/{group-activity.js.es6 => group-activity-index.js.es6} (100%)
  156. create mode 100644 app/assets/javascripts/discourse/templates/components/d-navigation.hbs
  157. delete mode 100644 app/assets/javascripts/discourse/templates/components/dropdown-select-box/dropdown-header.hbs
  158. create mode 100644 app/assets/javascripts/discourse/templates/components/group-activity-filter.hbs
  159. create mode 100644 app/assets/javascripts/discourse/templates/components/group-navigation.hbs
  160. delete mode 100644 app/assets/javascripts/discourse/templates/components/select-box.hbs
  161. delete mode 100644 app/assets/javascripts/discourse/templates/components/select-box/select-box-collection.hbs
  162. delete mode 100644 app/assets/javascripts/discourse/templates/components/select-box/select-box-header.hbs
  163. delete mode 100644 app/assets/javascripts/discourse/templates/components/select-box/select-box-row.hbs
  164. create mode 100644 app/assets/javascripts/discourse/templates/components/user-summary-section.hbs
  165. create mode 100644 app/assets/javascripts/discourse/templates/components/user-summary-topic.hbs
  166. create mode 100644 app/assets/javascripts/discourse/templates/components/user-summary-topics-list.hbs
  167. create mode 100644 app/assets/javascripts/discourse/templates/components/user-summary-user.hbs
  168. create mode 100644 app/assets/javascripts/discourse/templates/components/user-summary-users-list.hbs
  169. rename app/assets/javascripts/{discourse => select-box-kit}/components/categories-admin-dropdown.js.es6 (52%)
  170. create mode 100644 app/assets/javascripts/select-box-kit/components/category-chooser.js.es6
  171. create mode 100644 app/assets/javascripts/select-box-kit/components/category-notifications-button.js.es6
  172. create mode 100644 app/assets/javascripts/select-box-kit/components/category-notifications-button/category-notifications-button-header.js.es6
  173. create mode 100644 app/assets/javascripts/select-box-kit/components/combo-box.js.es6
  174. create mode 100644 app/assets/javascripts/select-box-kit/components/combo-box/combo-box-header.js.es6
  175. create mode 100644 app/assets/javascripts/select-box-kit/components/dropdown-select-box.js.es6
  176. create mode 100644 app/assets/javascripts/select-box-kit/components/dropdown-select-box/dropdown-select-box-header.js.es6
  177. create mode 100644 app/assets/javascripts/select-box-kit/components/dropdown-select-box/dropdown-select-box-row.js.es6
  178. create mode 100644 app/assets/javascripts/select-box-kit/components/future-date-input-selector.js.es6
  179. create mode 100644 app/assets/javascripts/select-box-kit/components/future-date-input-selector/future-date-input-selector-header.js.es6
  180. create mode 100644 app/assets/javascripts/select-box-kit/components/future-date-input-selector/future-date-input-selector-row.js.es6
  181. create mode 100644 app/assets/javascripts/select-box-kit/components/future-date-input-selector/mixin.js.es6
  182. create mode 100644 app/assets/javascripts/select-box-kit/components/group-notifications-button.js.es6
  183. create mode 100644 app/assets/javascripts/select-box-kit/components/multi-combo-box.js.es6
  184. create mode 100644 app/assets/javascripts/select-box-kit/components/multi-combo-box/multi-combo-box-header.js.es6
  185. create mode 100644 app/assets/javascripts/select-box-kit/components/notifications-button.js.es6
  186. create mode 100644 app/assets/javascripts/select-box-kit/components/notifications-button/notifications-button-header.js.es6
  187. create mode 100644 app/assets/javascripts/select-box-kit/components/notifications-button/notifications-button-row.js.es6
  188. rename app/assets/javascripts/{discourse => select-box-kit}/components/pinned-button.js.es6 (75%)
  189. create mode 100644 app/assets/javascripts/select-box-kit/components/pinned-options.js.es6
  190. create mode 100644 app/assets/javascripts/select-box-kit/components/pinned-options/pinned-options-header.js.es6
  191. create mode 100644 app/assets/javascripts/select-box-kit/components/select-box-kit.js.es6
  192. create mode 100644 app/assets/javascripts/select-box-kit/components/select-box-kit/select-box-kit-collection.js.es6
  193. create mode 100644 app/assets/javascripts/select-box-kit/components/select-box-kit/select-box-kit-create-row.js.es6
  194. create mode 100644 app/assets/javascripts/select-box-kit/components/select-box-kit/select-box-kit-filter.js.es6
  195. create mode 100644 app/assets/javascripts/select-box-kit/components/select-box-kit/select-box-kit-header.js.es6
  196. create mode 100644 app/assets/javascripts/select-box-kit/components/select-box-kit/select-box-kit-none-row.js.es6
  197. create mode 100644 app/assets/javascripts/select-box-kit/components/select-box-kit/select-box-kit-row.js.es6
  198. create mode 100644 app/assets/javascripts/select-box-kit/components/tag-notifications-button.js.es6
  199. create mode 100644 app/assets/javascripts/select-box-kit/components/tag-notifications-button/tag-notifications-button-header.js.es6
  200. create mode 100644 app/assets/javascripts/select-box-kit/components/topic-footer-mobile-dropdown.js.es6
  201. create mode 100644 app/assets/javascripts/select-box-kit/components/topic-notifications-button.js.es6
  202. create mode 100644 app/assets/javascripts/select-box-kit/components/topic-notifications-options.js.es6
  203. create mode 100644 app/assets/javascripts/select-box-kit/mixins/dom-helpers.js.es6
  204. create mode 100644 app/assets/javascripts/select-box-kit/mixins/keyboard.js.es6
  205. create mode 100644 app/assets/javascripts/select-box-kit/mixins/utils.js.es6
  206. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/combo-box/combo-box-header.hbs
  207. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/dropdown-select-box/dropdown-select-box-header.hbs
  208. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/dropdown-select-box/dropdown-select-box-row.hbs
  209. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/future-date-input-selector/future-date-input-selector-header.hbs
  210. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/future-date-input-selector/future-date-input-selector-row.hbs
  211. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/multi-combo-box/multi-combo-box-header.hbs
  212. rename app/assets/javascripts/{discourse => select-box-kit}/templates/components/pinned-button.hbs (100%)
  213. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/select-box-kit.hbs
  214. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/select-box-kit/select-box-kit-collection.hbs
  215. rename app/assets/javascripts/{discourse/templates/components/select-box/select-box-filter.hbs => select-box-kit/templates/components/select-box-kit/select-box-kit-filter.hbs} (71%)
  216. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/select-box-kit/select-box-kit-header.hbs
  217. create mode 100644 app/assets/javascripts/select-box-kit/templates/components/select-box-kit/select-box-kit-row.hbs
  218. rename app/assets/javascripts/{discourse => select-box-kit}/templates/components/topic-notifications-button.hbs (100%)
  219. delete mode 100644 app/assets/stylesheets/common/components/categories-admin-dropdown.scss
  220. delete mode 100644 app/assets/stylesheets/common/components/category-select-box.scss
  221. delete mode 100644 app/assets/stylesheets/common/components/dropdown-select-box.scss
  222. delete mode 100644 app/assets/stylesheets/common/components/future-date-input-selector.scss
  223. delete mode 100644 app/assets/stylesheets/common/components/notifications-button.scss
  224. create mode 100644 app/assets/stylesheets/common/select-box-kit/categories-admin-dropdown.scss
  225. create mode 100644 app/assets/stylesheets/common/select-box-kit/category-chooser.scss
  226. create mode 100644 app/assets/stylesheets/common/select-box-kit/combo-box.scss
  227. create mode 100644 app/assets/stylesheets/common/select-box-kit/dropdown-select-box.scss
  228. create mode 100644 app/assets/stylesheets/common/select-box-kit/future-date-input-selector.scss
  229. rename app/assets/stylesheets/common/{base/combobox.scss => select-box-kit/legacy-combo-box.scss} (90%)
  230. create mode 100644 app/assets/stylesheets/common/select-box-kit/multi-combobox.scss
  231. create mode 100644 app/assets/stylesheets/common/select-box-kit/notifications-button.scss
  232. rename app/assets/stylesheets/common/{components => select-box-kit}/pinned-button.scss (56%)
  233. rename app/assets/stylesheets/common/{components/select-box.scss => select-box-kit/select-box-kit.scss} (60%)
  234. rename app/assets/stylesheets/common/{components => select-box-kit}/topic-notifications-button.scss (58%)
  235. create mode 100644 app/controllers/offline_controller.rb
  236. create mode 100644 app/jobs/onceoff/create_tags_search_index.rb
  237. create mode 100644 app/jobs/scheduled/purge_old_web_hook_events.rb
  238. delete mode 100644 app/views/common/_google_analytics.html.erb
  239. create mode 100644 app/views/offline/offline.html.erb
  240. delete mode 100644 config/initializers/000-rails-master-polyfills.rb
  241. create mode 100644 config/initializers/014-rails_multisite.rb
  242. create mode 100644 config/initializers/100-lograge.rb
  243. delete mode 100644 config/initializers/100-rails3_ar_after_commit_tests.rb
  244. create mode 100644 db/migrate/20171006030028_add_allow_private_messages_to_user_options.rb
  245. create mode 100644 db/migrate/20171107020512_drop_email_from_users.rb
  246. create mode 100644 lib/flag_settings.rb
  247. create mode 100644 lib/import_export/base_exporter.rb
  248. delete mode 100644 lib/import_export/category_importer.rb
  249. create mode 100644 lib/import_export/category_structure_exporter.rb
  250. create mode 100644 lib/import_export/importer.rb
  251. delete mode 100644 lib/import_export/topic_importer.rb
  252. create mode 100644 lib/method_profiler.rb
  253. create mode 100644 lib/tasks/export.rake
  254. create mode 100644 lib/unicorn/unicorn_json_log_formatter.rb
  255. create mode 100644 plugins/discourse-narrative-bot/jobs/onceoff/remap_old_bot_images.rb
  256. create mode 100644 plugins/discourse-narrative-bot/spec/jobs/onceoff/remap_old_bot_iamges_spec.rb
  257. create mode 100644 script/import_scripts/modx.rb
  258. create mode 100644 script/import_scripts/yahoogroup.rb
  259. create mode 100644 spec/components/flag_settings_spec.rb
  260. create mode 100644 spec/components/unicorn/unicorn_json_log_formatter_spec.rb
  261. create mode 100644 spec/controllers/offline_controller_spec.rb
  262. create mode 100644 spec/fabricators/group_user_fabricator.rb
  263. create mode 100644 spec/fixtures/emails/attached_txt_file_2.eml
  264. create mode 100644 spec/fixtures/emails/email_reply_like.eml
  265. create mode 100644 spec/fixtures/emails/email_reply_staged.eml
  266. create mode 100644 spec/fixtures/emails/no_date.eml
  267. create mode 100644 spec/fixtures/json/import-export.json
  268. create mode 100644 spec/import_export/category_exporter_spec.rb
  269. create mode 100644 spec/import_export/category_structure_exporter_spec.rb
  270. create mode 100644 spec/import_export/importer_spec.rb
  271. create mode 100644 spec/import_export/topic_exporter_spec.rb
  272. create mode 100644 spec/integration/multisite_spec.rb
  273. create mode 100644 spec/multisite/distributed_cache_spec.rb
  274. create mode 100644 spec/multisite/jobs.rb
  275. create mode 100644 spec/requests/email_controller_spec.rb
  276. rename test/javascripts/acceptance/{category-select-box-test.js.es6 => category-chooser-test.js.es6} (60%)
  277. create mode 100644 test/javascripts/components/categories-admin-dropdown-test.js.es6
  278. create mode 100644 test/javascripts/components/category-chooser-test.js.es6
  279. delete mode 100644 test/javascripts/components/dropdown-select-box-test.js.es6
  280. create mode 100644 test/javascripts/components/multi-combo-box-test.js.es6
  281. create mode 100644 test/javascripts/components/topic-footer-mobile-dropdown-test.js.es6
  282.  
  283. I, [2017-11-09T16:33:27.221056 #13] INFO -- : > cd /var/www/discourse && git fetch origin tests-passed
  284. From https://github.com/discourse/discourse
  285. * branch tests-passed -> FETCH_HEAD
  286. I, [2017-11-09T16:33:29.857645 #13] INFO -- :
  287. I, [2017-11-09T16:33:29.860456 #13] INFO -- : > cd /var/www/discourse && git checkout tests-passed
  288. Switched to a new branch 'tests-passed'
  289. I, [2017-11-09T16:33:32.913504 #13] INFO -- : Branch tests-passed set up to track remote branch tests-passed from origin.
  290.  
  291. I, [2017-11-09T16:33:32.914637 #13] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  292. I, [2017-11-09T16:33:32.951628 #13] INFO -- :
  293. I, [2017-11-09T16:33:32.952640 #13] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  294. I, [2017-11-09T16:33:32.994012 #13] INFO -- :
  295. I, [2017-11-09T16:33:32.996222 #13] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  296. I, [2017-11-09T16:33:33.069060 #13] INFO -- :
  297. I, [2017-11-09T16:33:33.071129 #13] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  298. I, [2017-11-09T16:33:33.108619 #13] INFO -- :
  299. I, [2017-11-09T16:33:33.109705 #13] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
  300. I, [2017-11-09T16:33:33.168601 #13] INFO -- :
  301. I, [2017-11-09T16:33:33.169803 #13] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
  302. I, [2017-11-09T16:33:33.223479 #13] INFO -- :
  303. I, [2017-11-09T16:33:33.227341 #13] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  304. I, [2017-11-09T16:33:33.282250 #13] INFO -- :
  305. I, [2017-11-09T16:33:33.284727 #13] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  306. I, [2017-11-09T16:33:33.339263 #13] INFO -- :
  307. I, [2017-11-09T16:33:33.344700 #13] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups
  308. I, [2017-11-09T16:33:33.417468 #13] INFO -- :
  309. I, [2017-11-09T16:33:33.420176 #13] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  310. I, [2017-11-09T16:33:33.547130 #13] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  311. Cloning into 'docker_manager'...
  312. I, [2017-11-09T16:33:38.463955 #13] INFO -- :
  313. I, [2017-11-09T16:33:38.468324 #13] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  314. I, [2017-11-09T16:33:38.537077 #13] INFO -- :
  315. I, [2017-11-09T16:33:38.544635 #13] INFO -- : > rm /etc/nginx/sites-enabled/default
  316. I, [2017-11-09T16:33:38.581237 #13] INFO -- :
  317. I, [2017-11-09T16:33:38.586420 #13] INFO -- : > mkdir -p /var/nginx/cache
  318. I, [2017-11-09T16:33:38.610005 #13] INFO -- :
  319. I, [2017-11-09T16:33:38.623641 #13] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  320. I, [2017-11-09T16:33:38.628374 #13] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  321. I, [2017-11-09T16:33:38.636246 #13] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  322. I, [2017-11-09T16:33:38.643396 #13] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  323. I, [2017-11-09T16:33:38.647636 #13] INFO -- : > echo "done configuring web"
  324. I, [2017-11-09T16:33:38.673420 #13] INFO -- : done configuring web
  325.  
  326. I, [2017-11-09T16:33:38.678910 #13] INFO -- : > cd /var/www/discourse && gem update bundler
  327. I, [2017-11-09T16:34:24.636770 #13] INFO -- : Updating installed gems
  328. Updating bundler
  329. Successfully installed bundler-1.16.0
  330. Gems updated: bundler
  331.  
  332. I, [2017-11-09T16:34:24.637832 #13] INFO -- : > cd /var/www/discourse && chown -R discourse /var/www/discourse
  333. I, [2017-11-09T16:36:14.621316 #13] INFO -- :
  334. I, [2017-11-09T16:36:14.745359 #13] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development'
  335. I, [2017-11-09T16:40:21.278227 #13] INFO -- : Running `bundle install --deployment --verbose --without "development"` with bundler 1.16.0
  336. Frozen, using resolution from the lockfile
  337. The definition is missing ["request_store-1.3.2", "lograge-0.7.1", "logstash-event-1.2.02", "logster-1.2.8", "onebox-1.8.23", "parallel-1.12.0", "rails_multisite-1.1.1", "raindrops-0.19.0", "ruby-progressbar-1.9.0", "rubocop-0.51.0", "unicorn-5.3.1"]
  338. HTTP GET https://index.rubygems.org/versions
  339. HTTP 200 OK https://index.rubygems.org/versions
  340. Fetching gem metadata from https://rubygems.org/
  341. Looking up gems ["rake", "concurrent-ruby", "i18n", "minitest", "thread_safe", "tzinfo", "activesupport", "builder", "erubi", "mini_portile2", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mime-types-data", "mime-types", "mail", "actionmailer", "activemodel", "active_model_serializers", "arel", "activerecord", "public_suffix", "addressable", "ansi", "ast", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "certified", "coderay", "connection_pool", "cppjieba_rb", "safe_yaml", "crack", "diff-lcs", "method_source", "thor", "railties", "discourse-qunit-rails", "discourse_fastimage", "exifr", "fspath", "image_size", "in_threads", "progress", "discourse_image_optim", "email_reply_trimmer", "ember-data-source", "sprockets", "ember-handlebars-template", "jquery-rails", "ember-rails", "excon", "fabrication", "fakeweb", "multipart-post", "faraday", "fast_blank", "rake-compiler", "fast_xor", "fast_xs", "ffi", "flamegraph", "gc_tracer", "guess_html_encoding", "hashdiff", "hashie", "highline", "hiredis", "htmlentities", "http_accept_language", "jwt", "kgio", "libv8", "rb-fsevent", "rb-inotify", "ruby_dep", "listen", "request_store", "lograge", "logstash-event", "logster", "lru_redux", "memory_profiler", "message_bus", "metaclass", "mini_mime", "mini_racer", "mocha", "mock_redis", "moneta", "multi_json", "multi_xml", "mustache", "nokogumbo", "oauth", "oauth2", "ruby-ll", "oga", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-instagram", "omniauth-oauth", "ruby-openid", "rack-openid", "omniauth-openid", "omniauth-twitter", "sanitize", "onebox", "redis", "openid-redis-store", "parallel", "parser", "pg", "powerpack", "slop", "pry", "pry-nav", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_multisite", "rainbow", "raindrops", "trollop", "rbtrace", "redis-namespace", "rinku", "rspec-support", "rspec-core", "rspec-expectations", "rspec-mocks", "rspec", "rspec-html-matchers", "rspec-rails", "rtlit", "ruby-progressbar", "unicode-display_width", "rubocop", "ruby-readability", "sass", "sassc", "seed-fu", "shoulda-context", "shoulda-matchers", "shoulda", "sidekiq", "simple-rss", "sprockets-rails", "stackprof", "tilt", "uglifier", "unf_ext", "unf", "unicorn", "webmock"]
  342. HTTP GET https://index.rubygems.org/info/rake
  343. HTTP GET https://index.rubygems.org/info/concurrent-ruby
  344. HTTP GET https://index.rubygems.org/info/i18n
  345. HTTP GET https://index.rubygems.org/info/minitest
  346. HTTP GET https://index.rubygems.org/info/thread_safe
  347. HTTP GET https://index.rubygems.org/info/tzinfo
  348. HTTP GET https://index.rubygems.org/info/activesupport
  349. HTTP GET https://index.rubygems.org/info/builder
  350. HTTP GET https://index.rubygems.org/info/erubi
  351. HTTP GET https://index.rubygems.org/info/mini_portile2
  352. HTTP GET https://index.rubygems.org/info/nokogiri
  353. HTTP GET https://index.rubygems.org/info/rails-dom-testing
  354. HTTP GET https://index.rubygems.org/info/crass
  355. HTTP GET https://index.rubygems.org/info/loofah
  356. HTTP GET https://index.rubygems.org/info/actionview
  357. HTTP GET https://index.rubygems.org/info/rack
  358. HTTP GET https://index.rubygems.org/info/rack-test
  359. HTTP GET https://index.rubygems.org/info/actionpack
  360. HTTP GET https://index.rubygems.org/info/globalid
  361. HTTP GET https://index.rubygems.org/info/activejob
  362. HTTP GET https://index.rubygems.org/info/mime-types-data
  363. HTTP GET https://index.rubygems.org/info/mime-types
  364. HTTP GET https://index.rubygems.org/info/mail
  365. HTTP GET https://index.rubygems.org/info/actionmailer
  366. HTTP GET https://index.rubygems.org/info/rails-html-sanitizer
  367. HTTP 200 OK https://index.rubygems.org/info/rake
  368. HTTP 200 OK https://index.rubygems.org/info/rails-dom-testing
  369. HTTP 200 OK https://index.rubygems.org/info/concurrent-ruby
  370. HTTP 200 OK https://index.rubygems.org/info/tzinfo
  371. HTTP 200 OK https://index.rubygems.org/info/mini_portile2
  372. HTTP 200 OK https://index.rubygems.org/info/loofah
  373. HTTP 200 OK https://index.rubygems.org/info/erubi
  374. HTTP 200 OK https://index.rubygems.org/info/nokogiri
  375. HTTP 200 OK https://index.rubygems.org/info/builder
  376. HTTP 200 OK https://index.rubygems.org/info/crass
  377. HTTP 200 OK https://index.rubygems.org/info/globalid
  378. HTTP 200 OK https://index.rubygems.org/info/activesupport
  379. HTTP 200 OK https://index.rubygems.org/info/rack-test
  380. HTTP 200 OK https://index.rubygems.org/info/rack
  381. HTTP 200 OK https://index.rubygems.org/info/minitest
  382. HTTP GET https://index.rubygems.org/info/activemodel
  383. HTTP 200 OK https://index.rubygems.org/info/i18n
  384. HTTP 200 OK https://index.rubygems.org/info/mime-types
  385. HTTP 200 OK https://index.rubygems.org/info/activejob
  386. HTTP 200 OK https://index.rubygems.org/info/mime-types-data
  387. HTTP 200 OK https://index.rubygems.org/info/actionpack
  388. HTTP 200 OK https://index.rubygems.org/info/mail
  389. HTTP 200 OK https://index.rubygems.org/info/rails-html-sanitizer
  390. HTTP 200 OK https://index.rubygems.org/info/actionview
  391. HTTP 200 OK https://index.rubygems.org/info/thread_safe
  392. HTTP 200 OK https://index.rubygems.org/info/actionmailer
  393. HTTP GET https://index.rubygems.org/info/active_model_serializers
  394. HTTP GET https://index.rubygems.org/info/arel
  395. HTTP GET https://index.rubygems.org/info/activerecord
  396. HTTP GET https://index.rubygems.org/info/public_suffix
  397. HTTP GET https://index.rubygems.org/info/addressable
  398. HTTP GET https://index.rubygems.org/info/ast
  399. HTTP GET https://index.rubygems.org/info/aws-partitions
  400. HTTP 200 OK https://index.rubygems.org/info/activemodel
  401. HTTP GET https://index.rubygems.org/info/aws-sigv4
  402. HTTP GET https://index.rubygems.org/info/jmespath
  403. HTTP GET https://index.rubygems.org/info/ansi
  404. HTTP GET https://index.rubygems.org/info/aws-sdk-kms
  405. HTTP GET https://index.rubygems.org/info/aws-sdk-core
  406. HTTP GET https://index.rubygems.org/info/aws-sdk-s3
  407. HTTP GET https://index.rubygems.org/info/ember-source
  408. HTTP GET https://index.rubygems.org/info/execjs
  409. HTTP GET https://index.rubygems.org/info/barber
  410. HTTP GET https://index.rubygems.org/info/msgpack
  411. HTTP GET https://index.rubygems.org/info/bootsnap
  412. HTTP 200 OK https://index.rubygems.org/info/active_model_serializers
  413. HTTP GET https://index.rubygems.org/info/byebug
  414. HTTP GET https://index.rubygems.org/info/certified
  415. HTTP 200 OK https://index.rubygems.org/info/public_suffix
  416. HTTP GET https://index.rubygems.org/info/coderay
  417. HTTP 200 OK https://index.rubygems.org/info/arel
  418. HTTP 200 OK https://index.rubygems.org/info/ast
  419. HTTP 200 OK https://index.rubygems.org/info/addressable
  420. HTTP 200 OK https://index.rubygems.org/info/activerecord
  421. HTTP GET https://index.rubygems.org/info/connection_pool
  422. HTTP 200 OK https://index.rubygems.org/info/aws-partitions
  423. HTTP 200 OK https://index.rubygems.org/info/aws-sigv4
  424. HTTP 200 OK https://index.rubygems.org/info/ansi
  425. HTTP GET https://index.rubygems.org/info/cppjieba_rb
  426. HTTP GET https://index.rubygems.org/info/safe_yaml
  427. HTTP 200 OK https://index.rubygems.org/info/jmespath
  428. HTTP GET https://index.rubygems.org/info/crack
  429. HTTP 200 OK https://index.rubygems.org/info/aws-sdk-core
  430. HTTP 200 OK https://index.rubygems.org/info/execjs
  431. HTTP 200 OK https://index.rubygems.org/info/aws-sdk-kms
  432. HTTP 200 OK https://index.rubygems.org/info/aws-sdk-s3
  433. HTTP 200 OK https://index.rubygems.org/info/byebug
  434. HTTP GET https://index.rubygems.org/info/diff-lcs
  435. HTTP 200 OK https://index.rubygems.org/info/certified
  436. HTTP 200 OK https://index.rubygems.org/info/coderay
  437. HTTP GET https://index.rubygems.org/info/thor
  438. HTTP 200 OK https://index.rubygems.org/info/ember-source
  439. HTTP GET https://index.rubygems.org/info/railties
  440. HTTP GET https://index.rubygems.org/info/discourse-qunit-rails
  441. HTTP GET https://index.rubygems.org/info/method_source
  442. HTTP GET https://index.rubygems.org/info/discourse_fastimage
  443. HTTP 200 OK https://index.rubygems.org/info/connection_pool
  444. HTTP 200 OK https://index.rubygems.org/info/msgpack
  445. HTTP 200 OK https://index.rubygems.org/info/safe_yaml
  446. HTTP 200 OK https://index.rubygems.org/info/bootsnap
  447. HTTP GET https://index.rubygems.org/info/exifr
  448. HTTP GET https://index.rubygems.org/info/fspath
  449. HTTP GET https://index.rubygems.org/info/image_size
  450. HTTP 200 OK https://index.rubygems.org/info/crack
  451. HTTP GET https://index.rubygems.org/info/in_threads
  452. HTTP GET https://index.rubygems.org/info/progress
  453. HTTP GET https://index.rubygems.org/info/discourse_image_optim
  454. HTTP 200 OK https://index.rubygems.org/info/barber
  455. HTTP 200 OK https://index.rubygems.org/info/diff-lcs
  456. HTTP 200 OK https://index.rubygems.org/info/thor
  457. HTTP GET https://index.rubygems.org/info/email_reply_trimmer
  458. HTTP GET https://index.rubygems.org/info/ember-data-source
  459. HTTP 200 OK https://index.rubygems.org/info/discourse-qunit-rails
  460. HTTP GET https://index.rubygems.org/info/ember-handlebars-template
  461. HTTP 200 OK https://index.rubygems.org/info/cppjieba_rb
  462. HTTP GET https://index.rubygems.org/info/jquery-rails
  463. HTTP GET https://index.rubygems.org/info/ember-rails
  464. HTTP GET https://index.rubygems.org/info/sprockets
  465. HTTP 200 OK https://index.rubygems.org/info/method_source
  466. HTTP GET https://index.rubygems.org/info/excon
  467. HTTP 200 OK https://index.rubygems.org/info/discourse_fastimage
  468. HTTP GET https://index.rubygems.org/info/fabrication
  469. HTTP GET https://index.rubygems.org/info/fakeweb
  470. HTTP GET https://index.rubygems.org/info/multipart-post
  471. HTTP GET https://index.rubygems.org/info/faraday
  472. HTTP 200 OK https://index.rubygems.org/info/exifr
  473. HTTP 200 OK https://index.rubygems.org/info/progress
  474. HTTP 200 OK https://index.rubygems.org/info/railties
  475. HTTP 200 OK https://index.rubygems.org/info/fspath
  476. HTTP GET https://index.rubygems.org/info/fast_blank
  477. HTTP GET https://index.rubygems.org/info/rake-compiler
  478. HTTP GET https://index.rubygems.org/info/fast_xor
  479. HTTP 200 OK https://index.rubygems.org/info/jquery-rails
  480. HTTP 200 OK https://index.rubygems.org/info/image_size
  481. HTTP GET https://index.rubygems.org/info/fast_xs
  482. HTTP 200 OK https://index.rubygems.org/info/excon
  483. HTTP GET https://index.rubygems.org/info/flamegraph
  484. HTTP 200 OK https://index.rubygems.org/info/sprockets
  485. HTTP GET https://index.rubygems.org/info/ffi
  486. HTTP 200 OK https://index.rubygems.org/info/multipart-post
  487. HTTP 200 OK https://index.rubygems.org/info/fakeweb
  488. HTTP GET https://index.rubygems.org/info/gc_tracer
  489. HTTP 200 OK https://index.rubygems.org/info/in_threads
  490. HTTP 200 OK https://index.rubygems.org/info/faraday
  491. HTTP 200 OK https://index.rubygems.org/info/rake-compiler
  492. HTTP 200 OK https://index.rubygems.org/info/ember-data-source
  493. HTTP GET https://index.rubygems.org/info/guess_html_encoding
  494. HTTP GET https://index.rubygems.org/info/hashdiff
  495. HTTP GET https://index.rubygems.org/info/hashie
  496. HTTP GET https://index.rubygems.org/info/highline
  497. HTTP 200 OK https://index.rubygems.org/info/ffi
  498. HTTP 200 OK https://index.rubygems.org/info/discourse_image_optim
  499. HTTP GET https://index.rubygems.org/info/hiredis
  500. HTTP GET https://index.rubygems.org/info/htmlentities
  501. HTTP 200 OK https://index.rubygems.org/info/flamegraph
  502. HTTP 200 OK https://index.rubygems.org/info/gc_tracer
  503. HTTP 200 OK https://index.rubygems.org/info/ember-handlebars-template
  504. HTTP GET https://index.rubygems.org/info/http_accept_language
  505. HTTP GET https://index.rubygems.org/info/jwt
  506. HTTP 200 OK https://index.rubygems.org/info/ember-rails
  507. HTTP GET https://index.rubygems.org/info/kgio
  508. HTTP GET https://index.rubygems.org/info/libv8
  509. HTTP GET https://index.rubygems.org/info/rb-fsevent
  510. HTTP GET https://index.rubygems.org/info/ruby_dep
  511. HTTP GET https://index.rubygems.org/info/rb-inotify
  512. HTTP 200 OK https://index.rubygems.org/info/hashie
  513. HTTP 200 OK https://index.rubygems.org/info/highline
  514. HTTP GET https://index.rubygems.org/info/listen
  515. HTTP 200 OK https://index.rubygems.org/info/fabrication
  516. HTTP 200 OK https://index.rubygems.org/info/hiredis
  517. HTTP GET https://index.rubygems.org/info/request_store
  518. HTTP GET https://index.rubygems.org/info/lograge
  519. HTTP 200 OK https://index.rubygems.org/info/htmlentities
  520. HTTP GET https://index.rubygems.org/info/logster
  521. HTTP GET https://index.rubygems.org/info/lru_redux
  522. HTTP 200 OK https://index.rubygems.org/info/http_accept_language
  523. HTTP GET https://index.rubygems.org/info/logstash-event
  524. HTTP 200 OK https://index.rubygems.org/info/email_reply_trimmer
  525. HTTP 200 OK https://index.rubygems.org/info/kgio
  526. HTTP 200 OK https://index.rubygems.org/info/jwt
  527. HTTP GET https://index.rubygems.org/info/memory_profiler
  528. HTTP 200 OK https://index.rubygems.org/info/libv8
  529. HTTP 200 OK https://index.rubygems.org/info/fast_blank
  530. HTTP 200 OK https://index.rubygems.org/info/rb-inotify
  531. HTTP 200 OK https://index.rubygems.org/info/ruby_dep
  532. HTTP 200 OK https://index.rubygems.org/info/listen
  533. HTTP GET https://index.rubygems.org/info/message_bus
  534. HTTP 200 OK https://index.rubygems.org/info/rb-fsevent
  535. HTTP 200 OK https://index.rubygems.org/info/fast_xor
  536. HTTP GET https://index.rubygems.org/info/metaclass
  537. HTTP GET https://index.rubygems.org/info/mini_mime
  538. HTTP 200 OK https://index.rubygems.org/info/lograge
  539. HTTP 200 OK https://index.rubygems.org/info/request_store
  540. HTTP GET https://index.rubygems.org/info/mini_racer
  541. HTTP 200 OK https://index.rubygems.org/info/fast_xs
  542. HTTP GET https://index.rubygems.org/info/mocha
  543. HTTP 200 OK https://index.rubygems.org/info/hashdiff
  544. HTTP 200 OK https://index.rubygems.org/info/logstash-event
  545. HTTP GET https://index.rubygems.org/info/mock_redis
  546. HTTP GET https://index.rubygems.org/info/moneta
  547. HTTP 200 OK https://index.rubygems.org/info/memory_profiler
  548. HTTP GET https://index.rubygems.org/info/multi_json
  549. HTTP 200 OK https://index.rubygems.org/info/guess_html_encoding
  550. HTTP GET https://index.rubygems.org/info/multi_xml
  551. HTTP GET https://index.rubygems.org/info/mustache
  552. HTTP 200 OK https://index.rubygems.org/info/metaclass
  553. HTTP GET https://index.rubygems.org/info/nokogumbo
  554. HTTP 200 OK https://index.rubygems.org/info/logster
  555. HTTP GET https://index.rubygems.org/info/oauth2
  556. HTTP 200 OK https://index.rubygems.org/info/mini_mime
  557. HTTP 200 OK https://index.rubygems.org/info/message_bus
  558. HTTP 200 OK https://index.rubygems.org/info/lru_redux
  559. HTTP GET https://index.rubygems.org/info/oga
  560. HTTP GET https://index.rubygems.org/info/ruby-ll
  561. HTTP 200 OK https://index.rubygems.org/info/mini_racer
  562. HTTP GET https://index.rubygems.org/info/oj
  563. HTTP GET https://index.rubygems.org/info/oauth
  564. HTTP 200 OK https://index.rubygems.org/info/mocha
  565. HTTP GET https://index.rubygems.org/info/omniauth
  566. HTTP GET https://index.rubygems.org/info/omniauth-oauth2
  567. HTTP 200 OK https://index.rubygems.org/info/moneta
  568. HTTP 200 OK https://index.rubygems.org/info/multi_xml
  569. HTTP GET https://index.rubygems.org/info/omniauth-facebook
  570. HTTP GET https://index.rubygems.org/info/omniauth-github
  571. HTTP 200 OK https://index.rubygems.org/info/mock_redis
  572. HTTP 200 OK https://index.rubygems.org/info/multi_json
  573. HTTP GET https://index.rubygems.org/info/omniauth-instagram
  574. HTTP GET https://index.rubygems.org/info/omniauth-google-oauth2
  575. HTTP 200 OK https://index.rubygems.org/info/oauth2
  576. HTTP 200 OK https://index.rubygems.org/info/mustache
  577. HTTP GET https://index.rubygems.org/info/omniauth-oauth
  578. HTTP 200 OK https://index.rubygems.org/info/ruby-ll
  579. HTTP GET https://index.rubygems.org/info/ruby-openid
  580. HTTP 200 OK https://index.rubygems.org/info/oauth
  581. HTTP GET https://index.rubygems.org/info/omniauth-openid
  582. HTTP GET https://index.rubygems.org/info/omniauth-twitter
  583. HTTP 200 OK https://index.rubygems.org/info/nokogumbo
  584. HTTP GET https://index.rubygems.org/info/rack-openid
  585. HTTP 200 OK https://index.rubygems.org/info/omniauth-oauth2
  586. HTTP 200 OK https://index.rubygems.org/info/oga
  587. HTTP GET https://index.rubygems.org/info/sanitize
  588. HTTP GET https://index.rubygems.org/info/onebox
  589. HTTP 200 OK https://index.rubygems.org/info/omniauth
  590. HTTP GET https://index.rubygems.org/info/redis
  591. HTTP GET https://index.rubygems.org/info/openid-redis-store
  592. HTTP 200 OK https://index.rubygems.org/info/oj
  593. HTTP 200 OK https://index.rubygems.org/info/omniauth-github
  594. HTTP 200 OK https://index.rubygems.org/info/omniauth-oauth
  595. HTTP GET https://index.rubygems.org/info/parallel
  596. HTTP GET https://index.rubygems.org/info/parser
  597. HTTP 200 OK https://index.rubygems.org/info/ruby-openid
  598. HTTP 200 OK https://index.rubygems.org/info/omniauth-google-oauth2
  599. HTTP GET https://index.rubygems.org/info/pg
  600. HTTP 200 OK https://index.rubygems.org/info/omniauth-facebook
  601. HTTP GET https://index.rubygems.org/info/powerpack
  602. HTTP GET https://index.rubygems.org/info/slop
  603. HTTP GET https://index.rubygems.org/info/pry
  604. HTTP GET https://index.rubygems.org/info/pry-nav
  605. HTTP 200 OK https://index.rubygems.org/info/omniauth-twitter
  606. HTTP 200 OK https://index.rubygems.org/info/omniauth-instagram
  607. HTTP GET https://index.rubygems.org/info/pry-rails
  608. HTTP GET https://index.rubygems.org/info/puma
  609. HTTP GET https://index.rubygems.org/info/r2
  610. HTTP 200 OK https://index.rubygems.org/info/omniauth-openid
  611. HTTP 200 OK https://index.rubygems.org/info/parallel
  612. HTTP 200 OK https://index.rubygems.org/info/parser
  613. HTTP 200 OK https://index.rubygems.org/info/sanitize
  614. HTTP 200 OK https://index.rubygems.org/info/pg
  615. HTTP 200 OK https://index.rubygems.org/info/powerpack
  616. HTTP GET https://index.rubygems.org/info/rack-protection
  617. HTTP GET https://index.rubygems.org/info/rails_multisite
  618. HTTP GET https://index.rubygems.org/info/rainbow
  619. HTTP 200 OK https://index.rubygems.org/info/rack-openid
  620. HTTP GET https://index.rubygems.org/info/raindrops
  621. HTTP 200 OK https://index.rubygems.org/info/slop
  622. HTTP 200 OK https://index.rubygems.org/info/pry
  623. HTTP GET https://index.rubygems.org/info/rack-mini-profiler
  624. HTTP 200 OK https://index.rubygems.org/info/pry-nav
  625. HTTP 200 OK https://index.rubygems.org/info/onebox
  626. HTTP GET https://index.rubygems.org/info/trollop
  627. HTTP GET https://index.rubygems.org/info/rbtrace
  628. HTTP GET https://index.rubygems.org/info/redis-namespace
  629. HTTP GET https://index.rubygems.org/info/rinku
  630. HTTP 200 OK https://index.rubygems.org/info/redis
  631. HTTP 200 OK https://index.rubygems.org/info/openid-redis-store
  632. HTTP GET https://index.rubygems.org/info/rspec-core
  633. HTTP GET https://index.rubygems.org/info/rspec-expectations
  634. HTTP GET https://index.rubygems.org/info/rspec-support
  635. HTTP 200 OK https://index.rubygems.org/info/puma
  636. HTTP GET https://index.rubygems.org/info/rspec-mocks
  637. HTTP 200 OK https://index.rubygems.org/info/rails_multisite
  638. HTTP 200 OK https://index.rubygems.org/info/rack-protection
  639. HTTP 200 OK https://index.rubygems.org/info/pry-rails
  640. HTTP 200 OK https://index.rubygems.org/info/raindrops
  641. HTTP 200 OK https://index.rubygems.org/info/trollop
  642. HTTP 200 OK https://index.rubygems.org/info/redis-namespace
  643. HTTP 200 OK https://index.rubygems.org/info/r2
  644. HTTP 200 OK https://index.rubygems.org/info/rainbow
  645. HTTP GET https://index.rubygems.org/info/rspec
  646. HTTP 200 OK https://index.rubygems.org/info/rspec-core
  647. HTTP GET https://index.rubygems.org/info/rspec-html-matchers
  648. HTTP GET https://index.rubygems.org/info/rspec-rails
  649. HTTP 200 OK https://index.rubygems.org/info/rinku
  650. HTTP GET https://index.rubygems.org/info/rtlit
  651. HTTP 200 OK https://index.rubygems.org/info/rspec-support
  652. HTTP GET https://index.rubygems.org/info/ruby-progressbar
  653. HTTP 200 OK https://index.rubygems.org/info/rack-mini-profiler
  654. HTTP GET https://index.rubygems.org/info/unicode-display_width
  655. HTTP 200 OK https://index.rubygems.org/info/rspec-expectations
  656. HTTP 200 OK https://index.rubygems.org/info/rspec-mocks
  657. HTTP GET https://index.rubygems.org/info/rubocop
  658. HTTP GET https://index.rubygems.org/info/ruby-readability
  659. HTTP GET https://index.rubygems.org/info/sass
  660. HTTP GET https://index.rubygems.org/info/sassc
  661. HTTP GET https://index.rubygems.org/info/seed-fu
  662. HTTP GET https://index.rubygems.org/info/shoulda-context
  663. HTTP 200 OK https://index.rubygems.org/info/rbtrace
  664. HTTP GET https://index.rubygems.org/info/shoulda-matchers
  665. HTTP GET https://index.rubygems.org/info/shoulda
  666. HTTP GET https://index.rubygems.org/info/sidekiq
  667. HTTP GET https://index.rubygems.org/info/simple-rss
  668. HTTP GET https://index.rubygems.org/info/sprockets-rails
  669. HTTP 200 OK https://index.rubygems.org/info/rspec-rails
  670. HTTP GET https://index.rubygems.org/info/stackprof
  671. HTTP 200 OK https://index.rubygems.org/info/ruby-progressbar
  672. HTTP 200 OK https://index.rubygems.org/info/rspec
  673. HTTP 200 OK https://index.rubygems.org/info/rspec-html-matchers
  674. HTTP 200 OK https://index.rubygems.org/info/unicode-display_width
  675. HTTP GET https://index.rubygems.org/info/tilt
  676. HTTP GET https://index.rubygems.org/info/uglifier
  677. HTTP 200 OK https://index.rubygems.org/info/rubocop
  678. HTTP GET https://index.rubygems.org/info/unf_ext
  679. HTTP GET https://index.rubygems.org/info/unf
  680. HTTP GET https://index.rubygems.org/info/unicorn
  681. HTTP GET https://index.rubygems.org/info/webmock
  682. HTTP 200 OK https://index.rubygems.org/info/rtlit
  683. HTTP 200 OK https://index.rubygems.org/info/shoulda-context
  684. HTTP 200 OK https://index.rubygems.org/info/shoulda-matchers
  685. HTTP 200 OK https://index.rubygems.org/info/seed-fu
  686. HTTP 200 OK https://index.rubygems.org/info/sidekiq
  687. HTTP 200 OK https://index.rubygems.org/info/sass
  688. HTTP 200 OK https://index.rubygems.org/info/sassc
  689. HTTP 200 OK https://index.rubygems.org/info/stackprof
  690. HTTP 200 OK https://index.rubygems.org/info/uglifier
  691. HTTP 200 OK https://index.rubygems.org/info/sprockets-rails
  692. HTTP 200 OK https://index.rubygems.org/info/ruby-readability
  693. HTTP 200 OK https://index.rubygems.org/info/unf_ext
  694. HTTP 200 OK https://index.rubygems.org/info/shoulda
  695. HTTP 200 OK https://index.rubygems.org/info/tilt
  696. HTTP 200 OK https://index.rubygems.org/info/unf
  697. HTTP 200 OK https://index.rubygems.org/info/webmock
  698. HTTP 200 OK https://index.rubygems.org/info/unicorn
  699. HTTP 200 OK https://index.rubygems.org/info/simple-rss
  700. Looking up gems ["functional-ruby", "ref", "rails-deprecated_sanitizer", "hoe", "memcache-client", "json", "camping", "fcgi", "mongrel", "test-spec", "thin", "archive-tar-minitar", "rcov", "activemodel-globalid", "atomic", "racc", "rexical", "tenderlove-frex", "weakling", "mini_portile", "pkg-config", "erubis", "text-format", "treetop", "tlsmail", "rack-mount", "rack-cache", "journey", "bcrypt-ruby", "jsonapi", "case_transform", "jsonapi-renderer", "activerecord-deprecated_finders", "launchy", "json_pure", "jamespath", "columnize", "debugger-linecache", "rb-readline", "handlebars-source", "psych", "snappy", "ember-template-compiler-source", "ruby_parser", "newgem", "rb-appscript", "xattr", "ffi-xattr", "rack-ssl", "rdoc", "rails", "hike", "bones", "fast_stack", "active-model-adapter-source", "ember-cli-assets", "ember-es6_template", "termios", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "eventmachine", "faraday-middleware", "httpauth", "ruby-hmac", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "ruby-yadis", "hpricot", "sexp_processor", "opengraph_parser", "verbal_expressions", "hexpress", "pdf-reader", "win32console", "yard", "spoon", "escape_utils", "pry-doc", "curses", "cucumber", "spicycode-rcov", "syntax", "term-ansicolor", "backports", "astrolabe", "tins", "webrat", "rspec-collection_matchers", "bourne", "bundler", "compass", "sprockets-sass", "sinatra", "slim", "therubyracer", "sass-listen"]
  701. HTTP GET https://index.rubygems.org/info/functional-ruby
  702. HTTP GET https://index.rubygems.org/info/ref
  703. HTTP GET https://index.rubygems.org/info/rails-deprecated_sanitizer
  704. HTTP GET https://index.rubygems.org/info/hoe
  705. HTTP GET https://index.rubygems.org/info/memcache-client
  706. HTTP GET https://index.rubygems.org/info/json
  707. HTTP GET https://index.rubygems.org/info/camping
  708. HTTP GET https://index.rubygems.org/info/fcgi
  709. HTTP GET https://index.rubygems.org/info/mongrel
  710. HTTP GET https://index.rubygems.org/info/test-spec
  711. HTTP GET https://index.rubygems.org/info/thin
  712. HTTP GET https://index.rubygems.org/info/archive-tar-minitar
  713. HTTP GET https://index.rubygems.org/info/rcov
  714. HTTP GET https://index.rubygems.org/info/activemodel-globalid
  715. HTTP GET https://index.rubygems.org/info/atomic
  716. HTTP GET https://index.rubygems.org/info/racc
  717. HTTP GET https://index.rubygems.org/info/rexical
  718. HTTP GET https://index.rubygems.org/info/tenderlove-frex
  719. HTTP GET https://index.rubygems.org/info/weakling
  720. HTTP GET https://index.rubygems.org/info/mini_portile
  721. HTTP GET https://index.rubygems.org/info/pkg-config
  722. HTTP GET https://index.rubygems.org/info/text-format
  723. HTTP GET https://index.rubygems.org/info/treetop
  724. HTTP GET https://index.rubygems.org/info/tlsmail
  725. HTTP GET https://index.rubygems.org/info/erubis
  726. HTTP 200 OK https://index.rubygems.org/info/functional-ruby
  727. HTTP 200 OK https://index.rubygems.org/info/rails-deprecated_sanitizer
  728. HTTP 200 OK https://index.rubygems.org/info/hoe
  729. HTTP 200 OK https://index.rubygems.org/info/ref
  730. HTTP 200 OK https://index.rubygems.org/info/json
  731. HTTP 200 OK https://index.rubygems.org/info/camping
  732. HTTP 200 OK https://index.rubygems.org/info/test-spec
  733. HTTP 200 OK https://index.rubygems.org/info/mongrel
  734. HTTP 200 OK https://index.rubygems.org/info/erubis
  735. HTTP 200 OK https://index.rubygems.org/info/fcgi
  736. HTTP 200 OK https://index.rubygems.org/info/thin
  737. HTTP 200 OK https://index.rubygems.org/info/archive-tar-minitar
  738. HTTP 200 OK https://index.rubygems.org/info/rcov
  739. HTTP 200 OK https://index.rubygems.org/info/racc
  740. HTTP 200 OK https://index.rubygems.org/info/activemodel-globalid
  741. HTTP 200 OK https://index.rubygems.org/info/atomic
  742. HTTP 200 OK https://index.rubygems.org/info/tenderlove-frex
  743. HTTP 200 OK https://index.rubygems.org/info/rexical
  744. HTTP 200 OK https://index.rubygems.org/info/mini_portile
  745. HTTP 200 OK https://index.rubygems.org/info/treetop
  746. HTTP 200 OK https://index.rubygems.org/info/memcache-client
  747. HTTP 200 OK https://index.rubygems.org/info/pkg-config
  748. HTTP GET https://index.rubygems.org/info/rack-mount
  749. HTTP GET https://index.rubygems.org/info/rack-cache
  750. HTTP 200 OK https://index.rubygems.org/info/tlsmail
  751. HTTP GET https://index.rubygems.org/info/journey
  752. HTTP GET https://index.rubygems.org/info/bcrypt-ruby
  753. HTTP 200 OK https://index.rubygems.org/info/text-format
  754. HTTP GET https://index.rubygems.org/info/jsonapi
  755. HTTP GET https://index.rubygems.org/info/case_transform
  756. HTTP GET https://index.rubygems.org/info/jsonapi-renderer
  757. HTTP GET https://index.rubygems.org/info/activerecord-deprecated_finders
  758. HTTP GET https://index.rubygems.org/info/launchy
  759. HTTP GET https://index.rubygems.org/info/json_pure
  760. HTTP GET https://index.rubygems.org/info/jamespath
  761. HTTP GET https://index.rubygems.org/info/columnize
  762. HTTP GET https://index.rubygems.org/info/debugger-linecache
  763. HTTP GET https://index.rubygems.org/info/rb-readline
  764. HTTP 200 OK https://index.rubygems.org/info/weakling
  765. HTTP GET https://index.rubygems.org/info/handlebars-source
  766. HTTP GET https://index.rubygems.org/info/psych
  767. HTTP GET https://index.rubygems.org/info/ember-template-compiler-source
  768. HTTP GET https://index.rubygems.org/info/snappy
  769. HTTP GET https://index.rubygems.org/info/ruby_parser
  770. HTTP GET https://index.rubygems.org/info/newgem
  771. HTTP 200 OK https://index.rubygems.org/info/rack-mount
  772. HTTP 200 OK https://index.rubygems.org/info/journey
  773. HTTP 200 OK https://index.rubygems.org/info/rack-cache
  774. HTTP GET https://index.rubygems.org/info/xattr
  775. HTTP GET https://index.rubygems.org/info/ffi-xattr
  776. HTTP GET https://index.rubygems.org/info/rb-appscript
  777. HTTP 200 OK https://index.rubygems.org/info/jsonapi
  778. HTTP 200 OK https://index.rubygems.org/info/case_transform
  779. HTTP 200 OK https://index.rubygems.org/info/bcrypt-ruby
  780. HTTP 200 OK https://index.rubygems.org/info/launchy
  781. HTTP 200 OK https://index.rubygems.org/info/activerecord-deprecated_finders
  782. HTTP 200 OK https://index.rubygems.org/info/jsonapi-renderer
  783. HTTP 200 OK https://index.rubygems.org/info/json_pure
  784. HTTP 200 OK https://index.rubygems.org/info/jamespath
  785. HTTP 200 OK https://index.rubygems.org/info/rb-readline
  786. HTTP 200 OK https://index.rubygems.org/info/columnize
  787. HTTP GET https://index.rubygems.org/info/rack-ssl
  788. HTTP 200 OK https://index.rubygems.org/info/psych
  789. HTTP GET https://index.rubygems.org/info/rdoc
  790. HTTP 200 OK https://index.rubygems.org/info/ruby_parser
  791. HTTP 200 OK https://index.rubygems.org/info/newgem
  792. HTTP 200 OK https://index.rubygems.org/info/snappy
  793. HTTP 200 OK https://index.rubygems.org/info/handlebars-source
  794. HTTP GET https://index.rubygems.org/info/rails
  795. HTTP GET https://index.rubygems.org/info/hike
  796. HTTP GET https://index.rubygems.org/info/bones
  797. HTTP GET https://index.rubygems.org/info/fast_stack
  798. HTTP 200 OK https://index.rubygems.org/info/debugger-linecache
  799. HTTP GET https://index.rubygems.org/info/active-model-adapter-source
  800. HTTP 200 OK https://index.rubygems.org/info/rack-ssl
  801. HTTP GET https://index.rubygems.org/info/ember-cli-assets
  802. HTTP GET https://index.rubygems.org/info/ember-es6_template
  803. HTTP GET https://index.rubygems.org/info/termios
  804. HTTP GET https://index.rubygems.org/info/rb-fchange
  805. HTTP GET https://index.rubygems.org/info/rb-kqueue
  806. HTTP 200 OK https://index.rubygems.org/info/xattr
  807. HTTP GET https://index.rubygems.org/info/celluloid
  808. HTTP 200 OK https://index.rubygems.org/info/rdoc
  809. HTTP GET https://index.rubygems.org/info/eventmachine
  810. HTTP GET https://index.rubygems.org/info/httpauth
  811. HTTP GET https://index.rubygems.org/info/celluloid-io
  812. HTTP GET https://index.rubygems.org/info/ruby-hmac
  813. HTTP 200 OK https://index.rubygems.org/info/rb-appscript
  814. HTTP GET https://index.rubygems.org/info/oa-core
  815. HTTP GET https://index.rubygems.org/info/oa-oauth
  816. HTTP 200 OK https://index.rubygems.org/info/rails
  817. HTTP GET https://index.rubygems.org/info/oa-openid
  818. HTTP 200 OK https://index.rubygems.org/info/hike
  819. HTTP 200 OK https://index.rubygems.org/info/ffi-xattr
  820. HTTP GET https://index.rubygems.org/info/oa-basic
  821. HTTP 200 OK https://index.rubygems.org/info/bones
  822. HTTP 200 OK https://index.rubygems.org/info/termios
  823. HTTP GET https://index.rubygems.org/info/oa-enterprise
  824. HTTP 200 OK https://index.rubygems.org/info/rb-fchange
  825. HTTP 200 OK https://index.rubygems.org/info/ember-template-compiler-source
  826. HTTP 200 OK https://index.rubygems.org/info/celluloid
  827. HTTP GET https://index.rubygems.org/info/oa-more
  828. HTTP 200 OK https://index.rubygems.org/info/eventmachine
  829. HTTP 200 OK https://index.rubygems.org/info/rb-kqueue
  830. HTTP 200 OK https://index.rubygems.org/info/fast_stack
  831. HTTP 200 OK https://index.rubygems.org/info/ruby-hmac
  832. HTTP 200 OK https://index.rubygems.org/info/httpauth
  833. HTTP 200 OK https://index.rubygems.org/info/celluloid-io
  834. HTTP 200 OK https://index.rubygems.org/info/active-model-adapter-source
  835. HTTP 200 OK https://index.rubygems.org/info/oa-oauth
  836. HTTP 200 OK https://index.rubygems.org/info/oa-core
  837. HTTP GET https://index.rubygems.org/info/ruby-yadis
  838. HTTP 200 OK https://index.rubygems.org/info/oa-openid
  839. HTTP GET https://index.rubygems.org/info/hpricot
  840. HTTP 200 OK https://index.rubygems.org/info/ember-cli-assets
  841. HTTP GET https://index.rubygems.org/info/sexp_processor
  842. HTTP 200 OK https://index.rubygems.org/info/oa-basic
  843. HTTP GET https://index.rubygems.org/info/verbal_expressions
  844. HTTP 200 OK https://index.rubygems.org/info/oa-enterprise
  845. HTTP 200 OK https://index.rubygems.org/info/ember-es6_template
  846. HTTP GET https://index.rubygems.org/info/opengraph_parser
  847. HTTP GET https://index.rubygems.org/info/hexpress
  848. HTTP GET https://index.rubygems.org/info/pdf-reader
  849. HTTP 200 OK https://index.rubygems.org/info/oa-more
  850. HTTP GET https://index.rubygems.org/info/win32console
  851. HTTP GET https://index.rubygems.org/info/yard
  852. HTTP GET https://index.rubygems.org/info/spoon
  853. HTTP GET https://index.rubygems.org/info/escape_utils
  854. HTTP GET https://index.rubygems.org/info/pry-doc
  855. HTTP GET https://index.rubygems.org/info/curses
  856. HTTP GET https://index.rubygems.org/info/cucumber
  857. HTTP GET https://index.rubygems.org/info/spicycode-rcov
  858. HTTP GET https://index.rubygems.org/info/syntax
  859. HTTP 200 OK https://index.rubygems.org/info/hpricot
  860. HTTP 200 OK https://index.rubygems.org/info/sexp_processor
  861. HTTP GET https://index.rubygems.org/info/term-ansicolor
  862. HTTP GET https://index.rubygems.org/info/backports
  863. HTTP GET https://index.rubygems.org/info/astrolabe
  864. HTTP GET https://index.rubygems.org/info/tins
  865. HTTP GET https://index.rubygems.org/info/webrat
  866. HTTP GET https://index.rubygems.org/info/rspec-collection_matchers
  867. HTTP GET https://index.rubygems.org/info/bundler
  868. HTTP GET https://index.rubygems.org/info/bourne
  869. HTTP 200 OK https://index.rubygems.org/info/verbal_expressions
  870. HTTP 200 OK https://index.rubygems.org/info/yard
  871. HTTP 200 OK https://index.rubygems.org/info/pry-doc
  872. HTTP 200 OK https://index.rubygems.org/info/curses
  873. HTTP 200 OK https://index.rubygems.org/info/win32console
  874. HTTP 200 OK https://index.rubygems.org/info/cucumber
  875. HTTP 200 OK https://index.rubygems.org/info/escape_utils
  876. HTTP 200 OK https://index.rubygems.org/info/spoon
  877. HTTP GET https://index.rubygems.org/info/compass
  878. HTTP 200 OK https://index.rubygems.org/info/opengraph_parser
  879. HTTP 200 OK https://index.rubygems.org/info/syntax
  880. HTTP 200 OK https://index.rubygems.org/info/spicycode-rcov
  881. HTTP 200 OK https://index.rubygems.org/info/ruby-yadis
  882. HTTP 200 OK https://index.rubygems.org/info/term-ansicolor
  883. HTTP 200 OK https://index.rubygems.org/info/hexpress
  884. HTTP 200 OK https://index.rubygems.org/info/backports
  885. HTTP GET https://index.rubygems.org/info/sprockets-sass
  886. HTTP GET https://index.rubygems.org/info/sinatra
  887. HTTP 200 OK https://index.rubygems.org/info/astrolabe
  888. HTTP 200 OK https://index.rubygems.org/info/tins
  889. HTTP 200 OK https://index.rubygems.org/info/rspec-collection_matchers
  890. HTTP 200 OK https://index.rubygems.org/info/bundler
  891. HTTP 200 OK https://index.rubygems.org/info/webrat
  892. HTTP GET https://index.rubygems.org/info/slim
  893. HTTP 200 OK https://index.rubygems.org/info/bourne
  894. HTTP 200 OK https://index.rubygems.org/info/pdf-reader
  895. HTTP GET https://index.rubygems.org/info/therubyracer
  896. HTTP GET https://index.rubygems.org/info/sass-listen
  897. HTTP 200 OK https://index.rubygems.org/info/compass
  898. HTTP 200 OK https://index.rubygems.org/info/sprockets-sass
  899. HTTP 200 OK https://index.rubygems.org/info/sinatra
  900. HTTP 200 OK https://index.rubygems.org/info/slim
  901. HTTP 200 OK https://index.rubygems.org/info/therubyracer
  902. HTTP 200 OK https://index.rubygems.org/info/sass-listen
  903. Looking up gems ["rubyforge", "RubyInline", "gemcutter", "flexmock", "markaby", "metaid", "mab", "abstract", "cgi_multipart_eof_fix", "daemons", "fastthread", "gem_plugin", "minitar", "minitar-cli", "eventmachine-le", "http_parser.rb", "preforker", "facets", "polyglot", "ZenTest", "text-hyphen", "multimap", "jsonapi-parser", "spruz", "jar-dependencies", "configuration", "bcrypt", "RedCloth", "rubigen", "ParseTree", "snappy-jars", "ruby_core_source", "debugger-ruby_core_source", "little-plugger", "loquacious", "bones-extras", "bones-git", "activeresource", "actionwebservice", "actioncable", "win32-api", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "dotenv", "nenv", "rspec-logsplit", "restclient", "rest-client", "ruby-openid-apps-discovery", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "nio4r", "babel-transpiler", "gherkin", "multi_test", "cucumber-core", "gherkin3", "cucumber-wire", "event-bus", "cucumber-expressions", "Ascii85", "ruby-rc4", "hashery", "afm", "ttfunk", "sprockets-helpers", "haml", "chunky_png", "fssm", "compass-core", "compass-import-once", "shotgun", "mustermann", "temple"]
  904. HTTP GET https://index.rubygems.org/info/rubyforge
  905. HTTP GET https://index.rubygems.org/info/RubyInline
  906. HTTP GET https://index.rubygems.org/info/gemcutter
  907. HTTP GET https://index.rubygems.org/info/flexmock
  908. HTTP GET https://index.rubygems.org/info/markaby
  909. HTTP GET https://index.rubygems.org/info/metaid
  910. HTTP GET https://index.rubygems.org/info/mab
  911. HTTP GET https://index.rubygems.org/info/abstract
  912. HTTP GET https://index.rubygems.org/info/cgi_multipart_eof_fix
  913. HTTP GET https://index.rubygems.org/info/daemons
  914. HTTP GET https://index.rubygems.org/info/gem_plugin
  915. HTTP GET https://index.rubygems.org/info/minitar
  916. HTTP GET https://index.rubygems.org/info/minitar-cli
  917. HTTP GET https://index.rubygems.org/info/eventmachine-le
  918. HTTP GET https://index.rubygems.org/info/http_parser.rb
  919. HTTP GET https://index.rubygems.org/info/preforker
  920. HTTP GET https://index.rubygems.org/info/facets
  921. HTTP GET https://index.rubygems.org/info/polyglot
  922. HTTP GET https://index.rubygems.org/info/ZenTest
  923. HTTP GET https://index.rubygems.org/info/text-hyphen
  924. HTTP GET https://index.rubygems.org/info/multimap
  925. HTTP GET https://index.rubygems.org/info/jsonapi-parser
  926. HTTP GET https://index.rubygems.org/info/spruz
  927. HTTP GET https://index.rubygems.org/info/fastthread
  928. HTTP GET https://index.rubygems.org/info/jar-dependencies
  929. HTTP 200 OK https://index.rubygems.org/info/rubyforge
  930. HTTP 200 OK https://index.rubygems.org/info/gemcutter
  931. HTTP 200 OK https://index.rubygems.org/info/RubyInline
  932. HTTP 200 OK https://index.rubygems.org/info/markaby
  933. HTTP 200 OK https://index.rubygems.org/info/flexmock
  934. HTTP 200 OK https://index.rubygems.org/info/abstract
  935. HTTP 200 OK https://index.rubygems.org/info/daemons
  936. HTTP 200 OK https://index.rubygems.org/info/mab
  937. HTTP 200 OK https://index.rubygems.org/info/metaid
  938. HTTP 200 OK https://index.rubygems.org/info/cgi_multipart_eof_fix
  939. HTTP 200 OK https://index.rubygems.org/info/gem_plugin
  940. HTTP 200 OK https://index.rubygems.org/info/eventmachine-le
  941. HTTP 200 OK https://index.rubygems.org/info/minitar
  942. HTTP 200 OK https://index.rubygems.org/info/facets
  943. HTTP 200 OK https://index.rubygems.org/info/preforker
  944. HTTP 200 OK https://index.rubygems.org/info/minitar-cli
  945. HTTP 200 OK https://index.rubygems.org/info/polyglot
  946. HTTP 200 OK https://index.rubygems.org/info/text-hyphen
  947. HTTP 200 OK https://index.rubygems.org/info/ZenTest
  948. HTTP 200 OK https://index.rubygems.org/info/multimap
  949. HTTP 200 OK https://index.rubygems.org/info/jsonapi-parser
  950. HTTP 200 OK https://index.rubygems.org/info/jar-dependencies
  951. HTTP 200 OK https://index.rubygems.org/info/spruz
  952. HTTP 200 OK https://index.rubygems.org/info/fastthread
  953. HTTP 200 OK https://index.rubygems.org/info/http_parser.rb
  954. HTTP GET https://index.rubygems.org/info/bcrypt
  955. HTTP GET https://index.rubygems.org/info/configuration
  956. HTTP GET https://index.rubygems.org/info/RedCloth
  957. HTTP GET https://index.rubygems.org/info/rubigen
  958. HTTP GET https://index.rubygems.org/info/ParseTree
  959. HTTP GET https://index.rubygems.org/info/snappy-jars
  960. HTTP GET https://index.rubygems.org/info/ruby_core_source
  961. HTTP GET https://index.rubygems.org/info/debugger-ruby_core_source
  962. HTTP GET https://index.rubygems.org/info/little-plugger
  963. HTTP GET https://index.rubygems.org/info/loquacious
  964. HTTP GET https://index.rubygems.org/info/bones-extras
  965. HTTP GET https://index.rubygems.org/info/bones-git
  966. HTTP GET https://index.rubygems.org/info/activeresource
  967. HTTP GET https://index.rubygems.org/info/actionwebservice
  968. HTTP GET https://index.rubygems.org/info/actioncable
  969. HTTP GET https://index.rubygems.org/info/win32-api
  970. HTTP GET https://index.rubygems.org/info/timers
  971. HTTP GET https://index.rubygems.org/info/facter
  972. HTTP GET https://index.rubygems.org/info/celluloid-essentials
  973. HTTP GET https://index.rubygems.org/info/celluloid-extras
  974. HTTP GET https://index.rubygems.org/info/celluloid-fsm
  975. HTTP GET https://index.rubygems.org/info/celluloid-pool
  976. HTTP GET https://index.rubygems.org/info/celluloid-supervision
  977. HTTP 200 OK https://index.rubygems.org/info/configuration
  978. HTTP 200 OK https://index.rubygems.org/info/bcrypt
  979. HTTP 200 OK https://index.rubygems.org/info/RedCloth
  980. HTTP GET https://index.rubygems.org/info/dotenv
  981. HTTP GET https://index.rubygems.org/info/nenv
  982. HTTP 200 OK https://index.rubygems.org/info/rubigen
  983. HTTP 200 OK https://index.rubygems.org/info/little-plugger
  984. HTTP 200 OK https://index.rubygems.org/info/ParseTree
  985. HTTP 200 OK https://index.rubygems.org/info/snappy-jars
  986. HTTP 200 OK https://index.rubygems.org/info/bones-extras
  987. HTTP 200 OK https://index.rubygems.org/info/ruby_core_source
  988. HTTP 200 OK https://index.rubygems.org/info/bones-git
  989. HTTP 200 OK https://index.rubygems.org/info/activeresource
  990. HTTP 200 OK https://index.rubygems.org/info/actioncable
  991. HTTP 200 OK https://index.rubygems.org/info/loquacious
  992. HTTP 200 OK https://index.rubygems.org/info/actionwebservice
  993. HTTP 200 OK https://index.rubygems.org/info/celluloid-essentials
  994. HTTP 200 OK https://index.rubygems.org/info/timers
  995. HTTP 200 OK https://index.rubygems.org/info/celluloid-supervision
  996. HTTP 200 OK https://index.rubygems.org/info/celluloid-fsm
  997. HTTP 200 OK https://index.rubygems.org/info/debugger-ruby_core_source
  998. HTTP 200 OK https://index.rubygems.org/info/celluloid-extras
  999. HTTP 200 OK https://index.rubygems.org/info/win32-api
  1000. HTTP 200 OK https://index.rubygems.org/info/celluloid-pool
  1001. HTTP 200 OK https://index.rubygems.org/info/dotenv
  1002. HTTP GET https://index.rubygems.org/info/rspec-logsplit
  1003. HTTP 200 OK https://index.rubygems.org/info/nenv
  1004. HTTP GET https://index.rubygems.org/info/restclient
  1005. HTTP GET https://index.rubygems.org/info/rest-client
  1006. HTTP GET https://index.rubygems.org/info/ruby-openid-apps-discovery
  1007. HTTP GET https://index.rubygems.org/info/net-ldap
  1008. HTTP GET https://index.rubygems.org/info/pyu-ruby-sasl
  1009. HTTP GET https://index.rubygems.org/info/uuid
  1010. HTTP GET https://index.rubygems.org/info/XMLCanonicalizer
  1011. HTTP GET https://index.rubygems.org/info/nio4r
  1012. HTTP GET https://index.rubygems.org/info/babel-transpiler
  1013. HTTP GET https://index.rubygems.org/info/rubyntlm
  1014. HTTP GET https://index.rubygems.org/info/gherkin
  1015. HTTP GET https://index.rubygems.org/info/multi_test
  1016. HTTP 200 OK https://index.rubygems.org/info/facter
  1017. HTTP GET https://index.rubygems.org/info/cucumber-core
  1018. HTTP GET https://index.rubygems.org/info/gherkin3
  1019. HTTP GET https://index.rubygems.org/info/cucumber-wire
  1020. HTTP GET https://index.rubygems.org/info/event-bus
  1021. HTTP 200 OK https://index.rubygems.org/info/rspec-logsplit
  1022. HTTP 200 OK https://index.rubygems.org/info/rest-client
  1023. HTTP 200 OK https://index.rubygems.org/info/ruby-openid-apps-discovery
  1024. HTTP GET https://index.rubygems.org/info/cucumber-expressions
  1025. HTTP 200 OK https://index.rubygems.org/info/pyu-ruby-sasl
  1026. HTTP GET https://index.rubygems.org/info/ruby-rc4
  1027. HTTP GET https://index.rubygems.org/info/hashery
  1028. HTTP GET https://index.rubygems.org/info/afm
  1029. HTTP GET https://index.rubygems.org/info/Ascii85
  1030. HTTP 200 OK https://index.rubygems.org/info/uuid
  1031. HTTP 200 OK https://index.rubygems.org/info/XMLCanonicalizer
  1032. HTTP 200 OK https://index.rubygems.org/info/restclient
  1033. HTTP GET https://index.rubygems.org/info/ttfunk
  1034. HTTP 200 OK https://index.rubygems.org/info/nio4r
  1035. HTTP 200 OK https://index.rubygems.org/info/rubyntlm
  1036. HTTP GET https://index.rubygems.org/info/sprockets-helpers
  1037. HTTP 200 OK https://index.rubygems.org/info/multi_test
  1038. HTTP 200 OK https://index.rubygems.org/info/cucumber-wire
  1039. HTTP 200 OK https://index.rubygems.org/info/gherkin3
  1040. HTTP 200 OK https://index.rubygems.org/info/event-bus
  1041. HTTP 200 OK https://index.rubygems.org/info/cucumber-core
  1042. HTTP 200 OK https://index.rubygems.org/info/babel-transpiler
  1043. HTTP 200 OK https://index.rubygems.org/info/gherkin
  1044. HTTP 200 OK https://index.rubygems.org/info/net-ldap
  1045. HTTP 200 OK https://index.rubygems.org/info/cucumber-expressions
  1046. HTTP GET https://index.rubygems.org/info/haml
  1047. HTTP GET https://index.rubygems.org/info/chunky_png
  1048. HTTP 200 OK https://index.rubygems.org/info/hashery
  1049. HTTP 200 OK https://index.rubygems.org/info/afm
  1050. HTTP GET https://index.rubygems.org/info/fssm
  1051. HTTP GET https://index.rubygems.org/info/compass-core
  1052. HTTP 200 OK https://index.rubygems.org/info/ruby-rc4
  1053. HTTP GET https://index.rubygems.org/info/compass-import-once
  1054. HTTP GET https://index.rubygems.org/info/shotgun
  1055. HTTP 200 OK https://index.rubygems.org/info/Ascii85
  1056. HTTP GET https://index.rubygems.org/info/mustermann
  1057. HTTP GET https://index.rubygems.org/info/temple
  1058. HTTP 200 OK https://index.rubygems.org/info/ttfunk
  1059. HTTP 200 OK https://index.rubygems.org/info/sprockets-helpers
  1060. HTTP 200 OK https://index.rubygems.org/info/haml
  1061. HTTP 200 OK https://index.rubygems.org/info/fssm
  1062. HTTP 200 OK https://index.rubygems.org/info/chunky_png
  1063. HTTP 200 OK https://index.rubygems.org/info/compass-core
  1064. HTTP 200 OK https://index.rubygems.org/info/shotgun
  1065. HTTP 200 OK https://index.rubygems.org/info/compass-import-once
  1066. HTTP 200 OK https://index.rubygems.org/info/mustermann
  1067. HTTP 200 OK https://index.rubygems.org/info/temple
  1068. Looking up gems ["net-scp", "powerbar", "ruby-maven", "echoe", "rails-observers", "activemodel-serializers-xml", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "SexpProcessor", "bones-rcov", "bones-rspec", "bones-rubyforge", "bones-zentest", "thoughtbot-shoulda", "git", "coveralls", "hitimes", "celluloid-gems", "dotenv-deployment", "test-unit", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "log4r", "netrc", "http-cookie", "http-accept", "macaddr", "colored", "paint", "babel-source", "blankslate", "cucumber-tag_expressions", "maruku", "tool"]
  1069. HTTP GET https://index.rubygems.org/info/net-scp
  1070. HTTP GET https://index.rubygems.org/info/powerbar
  1071. HTTP GET https://index.rubygems.org/info/echoe
  1072. HTTP GET https://index.rubygems.org/info/rails-observers
  1073. HTTP GET https://index.rubygems.org/info/activemodel-serializers-xml
  1074. HTTP GET https://index.rubygems.org/info/coffee-rails
  1075. HTTP GET https://index.rubygems.org/info/em-hiredis
  1076. HTTP GET https://index.rubygems.org/info/faye-websocket
  1077. HTTP GET https://index.rubygems.org/info/websocket-driver
  1078. HTTP GET https://index.rubygems.org/info/SexpProcessor
  1079. HTTP GET https://index.rubygems.org/info/bones-rcov
  1080. HTTP GET https://index.rubygems.org/info/bones-rspec
  1081. HTTP GET https://index.rubygems.org/info/bones-rubyforge
  1082. HTTP GET https://index.rubygems.org/info/bones-zentest
  1083. HTTP GET https://index.rubygems.org/info/thoughtbot-shoulda
  1084. HTTP GET https://index.rubygems.org/info/git
  1085. HTTP GET https://index.rubygems.org/info/coveralls
  1086. HTTP GET https://index.rubygems.org/info/hitimes
  1087. HTTP GET https://index.rubygems.org/info/dotenv-deployment
  1088. HTTP GET https://index.rubygems.org/info/test-unit
  1089. HTTP GET https://index.rubygems.org/info/sys-admin
  1090. HTTP GET https://index.rubygems.org/info/win32-dir
  1091. HTTP GET https://index.rubygems.org/info/windows-api
  1092. HTTP GET https://index.rubygems.org/info/ruby-maven
  1093. HTTP GET https://index.rubygems.org/info/CFPropertyList
  1094. HTTP 200 OK https://index.rubygems.org/info/net-scp
  1095. HTTP 200 OK https://index.rubygems.org/info/powerbar
  1096. HTTP 200 OK https://index.rubygems.org/info/echoe
  1097. HTTP 200 OK https://index.rubygems.org/info/activemodel-serializers-xml
  1098. HTTP 200 OK https://index.rubygems.org/info/rails-observers
  1099. HTTP 200 OK https://index.rubygems.org/info/websocket-driver
  1100. HTTP 200 OK https://index.rubygems.org/info/coffee-rails
  1101. HTTP 200 OK https://index.rubygems.org/info/faye-websocket
  1102. HTTP 200 OK https://index.rubygems.org/info/SexpProcessor
  1103. HTTP 200 OK https://index.rubygems.org/info/bones-rspec
  1104. HTTP 200 OK https://index.rubygems.org/info/em-hiredis
  1105. HTTP 200 OK https://index.rubygems.org/info/bones-rubyforge
  1106. HTTP 200 OK https://index.rubygems.org/info/bones-rcov
  1107. HTTP 200 OK https://index.rubygems.org/info/git
  1108. HTTP 200 OK https://index.rubygems.org/info/bones-zentest
  1109. HTTP 200 OK https://index.rubygems.org/info/thoughtbot-shoulda
  1110. HTTP 200 OK https://index.rubygems.org/info/coveralls
  1111. HTTP 200 OK https://index.rubygems.org/info/win32-dir
  1112. HTTP 200 OK https://index.rubygems.org/info/dotenv-deployment
  1113. HTTP 200 OK https://index.rubygems.org/info/hitimes
  1114. HTTP 200 OK https://index.rubygems.org/info/test-unit
  1115. HTTP 200 OK https://index.rubygems.org/info/sys-admin
  1116. HTTP 200 OK https://index.rubygems.org/info/windows-api
  1117. HTTP 200 OK https://index.rubygems.org/info/CFPropertyList
  1118. HTTP 200 OK https://index.rubygems.org/info/ruby-maven
  1119. HTTP GET https://index.rubygems.org/info/win32-security
  1120. HTTP GET https://index.rubygems.org/info/log4r
  1121. HTTP GET https://index.rubygems.org/info/netrc
  1122. HTTP GET https://index.rubygems.org/info/windows-pr
  1123. HTTP GET https://index.rubygems.org/info/http-cookie
  1124. HTTP GET https://index.rubygems.org/info/http-accept
  1125. HTTP GET https://index.rubygems.org/info/macaddr
  1126. HTTP GET https://index.rubygems.org/info/colored
  1127. HTTP GET https://index.rubygems.org/info/paint
  1128. HTTP GET https://index.rubygems.org/info/babel-source
  1129. HTTP GET https://index.rubygems.org/info/blankslate
  1130. HTTP GET https://index.rubygems.org/info/maruku
  1131. HTTP GET https://index.rubygems.org/info/cucumber-tag_expressions
  1132. HTTP GET https://index.rubygems.org/info/tool
  1133. HTTP 200 OK https://index.rubygems.org/info/log4r
  1134. HTTP 200 OK https://index.rubygems.org/info/http-cookie
  1135. HTTP 200 OK https://index.rubygems.org/info/windows-pr
  1136. HTTP 200 OK https://index.rubygems.org/info/netrc
  1137. HTTP 200 OK https://index.rubygems.org/info/http-accept
  1138. HTTP 200 OK https://index.rubygems.org/info/win32-security
  1139. HTTP 200 OK https://index.rubygems.org/info/macaddr
  1140. HTTP 200 OK https://index.rubygems.org/info/paint
  1141. HTTP 200 OK https://index.rubygems.org/info/maruku
  1142. HTTP 200 OK https://index.rubygems.org/info/blankslate
  1143. HTTP 200 OK https://index.rubygems.org/info/tool
  1144. HTTP 200 OK https://index.rubygems.org/info/babel-source
  1145. HTTP 200 OK https://index.rubygems.org/info/cucumber-tag_expressions
  1146. HTTP 200 OK https://index.rubygems.org/info/colored
  1147. Looking up gems ["allison", "net-ssh", "coffee-script", "websocket-extensions", "colorize", "simplecov", "power_assert", "mkrf", "libxml-ruby", "maven-tools", "ruby-maven-libs", "systemu", "ffi-win32-extensions", "domain_name", "sqlite3"]
  1148. HTTP GET https://index.rubygems.org/info/allison
  1149. HTTP GET https://index.rubygems.org/info/net-ssh
  1150. HTTP GET https://index.rubygems.org/info/coffee-script
  1151. HTTP GET https://index.rubygems.org/info/websocket-extensions
  1152. HTTP GET https://index.rubygems.org/info/colorize
  1153. HTTP GET https://index.rubygems.org/info/simplecov
  1154. HTTP GET https://index.rubygems.org/info/power_assert
  1155. HTTP GET https://index.rubygems.org/info/mkrf
  1156. HTTP GET https://index.rubygems.org/info/libxml-ruby
  1157. HTTP GET https://index.rubygems.org/info/maven-tools
  1158. HTTP GET https://index.rubygems.org/info/ruby-maven-libs
  1159. HTTP GET https://index.rubygems.org/info/systemu
  1160. HTTP GET https://index.rubygems.org/info/ffi-win32-extensions
  1161. HTTP GET https://index.rubygems.org/info/domain_name
  1162. HTTP GET https://index.rubygems.org/info/sqlite3
  1163. HTTP 200 OK https://index.rubygems.org/info/allison
  1164. HTTP 200 OK https://index.rubygems.org/info/websocket-extensions
  1165. HTTP 200 OK https://index.rubygems.org/info/colorize
  1166. HTTP 200 OK https://index.rubygems.org/info/simplecov
  1167. HTTP 200 OK https://index.rubygems.org/info/coffee-script
  1168. HTTP 200 OK https://index.rubygems.org/info/mkrf
  1169. HTTP 200 OK https://index.rubygems.org/info/net-ssh
  1170. HTTP 200 OK https://index.rubygems.org/info/libxml-ruby
  1171. HTTP 200 OK https://index.rubygems.org/info/power_assert
  1172. HTTP 200 OK https://index.rubygems.org/info/ruby-maven-libs
  1173. HTTP 200 OK https://index.rubygems.org/info/maven-tools
  1174. HTTP 200 OK https://index.rubygems.org/info/systemu
  1175. HTTP 200 OK https://index.rubygems.org/info/domain_name
  1176. HTTP 200 OK https://index.rubygems.org/info/ffi-win32-extensions
  1177. HTTP 200 OK https://index.rubygems.org/info/sqlite3
  1178. Looking up gems ["simplecov-html", "docile", "lockfile", "coffee-script-source", "pattern-match", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "virtus"]
  1179. HTTP GET https://index.rubygems.org/info/simplecov-html
  1180. HTTP GET https://index.rubygems.org/info/docile
  1181. HTTP GET https://index.rubygems.org/info/lockfile
  1182. HTTP GET https://index.rubygems.org/info/coffee-script-source
  1183. HTTP GET https://index.rubygems.org/info/pattern-match
  1184. HTTP GET https://index.rubygems.org/info/needle
  1185. HTTP GET https://index.rubygems.org/info/jruby-pageant
  1186. HTTP GET https://index.rubygems.org/info/bcrypt_pbkdf
  1187. HTTP GET https://index.rubygems.org/info/rbnacl
  1188. HTTP GET https://index.rubygems.org/info/virtus
  1189. HTTP GET https://index.rubygems.org/info/rbnacl-libsodium
  1190. HTTP 200 OK https://index.rubygems.org/info/lockfile
  1191. HTTP 200 OK https://index.rubygems.org/info/docile
  1192. HTTP 200 OK https://index.rubygems.org/info/rbnacl-libsodium
  1193. HTTP 200 OK https://index.rubygems.org/info/jruby-pageant
  1194. HTTP 200 OK https://index.rubygems.org/info/rbnacl
  1195. HTTP 200 OK https://index.rubygems.org/info/needle
  1196. HTTP 200 OK https://index.rubygems.org/info/bcrypt_pbkdf
  1197. HTTP 200 OK https://index.rubygems.org/info/pattern-match
  1198. HTTP 200 OK https://index.rubygems.org/info/virtus
  1199. HTTP 200 OK https://index.rubygems.org/info/simplecov-html
  1200. HTTP 200 OK https://index.rubygems.org/info/coffee-script-source
  1201. Looking up gems ["descendants_tracker", "axiom-types", "coercible", "equalizer"]
  1202. HTTP GET https://index.rubygems.org/info/descendants_tracker
  1203. HTTP GET https://index.rubygems.org/info/axiom-types
  1204. HTTP GET https://index.rubygems.org/info/coercible
  1205. HTTP GET https://index.rubygems.org/info/equalizer
  1206. HTTP 200 OK https://index.rubygems.org/info/descendants_tracker
  1207. HTTP 200 OK https://index.rubygems.org/info/axiom-types
  1208. HTTP 200 OK https://index.rubygems.org/info/coercible
  1209. HTTP 200 OK https://index.rubygems.org/info/equalizer
  1210. Looking up gems ["adamantium", "ice_nine"]
  1211. HTTP GET https://index.rubygems.org/info/adamantium
  1212. HTTP GET https://index.rubygems.org/info/ice_nine
  1213. HTTP 200 OK https://index.rubygems.org/info/adamantium
  1214. HTTP 200 OK https://index.rubygems.org/info/ice_nine
  1215. Looking up gems ["memoizable"]
  1216. HTTP GET https://index.rubygems.org/info/memoizable
  1217. HTTP 200 OK https://index.rubygems.org/info/memoizable
  1218. Using rake 12.1.0
  1219. 0: rake (12.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rake-12.1.0.gemspec
  1220. Using concurrent-ruby 1.0.5
  1221. 0: concurrent-ruby (1.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/concurrent-ruby-1.0.5.gemspec
  1222. Using i18n 0.8.6
  1223. 0: i18n (0.8.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/i18n-0.8.6.gemspec
  1224. Using minitest 5.10.3
  1225. 0: minitest (5.10.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/minitest-5.10.3.gemspec
  1226. Using thread_safe 0.3.6
  1227. 0: thread_safe (0.3.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/thread_safe-0.3.6.gemspec
  1228. Using tzinfo 1.2.3
  1229. 0: tzinfo (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/tzinfo-1.2.3.gemspec
  1230. Using activesupport 5.1.4
  1231. 0: activesupport (5.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/activesupport-5.1.4.gemspec
  1232. Using builder 3.2.3
  1233. 0: builder (3.2.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/builder-3.2.3.gemspec
  1234. Using erubi 1.6.1
  1235. 0: erubi (1.6.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/erubi-1.6.1.gemspec
  1236. Using mini_portile2 2.3.0
  1237. 0: mini_portile2 (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mini_portile2-2.3.0.gemspec
  1238. Using nokogiri 1.8.1
  1239. 0: nokogiri (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/nokogiri-1.8.1.gemspec
  1240. Using rails-dom-testing 2.0.3
  1241. 0: rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rails-dom-testing-2.0.3.gemspec
  1242. Using crass 1.0.2
  1243. 0: crass (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/crass-1.0.2.gemspec
  1244. Using loofah 2.1.1
  1245. 0: loofah (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/loofah-2.1.1.gemspec
  1246. Using rails-html-sanitizer 1.0.3
  1247. 0: rails-html-sanitizer (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rails-html-sanitizer-1.0.3.gemspec
  1248. Using actionview 5.1.4
  1249. 0: actionview (5.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/actionview-5.1.4.gemspec
  1250. Using rack 2.0.3
  1251. 0: rack (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-2.0.3.gemspec
  1252. Using rack-test 0.7.0
  1253. 0: rack-test (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-test-0.7.0.gemspec
  1254. Using actionpack 5.1.4
  1255. 0: actionpack (5.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/actionpack-5.1.4.gemspec
  1256. Using globalid 0.4.0
  1257. 0: globalid (0.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/globalid-0.4.0.gemspec
  1258. Using activejob 5.1.4
  1259. 0: activejob (5.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/activejob-5.1.4.gemspec
  1260. Using mime-types-data 3.2016.0521
  1261. 0: mime-types-data (3.2016.0521) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mime-types-data-3.2016.0521.gemspec
  1262. Using mime-types 3.1
  1263. 0: mime-types (3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mime-types-3.1.gemspec
  1264. Using mail 2.6.6
  1265. 0: mail (2.6.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mail-2.6.6.gemspec
  1266. Using actionmailer 5.1.4
  1267. 0: actionmailer (5.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/actionmailer-5.1.4.gemspec
  1268. Using activemodel 5.1.4
  1269. 0: activemodel (5.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/activemodel-5.1.4.gemspec
  1270. Using active_model_serializers 0.8.3
  1271. 0: active_model_serializers (0.8.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/active_model_serializers-0.8.3.gemspec
  1272. Using arel 8.0.0
  1273. 0: arel (8.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/arel-8.0.0.gemspec
  1274. Using activerecord 5.1.4
  1275. 0: activerecord (5.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/activerecord-5.1.4.gemspec
  1276. Using public_suffix 2.0.5
  1277. 0: public_suffix (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/public_suffix-2.0.5.gemspec
  1278. Using addressable 2.5.1
  1279. 0: addressable (2.5.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/addressable-2.5.1.gemspec
  1280. Using ansi 1.5.0
  1281. 0: ansi (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ansi-1.5.0.gemspec
  1282. Using ast 2.3.0
  1283. 0: ast (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ast-2.3.0.gemspec
  1284. Using aws-partitions 1.24.0
  1285. 0: aws-partitions (1.24.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/aws-partitions-1.24.0.gemspec
  1286. Using aws-sigv4 1.0.2
  1287. 0: aws-sigv4 (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/aws-sigv4-1.0.2.gemspec
  1288. Using jmespath 1.3.1
  1289. 0: jmespath (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/jmespath-1.3.1.gemspec
  1290. Using aws-sdk-core 3.6.0
  1291. 0: aws-sdk-core (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/aws-sdk-core-3.6.0.gemspec
  1292. Using aws-sdk-kms 1.2.0
  1293. 0: aws-sdk-kms (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/aws-sdk-kms-1.2.0.gemspec
  1294. Using aws-sdk-s3 1.4.0
  1295. 0: aws-sdk-s3 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/aws-sdk-s3-1.4.0.gemspec
  1296. Using ember-source 2.13.3
  1297. 0: ember-source (2.13.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ember-source-2.13.3.gemspec
  1298. Using execjs 2.7.0
  1299. 0: execjs (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/execjs-2.7.0.gemspec
  1300. Using barber 0.11.2
  1301. 0: barber (0.11.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/barber-0.11.2.gemspec
  1302. Using msgpack 1.1.0
  1303. 0: msgpack (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/msgpack-1.1.0.gemspec
  1304. Using bootsnap 1.0.0
  1305. 0: bootsnap (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/bootsnap-1.0.0.gemspec
  1306. Using bundler 1.16.0
  1307. 0: bundler (1.16.0) from /usr/local/lib/ruby/gems/2.4.0/gems/bundler-1.16.0/lib/bundler/source
  1308. Using byebug 9.0.6
  1309. 0: byebug (9.0.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/byebug-9.0.6.gemspec
  1310. Using certified 1.0.0
  1311. 0: certified (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/certified-1.0.0.gemspec
  1312. Using coderay 1.1.1
  1313. 0: coderay (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/coderay-1.1.1.gemspec
  1314. Using connection_pool 2.2.1
  1315. 0: connection_pool (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/connection_pool-2.2.1.gemspec
  1316. Using cppjieba_rb 0.3.0
  1317. 0: cppjieba_rb (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/cppjieba_rb-0.3.0.gemspec
  1318. Using safe_yaml 1.0.4
  1319. 0: safe_yaml (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/safe_yaml-1.0.4.gemspec
  1320. Using crack 0.4.3
  1321. 0: crack (0.4.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/crack-0.4.3.gemspec
  1322. Using diff-lcs 1.3
  1323. 0: diff-lcs (1.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/diff-lcs-1.3.gemspec
  1324. Using method_source 0.8.2
  1325. 0: method_source (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/method_source-0.8.2.gemspec
  1326. Using thor 0.19.4
  1327. 0: thor (0.19.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/thor-0.19.4.gemspec
  1328. Using railties 5.1.4
  1329. 0: railties (5.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/railties-5.1.4.gemspec
  1330. Using discourse-qunit-rails 0.0.11
  1331. 0: discourse-qunit-rails (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/discourse-qunit-rails-0.0.11.gemspec
  1332. Using discourse_fastimage 2.1.0
  1333. 0: discourse_fastimage (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/discourse_fastimage-2.1.0.gemspec
  1334. Using exifr 1.2.5
  1335. 0: exifr (1.2.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/exifr-1.2.5.gemspec
  1336. Using fspath 3.1.0
  1337. 0: fspath (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fspath-3.1.0.gemspec
  1338. Using image_size 1.5.0
  1339. 0: image_size (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/image_size-1.5.0.gemspec
  1340. Using in_threads 1.4.0
  1341. 0: in_threads (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/in_threads-1.4.0.gemspec
  1342. Using progress 3.3.1
  1343. 0: progress (3.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/progress-3.3.1.gemspec
  1344. Using discourse_image_optim 0.24.5
  1345. 0: discourse_image_optim (0.24.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/discourse_image_optim-0.24.5.gemspec
  1346. Using email_reply_trimmer 0.1.8
  1347. 0: email_reply_trimmer (0.1.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/email_reply_trimmer-0.1.8.gemspec
  1348. Using ember-data-source 2.2.1
  1349. 0: ember-data-source (2.2.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ember-data-source-2.2.1.gemspec
  1350. Using sprockets 3.7.1
  1351. 0: sprockets (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sprockets-3.7.1.gemspec
  1352. Using ember-handlebars-template 0.7.5
  1353. 0: ember-handlebars-template (0.7.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ember-handlebars-template-0.7.5.gemspec
  1354. Using jquery-rails 4.3.1
  1355. 0: jquery-rails (4.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/jquery-rails-4.3.1.gemspec
  1356. Using ember-rails 0.18.5
  1357. 0: ember-rails (0.18.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ember-rails-0.18.5.gemspec
  1358. Using excon 0.56.0
  1359. 0: excon (0.56.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/excon-0.56.0.gemspec
  1360. Using fabrication 2.9.8
  1361. 0: fabrication (2.9.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fabrication-2.9.8.gemspec
  1362. Using fakeweb 1.3.0
  1363. 0: fakeweb (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fakeweb-1.3.0.gemspec
  1364. Using multipart-post 2.0.0
  1365. 0: multipart-post (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/multipart-post-2.0.0.gemspec
  1366. Using faraday 0.11.0
  1367. 0: faraday (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/faraday-0.11.0.gemspec
  1368. Using fast_blank 1.0.0
  1369. 0: fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fast_blank-1.0.0.gemspec
  1370. Using rake-compiler 1.0.4
  1371. 0: rake-compiler (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rake-compiler-1.0.4.gemspec
  1372. Using fast_xor 1.1.3
  1373. 0: fast_xor (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fast_xor-1.1.3.gemspec
  1374. Using fast_xs 0.8.0
  1375. 0: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/fast_xs-0.8.0.gemspec
  1376. Using ffi 1.9.18
  1377. 0: ffi (1.9.18) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ffi-1.9.18.gemspec
  1378. Using flamegraph 0.9.5
  1379. 0: flamegraph (0.9.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/flamegraph-0.9.5.gemspec
  1380. Using gc_tracer 1.5.1
  1381. 0: gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/gc_tracer-1.5.1.gemspec
  1382. Using guess_html_encoding 0.0.11
  1383. 0: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/guess_html_encoding-0.0.11.gemspec
  1384. Using hashdiff 0.3.4
  1385. 0: hashdiff (0.3.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/hashdiff-0.3.4.gemspec
  1386. Using hashie 3.5.5
  1387. 0: hashie (3.5.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/hashie-3.5.5.gemspec
  1388. Using highline 1.7.8
  1389. 0: highline (1.7.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/highline-1.7.8.gemspec
  1390. Using hiredis 0.6.1
  1391. 0: hiredis (0.6.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/hiredis-0.6.1.gemspec
  1392. Using htmlentities 4.3.4
  1393. 0: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/htmlentities-4.3.4.gemspec
  1394. Using http_accept_language 2.0.5
  1395. 0: http_accept_language (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/http_accept_language-2.0.5.gemspec
  1396. Using jwt 1.5.6
  1397. 0: jwt (1.5.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/jwt-1.5.6.gemspec
  1398. Using kgio 2.11.0
  1399. 0: kgio (2.11.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/kgio-2.11.0.gemspec
  1400. Using libv8 5.9.211.38.1 (x86_64-linux)
  1401. 0: libv8 (5.9.211.38.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/libv8-5.9.211.38.1-x86_64-linux.gemspec
  1402. Using rb-fsevent 0.9.8
  1403. 0: rb-fsevent (0.9.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rb-fsevent-0.9.8.gemspec
  1404. Using rb-inotify 0.9.8
  1405. 0: rb-inotify (0.9.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rb-inotify-0.9.8.gemspec
  1406. Using ruby_dep 1.5.0
  1407. 0: ruby_dep (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ruby_dep-1.5.0.gemspec
  1408. Using listen 3.1.5
  1409. 0: listen (3.1.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/listen-3.1.5.gemspec
  1410. Fetching request_store 1.3.2
  1411. Installing request_store 1.3.2
  1412. 0: request_store (1.3.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/request_store-1.3.2.gemspec
  1413. Fetching lograge 0.7.1
  1414. Installing lograge 0.7.1
  1415. 0: lograge (0.7.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/lograge-0.7.1.gemspec
  1416. Fetching logstash-event 1.2.02
  1417. Installing logstash-event 1.2.02
  1418. 0: logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/logstash-event-1.2.02.gemspec
  1419. Fetching logster 1.2.8
  1420. Installing logster 1.2.8
  1421. 0: logster (1.2.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/logster-1.2.8.gemspec
  1422. Using lru_redux 1.1.0
  1423. 0: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/lru_redux-1.1.0.gemspec
  1424. Using memory_profiler 0.9.8
  1425. 0: memory_profiler (0.9.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/memory_profiler-0.9.8.gemspec
  1426. Using message_bus 2.0.8
  1427. 0: message_bus (2.0.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/message_bus-2.0.8.gemspec
  1428. Using metaclass 0.0.4
  1429. 0: metaclass (0.0.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/metaclass-0.0.4.gemspec
  1430. Using mini_mime 0.1.3
  1431. 0: mini_mime (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mini_mime-0.1.3.gemspec
  1432. Using mini_racer 0.1.11
  1433. 0: mini_racer (0.1.11) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mini_racer-0.1.11.gemspec
  1434. Using mocha 1.2.1
  1435. 0: mocha (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mocha-1.2.1.gemspec
  1436. Using mock_redis 0.17.3
  1437. 0: mock_redis (0.17.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mock_redis-0.17.3.gemspec
  1438. Using moneta 1.0.0
  1439. 0: moneta (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/moneta-1.0.0.gemspec
  1440. Using multi_json 1.12.1
  1441. 0: multi_json (1.12.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/multi_json-1.12.1.gemspec
  1442. Using multi_xml 0.6.0
  1443. 0: multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/multi_xml-0.6.0.gemspec
  1444. Using mustache 1.0.5
  1445. 0: mustache (1.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/mustache-1.0.5.gemspec
  1446. Using nokogumbo 1.4.13
  1447. 0: nokogumbo (1.4.13) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/nokogumbo-1.4.13.gemspec
  1448. Using oauth 0.5.1
  1449. 0: oauth (0.5.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/oauth-0.5.1.gemspec
  1450. Using oauth2 1.3.1
  1451. 0: oauth2 (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/oauth2-1.3.1.gemspec
  1452. Using ruby-ll 2.1.2
  1453. 0: ruby-ll (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ruby-ll-2.1.2.gemspec
  1454. Using oga 2.10
  1455. 0: oga (2.10) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/oga-2.10.gemspec
  1456. Using oj 3.1.0
  1457. 0: oj (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/oj-3.1.0.gemspec
  1458. Using omniauth 1.6.1
  1459. 0: omniauth (1.6.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-1.6.1.gemspec
  1460. Using omniauth-oauth2 1.4.0
  1461. 0: omniauth-oauth2 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-oauth2-1.4.0.gemspec
  1462. Using omniauth-facebook 4.0.0
  1463. 0: omniauth-facebook (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-facebook-4.0.0.gemspec
  1464. Using omniauth-github 1.3.0
  1465. 0: omniauth-github (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-github-1.3.0.gemspec
  1466. Using omniauth-google-oauth2 0.3.1
  1467. 0: omniauth-google-oauth2 (0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-google-oauth2-0.3.1.gemspec
  1468. Using omniauth-instagram 1.0.2
  1469. 0: omniauth-instagram (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-instagram-1.0.2.gemspec
  1470. Using omniauth-oauth 1.1.0
  1471. 0: omniauth-oauth (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-oauth-1.1.0.gemspec
  1472. Using ruby-openid 2.7.0
  1473. 0: ruby-openid (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ruby-openid-2.7.0.gemspec
  1474. Using rack-openid 1.3.1
  1475. 0: rack-openid (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-openid-1.3.1.gemspec
  1476. Using omniauth-openid 1.0.1
  1477. 0: omniauth-openid (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-openid-1.0.1.gemspec
  1478. Using omniauth-twitter 1.3.0
  1479. 0: omniauth-twitter (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/omniauth-twitter-1.3.0.gemspec
  1480. Using sanitize 4.5.0
  1481. 0: sanitize (4.5.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sanitize-4.5.0.gemspec
  1482. Fetching onebox 1.8.23
  1483. Installing onebox 1.8.23
  1484. 0: onebox (1.8.23) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/onebox-1.8.23.gemspec
  1485. Using redis 3.3.5
  1486. 0: redis (3.3.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/redis-3.3.5.gemspec
  1487. Using openid-redis-store 0.0.2
  1488. 0: openid-redis-store (0.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/openid-redis-store-0.0.2.gemspec
  1489. Fetching parallel 1.12.0
  1490. Installing parallel 1.12.0
  1491. 0: parallel (1.12.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/parallel-1.12.0.gemspec
  1492. Using parser 2.4.0.0
  1493. 0: parser (2.4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/parser-2.4.0.0.gemspec
  1494. Using pg 0.20.0
  1495. 0: pg (0.20.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/pg-0.20.0.gemspec
  1496. Using powerpack 0.1.1
  1497. 0: powerpack (0.1.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/powerpack-0.1.1.gemspec
  1498. Using slop 3.6.0
  1499. 0: slop (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/slop-3.6.0.gemspec
  1500. Using pry 0.10.4
  1501. 0: pry (0.10.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/pry-0.10.4.gemspec
  1502. Using pry-nav 0.2.4
  1503. 0: pry-nav (0.2.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/pry-nav-0.2.4.gemspec
  1504. Using pry-rails 0.3.4
  1505. 0: pry-rails (0.3.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/pry-rails-0.3.4.gemspec
  1506. Using puma 3.9.1
  1507. 0: puma (3.9.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/puma-3.9.1.gemspec
  1508. Using r2 0.2.6
  1509. 0: r2 (0.2.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/r2-0.2.6.gemspec
  1510. Using rack-mini-profiler 0.10.5
  1511. 0: rack-mini-profiler (0.10.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-mini-profiler-0.10.5.gemspec
  1512. Using rack-protection 2.0.0
  1513. 0: rack-protection (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rack-protection-2.0.0.gemspec
  1514. Fetching rails_multisite 1.1.1
  1515. Installing rails_multisite 1.1.1
  1516. 0: rails_multisite (1.1.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rails_multisite-1.1.1.gemspec
  1517. Using rainbow 2.2.2
  1518. 0: rainbow (2.2.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rainbow-2.2.2.gemspec
  1519. Fetching raindrops 0.19.0
  1520. Installing raindrops 0.19.0 with native extensions
  1521. Building native extensions. This could take a while...
  1522. 0: raindrops (0.19.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/raindrops-0.19.0.gemspec
  1523. Using trollop 2.1.2
  1524. 0: trollop (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/trollop-2.1.2.gemspec
  1525. Using rbtrace 0.4.8
  1526. 0: rbtrace (0.4.8) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rbtrace-0.4.8.gemspec
  1527. Using redis-namespace 1.5.3
  1528. 0: redis-namespace (1.5.3) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/redis-namespace-1.5.3.gemspec
  1529. Using rinku 2.0.2
  1530. 0: rinku (2.0.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rinku-2.0.2.gemspec
  1531. Using rspec-support 3.6.0
  1532. 0: rspec-support (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-support-3.6.0.gemspec
  1533. Using rspec-core 3.6.0
  1534. 0: rspec-core (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-core-3.6.0.gemspec
  1535. Using rspec-expectations 3.6.0
  1536. 0: rspec-expectations (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-expectations-3.6.0.gemspec
  1537. Using rspec-mocks 3.6.0
  1538. 0: rspec-mocks (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-mocks-3.6.0.gemspec
  1539. Using rspec 3.6.0
  1540. 0: rspec (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-3.6.0.gemspec
  1541. Using rspec-html-matchers 0.9.1
  1542. 0: rspec-html-matchers (0.9.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-html-matchers-0.9.1.gemspec
  1543. Using rspec-rails 3.6.1
  1544. 0: rspec-rails (3.6.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rspec-rails-3.6.1.gemspec
  1545. Using rtlit 0.0.5
  1546. 0: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rtlit-0.0.5.gemspec
  1547. Fetching ruby-progressbar 1.9.0
  1548. Installing ruby-progressbar 1.9.0
  1549. 0: ruby-progressbar (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ruby-progressbar-1.9.0.gemspec
  1550. Using unicode-display_width 1.3.0
  1551. 0: unicode-display_width (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/unicode-display_width-1.3.0.gemspec
  1552. Fetching rubocop 0.51.0
  1553. Installing rubocop 0.51.0
  1554. 0: rubocop (0.51.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/rubocop-0.51.0.gemspec
  1555. Using ruby-readability 0.7.0
  1556. 0: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/ruby-readability-0.7.0.gemspec
  1557. Using sass 3.4.24
  1558. 0: sass (3.4.24) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sass-3.4.24.gemspec
  1559. Using sassc 1.11.2
  1560. 0: sassc (1.11.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sassc-1.11.2.gemspec
  1561. Using seed-fu 2.3.6
  1562. 0: seed-fu (2.3.6) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/seed-fu-2.3.6.gemspec
  1563. Using shoulda-context 1.2.2
  1564. 0: shoulda-context (1.2.2) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/shoulda-context-1.2.2.gemspec
  1565. Using shoulda-matchers 2.8.0
  1566. 0: shoulda-matchers (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/shoulda-matchers-2.8.0.gemspec
  1567. Using shoulda 3.5.0
  1568. 0: shoulda (3.5.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/shoulda-3.5.0.gemspec
  1569. Using sidekiq 5.0.5
  1570. 0: sidekiq (5.0.5) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sidekiq-5.0.5.gemspec
  1571. Using simple-rss 1.3.1
  1572. 0: simple-rss (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/simple-rss-1.3.1.gemspec
  1573. Using sprockets-rails 3.2.0
  1574. 0: sprockets-rails (3.2.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/sprockets-rails-3.2.0.gemspec
  1575. Using stackprof 0.2.10
  1576. 0: stackprof (0.2.10) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/stackprof-0.2.10.gemspec
  1577. Using tilt 2.0.7
  1578. 0: tilt (2.0.7) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/tilt-2.0.7.gemspec
  1579. Using uglifier 3.2.0
  1580. 0: uglifier (3.2.0) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/uglifier-3.2.0.gemspec
  1581. Using unf_ext 0.0.7.4
  1582. 0: unf_ext (0.0.7.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/unf_ext-0.0.7.4.gemspec
  1583. Using unf 0.1.4
  1584. 0: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/unf-0.1.4.gemspec
  1585. Fetching unicorn 5.3.1
  1586. Installing unicorn 5.3.1 with native extensions
  1587. Building native extensions. This could take a while...
  1588. 0: unicorn (5.3.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/unicorn-5.3.1.gemspec
  1589. Using webmock 3.0.1
  1590. 0: webmock (3.0.1) from /var/www/discourse/vendor/bundle/ruby/2.4.0/specifications/webmock-3.0.1.gemspec
  1591. Bundle complete! 104 Gemfile dependencies, 180 gems now installed.
  1592. Gems in the group development were not installed.
  1593. Bundled gems are installed into `./vendor/bundle`
  1594.  
  1595. I, [2017-11-09T16:40:21.285916 #13] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
  1596. 2017-11-09 16:41:46.326 UTC [684] discourse@discourse LOG: duration: 152.162 ms bind <unnamed>: SELECT t.oid, t.typname
  1597. FROM pg_type as t
  1598. WHERE t.typname IN ('int2', 'int4', 'int8', 'oid', 'float4', 'float8', 'bool')
  1599.  
  1600. 2017-11-09 16:41:46.557 UTC [684] discourse@discourse LOG: duration: 158.494 ms parse <unnamed>: SELECT t.oid, t.typname, t.typelem, t.typdelim, t.typinput, r.rngsubtype, t.typtype, t.typbasetype
  1601. FROM pg_type as t
  1602. LEFT JOIN pg_range as r ON oid = rngtypid
  1603. WHERE
  1604. t.typname IN ('int2', 'int4', 'int8', 'oid', 'float4', 'float8', 'text', 'varchar', 'char', 'name', 'bpchar', 'bool', 'bit', 'varbit', 'timestamptz', 'date', 'money', 'bytea', 'point', 'hstore', 'json', 'jsonb', 'cidr', 'inet', 'uuid', 'xml', 'tsvector', 'macaddr', 'citext', 'ltree', 'line', 'lseg', 'box', 'path', 'polygon', 'circle', 'interval', 'time', 'timestamp', 'numeric')
  1605. OR t.typtype IN ('r', 'e', 'd')
  1606. OR t.typinput = 'array_in(cstring,oid,integer)'::regprocedure
  1607. OR t.typelem != 0
  1608.  
  1609. 2017-11-09 16:41:46.986 UTC [684] discourse@discourse LOG: duration: 376.260 ms execute <unnamed>: SELECT t.oid, t.typname, t.typelem, t.typdelim, t.typinput, r.rngsubtype, t.typtype, t.typbasetype
  1610. FROM pg_type as t
  1611. LEFT JOIN pg_range as r ON oid = rngtypid
  1612. WHERE
  1613. t.typname IN ('int2', 'int4', 'int8', 'oid', 'float4', 'float8', 'text', 'varchar', 'char', 'name', 'bpchar', 'bool', 'bit', 'varbit', 'timestamptz', 'date', 'money', 'bytea', 'point', 'hstore', 'json', 'jsonb', 'cidr', 'inet', 'uuid', 'xml', 'tsvector', 'macaddr', 'citext', 'ltree', 'line', 'lseg', 'box', 'path', 'polygon', 'circle', 'interval', 'time', 'timestamp', 'numeric')
  1614. OR t.typtype IN ('r', 'e', 'd')
  1615. OR t.typinput = 'array_in(cstring,oid,integer)'::regprocedure
  1616. OR t.typelem != 0
  1617.  
  1618. 2017-11-09 16:41:47.312 UTC [684] discourse@discourse LOG: duration: 201.503 ms statement: SELECT name, data_type, value FROM site_settings WHERE name = 'default_locale'
  1619. 2017-11-09 16:41:47.421 UTC [684] discourse@discourse LOG: duration: 106.294 ms statement: SELECT t.oid, t.typname, t.typelem, t.typdelim, t.typinput, r.rngsubtype
  1620. FROM pg_type as t
  1621. LEFT JOIN pg_range as r ON oid = rngtypid
  1622.  
  1623. 2017-11-09 16:41:58.427 UTC [684] discourse@discourse LOG: duration: 441.014 ms statement: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  1624. pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
  1625. c.collname, col_description(a.attrelid, a.attnum) AS comment
  1626. FROM pg_attribute a
  1627. LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  1628. LEFT JOIN pg_type t ON a.atttypid = t.oid
  1629. LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
  1630. WHERE a.attrelid = '"users"'::regclass
  1631. AND a.attnum > 0 AND NOT a.attisdropped
  1632. ORDER BY a.attnum
  1633.  
  1634. 2017-11-09 16:41:58.725 UTC [684] discourse@discourse LOG: duration: 197.615 ms bind <unnamed>: SELECT COUNT(*) FROM (SELECT 1 FROM "users" LIMIT 20) subquery_for_count
  1635. 2017-11-09 16:42:18.763 UTC [684] discourse@discourse LOG: duration: 223.281 ms statement: SELECT a.attname
  1636. 
  1637. (
  1638. SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx
  1639. FROM pg_index
  1640. WHERE indrelid = '"categories"'::regclass
  1641. AND indisprimary
  1642. ) i
  1643. JOIN pg_attribute a
  1644. ON a.attrelid = i.indrelid
  1645. AND a.attnum = i.indkey[i.idx]
  1646. ORDER BY i.idx
  1647.  
  1648. 2017-11-09 16:42:19.331 UTC [684] discourse@discourse LOG: duration: 365.481 ms statement: SELECT 1
  1649. FROM INFORMATION_SCHEMA.COLUMNS
  1650. WHERE table_schema = 'public' AND
  1651. table_name = 'categories' AND
  1652. column_name IN ('logo_url','background_url') AND
  1653. EXISTS (
  1654. SELECT 1
  1655. FROM schema_migration_details
  1656. WHERE name = 'AddUploadsToCategories' AND
  1657. created_at <= (current_timestamp at time zone 'UTC' - interval '60 seconds')
  1658. )
  1659. LIMIT 1
  1660.  
  1661. 2017-11-09 16:42:19.671 UTC [684] discourse@discourse LOG: duration: 101.406 ms bind <unnamed>: SELECT "groups".* FROM "groups" WHERE "groups"."id" = 0 LIMIT 1
  1662. 2017-11-09 16:42:25.230 UTC [684] discourse@discourse LOG: duration: 115.286 ms statement: SELECT a.attname
  1663. 
  1664. (
  1665. SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx
  1666. FROM pg_index
  1667. WHERE indrelid = '"users"'::regclass
  1668. AND indisprimary
  1669. ) i
  1670. JOIN pg_attribute a
  1671. ON a.attrelid = i.indrelid
  1672. AND a.attnum = i.indkey[i.idx]
  1673. ORDER BY i.idx
  1674.  
  1675. 2017-11-09 16:42:29.921 UTC [684] discourse@discourse LOG: duration: 121.405 ms statement: SELECT 1
  1676. FROM INFORMATION_SCHEMA.COLUMNS
  1677. WHERE table_schema = 'public' AND
  1678. table_name = 'users' AND
  1679. column_name IN ('email','email_always','mailing_list_mode','email_digests','email_direct','email_private_messages','external_links_in_new_tab','enable_quoting','dynamic_favicon','disable_jump_reply','edit_history_public','automatically_unpin_topics','digest_after_days','auto_track_topics_after_msecs','new_topic_duration_minutes','last_redirected_to_top_at','auth_token','auth_token_updated_at') AND
  1680. EXISTS (
  1681. SELECT 1
  1682. FROM schema_migration_details
  1683. WHERE name = 'DropEmailFromUsers' AND
  1684. created_at <= (current_timestamp at time zone 'UTC' - interval '60 seconds')
  1685. )
  1686. LIMIT 1
  1687.  
  1688. 2017-11-09 16:42:32.605 UTC [684] discourse@discourse LOG: duration: 123.183 ms bind <unnamed>: SELECT COUNT(*) FROM "topics" WHERE ("topics"."deleted_at" IS NULL) AND (id NOT IN (SELECT topic_id from categories where topic_id is not null))
  1689. I, [2017-11-09T16:42:36.383710 #13] INFO -- :
  1690. == Seed from /var/www/discourse/db/fixtures/001_categories.rb
  1691.  
  1692. == Seed from /var/www/discourse/db/fixtures/002_groups.rb
  1693.  
  1694. == Seed from /var/www/discourse/db/fixtures/003_post_action_types.rb
  1695. - PostActionType {:id=>1, :name_key=>"bookmark", :is_flag=>false, :position=>1}
  1696. - PostActionType {:id=>2, :name_key=>"like", :is_flag=>false, :icon=>"heart", :position=>2}
  1697. - PostActionType {:id=>3, :name_key=>"off_topic", :is_flag=>true, :position=>3}
  1698. - PostActionType {:id=>4, :name_key=>"inappropriate", :is_flag=>true, :position=>4}
  1699. - PostActionType {:id=>5, :name_key=>"vote", :is_flag=>false, :position=>5}
  1700. - PostActionType {:id=>8, :name_key=>"spam", :is_flag=>true, :position=>6}
  1701. - PostActionType {:id=>6, :name_key=>"notify_user", :is_flag=>true, :position=>7}
  1702. - PostActionType {:id=>7, :name_key=>"notify_moderators", :is_flag=>true, :position=>8}
  1703.  
  1704. == Seed from /var/www/discourse/db/fixtures/004_screened_ip_addresses.rb
  1705. - ScreenedIpAddress {:id=>1, :ip_address=>"10.0.0.0/8", :action_type=>2}
  1706. - ScreenedIpAddress {:id=>2, :ip_address=>"192.168.0.0/16", :action_type=>2}
  1707. - ScreenedIpAddress {:id=>3, :ip_address=>"127.0.0.0/8", :action_type=>2}
  1708. - ScreenedIpAddress {:id=>4, :ip_address=>"172.16.0.0/12", :action_type=>2}
  1709. - ScreenedIpAddress {:id=>5, :ip_address=>"fc00::/7", :action_type=>2}
  1710.  
  1711. == Seed from /var/www/discourse/db/fixtures/005_badge_types.rb
  1712. - BadgeType {:id=>1, :name=>"Gold"}
  1713. - BadgeType {:id=>2, :name=>"Silver"}
  1714. - BadgeType {:id=>3, :name=>"Bronze"}
  1715.  
  1716. == Seed from /var/www/discourse/db/fixtures/006_badges.rb
  1717. - BadgeGrouping {:id=>1, :name=>"Getting Started", :default_position=>10}
  1718. - BadgeGrouping {:id=>2, :name=>"Community", :default_position=>11}
  1719. - BadgeGrouping {:id=>3, :name=>"Posting", :default_position=>12}
  1720. - BadgeGrouping {:id=>4, :name=>"Trust Level", :default_position=>13}
  1721. - BadgeGrouping {:id=>5, :name=>"Other", :default_position=>14}
  1722. - Badge {:id=>1, :name=>"Basic User", :badge_type_id=>3, :query=>"\n SELECT u.id user_id, current_timestamp granted_at FROM users u\n WHERE trust_level >= 1 AND (\n :backfill OR u.id IN (:user_ids)\n )\n ", :default_badge_grouping_id=>4, :trigger=>4, :default_allow_title=>false, :default_icon=>"fa-user", :system=>true}
  1723. - Badge {:id=>2, :name=>"Member", :badge_type_id=>3, :query=>"\n SELECT u.id user_id, current_timestamp granted_at FROM users u\n WHERE trust_level >= 2 AND (\n :backfill OR u.id IN (:user_ids)\n )\n ", :default_badge_grouping_id=>4, :trigger=>4, :default_allow_title=>false, :default_icon=>"fa-user", :system=>true}
  1724. - Badge {:id=>3, :name=>"Regular", :badge_type_id=>2, :query=>"\n SELECT u.id user_id, current_timestamp granted_at FROM users u\n WHERE trust_level >= 3 AND (\n :backfill OR u.id IN (:user_ids)\n )\n ", :default_badge_grouping_id=>4, :trigger=>4, :default_allow_title=>true, :default_icon=>"fa-user", :system=>true}
  1725. - Badge {:id=>4, :name=>"Leader", :badge_type_id=>1, :query=>"\n SELECT u.id user_id, current_timestamp granted_at FROM users u\n WHERE trust_level >= 4 AND (\n :backfill OR u.id IN (:user_ids)\n )\n ", :default_badge_grouping_id=>4, :trigger=>4, :default_allow_title=>true, :default_icon=>"fa-user", :system=>true}
  1726. - Badge {:id=>17, :name=>"Reader", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>" SELECT id user_id, current_timestamp granted_at\n FROM users\n WHERE id IN\n (\n SELECT pt.user_id\n FROM post_timings pt\n JOIN badge_posts b ON b.post_number = pt.post_number AND\n b.topic_id = pt.topic_id\n JOIN topics t ON t.id = pt.topic_id\n LEFT JOIN user_badges ub ON ub.badge_id = 17 AND ub.user_id = pt.user_id\n WHERE ub.id IS NULL AND t.posts_count > 100\n GROUP BY pt.user_id, pt.topic_id, t.posts_count\n HAVING count(*) >= t.posts_count\n )\n", :default_badge_grouping_id=>1, :auto_revoke=>false, :system=>true}
  1727. - Badge {:id=>16, :name=>"Read Guidelines", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>" SELECT user_id, read_faq granted_at\n FROM user_stats\n WHERE read_faq IS NOT NULL AND (user_id IN (:user_ids) OR :backfill)\n", :default_badge_grouping_id=>1, :trigger=>8, :system=>true}
  1728. - Badge {:id=>14, :name=>"First Link", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT l.user_id, l.post_id, l.created_at granted_at\n FROM\n (\n SELECT MIN(l1.id) id\n FROM topic_links l1\n JOIN badge_posts p1 ON p1.id = l1.post_id\n JOIN badge_posts p2 ON p2.id = l1.link_post_id\n WHERE NOT reflection AND p1.topic_id <> p2.topic_id AND not quote AND\n (:backfill OR ( p1.id in (:post_ids) ))\n GROUP BY l1.user_id\n ) ids\n JOIN topic_links l ON l.id = ids.id\n", :default_badge_grouping_id=>1, :trigger=>2, :system=>true}
  1729. - Badge {:id=>15, :name=>"First Quote", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT ids.user_id, q.post_id, q.created_at granted_at\n FROM\n (\n SELECT p1.user_id, MIN(q1.id) id\n FROM quoted_posts q1\n JOIN badge_posts p1 ON p1.id = q1.post_id\n JOIN badge_posts p2 ON p2.id = q1.quoted_post_id\n WHERE (:backfill OR ( p1.id IN (:post_ids) ))\n GROUP BY p1.user_id\n ) ids\n JOIN quoted_posts q ON q.id = ids.id\n", :default_badge_grouping_id=>1, :trigger=>2, :system=>true}
  1730. - Badge {:id=>11, :name=>"First Like", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT pa1.user_id, pa1.created_at granted_at, pa1.post_id\n FROM (\n SELECT pa.user_id, min(pa.id) id\n FROM post_actions pa\n JOIN badge_posts p on p.id = pa.post_id\n WHERE post_action_type_id = 2 AND\n (:backfill OR pa.post_id IN (:post_ids) )\n GROUP BY pa.user_id\n ) x\n JOIN post_actions pa1 on pa1.id = x.id\n", :default_badge_grouping_id=>1, :trigger=>1, :system=>true}
  1731. - Badge {:id=>13, :name=>"First Flag", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>false, :query=>" SELECT pa1.user_id, pa1.created_at granted_at, pa1.post_id\n FROM (\n SELECT pa.user_id, min(pa.id) id\n FROM post_actions pa\n JOIN badge_posts p on p.id = pa.post_id\n WHERE post_action_type_id IN (3,4,8) AND\n (:backfill OR pa.post_id IN (:post_ids) )\n GROUP BY pa.user_id\n ) x\n JOIN post_actions pa1 on pa1.id = x.id\n", :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>1, :auto_revoke=>false, :system=>true}
  1732. - Badge {:id=>25, :name=>"Promoter", :default_icon=>"fa-user-plus", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>"\n SELECT u.id user_id, current_timestamp granted_at\n FROM users u\n WHERE u.id IN (\n SELECT invited_by_id\n FROM invites i\n JOIN users u2 ON u2.id = i.user_id\n WHERE i.deleted_at IS NULL AND u2.active AND u2.trust_level >= 0 AND not u2.blocked\n GROUP BY invited_by_id\n HAVING COUNT(*) >= 1\n ) AND u.active AND NOT u.blocked AND u.id > 0 AND\n (:backfill OR u.id IN (:user_ids) )\n ", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>true, :system=>true}
  1733. - Badge {:id=>26, :name=>"Campaigner", :default_icon=>"fa-user-plus", :badge_type_id=>2, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>"\n SELECT u.id user_id, current_timestamp granted_at\n FROM users u\n WHERE u.id IN (\n SELECT invited_by_id\n FROM invites i\n JOIN users u2 ON u2.id = i.user_id\n WHERE i.deleted_at IS NULL AND u2.active AND u2.trust_level >= 1 AND not u2.blocked\n GROUP BY invited_by_id\n HAVING COUNT(*) >= 3\n ) AND u.active AND NOT u.blocked AND u.id > 0 AND\n (:backfill OR u.id IN (:user_ids) )\n ", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>true, :system=>true}
  1734. - Badge {:id=>27, :name=>"Champion", :default_icon=>"fa-user-plus", :badge_type_id=>1, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>"\n SELECT u.id user_id, current_timestamp granted_at\n FROM users u\n WHERE u.id IN (\n SELECT invited_by_id\n FROM invites i\n JOIN users u2 ON u2.id = i.user_id\n WHERE i.deleted_at IS NULL AND u2.active AND u2.trust_level >= 2 AND not u2.blocked\n GROUP BY invited_by_id\n HAVING COUNT(*) >= 5\n ) AND u.active AND NOT u.blocked AND u.id > 0 AND\n (:backfill OR u.id IN (:user_ids) )\n ", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>true, :system=>true}
  1735. - Badge {:id=>12, :name=>"First Share", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT views.user_id, i2.post_id, i2.created_at granted_at\n FROM\n (\n SELECT i.user_id, MIN(i.id) i_id\n FROM incoming_links i\n JOIN badge_posts p on p.id = i.post_id\n WHERE i.user_id IS NOT NULL\n GROUP BY i.user_id\n ) as views\n JOIN incoming_links i2 ON i2.id = views.i_id\n", :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
  1736. - Badge {:id=>21, :name=>"Nice Share", :badge_type_id=>3, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT views.user_id, i2.post_id, current_timestamp granted_at\n FROM\n (\n SELECT i.user_id, MIN(i.id) i_id\n FROM incoming_links i\n JOIN badge_posts p on p.id = i.post_id\n WHERE i.user_id IS NOT NULL\n GROUP BY i.user_id,i.post_id\n HAVING COUNT(*) > 25\n ) as views\n JOIN incoming_links i2 ON i2.id = views.i_id\n", :default_badge_grouping_id=>2, :trigger=>0, :system=>true}
  1737. - Badge {:id=>22, :name=>"Good Share", :badge_type_id=>2, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT views.user_id, i2.post_id, current_timestamp granted_at\n FROM\n (\n SELECT i.user_id, MIN(i.id) i_id\n FROM incoming_links i\n JOIN badge_posts p on p.id = i.post_id\n WHERE i.user_id IS NOT NULL\n GROUP BY i.user_id,i.post_id\n HAVING COUNT(*) > 300\n ) as views\n JOIN incoming_links i2 ON i2.id = views.i_id\n", :default_badge_grouping_id=>2, :trigger=>0, :system=>true}
  1738. - Badge {:id=>23, :name=>"Great Share", :badge_type_id=>1, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT views.user_id, i2.post_id, current_timestamp granted_at\n FROM\n (\n SELECT i.user_id, MIN(i.id) i_id\n FROM incoming_links i\n JOIN badge_posts p on p.id = i.post_id\n WHERE i.user_id IS NOT NULL\n GROUP BY i.user_id,i.post_id\n HAVING COUNT(*) > 1000\n ) as views\n JOIN incoming_links i2 ON i2.id = views.i_id\n", :default_badge_grouping_id=>2, :trigger=>0, :system=>true}
  1739. - Badge {:id=>5, :name=>"Welcome", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT p.user_id, min(post_id) post_id, min(pa.created_at) granted_at\n FROM post_actions pa\n JOIN badge_posts p on p.id = pa.post_id\n WHERE post_action_type_id = 2 AND\n (:backfill OR pa.post_id IN (:post_ids) )\n GROUP BY p.user_id\n", :default_badge_grouping_id=>2, :trigger=>1, :system=>true}
  1740. - Badge {:id=>9, :name=>"Autobiographer", :badge_type_id=>3, :multiple_grant=>false, :query=>" SELECT u.id user_id, current_timestamp granted_at\n FROM users u\n JOIN user_profiles up on u.id = up.user_id\n WHERE bio_raw IS NOT NULL AND LENGTH(TRIM(bio_raw)) > 10 AND\n uploaded_avatar_id IS NOT NULL AND\n (:backfill OR u.id IN (:user_ids) )\n", :default_badge_grouping_id=>1, :trigger=>8, :system=>true}
  1741. - Badge {:id=>10, :name=>"Editor", :badge_type_id=>3, :multiple_grant=>false, :query=>" SELECT p.user_id, min(p.id) post_id, min(p.created_at) granted_at\n FROM badge_posts p\n WHERE p.self_edits > 0 AND\n (:backfill OR p.id IN (:post_ids) )\n GROUP BY p.user_id\n", :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>2, :system=>true}
  1742. - Badge {:id=>6, :name=>"Nice Post", :badge_type_id=>3, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number > 1 AND p.like_count >= 10 AND\n (:backfill OR p.id IN (:post_ids) )\n ", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
  1743. - Badge {:id=>7, :name=>"Good Post", :badge_type_id=>2, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number > 1 AND p.like_count >= 25 AND\n (:backfill OR p.id IN (:post_ids) )\n ", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
  1744. - Badge {:id=>8, :name=>"Great Post", :badge_type_id=>1, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number > 1 AND p.like_count >= 50 AND\n (:backfill OR p.id IN (:post_ids) )\n ", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
  1745. - Badge {:id=>18, :name=>"Nice Topic", :badge_type_id=>3, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number = 1 AND p.like_count >= 10 AND\n (:backfill OR p.id IN (:post_ids) )\n ", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
  1746. - Badge {:id=>19, :name=>"Good Topic", :badge_type_id=>2, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number = 1 AND p.like_count >= 25 AND\n (:backfill OR p.id IN (:post_ids) )\n ", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
  1747. - Badge {:id=>20, :name=>"Great Topic", :badge_type_id=>1, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>"\n SELECT p.user_id, p.id post_id, p.updated_at granted_at\n FROM badge_posts p\n WHERE p.post_number = 1 AND p.like_count >= 50 AND\n (:backfill OR p.id IN (:post_ids) )\n ", :default_badge_grouping_id=>3, :trigger=>1, :system=>true}
  1748. - Badge {:id=>24, :name=>"Anniversary", :default_icon=>"fa-clock-o", :badge_type_id=>2, :default_badge_grouping_id=>2, :query=>nil, :trigger=>0, :auto_revoke=>false, :system=>true, :multiple_grant=>true}
  1749. - Badge {:id=>28, :name=>"Popular Link", :badge_type_id=>3, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT tl.user_id, post_id, current_timestamp granted_at\n FROM topic_links tl\n JOIN posts p ON p.id = post_id AND p.deleted_at IS NULL\n JOIN topics t ON t.id = p.topic_id AND t.deleted_at IS NULL AND t.archetype <> 'private_message'\n WHERE NOT tl.internal\n AND tl.clicks >= 50\n GROUP BY tl.user_id, tl.post_id\n", :badge_grouping_id=>3, :default_badge_grouping_id=>3, :trigger=>0, :system=>true}
  1750. - Badge {:id=>29, :name=>"Hot Link", :badge_type_id=>2, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT tl.user_id, post_id, current_timestamp granted_at\n FROM topic_links tl\n JOIN posts p ON p.id = post_id AND p.deleted_at IS NULL\n JOIN topics t ON t.id = p.topic_id AND t.deleted_at IS NULL AND t.archetype <> 'private_message'\n WHERE NOT tl.internal\n AND tl.clicks >= 300\n GROUP BY tl.user_id, tl.post_id\n", :badge_grouping_id=>3, :default_badge_grouping_id=>3, :trigger=>0, :system=>true}
  1751. - Badge {:id=>30, :name=>"Famous Link", :badge_type_id=>1, :multiple_grant=>true, :target_posts=>true, :show_posts=>true, :query=>" SELECT tl.user_id, post_id, current_timestamp granted_at\n FROM topic_links tl\n JOIN posts p ON p.id = post_id AND p.deleted_at IS NULL\n JOIN topics t ON t.id = p.topic_id AND t.deleted_at IS NULL AND t.archetype <> 'private_message'\n WHERE NOT tl.internal\n AND tl.clicks >= 1000\n GROUP BY tl.user_id, tl.post_id\n", :badge_grouping_id=>3, :default_badge_grouping_id=>3, :trigger=>0, :system=>true}
  1752. - Badge {:id=>36, :name=>"Appreciated", :default_icon=>"fa-heart", :badge_type_id=>3, :query=>" SELECT p.user_id, current_timestamp AS granted_at\n FROM posts AS p\n WHERE p.like_count >= 1\n AND (:backfill OR p.user_id IN (:user_ids))\n GROUP BY p.user_id\n HAVING count(*) > 20\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1753. - Badge {:id=>37, :name=>"Respected", :default_icon=>"fa-heart", :badge_type_id=>2, :query=>" SELECT p.user_id, current_timestamp AS granted_at\n FROM posts AS p\n WHERE p.like_count >= 2\n AND (:backfill OR p.user_id IN (:user_ids))\n GROUP BY p.user_id\n HAVING count(*) > 100\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1754. - Badge {:id=>31, :name=>"Admired", :default_icon=>"fa-heart", :badge_type_id=>1, :query=>" SELECT p.user_id, current_timestamp AS granted_at\n FROM posts AS p\n WHERE p.like_count >= 5\n AND (:backfill OR p.user_id IN (:user_ids))\n GROUP BY p.user_id\n HAVING count(*) > 300\n", :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1755. - Badge {:id=>38, :name=>"Thank You", :default_icon=>"fa-heart", :badge_type_id=>3, :query=>" SELECT us.user_id, current_timestamp AS granted_at\n FROM user_stats AS us\n INNER JOIN posts AS p ON p.user_id = us.user_id\n WHERE p.like_count > 0\n AND us.likes_given >= 10\n AND (:backfill OR us.user_id IN (:user_ids))\n GROUP BY us.user_id, us.likes_given\n HAVING COUNT(*) > 20\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1756. - Badge {:id=>32, :name=>"Gives Back", :default_icon=>"fa-heart", :badge_type_id=>2, :query=>" SELECT us.user_id, current_timestamp AS granted_at\n FROM user_stats AS us\n INNER JOIN posts AS p ON p.user_id = us.user_id\n WHERE p.like_count > 0\n AND us.likes_given >= 100\n AND (:backfill OR us.user_id IN (:user_ids))\n GROUP BY us.user_id, us.likes_given\n HAVING COUNT(*) > 100\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1757. - Badge {:id=>39, :name=>"Empathetic", :default_icon=>"fa-heart", :badge_type_id=>1, :query=>" SELECT us.user_id, current_timestamp AS granted_at\n FROM user_stats AS us\n INNER JOIN posts AS p ON p.user_id = us.user_id\n WHERE p.like_count > 0\n AND us.likes_given >= 1000\n AND (:backfill OR us.user_id IN (:user_ids))\n GROUP BY us.user_id, us.likes_given\n HAVING COUNT(*) > 500\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1758. - Badge {:id=>33, :name=>"Out of Love", :default_icon=>"fa-heart", :badge_type_id=>3, :query=>" SELECT gdl.user_id, current_timestamp AS granted_at\n FROM given_daily_likes AS gdl\n WHERE gdl.limit_reached\n AND (:backfill OR gdl.user_id IN (:user_ids))\n GROUP BY gdl.user_id\n HAVING COUNT(*) >= 1\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1759. - Badge {:id=>34, :name=>"Higher Love", :default_icon=>"fa-heart", :badge_type_id=>2, :query=>" SELECT gdl.user_id, current_timestamp AS granted_at\n FROM given_daily_likes AS gdl\n WHERE gdl.limit_reached\n AND (:backfill OR gdl.user_id IN (:user_ids))\n GROUP BY gdl.user_id\n HAVING COUNT(*) >= 5\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1760. - Badge {:id=>35, :name=>"Crazy in Love", :default_icon=>"fa-heart", :badge_type_id=>1, :query=>" SELECT gdl.user_id, current_timestamp AS granted_at\n FROM given_daily_likes AS gdl\n WHERE gdl.limit_reached\n AND (:backfill OR gdl.user_id IN (:user_ids))\n GROUP BY gdl.user_id\n HAVING COUNT(*) >= 20\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1761. - Badge {:id=>40, :name=>"First Mention", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>" SELECT acting_user_id AS user_id, min(target_post_id) AS post_id, min(p.created_at) AS granted_at\n FROM user_actions\n JOIN posts p ON p.id = target_post_id\n JOIN topics t ON t.id = topic_id\n JOIN categories c on c.id = category_id\n WHERE action_type = 7\n AND NOT read_restricted\n AND p.deleted_at IS NULL\n AND t.deleted_at IS NULL\n AND t.visible\n AND t.archetype <> 'private_message'\n AND (:backfill OR p.id IN (:post_ids))\n GROUP BY acting_user_id\n", :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>2, :system=>true}
  1762. - Badge {:id=>41, :name=>"First Emoji", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>nil, :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
  1763. - Badge {:id=>42, :name=>"First Onebox", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>nil, :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
  1764. - Badge {:id=>43, :name=>"First Reply By Email", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>true, :show_posts=>true, :query=>nil, :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
  1765. - Badge {:id=>44, :name=>"New User of the Month", :badge_type_id=>3, :multiple_grant=>false, :target_posts=>false, :show_posts=>false, :query=>nil, :badge_grouping_id=>1, :default_badge_grouping_id=>1, :trigger=>0, :system=>true}
  1766. - Badge {:id=>45, :name=>"Enthusiast", :default_icon=>"fa-eye", :badge_type_id=>3, :query=>"WITH consecutive_visits AS (\n SELECT user_id\n , visited_at\n , visited_at - (DENSE_RANK() OVER (PARTITION BY user_id ORDER BY visited_at))::int s\n FROM user_visits\n), visits AS (\n SELECT user_id\n , MIN(visited_at) \"start\"\n , DENSE_RANK() OVER (PARTITION BY user_id ORDER BY s) \"rank\"\n FROM consecutive_visits\nGROUP BY user_id, s\n HAVING COUNT(*) >= 10\n)\nSELECT user_id\n , \"start\" + interval '10 days' \"granted_at\"\n FROM visits\n WHERE \"rank\" = 1\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1767. - Badge {:id=>46, :name=>"Aficionado", :default_icon=>"fa-eye", :badge_type_id=>2, :query=>"WITH consecutive_visits AS (\n SELECT user_id\n , visited_at\n , visited_at - (DENSE_RANK() OVER (PARTITION BY user_id ORDER BY visited_at))::int s\n FROM user_visits\n), visits AS (\n SELECT user_id\n , MIN(visited_at) \"start\"\n , DENSE_RANK() OVER (PARTITION BY user_id ORDER BY s) \"rank\"\n FROM consecutive_visits\nGROUP BY user_id, s\n HAVING COUNT(*) >= 100\n)\nSELECT user_id\n , \"start\" + interval '100 days' \"granted_at\"\n FROM visits\n WHERE \"rank\" = 1\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1768. - Badge {:id=>47, :name=>"Devotee", :default_icon=>"fa-eye", :badge_type_id=>1, :query=>"WITH consecutive_visits AS (\n SELECT user_id\n , visited_at\n , visited_at - (DENSE_RANK() OVER (PARTITION BY user_id ORDER BY visited_at))::int s\n FROM user_visits\n), visits AS (\n SELECT user_id\n , MIN(visited_at) \"start\"\n , DENSE_RANK() OVER (PARTITION BY user_id ORDER BY s) \"rank\"\n FROM consecutive_visits\nGROUP BY user_id, s\n HAVING COUNT(*) >= 365\n)\nSELECT user_id\n , \"start\" + interval '365 days' \"granted_at\"\n FROM visits\n WHERE \"rank\" = 1\n", :badge_grouping_id=>2, :default_badge_grouping_id=>2, :trigger=>0, :auto_revoke=>false, :system=>true}
  1769.  
  1770. == Seed from /var/www/discourse/db/fixtures/007_web_hook_event_types.rb
  1771. - WebHookEventType {:id=>1, :name=>"topic"}
  1772. - WebHookEventType {:id=>2, :name=>"post"}
  1773. - WebHookEventType {:id=>3, :name=>"user"}
  1774.  
  1775. == Seed from /var/www/discourse/db/fixtures/009_users.rb
  1776. - UserEmail {:id=>-1, :email=>"no_email", :primary=>true, :user_id=>-1}
  1777. - User {:id=>-1, :name=>"system", :username=>"system", :username_lower=>"system", :password=>"e94b2430f301b5e34e1ff7573f542fa9", :active=>true, :admin=>true, :moderator=>true, :approved=>true, :trust_level=>4}
  1778.  
  1779. == Seed from /var/www/discourse/db/fixtures/500_lounge_category.rb
  1780.  
  1781. == Seed from /var/www/discourse/db/fixtures/501_meta_category.rb
  1782.  
  1783. == Seed from /var/www/discourse/db/fixtures/502_staff_category.rb
  1784.  
  1785. == Seed from /var/www/discourse/db/fixtures/600_themes.rb
  1786.  
  1787. == Seed from /var/www/discourse/db/fixtures/999_delayed.rb
  1788.  
  1789. == Seed from /var/www/discourse/db/fixtures/999_settings.rb
  1790.  
  1791. == Seed from /var/www/discourse/db/fixtures/999_topics.rb
  1792.  
  1793. == Seed from /var/www/discourse/plugins/discourse-narrative-bot/db/fixtures/001_discobot.rb
  1794.  
  1795. == Seed from /var/www/discourse/plugins/discourse-narrative-bot/db/fixtures/002_badges.rb
  1796.  
  1797. I, [2017-11-09T16:42:36.390610 #13] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake assets:precompile'
  1798. I, [2017-11-09T16:44:22.693489 #698] INFO -- : Writing /var/www/discourse/public/assets/vendor-057c8aaf728aa3bc264d5ff93a70e003efe4f4ecdc16ba0a02d452e6e3ef4402.js
  1799. I, [2017-11-09T16:46:47.910143 #698] INFO -- : Writing /var/www/discourse/public/assets/admin-d7b565d5b7f03716dc5486d90fabe2ff5126714d47d8b536794f4ff552028687.js
  1800. I, [2017-11-09T16:46:48.612681 #698] INFO -- : Writing /var/www/discourse/public/assets/preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js
  1801. I, [2017-11-09T16:46:49.635262 #698] INFO -- : Writing /var/www/discourse/public/assets/browser-update-f57286e74ddbc53aa899689b01ef467078911e4138050c561939955849af35dd.js
  1802. I, [2017-11-09T16:46:49.692513 #698] INFO -- : Writing /var/www/discourse/public/assets/break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js
  1803. I, [2017-11-09T16:46:56.285770 #698] INFO -- : Writing /var/www/discourse/public/assets/ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js
  1804. I, [2017-11-09T16:47:11.881002 #698] INFO -- : Writing /var/www/discourse/public/assets/pretty-text-bundle-adc19356e7e05039946cf6d3a930cbab78161c42439f3c6b5d8ee49d9d5783e0.js
  1805. I, [2017-11-09T16:48:02.966591 #698] INFO -- : Writing /var/www/discourse/public/assets/wizard-application-ead761cfc68c3b27c28ddd840bf3f4dae0d1b320ce2a5b8c8481bb3e041d3334.js
  1806. I, [2017-11-09T16:48:03.453036 #698] INFO -- : Writing /var/www/discourse/public/assets/wizard-vendor-0440e24a64e380c3128ec371c7be8b4c6fccd1ae67d5f9fc92e2d78d5ca23761.js
  1807. I, [2017-11-09T16:48:17.503524 #698] INFO -- : Writing /var/www/discourse/public/assets/plugin-56c00576bd93bf1386ffd651343b407630ebac798cb19f3f20d5cf47759cb578.js
  1808. I, [2017-11-09T16:48:20.430686 #698] INFO -- : Writing /var/www/discourse/public/assets/plugin-third-party-bd1178cc1c686f5196162101a24a7d36990be78770e8ff1df038770e945880f7.js
  1809. I, [2017-11-09T16:48:34.383140 #698] INFO -- : Writing /var/www/discourse/public/assets/markdown-it-bundle-47622c1fcaef3b4103f564bb875d2ddf82f762e874adf2a177f66f1a55ef4e10.js
  1810. I, [2017-11-09T16:48:36.873215 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/te-afaa038be6ffce7773fca0043a61e006110c9af165b5cfbe6451bededc7d052a.js
  1811. I, [2017-11-09T16:48:40.356993 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/vi-a02454c5ba7197f053eaebd27e05ffc0055e696f10783e76212c8c6fef22091b.js
  1812. I, [2017-11-09T16:48:42.141613 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/fa_IR-c8233b22f24da01c3e931ddaac8951ff9dc3c59c5d4e61c3c01404fb86e95919.js
  1813. I, [2017-11-09T16:48:44.220760 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/gl-5c2dac0d58647920b76ccb493597c5f05ff81eacb3ecdfbc12e618ec58458180.js
  1814. I, [2017-11-09T16:48:46.454155 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/cs-8ad4becccaeaa51372a62892692a8aa4e970ac2197a4245e15f11e6513ec2d95.js
  1815. I, [2017-11-09T16:48:48.453803 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/pl_PL-038fcf0eb6943c9f7e5ab515b97ca8375c4ad1d5c4d18dbb9d936f51b0f0159b.js
  1816. I, [2017-11-09T16:48:51.264813 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/el-249a55eb5b7b16eaee6829261b5dbd3017bb6aa75975ca5d621e068ad60ef920.js
  1817. I, [2017-11-09T16:48:54.929396 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/ru-78ec61fc5b29202fc4dc694772dd4e534f2adbe0c6c03eabf2fba98c617f1e07.js
  1818. I, [2017-11-09T16:48:56.415940 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/lv-c14a48ffdab7899473d8cdca4112318361bb8f510e76360c667438c2b67f9736.js
  1819. I, [2017-11-09T16:48:57.926994 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/bs_BA-880c01ab2095891c410da54b22e053a036bb9061f8416d0ef8348d27177031df.js
  1820. I, [2017-11-09T16:48:59.952494 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/th-9811c4cc02a3e79d03b3ab0bcd461c9e7aba0d2440d4d62f6b183c012d5c6cd8.js
  1821. I, [2017-11-09T16:49:02.468010 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/ko-e3c6ec1b25345ccad0fa165fda555dec595991cbe5cc4344917d9326e0095dac.js
  1822. I, [2017-11-09T16:49:05.602375 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/pt_BR-284c6b4f2f094e75120a706ee2271da0ebed3f1490c15f50ca3354502b862aa8.js
  1823. I, [2017-11-09T16:49:07.276257 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/ur-33a66ebd9ab1a653b85dc5e62d50e4cc4ee3ea76051c83d40d70347338def2c9.js
  1824. I, [2017-11-09T16:49:10.282833 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/fr-ba1d09cec188e2ae38175304687636a355ad3203dc516e56b02e6d5222db5e46.js
  1825. I, [2017-11-09T16:49:12.238878 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/he-0dbf92d7e43dc43613e4ed2cb5c10e138b97629c475ed8947d28edd4699a17eb.js
  1826. I, [2017-11-09T16:49:14.565495 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/zh_TW-ce5572bf330ee447b9f33d7cf2a9e88df8bf324465cce14ec89275c142989981.js
  1827. I, [2017-11-09T16:49:17.252511 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/fi-9450dc959042f5eb56df72197afccf884a7442d5f6fc3f39626141eccf040749.js
  1828. I, [2017-11-09T16:49:20.162413 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/da-860926898abfa9ab8f665711db866a60f813bbca1f504d115c2d14bd2368d5b2.js
  1829. I, [2017-11-09T16:49:21.884354 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/it-29a08a392479bfdfc1496f3216b5e3bdb7c7f0023878dfda4fd119a04f4b659e.js
  1830. I, [2017-11-09T16:49:24.904662 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/ar-0e16b31590ea0558a357f3240e9b9a029dd42c4e8df8f2479598e60ad10ddfbd.js
  1831. I, [2017-11-09T16:49:26.863064 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/es-4d0db01d5d700c87b04ee12b9a89080c2e669e32b0940acc1225946d98647036.js
  1832. I, [2017-11-09T16:49:29.387417 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/tr_TR-13d634d8b1809e0bd3a33081b8b388769aacccbb0926e24dcff1aa067ff1942d.js
  1833. I, [2017-11-09T16:49:31.428343 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/ja-94b6d0b11f712763dfd6a837dc02358c45bed090e2f308510640e2cf7242b9bb.js
  1834. I, [2017-11-09T16:49:33.180895 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/sk-d879206be967f122f624701954cc940edc8eb729d8754b54996cb9152241a8d7.js
  1835. I, [2017-11-09T16:49:37.228906 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/id-a195e0c7cf161895015ce263e957e2dc628e8e593bbadf843f4a47e143b09aed.js
  1836. I, [2017-11-09T16:49:38.557166 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/uk-b0e0fef600a233e40e529d326fe57c5a6b72a8060b4195633eb9b20c62474f6e.js
  1837. I, [2017-11-09T16:49:40.540032 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/sq-8c31445e498c48e82681fe923c245d057e69d4687026dc15d3f204e34f625c1b.js
  1838. I, [2017-11-09T16:49:42.839291 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/zh_CN-3af71a84d7a1415a2b9b59879667bdd9e3f82f002c8a582bb4dd04fe2547d378.js
  1839. I, [2017-11-09T16:49:43.753520 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/en-b777b2fd8bb7d5b92face46d0d7ffced1e08810b8195e3cae34d9e09b4de4bae.js
  1840. I, [2017-11-09T16:49:46.215414 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/et-439dfc9635cea9f839db1431ee7b044d835efa9ba207962a47399b4c23eec23b.js
  1841. I, [2017-11-09T16:49:48.587957 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/ro-9bfc32362163cf4cbced6f14f81952b8d2fdceb36cb549ed139e7cce13baf091.js
  1842. I, [2017-11-09T16:49:51.343524 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/de-c7083348eb924294583ab11dbed5e6ba9432af0516b4d75f78bce4ab2fdd3987.js
  1843. I, [2017-11-09T16:49:55.381409 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/sv-1b6c0d778a8a5c8b8582932a52cbd7f3b09613805e54c02f7ad895207badb1b3.js
  1844. I, [2017-11-09T16:49:56.858959 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/pt-4b0f343cb78cb6646af90513c1a5ee8acf412eb1cc6ce0feeec00df4dff9a5b7.js
  1845. I, [2017-11-09T16:49:59.554179 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/nl-2d0d95a605098b70790ef6034be3bb0bfb77814a3f07c352a1129f3c5c2ae104.js
  1846. I, [2017-11-09T16:50:01.506310 #698] INFO -- : Writing /var/www/discourse/public/assets/locales/nb_NO-8449a3bbd8ace2f763903809655270da560f224933d80e7062110784e51987e5.js
  1847. I, [2017-11-09T16:50:01.613239 #698] INFO -- : Writing /var/www/discourse/public/assets/docker-manager-app-0a56d906a59c60abc96e07b2366723947c14402527d1be5505b557e7caf7bb12.js
  1848. I, [2017-11-09T16:50:01.787444 #698] INFO -- : Writing /var/www/discourse/public/assets/docker-manager-app-c0e53661568b87b4d63c00484d8b655b566eeeea62dc3838852cbdd7ad000885.css
  1849. I, [2017-11-09T16:50:02.840998 #698] INFO -- : Writing /var/www/discourse/public/assets/docker-manager-vendor-69993a285f235a9550dea5fbb48df8eb27cc48ffb65d68a942744a95ce673fb8.js
  1850. I, [2017-11-09T16:50:02.913621 #698] INFO -- : Writing /var/www/discourse/public/assets/docker-manager-vendor-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css
  1851. I, [2017-11-09T16:50:02.962139 #698] INFO -- : Writing /var/www/discourse/public/assets/images/docker-manager-aff8eaea0445c0488c19f8cfd14faa8c2b278924438f19048eacc175d7d134e4.png
  1852. I, [2017-11-09T16:50:03.052727 #698] INFO -- : Writing /var/www/discourse/public/assets/FontAwesome-444dd4366615ffc4a16d012b2fa90137065d3ccb410fa6fd5e4ddd7b5e4ffcd5.otf
  1853. I, [2017-11-09T16:50:03.134198 #698] INFO -- : Writing /var/www/discourse/public/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot
  1854. I, [2017-11-09T16:50:03.217449 #698] INFO -- : Writing /var/www/discourse/public/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg
  1855. I, [2017-11-09T16:50:03.282925 #698] INFO -- : Writing /var/www/discourse/public/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf
  1856. I, [2017-11-09T16:50:03.332045 #698] INFO -- : Writing /var/www/discourse/public/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff
  1857. I, [2017-11-09T16:50:03.391806 #698] INFO -- : Writing /var/www/discourse/public/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2
  1858. I, [2017-11-09T16:50:03.581705 #698] INFO -- : Writing /var/www/discourse/public/assets/chosen-sprite-4467005376a6b7f2eda6e24d07e382e829045c6c582b8764ff78077484b35350.png
  1859. I, [2017-11-09T16:50:03.712100 #698] INFO -- : Writing /var/www/discourse/public/assets/favicon-24b22a63aae0cf353d72b6b728504377bfc42edc6563f202e3a1401763497249.ico
  1860. I, [2017-11-09T16:50:03.844469 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/amazon-882adb9da23d489f1d53ba95c6ea4052536732d9caa57ec82a8f8d0f508e48ea.png
  1861. I, [2017-11-09T16:50:03.958323 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/apple-a712ad4bb88fe52b860cd93ffd1bd83576cf7a2184f47774d9b36c5cc0720e5f.png
  1862. I, [2017-11-09T16:50:04.022021 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/discourse-45592da881634fc2b96be5457707abb4aa1e2af507ead2ca7431bc3aa7af72b3.png
  1863. I, [2017-11-09T16:50:04.084504 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/github-399dde69546053c9b4b248be54bf45f0a16bbc690b05380fb0973c0208a9dbdb.png
  1864. I, [2017-11-09T16:50:04.145821 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/google_branding/logo_calendar_128px-3dee7e14b248a4f6faa2258d01908ee3a0311c24054cb2d4b9666b8e991622cf.png
  1865. I, [2017-11-09T16:50:04.205275 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/google_branding/logo_calendar_48px-7fd1149f6fd3c114592da8562cb602bd21fa1c25258731473648a61865c62788.png
  1866. I, [2017-11-09T16:50:04.287816 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/google_branding/logo_docs_48px-fb0c868b2a2e570a37726dfa8e91eda673bf34c4bdb4c867e4e4607ce4bfb04b.png
  1867. I, [2017-11-09T16:50:04.349083 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/google_branding/logo_drive_48px-d4aa36b0667a280410a0eb0c8ea02717c72ba76c581a6d68945cb6bf4fbd1b29.png
  1868. I, [2017-11-09T16:50:04.435337 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/google_branding/logo_forms_48px-a89b95f68150f83307fd3b31173bdacbdb492320d0a05a99b6ebcf985bdc6a56.png
  1869. I, [2017-11-09T16:50:04.506027 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/google_branding/logo_sheets_48px-052ea7c8810fa9962ca4f9f43cf9d6ddfedbd95e808a7d10a5dc1bcd603db7c1.png
  1870. I, [2017-11-09T16:50:04.553864 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/google_branding/logo_slides_48px-0c1b96992b26f2bf03b3da2a9575936c05e9df3bcbee4971e93fd6a6aa7a61ba.png
  1871. I, [2017-11-09T16:50:04.642564 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/google_play-006dba29fd6c3a555a8ebef0ad37b3f46c22f33c29c8cd08ef302fa9b1da8735.png
  1872. I, [2017-11-09T16:50:04.712700 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/pdf_48px-803e4bae24c5c28711ca096a3b5d392c1c22a43489b25ff609a3696ec60bee3b.png
  1873. I, [2017-11-09T16:50:04.777061 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/pdf_64px-eae1f4250f591815c78ccd0a87b59d79cf14c2b15278d95d91d02ca7001c68c2.png
  1874. I, [2017-11-09T16:50:04.865183 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/rottentomatoes-c3e340d0a6c5dcb0959b4f27fd07b8c44d86d8d442af01e3a7c87c5f3510ae15.png
  1875. I, [2017-11-09T16:50:04.934606 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/stackexchange-9e9f17242c6d44137d40a3e55c71129060b103bfa31b7fead4ca3f18358da29f.png
  1876. I, [2017-11-09T16:50:05.001281 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/twitter-4ff0f6e16c5f53ddd3b51eeeff8610ea0432d8ebafce89785d75c231386f80d7.png
  1877. I, [2017-11-09T16:50:05.076620 #698] INFO -- : Writing /var/www/discourse/public/assets/favicons/wikipedia-8feddaf7544a35c824f2e4274227fe8e7e7af71ddfe26523fe5fe20497cf5799.png
  1878. I, [2017-11-09T16:50:05.129081 #698] INFO -- : Writing /var/www/discourse/public/assets/logo-dev-c01cbcbdf2b52c6c22d3acfd47b0b5e5e7c363fe4ef53623d49772f2cb835f8f.png
  1879. I, [2017-11-09T16:50:05.208159 #698] INFO -- : Writing /var/www/discourse/public/assets/logo-single-dev-2a362bd89a2a1fd3c291f96795b58f98fd1dce87ae90a9950bed74c1389a06a8.png
  1880. I, [2017-11-09T16:50:05.273255 #698] INFO -- : Writing /var/www/discourse/public/assets/logo-single-d7a0dacc998273856c42737dba8693fbdb9e5fd929d36afeb3f13844f147e865.png
  1881. I, [2017-11-09T16:50:05.342602 #698] INFO -- : Writing /var/www/discourse/public/assets/logo-ba2f2da6eac779d8b34d4aa977be739e4de07f7d34e970f4b8ac32682706c122.png
  1882. I, [2017-11-09T16:50:05.395058 #698] INFO -- : Writing /var/www/discourse/public/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif
  1883. I, [2017-11-09T16:50:05.459293 #698] INFO -- : Writing /var/www/discourse/public/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png
  1884. I, [2017-11-09T16:50:05.527022 #698] INFO -- : Writing /var/www/discourse/public/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png
  1885. I, [2017-11-09T16:50:05.606456 #698] INFO -- : Writing /var/www/discourse/public/assets/spinner_96-2aa4bebb9cae6fdb5cd0f962da0d86f9370606fbcb52156b1416fe194c110f8f.gif
  1886. I, [2017-11-09T16:57:11.037249 #698] INFO -- : Writing /var/www/discourse/public/assets/application-2f62ba0738a99663bb481c2fa51edecdc3e0029651e4a3300830dffc6c4efe4f.js
  1887. I, [2017-11-09T16:57:11.351207 #698] INFO -- : Writing /var/www/discourse/public/assets/docs/yuidoc-15ccfbcbae101060b3998aa1cb2a9d148b96f81255484f265a5a883d05002f00.json
  1888. Compressing: vendor-057c8aaf728aa3bc264d5ff93a70e003efe4f4ecdc16ba0a02d452e6e3ef4402.js
  1889. uglifyjs '/var/www/discourse/public/assets/_vendor-057c8aaf728aa3bc264d5ff93a70e003efe4f4ecdc16ba0a02d452e6e3ef4402.js' -p relative -c -m -o '/var/www/discourse/public/assets/vendor-057c8aaf728aa3bc264d5ff93a70e003efe4f4ecdc16ba0a02d452e6e3ef4402.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/vendor-057c8aaf728aa3bc264d5ff93a70e003efe4f4ecdc16ba0a02d452e6e3ef4402.js.map' --source-map-url '/assets/vendor-057c8aaf728aa3bc264d5ff93a70e003efe4f4ecdc16ba0a02d452e6e3ef4402.js.map'
  1890. gzip /var/www/discourse/public/assets/vendor-057c8aaf728aa3bc264d5ff93a70e003efe4f4ecdc16ba0a02d452e6e3ef4402.js
  1891.  
  1892. brotli /var/www/discourse/public/assets/vendor-057c8aaf728aa3bc264d5ff93a70e003efe4f4ecdc16ba0a02d452e6e3ef4402.js
  1893.  
  1894.  
  1895. Compressing: admin-d7b565d5b7f03716dc5486d90fabe2ff5126714d47d8b536794f4ff552028687.js
  1896. uglifyjs '/var/www/discourse/public/assets/_admin-d7b565d5b7f03716dc5486d90fabe2ff5126714d47d8b536794f4ff552028687.js' -p relative -c -m -o '/var/www/discourse/public/assets/admin-d7b565d5b7f03716dc5486d90fabe2ff5126714d47d8b536794f4ff552028687.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/admin-d7b565d5b7f03716dc5486d90fabe2ff5126714d47d8b536794f4ff552028687.js.map' --source-map-url '/assets/admin-d7b565d5b7f03716dc5486d90fabe2ff5126714d47d8b536794f4ff552028687.js.map'
  1897. gzip /var/www/discourse/public/assets/admin-d7b565d5b7f03716dc5486d90fabe2ff5126714d47d8b536794f4ff552028687.js
  1898.  
  1899. brotli /var/www/discourse/public/assets/admin-d7b565d5b7f03716dc5486d90fabe2ff5126714d47d8b536794f4ff552028687.js
  1900.  
  1901.  
  1902. Compressing: preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js
  1903. uglifyjs '/var/www/discourse/public/assets/_preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js' -p relative -c -m -o '/var/www/discourse/public/assets/preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js.map' --source-map-url '/assets/preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js.map'
  1904. gzip /var/www/discourse/public/assets/preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js
  1905.  
  1906. brotli /var/www/discourse/public/assets/preload-store-ec90ffab9d7a6d9e507dda7cf7343e9d50b8bce624f7f44486ac8fd6b9814309.js
  1907.  
  1908.  
  1909. Compressing: browser-update-f57286e74ddbc53aa899689b01ef467078911e4138050c561939955849af35dd.js
  1910. uglifyjs '/var/www/discourse/public/assets/_browser-update-f57286e74ddbc53aa899689b01ef467078911e4138050c561939955849af35dd.js' -p relative -c -m -o '/var/www/discourse/public/assets/browser-update-f57286e74ddbc53aa899689b01ef467078911e4138050c561939955849af35dd.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/browser-update-f57286e74ddbc53aa899689b01ef467078911e4138050c561939955849af35dd.js.map' --source-map-url '/assets/browser-update-f57286e74ddbc53aa899689b01ef467078911e4138050c561939955849af35dd.js.map'
  1911. gzip /var/www/discourse/public/assets/browser-update-f57286e74ddbc53aa899689b01ef467078911e4138050c561939955849af35dd.js
  1912.  
  1913. brotli /var/www/discourse/public/assets/browser-update-f57286e74ddbc53aa899689b01ef467078911e4138050c561939955849af35dd.js
  1914.  
  1915.  
  1916. Compressing: break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js
  1917. uglifyjs '/var/www/discourse/public/assets/_break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js' -p relative -c -m -o '/var/www/discourse/public/assets/break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js.map' --source-map-url '/assets/break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js.map'
  1918. gzip /var/www/discourse/public/assets/break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js
  1919.  
  1920. brotli /var/www/discourse/public/assets/break_string-cc617154cd957804f2f6a1f3bc68258c9cdca3d4b9a322bf777d145fed04790e.js
  1921.  
  1922.  
  1923. Compressing: ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js
  1924. uglifyjs '/var/www/discourse/public/assets/_ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js' -p relative -c -m -o '/var/www/discourse/public/assets/ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js.map' --source-map-url '/assets/ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js.map'
  1925. gzip /var/www/discourse/public/assets/ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js
  1926.  
  1927. brotli /var/www/discourse/public/assets/ember_jquery-a8dcbd325e04410f036f2a791d66d8316c48c5387acdd914de99a5dd6afb3cd3.js
  1928.  
  1929.  
  1930. Compressing: pretty-text-bundle-adc19356e7e05039946cf6d3a930cbab78161c42439f3c6b5d8ee49d9d5783e0.js
  1931. uglifyjs '/var/www/discourse/public/assets/_pretty-text-bundle-adc19356e7e05039946cf6d3a930cbab78161c42439f3c6b5d8ee49d9d5783e0.js' -p relative -c -m -o '/var/www/discourse/public/assets/pretty-text-bundle-adc19356e7e05039946cf6d3a930cbab78161c42439f3c6b5d8ee49d9d5783e0.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/pretty-text-bundle-adc19356e7e05039946cf6d3a930cbab78161c42439f3c6b5d8ee49d9d5783e0.js.map' --source-map-url '/assets/pretty-text-bundle-adc19356e7e05039946cf6d3a930cbab78161c42439f3c6b5d8ee49d9d5783e0.js.map'
  1932. gzip /var/www/discourse/public/assets/pretty-text-bundle-adc19356e7e05039946cf6d3a930cbab78161c42439f3c6b5d8ee49d9d5783e0.js
  1933.  
  1934. brotli /var/www/discourse/public/assets/pretty-text-bundle-adc19356e7e05039946cf6d3a930cbab78161c42439f3c6b5d8ee49d9d5783e0.js
  1935.  
  1936.  
  1937. Compressing: wizard-application-ead761cfc68c3b27c28ddd840bf3f4dae0d1b320ce2a5b8c8481bb3e041d3334.js
  1938. uglifyjs '/var/www/discourse/public/assets/_wizard-application-ead761cfc68c3b27c28ddd840bf3f4dae0d1b320ce2a5b8c8481bb3e041d3334.js' -p relative -c -m -o '/var/www/discourse/public/assets/wizard-application-ead761cfc68c3b27c28ddd840bf3f4dae0d1b320ce2a5b8c8481bb3e041d3334.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/wizard-application-ead761cfc68c3b27c28ddd840bf3f4dae0d1b320ce2a5b8c8481bb3e041d3334.js.map' --source-map-url '/assets/wizard-application-ead761cfc68c3b27c28ddd840bf3f4dae0d1b320ce2a5b8c8481bb3e041d3334.js.map'
  1939. gzip /var/www/discourse/public/assets/wizard-application-ead761cfc68c3b27c28ddd840bf3f4dae0d1b320ce2a5b8c8481bb3e041d3334.js
  1940.  
  1941. brotli /var/www/discourse/public/assets/wizard-application-ead761cfc68c3b27c28ddd840bf3f4dae0d1b320ce2a5b8c8481bb3e041d3334.js
  1942.  
  1943.  
  1944. Compressing: wizard-vendor-0440e24a64e380c3128ec371c7be8b4c6fccd1ae67d5f9fc92e2d78d5ca23761.js
  1945. uglifyjs '/var/www/discourse/public/assets/_wizard-vendor-0440e24a64e380c3128ec371c7be8b4c6fccd1ae67d5f9fc92e2d78d5ca23761.js' -p relative -c -m -o '/var/www/discourse/public/assets/wizard-vendor-0440e24a64e380c3128ec371c7be8b4c6fccd1ae67d5f9fc92e2d78d5ca23761.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/wizard-vendor-0440e24a64e380c3128ec371c7be8b4c6fccd1ae67d5f9fc92e2d78d5ca23761.js.map' --source-map-url '/assets/wizard-vendor-0440e24a64e380c3128ec371c7be8b4c6fccd1ae67d5f9fc92e2d78d5ca23761.js.map'
  1946. gzip /var/www/discourse/public/assets/wizard-vendor-0440e24a64e380c3128ec371c7be8b4c6fccd1ae67d5f9fc92e2d78d5ca23761.js
  1947.  
  1948. brotli /var/www/discourse/public/assets/wizard-vendor-0440e24a64e380c3128ec371c7be8b4c6fccd1ae67d5f9fc92e2d78d5ca23761.js
  1949.  
  1950.  
  1951. Compressing: plugin-56c00576bd93bf1386ffd651343b407630ebac798cb19f3f20d5cf47759cb578.js
  1952. uglifyjs '/var/www/discourse/public/assets/_plugin-56c00576bd93bf1386ffd651343b407630ebac798cb19f3f20d5cf47759cb578.js' -p relative -c -m -o '/var/www/discourse/public/assets/plugin-56c00576bd93bf1386ffd651343b407630ebac798cb19f3f20d5cf47759cb578.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/plugin-56c00576bd93bf1386ffd651343b407630ebac798cb19f3f20d5cf47759cb578.js.map' --source-map-url '/assets/plugin-56c00576bd93bf1386ffd651343b407630ebac798cb19f3f20d5cf47759cb578.js.map'
  1953. gzip /var/www/discourse/public/assets/plugin-56c00576bd93bf1386ffd651343b407630ebac798cb19f3f20d5cf47759cb578.js
  1954.  
  1955. brotli /var/www/discourse/public/assets/plugin-56c00576bd93bf1386ffd651343b407630ebac798cb19f3f20d5cf47759cb578.js
  1956.  
  1957.  
  1958. Compressing: plugin-third-party-bd1178cc1c686f5196162101a24a7d36990be78770e8ff1df038770e945880f7.js
  1959. uglifyjs '/var/www/discourse/public/assets/_plugin-third-party-bd1178cc1c686f5196162101a24a7d36990be78770e8ff1df038770e945880f7.js' -p relative -c -m -o '/var/www/discourse/public/assets/plugin-third-party-bd1178cc1c686f5196162101a24a7d36990be78770e8ff1df038770e945880f7.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/plugin-third-party-bd1178cc1c686f5196162101a24a7d36990be78770e8ff1df038770e945880f7.js.map' --source-map-url '/assets/plugin-third-party-bd1178cc1c686f5196162101a24a7d36990be78770e8ff1df038770e945880f7.js.map'
  1960. gzip /var/www/discourse/public/assets/plugin-third-party-bd1178cc1c686f5196162101a24a7d36990be78770e8ff1df038770e945880f7.js
  1961.  
  1962. brotli /var/www/discourse/public/assets/plugin-third-party-bd1178cc1c686f5196162101a24a7d36990be78770e8ff1df038770e945880f7.js
  1963.  
  1964.  
  1965. Compressing: markdown-it-bundle-47622c1fcaef3b4103f564bb875d2ddf82f762e874adf2a177f66f1a55ef4e10.js
  1966. uglifyjs '/var/www/discourse/public/assets/_markdown-it-bundle-47622c1fcaef3b4103f564bb875d2ddf82f762e874adf2a177f66f1a55ef4e10.js' -p relative -c -m -o '/var/www/discourse/public/assets/markdown-it-bundle-47622c1fcaef3b4103f564bb875d2ddf82f762e874adf2a177f66f1a55ef4e10.js' --source-map-root '/assets' --source-map '/var/www/discourse/public/assets/markdown-it-bundle-47622c1fcaef3b4103f564bb875d2ddf82f762e874adf2a177f66f1a55ef4e10.js.map' --source-map-url '/assets/markdown-it-bundle-47622c1fcaef3b4103f564bb875d2ddf82f762e874adf2a177f66f1a55ef4e10.js.map'
  1967. gzip /var/www/discourse/public/assets/markdown-it-bundle-47622c1fcaef3b4103f564bb875d2ddf82f762e874adf2a177f66f1a55ef4e10.js
  1968.  
  1969. brotli /var/www/discourse/public/assets/markdown-it-bundle-47622c1fcaef3b4103f564bb875d2ddf82f762e874adf2a177f66f1a55ef4e10.js
  1970.  
  1971.  
  1972. Compressing: locales/te-afaa038be6ffce7773fca0043a61e006110c9af165b5cfbe6451bededc7d052a.js
  1973. uglifyjs '/var/www/discourse/public/assets/locales/_te-afaa038be6ffce7773fca0043a61e006110c9af165b5cfbe6451bededc7d052a.js' -p relative -c -m -o '/var/www/discourse/public/assets/locales/te-afaa038be6ffce7773fca0043a61e006110c9af165b5cfbe6451bededc7d052a.js' --source-map-root '/assets/locales' --source-map '/var/www/discourse/public/assets/locales/te-afaa038be6ffce7773fca0043a61e006110c9af165b5cfbe6451bededc7d052a.js.map' --source-map-url '/assets/locales/te-afaa038be6ffce7773fca0043a61e006110c9af165b5cfbe6451bededc7d052a.js.map'
  1974. gzip /var/www/discourse/public/assets/locales/te-afaa038be6ffce7773fca0043a61e006110c9af165b5cfbe6451bededc7d052a.js
  1975.  
  1976. brotli /var/www/discourse/public/assets/locales/te-afaa038be6ffce7773fca0043a61e006110c9af165b5cfbe6451bededc7d052a.js
  1977.  
  1978.  
  1979. Compressing: locales/vi-a02454c5ba7197f053eaebd27e05ffc0055e696f10783e76212c8c6fef22091b.js
  1980. uglifyjs '/var/www/discourse/public/assets/locales/_vi-a02454c5ba7197f053eaebd27e05ffc0055e696f10783e76212c8c6fef22091b.js' -p relative -c -m -o '/var/www/discourse/public/assets/locales/vi-a02454c5ba7197f053eaebd27e05ffc0055e696f10783e76212c8c6fef22091b.js' --source-map-root '/assets/locales' --source-map '/var/www/discourse/public/assets/locales/vi-a02454c5ba7197f053eaebd27e05ffc0055e696f10783e76212c8c6fef22091b.js.map' --source-map-url '/assets/locales/vi-a02454c5ba7197f053eaebd27e05ffc0055e696f10783e76212c8c6fef22091b.js.map'
  1981. gzip /var/www/discourse/public/assets/locales/vi-a02454c5ba7197f053eaebd27e05ffc0055e696f10783e76212c8c6fef22091b.js
  1982.  
  1983. brotli /var/www/discourse/public/assets/locales/vi-a02454c5ba7197f053eaebd27e05ffc0055e696f10783e76212c8c6fef22091b.js
  1984.  
  1985.  
  1986. Compressing: locales/fa_IR-c8233b22f24da01c3e931ddaac8951ff9dc3c59c5d4e61c3c01404fb86e95919.js
  1987. uglifyjs '/var/www/discourse/public/assets/locales/_fa_IR-c8233b22f24da01c3e931ddaac8951ff9dc3c59c5d4e61c3c01404fb86e95919.js' -p relative -c -m -o '/var/www/discourse/public/assets/locales/fa_IR-c8233b22f24da01c3e931ddaac8951ff9dc3c59c5d4e61c3c01404fb86e95919.js' --source-map-root '/assets/locales' --source-map '/var/www/discourse/public/assets/locales/fa_IR-c8233b22f24da01c3e931ddaac8951ff9dc3c59c5d4e61c3c01404fb86e95919.js.map' --source-map-url '/assets/locales/fa_IR-c8233b22f24da01c3e931ddaac8951ff9dc3c59c5d4e61c3c01404fb86e95919.js.map'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement