Advertisement
Guest User

Untitled

a guest
May 26th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 102.99 KB | None | 0 0
  1. /shared/postgres_data/base/12068/12027
  2. /shared/postgres_data/base/12068/11887
  3. /shared/postgres_data/base/12068/11889
  4. /shared/postgres_data/base/1/12025
  5. /shared/postgres_data/base/1/12027
  6. /shared/postgres_data/base/1/11887
  7. /shared/postgres_data/base/1/11889
  8. ok
  9. Setting next OID for new cluster ok
  10. Sync data directory to disk ok
  11. Creating script to analyze new cluster ok
  12. Creating script to delete old cluster ok
  13.  
  14. Upgrade Complete
  15. ----------------
  16. Optimizer statistics are not transferred by pg_upgrade so,
  17. once you start the new server, consider running:
  18. ./analyze_new_cluster.sh
  19.  
  20. Running this script will delete the old cluster's data files:
  21. ./delete_old_cluster.sh
  22. -------------------------------------------------------------------------------------
  23. UPGRADE OF POSTGRES COMPLETE
  24.  
  25. Old 9.3 database is stored at /shared/postgres_data_old
  26.  
  27. Please run ./launcher bootstrap again
  28. -------------------------------------------------------------------------------------
  29.  
  30. 8e7f676937b53e3a24cfc17285a07915f836c43c0f4d8546895e1113f531e321
  31. root@community:/var/discourse# ./launcher bootstrap app
  32. cd /pups && git pull && /pups/bin/pups --stdin
  33. From https://github.com/SamSaffron/pups
  34. d72d1f3..2b8776d master -> origin/master
  35. * [new tag] v1.0.0 -> v1.0.0
  36. * [new tag] v1.0.1 -> v1.0.1
  37. Updating d72d1f3..2b8776d
  38. Fast-forward
  39. lib/pups.rb | 4 ++++
  40. lib/pups/cli.rb | 1 -
  41. lib/pups/config.rb | 24 +++++++++++++++---------
  42. lib/pups/exec_command.rb | 6 +++++-
  43. lib/pups/version.rb | 2 +-
  44. test/exec_command_test.rb | 2 +-
  45. 6 files changed, 26 insertions(+), 13 deletions(-)
  46. I, [2016-05-26T22:26:17.240986 #21] INFO -- : Loading --stdin
  47. I, [2016-05-26T22:26:17.250369 #21] INFO -- : > mkdir -p /shared/postgres_run
  48. I, [2016-05-26T22:26:17.253467 #21] INFO -- :
  49. I, [2016-05-26T22:26:17.253813 #21] INFO -- : > chown postgres:postgres /shared/postgres_run
  50. I, [2016-05-26T22:26:17.256068 #21] INFO -- :
  51. I, [2016-05-26T22:26:17.256451 #21] INFO -- : > chmod 775 /shared/postgres_run
  52. I, [2016-05-26T22:26:17.258544 #21] INFO -- :
  53. I, [2016-05-26T22:26:17.259049 #21] INFO -- : > rm -fr /var/run/postgresql
  54. I, [2016-05-26T22:26:17.261558 #21] INFO -- :
  55. I, [2016-05-26T22:26:17.262090 #21] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  56. I, [2016-05-26T22:26:17.264052 #21] INFO -- :
  57. I, [2016-05-26T22:26:17.264513 #21] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  58. 2016/05/26 22:26:17 socat[29] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
  59. I, [2016-05-26T22:26:17.292935 #21] INFO -- :
  60. I, [2016-05-26T22:26:17.293318 #21] INFO -- : > rm -fr /shared/postgres_run/.s*
  61. I, [2016-05-26T22:26:17.295845 #21] INFO -- :
  62. I, [2016-05-26T22:26:17.296232 #21] INFO -- : > rm -fr /shared/postgres_run/*.pid
  63. I, [2016-05-26T22:26:17.298506 #21] INFO -- :
  64. I, [2016-05-26T22:26:17.298857 #21] INFO -- : > mkdir -p /shared/postgres_run/9.5-main.pg_stat_tmp
  65. I, [2016-05-26T22:26:17.300713 #21] INFO -- :
  66. I, [2016-05-26T22:26:17.301091 #21] INFO -- : > chown postgres:postgres /shared/postgres_run/9.5-main.pg_stat_tmp
  67. I, [2016-05-26T22:26:17.303149 #21] INFO -- :
  68. I, [2016-05-26T22:26:17.307198 #21] INFO -- : File > /etc/service/postgres/run chmod: +x
  69. I, [2016-05-26T22:26:17.311035 #21] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x
  70. I, [2016-05-26T22:26:17.315153 #21] INFO -- : File > /root/upgrade_postgres chmod: +x
  71. I, [2016-05-26T22:26:17.315790 #21] INFO -- : > chown -R root /var/lib/postgresql/9.5/main
  72. I, [2016-05-26T22:26:17.542976 #21] INFO -- :
  73. I, [2016-05-26T22:26:17.543477 #21] INFO -- : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/9.5/bin/initdb -D /shared/postgres_data || exit 0
  74. I, [2016-05-26T22:26:17.545879 #21] INFO -- :
  75. I, [2016-05-26T22:26:17.546076 #21] INFO -- : > chown -R postgres:postgres /shared/postgres_data
  76. I, [2016-05-26T22:26:17.568344 #21] INFO -- :
  77. I, [2016-05-26T22:26:17.568728 #21] INFO -- : > chown -R postgres:postgres /var/run/postgresql
  78. I, [2016-05-26T22:26:17.571687 #21] INFO -- :
  79. I, [2016-05-26T22:26:17.572032 #21] INFO -- : > /root/upgrade_postgres
  80. I, [2016-05-26T22:26:17.580013 #21] INFO -- :
  81. I, [2016-05-26T22:26:17.580604 #21] INFO -- : > rm /root/upgrade_postgres
  82. I, [2016-05-26T22:26:17.582929 #21] INFO -- :
  83. I, [2016-05-26T22:26:17.583556 #21] INFO -- : Replacing data_directory = '/var/lib/postgresql/9.5/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/9.5/main/postgresql.conf
  84. I, [2016-05-26T22:26:17.584915 #21] INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/9.5/main/postgresql.conf
  85. I, [2016-05-26T22:26:17.585759 #21] INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/9.5/main/postgresql.conf
  86. I, [2016-05-26T22:26:17.586678 #21] INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/9.5/main/postgresql.conf
  87. I, [2016-05-26T22:26:17.587652 #21] INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/9.5/main/postgresql.conf
  88. I, [2016-05-26T22:26:17.588485 #21] INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/9.5/main/postgresql.conf
  89. I, [2016-05-26T22:26:17.594824 #21] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
  90. I, [2016-05-26T22:26:17.599425 #21] INFO -- :
  91. I, [2016-05-26T22:26:17.599921 #21] INFO -- : Replacing (?-mix:#?max_wal_senders *=.*) with max_wal_senders = $db_max_wal_senders in /etc/postgresql/9.5/main/postgresql.conf
  92. I, [2016-05-26T22:26:17.600542 #21] INFO -- : Replacing (?-mix:#?wal_level *=.*) with wal_level = $db_wal_level in /etc/postgresql/9.5/main/postgresql.conf
  93. I, [2016-05-26T22:26:17.601042 #21] INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/9.5/main/postgresql.conf
  94. I, [2016-05-26T22:26:17.602772 #21] INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/9.5/main/postgresql.conf
  95. I, [2016-05-26T22:26:17.603244 #21] INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/9.5/main/postgresql.conf
  96. I, [2016-05-26T22:26:17.604046 #21] INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres peer in /etc/postgresql/9.5/main/pg_hba.conf
  97. I, [2016-05-26T22:26:17.604881 #21] INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/9.5/main/pg_hba.conf
  98. I, [2016-05-26T22:26:17.605534 #21] INFO -- : > HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/main
  99. I, [2016-05-26T22:26:17.608708 #21] INFO -- : > sleep 5
  100. 2016-05-26 22:26:17 UTC [53-1] LOG: database system was shut down at 2016-05-26 22:24:34 UTC
  101. 2016-05-26 22:26:17 UTC [53-2] LOG: MultiXact member wraparound protections are now enabled
  102. 2016-05-26 22:26:17 UTC [57-1] LOG: autovacuum launcher started
  103. 2016-05-26 22:26:17 UTC [50-1] LOG: database system is ready to accept connections
  104. I, [2016-05-26T22:26:22.616961 #21] INFO -- :
  105. I, [2016-05-26T22:26:22.618069 #21] INFO -- : > su postgres -c 'createdb discourse' || true
  106. 2016-05-26 22:26:22 UTC [62-1] postgres@postgres ERROR: database "discourse" already exists
  107. 2016-05-26 22:26:22 UTC [62-2] postgres@postgres STATEMENT: CREATE DATABASE discourse;
  108. createdb: database creation failed: ERROR: database "discourse" already exists
  109. I, [2016-05-26T22:26:22.750950 #21] INFO -- :
  110. I, [2016-05-26T22:26:22.751552 #21] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
  111. 2016-05-26 22:26:22 UTC [73-1] postgres@discourse ERROR: role "discourse" already exists
  112. 2016-05-26 22:26:22 UTC [73-2] postgres@discourse STATEMENT: create user discourse;
  113. ERROR: role "discourse" already exists
  114. I, [2016-05-26T22:26:22.889520 #21] INFO -- :
  115. I, [2016-05-26T22:26:22.890822 #21] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
  116. I, [2016-05-26T22:26:23.004126 #21] INFO -- : GRANT
  117.  
  118. I, [2016-05-26T22:26:23.004495 #21] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
  119. I, [2016-05-26T22:26:23.123513 #21] INFO -- : ALTER SCHEMA
  120.  
  121. I, [2016-05-26T22:26:23.124797 #21] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
  122. NOTICE: extension "hstore" already exists, skipping
  123. I, [2016-05-26T22:26:23.261607 #21] INFO -- : CREATE EXTENSION
  124.  
  125. I, [2016-05-26T22:26:23.262418 #21] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
  126. NOTICE: extension "pg_trgm" already exists, skipping
  127. I, [2016-05-26T22:26:23.375695 #21] INFO -- : CREATE EXTENSION
  128.  
  129. I, [2016-05-26T22:26:23.376518 #21] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
  130. NOTICE: extension "hstore" already exists, skipping
  131. I, [2016-05-26T22:26:23.488628 #21] INFO -- : CREATE EXTENSION
  132.  
  133. I, [2016-05-26T22:26:23.489125 #21] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
  134. NOTICE: extension "pg_trgm" already exists, skipping
  135. I, [2016-05-26T22:26:23.599663 #21] INFO -- : CREATE EXTENSION
  136.  
  137. I, [2016-05-26T22:26:23.600064 #21] INFO -- : > sudo -u postgres psql discourse
  138. I, [2016-05-26T22:26:23.601343 #21] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
  139.  
  140. I, [2016-05-26T22:26:23.718369 #21] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x
  141. I, [2016-05-26T22:26:23.724664 #21] INFO -- : File > /var/spool/cron/crontabs/postgres chmod:
  142. I, [2016-05-26T22:26:23.725618 #21] INFO -- : > echo postgres installed!
  143. I, [2016-05-26T22:26:23.728689 #21] INFO -- : postgres installed!
  144.  
  145. I, [2016-05-26T22:26:23.729842 #21] INFO -- : Replacing <policymap> with <policymap>
  146. <policy domain="coder" rights="none" pattern="EPHEMERAL" />
  147. <policy domain="coder" rights="none" pattern="URL" />
  148. <policy domain="coder" rights="none" pattern="HTTPS" />
  149. <policy domain="coder" rights="none" pattern="MVG" />
  150. <policy domain="coder" rights="none" pattern="MSL" />
  151. <policy domain="coder" rights="none" pattern="TEXT" />
  152. <policy domain="coder" rights="none" pattern="SHOW" />
  153. <policy domain="coder" rights="none" pattern="WIN" />
  154. <policy domain="coder" rights="none" pattern="PLT" />
  155. in /usr/local/etc/ImageMagick-6/policy.xml
  156. I, [2016-05-26T22:26:23.731160 #21] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  157. I, [2016-05-26T22:26:23.818162 #21] INFO -- :
  158. I, [2016-05-26T22:26:23.819096 #21] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  159. I, [2016-05-26T22:26:23.881814 #21] INFO -- :
  160. I, [2016-05-26T22:26:23.882602 #21] INFO -- : > chown -R discourse /home/discourse
  161. I, [2016-05-26T22:26:23.887736 #21] INFO -- :
  162. I, [2016-05-26T22:26:23.894569 #21] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x
  163. I, [2016-05-26T22:26:23.899328 #21] INFO -- : File > /etc/runit/1.d/ensure-web-nginx-read chmod: +x
  164. I, [2016-05-26T22:26:23.905254 #21] INFO -- : File > /etc/service/unicorn/run chmod: +x
  165. I, [2016-05-26T22:26:23.909605 #21] INFO -- : File > /etc/service/nginx/run chmod: +x
  166. I, [2016-05-26T22:26:23.913580 #21] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x
  167. I, [2016-05-26T22:26:23.917949 #21] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x
  168. I, [2016-05-26T22:26:23.918314 #21] INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
  169. I, [2016-05-26T22:26:23.918880 #21] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  170. I, [2016-05-26T22:26:23.922693 #21] INFO -- : > cd /var/www/discourse && git reset --hard
  171.  
  172. *** FATAL CONFIG FILE ERROR ***
  173. Reading the configuration file, at line 108
  174. >>> 'logfile /var/log/redis/redis-server.log'
  175. Can't open the log file: Permission denied
  176. I, [2016-05-26T22:26:25.573293 #21] INFO -- : HEAD is now at b6db022 de-emphasize notification state text slightly
  177.  
  178. I, [2016-05-26T22:26:25.573895 #21] INFO -- : > cd /var/www/discourse && git clean -f
  179. I, [2016-05-26T22:26:25.613525 #21] INFO -- :
  180. I, [2016-05-26T22:26:25.613794 #21] INFO -- : > cd /var/www/discourse && git remote set-branches --add origin master
  181. I, [2016-05-26T22:26:25.621004 #21] INFO -- :
  182. I, [2016-05-26T22:26:25.621374 #21] INFO -- : > cd /var/www/discourse && git pull
  183. From https://github.com/discourse/discourse
  184. b6db022..89b7306 master -> origin/master
  185. 841f177..9558393 beta -> origin/beta
  186. + d9e6191...2eddfae tagschema -> origin/tagschema (forced update)
  187. 8c52508..884779b tests-passed -> origin/tests-passed
  188. 25b384d..c75e8d7 timeline -> origin/timeline
  189. * [new tag] v1.6.0.beta6 -> v1.6.0.beta6
  190. I, [2016-05-26T22:26:27.003654 #21] INFO -- : Updating b6db022..89b7306
  191. Fast-forward
  192. Gemfile.lock | 2 +-
  193. app/assets/images/favicons/1282043220-favicon.ico | Bin 1150 -> 0 bytes
  194. app/assets/images/favicons/amazon.png | Bin 434 -> 2937 bytes
  195. app/assets/images/favicons/apple.png | Bin 216 -> 1579 bytes
  196. app/assets/images/favicons/discourse.png | Bin 412 -> 4459 bytes
  197. app/assets/images/favicons/github.png | Bin 600 -> 3557 bytes
  198. app/assets/images/favicons/google_play.png | Bin 655 -> 4835 bytes
  199. app/assets/images/favicons/rottentomatoes.png | Bin 834 -> 4219 bytes
  200. app/assets/images/favicons/stackexchange.png | Bin 272 -> 1845 bytes
  201. app/assets/images/favicons/twitter.png | Bin 415 -> 2217 bytes
  202. app/assets/images/favicons/wikipedia.png | Bin 225 -> 1912 bytes
  203. .../javascripts/admin/templates/email-sent.hbs | 5 +-
  204. .../discourse/components/tag-chooser.js.es6 | 2 +-
  205. .../discourse/controllers/preferences.js.es6 | 7 +-
  206. .../discourse/controllers/rename-tag.js.es6 | 13 +-
  207. .../javascripts/discourse/helpers/fa-icon.js.es6 | 1 +
  208. .../javascripts/discourse/lib/screen-track.js.es6 | 3 +
  209. .../javascripts/discourse/models/user.js.es6 | 1 +
  210. .../templates/composer/group-mentioned.hbs | 2 +-
  211. .../templates/composer/similar-topics.hbs | 2 +-
  212. .../javascripts/discourse/templates/share.hbs | 2 +-
  213. .../javascripts/discourse/templates/topic.hbs | 1 +
  214. .../discourse/templates/user/preferences.hbs | 11 +-
  215. app/assets/stylesheets/common/base/onebox.scss | 3 +-
  216. app/assets/stylesheets/common/base/tagging.scss | 4 +
  217. app/assets/stylesheets/embed.css.scss | 19 ++
  218. app/controllers/tags_controller.rb | 87 ++++---
  219. app/helpers/topics_helper.rb | 5 +-
  220. app/jobs/onceoff/migrate_tagging_plugin.rb | 16 ++
  221. app/jobs/regular/export_csv_file.rb | 206 ++++++++--------
  222. app/models/admin_dashboard_data.rb | 6 +-
  223. app/models/incoming_email.rb | 2 +-
  224. app/models/optimized_image.rb | 26 +++
  225. app/models/tag.rb | 18 ++
  226. app/models/tag_user.rb | 95 ++++++++
  227. app/models/topic.rb | 8 +-
  228. app/models/topic_status_update.rb | 12 +-
  229. app/models/topic_tag.rb | 4 +
  230. app/models/topic_user.rb | 5 +-
  231. app/models/trust_level3_requirements.rb | 10 +-
  232. app/models/upload.rb | 14 +-
  233. app/models/user.rb | 1 +
  234. app/models/user_export.rb | 15 +-
  235. app/models/user_profile.rb | 2 +-
  236. app/serializers/post_revision_serializer.rb | 9 +
  237. app/serializers/site_serializer.rb | 2 +-
  238. app/serializers/topic_list_item_serializer.rb | 2 +-
  239. app/serializers/topic_list_serializer.rb | 2 +-
  240. app/serializers/topic_view_serializer.rb | 13 +-
  241. app/views/users/admin_login.html.erb | 2 +-
  242. config/deploy.rb.sample | 4 +-
  243. config/discourse.config.sample | 1 -
  244. config/locales/client.da.yml | 3 +
  245. config/locales/client.en.yml | 2 +-
  246. config/locales/client.es.yml | 3 +
  247. config/locales/client.fi.yml | 2 +
  248. config/locales/client.fr.yml | 21 ++
  249. config/locales/client.it.yml | 34 +++
  250. config/locales/client.ja.yml | 260 +++++++++++++--------
  251. config/locales/client.pt.yml | 10 +
  252. config/locales/client.ro.yml | 6 +-
  253. config/locales/client.sq.yml | 2 +-
  254. config/locales/client.zh_CN.yml | 4 +-
  255. config/locales/server.ar.yml | 2 +-
  256. config/locales/server.en.yml | 5 +-
  257. config/locales/server.es.yml | 5 +-
  258. config/locales/server.fi.yml | 5 +-
  259. config/locales/server.fr.yml | 22 +-
  260. config/locales/server.it.yml | 25 +-
  261. config/locales/server.ja.yml | 202 +++++++++++-----
  262. config/locales/server.pt.yml | 17 +-
  263. config/locales/server.pt_BR.yml | 2 +-
  264. config/locales/server.ro.yml | 10 +-
  265. config/locales/server.ru.yml | 4 +-
  266. config/locales/server.zh_CN.yml | 8 +-
  267. config/site_settings.yml | 9 +
  268. config/unicorn_upstart.conf | 1 -
  269. db/migrate/20160503205953_create_tags.rb | 27 +++
  270. docs/ADMIN-QUICK-START-GUIDE.md | 8 +-
  271. lib/cooked_post_processor.rb | 19 +-
  272. lib/discourse_tagging.rb | 114 ++++-----
  273. lib/email/receiver.rb | 25 +-
  274. lib/email/styles.rb | 2 +-
  275. lib/image_sizer.rb | 15 ++
  276. lib/post_creator.rb | 12 -
  277. lib/post_revisor.rb | 50 +---
  278. lib/pretty_text.rb | 6 +-
  279. lib/search.rb | 8 +-
  280. lib/topic_creator.rb | 9 +
  281. lib/topic_query.rb | 19 ++
  282. lib/topics_bulk_action.rb | 7 +-
  283. lib/version.rb | 2 +-
  284. plugins/poll/config/locales/client.bs_BA.yml | 3 +
  285. plugins/poll/config/locales/client.fr.yml | 4 +-
  286. plugins/poll/config/locales/client.ja.yml | 2 +-
  287. plugins/poll/config/locales/server.ja.yml | 6 +-
  288. public/500.ja.html | 2 +-
  289. script/bench.rb | 1 -
  290. script/import_scripts/vanilla_mysql.rb | 4 +-
  291. spec/components/cooked_post_processor_spec.rb | 18 +-
  292. spec/components/email/receiver_spec.rb | 12 +
  293. spec/components/post_creator_spec.rb | 53 +++++
  294. spec/components/post_revisor_spec.rb | 126 ++++++++++
  295. spec/components/pretty_text_spec.rb | 6 +-
  296. spec/components/search_spec.rb | 10 +
  297. spec/components/topic_query_spec.rb | 43 ++++
  298. spec/components/topics_bulk_action_spec.rb | 52 +++++
  299. spec/fabricators/tag_fabricator.rb | 3 +
  300. spec/models/admin_dashboard_data_spec.rb | 14 --
  301. spec/models/tag_spec.rb | 32 +++
  302. spec/models/tag_user_spec.rb | 87 +++++++
  303. spec/models/trust_level3_requirements_spec.rb | 16 +-
  304. spec/phantom_js/smoke_test.js | 4 +
  305. 113 files changed, 1532 insertions(+), 598 deletions(-)
  306. delete mode 100644 app/assets/images/favicons/1282043220-favicon.ico
  307. create mode 100644 app/jobs/onceoff/migrate_tagging_plugin.rb
  308. create mode 100644 app/models/tag.rb
  309. create mode 100644 app/models/tag_user.rb
  310. create mode 100644 app/models/topic_tag.rb
  311. create mode 100644 db/migrate/20160503205953_create_tags.rb
  312. create mode 100644 spec/fabricators/tag_fabricator.rb
  313. create mode 100644 spec/models/tag_spec.rb
  314. create mode 100644 spec/models/tag_user_spec.rb
  315.  
  316. I, [2016-05-26T22:26:27.004031 #21] INFO -- : > cd /var/www/discourse && git fetch origin tests-passed
  317. From https://github.com/discourse/discourse
  318. * branch tests-passed -> FETCH_HEAD
  319. I, [2016-05-26T22:26:27.305459 #21] INFO -- :
  320. I, [2016-05-26T22:26:27.305994 #21] INFO -- : > cd /var/www/discourse && git checkout tests-passed
  321. Switched to a new branch 'tests-passed'
  322. I, [2016-05-26T22:26:27.471570 #21] INFO -- : Branch tests-passed set up to track remote branch tests-passed from origin.
  323.  
  324. I, [2016-05-26T22:26:27.471944 #21] INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  325. I, [2016-05-26T22:26:27.478832 #21] INFO -- :
  326. I, [2016-05-26T22:26:27.479175 #21] INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  327. I, [2016-05-26T22:26:27.484018 #21] INFO -- :
  328. I, [2016-05-26T22:26:27.484370 #21] INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  329. I, [2016-05-26T22:26:27.488432 #21] INFO -- :
  330. I, [2016-05-26T22:26:27.488715 #21] INFO -- : > cd /var/www/discourse && mkdir -p /shared/log/rails
  331. I, [2016-05-26T22:26:27.492131 #21] INFO -- :
  332. I, [2016-05-26T22:26:27.492556 #21] INFO -- : > cd /var/www/discourse && bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
  333. I, [2016-05-26T22:26:27.499097 #21] INFO -- :
  334. I, [2016-05-26T22:26:27.499389 #21] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
  335. I, [2016-05-26T22:26:27.506082 #21] INFO -- :
  336. I, [2016-05-26T22:26:27.506260 #21] INFO -- : > cd /var/www/discourse && bash -c "mkdir -p /shared/{uploads,backups}"
  337. I, [2016-05-26T22:26:27.512881 #21] INFO -- :
  338. I, [2016-05-26T22:26:27.513112 #21] INFO -- : > cd /var/www/discourse && bash -c "ln -s /shared/{uploads,backups} /var/www/discourse/public"
  339. I, [2016-05-26T22:26:27.521127 #21] INFO -- :
  340. I, [2016-05-26T22:26:27.521474 #21] INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups
  341. I, [2016-05-26T22:26:27.544799 #21] INFO -- :
  342. I, [2016-05-26T22:26:27.545328 #21] INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  343. I, [2016-05-26T22:26:27.546302 #21] INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  344. Cloning into 'docker_manager'...
  345. I, [2016-05-26T22:26:28.044030 #21] INFO -- :
  346. I, [2016-05-26T22:26:28.044816 #21] INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  347. I, [2016-05-26T22:26:28.047763 #21] INFO -- :
  348. I, [2016-05-26T22:26:28.048013 #21] INFO -- : > rm /etc/nginx/sites-enabled/default
  349. I, [2016-05-26T22:26:28.049857 #21] INFO -- :
  350. I, [2016-05-26T22:26:28.050062 #21] INFO -- : > mkdir -p /var/nginx/cache
  351. I, [2016-05-26T22:26:28.052414 #21] INFO -- :
  352. I, [2016-05-26T22:26:28.052949 #21] INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  353. I, [2016-05-26T22:26:28.053661 #21] INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  354. I, [2016-05-26T22:26:28.054092 #21] INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  355. I, [2016-05-26T22:26:28.054545 #21] INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  356. I, [2016-05-26T22:26:28.055061 #21] INFO -- : > echo "done configuring web"
  357. I, [2016-05-26T22:26:28.057150 #21] INFO -- : done configuring web
  358.  
  359. I, [2016-05-26T22:26:28.057681 #21] INFO -- : > cd /var/www/discourse && gem update bundler
  360. I, [2016-05-26T22:26:32.453734 #21] INFO -- : Updating installed gems
  361. Updating bundler
  362. Successfully installed bundler-1.12.5
  363. Gems updated: bundler
  364.  
  365. I, [2016-05-26T22:26:32.454087 #21] INFO -- : > cd /var/www/discourse && chown -R discourse /var/www/discourse
  366. I, [2016-05-26T22:26:39.063581 #21] INFO -- :
  367. I, [2016-05-26T22:26:39.066080 #21] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development'
  368. I, [2016-05-26T22:26:48.107050 #21] INFO -- : HTTP GET https://index.rubygems.org/versions
  369. HTTP 200 OK
  370. Fetching gem metadata from https://rubygems.org/
  371. Looking up gems ["rake", "i18n", "json", "minitest", "thread_safe", "tzinfo", "activesupport", "builder", "erubis", "mini_portile2", "pkg-config", "nokogiri", "rails-deprecated_sanitizer", "rails-dom-testing", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mime-types", "mail", "actionmailer", "activemodel", "active_model_serializers", "arel", "activerecord", "json_pure", "jmespath", "aws-sdk-core", "aws-sdk-resources", "aws-sdk", "babel-source", "execjs", "babel-transpiler", "ember-source", "barber", "byebug", "certified", "coderay", "concurrent-ruby", "connection_pool", "crass", "daemons", "diff-lcs", "thor", "railties", "discourse-qunit-rails", "discourse_fastimage", "docile", "unf_ext", "unf", "domain_name", "email_reply_trimmer", "ember-data-source", "sprockets", "ember-handlebars-template", "jquery-rails", "ember-rails", "eventmachine", "excon", "exifr", "fabrication", "fakeweb", "multipart-post", "faraday", "fast_blank", "rake-compiler", "fast_xor", "fast_xs", "ffi", "flamegraph", "fspath", "sorcerer", "given_core", "guess_html_encoding", "hashie", "highline", "hiredis", "htmlentities", "http-cookie", "http_accept_language", "image_size", "in_threads", "progress", "image_optim", "jwt", "kgio", "libv8", "listen", "logster", "lru_redux", "memory_profiler", "message_bus", "metaclass", "method_source", "mini_racer", "mocha", "mock_redis", "moneta", "msgpack", "multi_json", "multi_xml", "mustache", "netrc", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github-discourse", "omniauth-google-oauth2", "omniauth-instagram", "omniauth-oauth", "ruby-openid", "rack-openid", "omniauth-openid", "omniauth-twitter", "onebox", "redis", "openid-redis-store", "pg", "slop", "pry", "pry-nav", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "sprockets-rails", "rails", "rails-observers", "rails_multisite", "raindrops", "rb-fsevent", "rb-inotify", "trollop", "rbtrace", "redis-namespace", "rest-client", "rinku", "rmmseg-cpp", "rspec-support", "rspec-core", "rspec-expectations", "rspec-mocks", "rspec", "rspec-given", "rspec-html-matchers", "rspec-rails", "rtlit", "ruby-readability", "sanitize", "sass", "tilt", "sass-rails", "seed-fu", "shoulda-context", "shoulda-matchers", "shoulda", "sidekiq", "sidekiq-statistic", "simple-rss", "simplecov-html", "simplecov", "sinatra", "spork", "spork-rails", "stackprof", "thin", "timecop", "uglifier", "unicorn"]
  372. HTTP GET https://index.rubygems.org/info/rake
  373. HTTP GET https://index.rubygems.org/info/i18n
  374. HTTP GET https://index.rubygems.org/info/json
  375. HTTP GET https://index.rubygems.org/info/minitest
  376. HTTP GET https://index.rubygems.org/info/thread_safe
  377. HTTP GET https://index.rubygems.org/info/tzinfo
  378. HTTP GET https://index.rubygems.org/info/activesupport
  379. HTTP GET https://index.rubygems.org/info/builder
  380. HTTP GET https://index.rubygems.org/info/erubis
  381. HTTP GET https://index.rubygems.org/info/mini_portile2
  382. HTTP GET https://index.rubygems.org/info/pkg-config
  383. HTTP GET https://index.rubygems.org/info/nokogiri
  384. HTTP GET https://index.rubygems.org/info/rails-deprecated_sanitizer
  385. HTTP GET https://index.rubygems.org/info/rails-dom-testing
  386. HTTP GET https://index.rubygems.org/info/loofah
  387. HTTP GET https://index.rubygems.org/info/rails-html-sanitizer
  388. HTTP GET https://index.rubygems.org/info/actionview
  389. HTTP GET https://index.rubygems.org/info/rack
  390. HTTP GET https://index.rubygems.org/info/rack-test
  391. HTTP GET https://index.rubygems.org/info/actionpack
  392. HTTP GET https://index.rubygems.org/info/globalid
  393. HTTP GET https://index.rubygems.org/info/activejob
  394. HTTP GET https://index.rubygems.org/info/mime-types
  395. HTTP GET https://index.rubygems.org/info/mail
  396. HTTP GET https://index.rubygems.org/info/actionmailer
  397. HTTP 200 OK
  398. HTTP 200 OK
  399. HTTP 200 OK
  400. HTTP 200 OK
  401. HTTP 200 OK
  402. HTTP 200 OK
  403. HTTP 200 OK
  404. HTTP 200 OK
  405. HTTP 200 OK
  406. HTTP 200 OK
  407. HTTP 200 OK
  408. HTTP 200 OK
  409. HTTP 200 OK
  410. HTTP 200 OK
  411. HTTP 200 OK
  412. HTTP 200 OK
  413. HTTP 200 OK
  414. HTTP 200 OK
  415. HTTP 200 OK
  416. HTTP GET https://index.rubygems.org/info/activemodel
  417. HTTP GET https://index.rubygems.org/info/active_model_serializers
  418. HTTP 200 OK
  419. HTTP 200 OK
  420. HTTP GET https://index.rubygems.org/info/arel
  421. HTTP GET https://index.rubygems.org/info/activerecord
  422. HTTP GET https://index.rubygems.org/info/json_pure
  423. HTTP 200 OK
  424. HTTP GET https://index.rubygems.org/info/jmespath
  425. HTTP 200 OK
  426. HTTP GET https://index.rubygems.org/info/aws-sdk-core
  427. HTTP GET https://index.rubygems.org/info/aws-sdk-resources
  428. HTTP GET https://index.rubygems.org/info/aws-sdk
  429. HTTP GET https://index.rubygems.org/info/babel-source
  430. HTTP GET https://index.rubygems.org/info/execjs
  431. HTTP GET https://index.rubygems.org/info/babel-transpiler
  432. HTTP GET https://index.rubygems.org/info/ember-source
  433. HTTP GET https://index.rubygems.org/info/barber
  434. HTTP GET https://index.rubygems.org/info/byebug
  435. HTTP GET https://index.rubygems.org/info/certified
  436. HTTP 200 OK
  437. HTTP GET https://index.rubygems.org/info/coderay
  438. HTTP GET https://index.rubygems.org/info/concurrent-ruby
  439. HTTP GET https://index.rubygems.org/info/connection_pool
  440. HTTP GET https://index.rubygems.org/info/crass
  441. HTTP GET https://index.rubygems.org/info/daemons
  442. HTTP 200 OK
  443. HTTP 200 OK
  444. HTTP GET https://index.rubygems.org/info/diff-lcs
  445. HTTP GET https://index.rubygems.org/info/thor
  446. HTTP 200 OK
  447. HTTP 200 OK
  448. HTTP 200 OK
  449. HTTP 200 OK
  450. HTTP 200 OK
  451. HTTP 200 OK
  452. HTTP 200 OK
  453. HTTP 200 OK
  454. HTTP 200 OK
  455. HTTP 200 OK
  456. HTTP 200 OK
  457. HTTP 200 OK
  458. HTTP 200 OK
  459. HTTP 200 OK
  460. HTTP GET https://index.rubygems.org/info/railties
  461. HTTP 200 OK
  462. HTTP GET https://index.rubygems.org/info/discourse-qunit-rails
  463. HTTP 200 OK
  464. HTTP GET https://index.rubygems.org/info/discourse_fastimage
  465. HTTP 200 OK
  466. HTTP 200 OK
  467. HTTP 200 OK
  468. HTTP GET https://index.rubygems.org/info/docile
  469. HTTP GET https://index.rubygems.org/info/unf_ext
  470. HTTP GET https://index.rubygems.org/info/unf
  471. HTTP 200 OK
  472. HTTP GET https://index.rubygems.org/info/domain_name
  473. HTTP 200 OK
  474. HTTP GET https://index.rubygems.org/info/email_reply_trimmer
  475. HTTP GET https://index.rubygems.org/info/ember-data-source
  476. HTTP GET https://index.rubygems.org/info/sprockets
  477. HTTP GET https://index.rubygems.org/info/ember-handlebars-template
  478. HTTP GET https://index.rubygems.org/info/jquery-rails
  479. HTTP GET https://index.rubygems.org/info/ember-rails
  480. HTTP GET https://index.rubygems.org/info/eventmachine
  481. HTTP 200 OK
  482. HTTP GET https://index.rubygems.org/info/excon
  483. HTTP GET https://index.rubygems.org/info/exifr
  484. HTTP GET https://index.rubygems.org/info/fabrication
  485. HTTP GET https://index.rubygems.org/info/fakeweb
  486. HTTP GET https://index.rubygems.org/info/multipart-post
  487. HTTP GET https://index.rubygems.org/info/faraday
  488. HTTP GET https://index.rubygems.org/info/fast_blank
  489. HTTP 200 OK
  490. HTTP 200 OK
  491. HTTP 200 OK
  492. HTTP 200 OK
  493. HTTP GET https://index.rubygems.org/info/rake-compiler
  494. HTTP 200 OK
  495. HTTP 200 OK
  496. HTTP GET https://index.rubygems.org/info/fast_xor
  497. HTTP GET https://index.rubygems.org/info/fast_xs
  498. HTTP GET https://index.rubygems.org/info/ffi
  499. HTTP 200 OK
  500. HTTP 200 OK
  501. HTTP 200 OK
  502. HTTP 200 OK
  503. HTTP 200 OK
  504. HTTP 200 OK
  505. HTTP GET https://index.rubygems.org/info/flamegraph
  506. HTTP 200 OK
  507. HTTP GET https://index.rubygems.org/info/fspath
  508. HTTP GET https://index.rubygems.org/info/sorcerer
  509. HTTP GET https://index.rubygems.org/info/given_core
  510. HTTP 200 OK
  511. HTTP 200 OK
  512. HTTP GET https://index.rubygems.org/info/guess_html_encoding
  513. HTTP 200 OK
  514. HTTP 200 OK
  515. HTTP 200 OK
  516. HTTP GET https://index.rubygems.org/info/hashie
  517. HTTP 200 OK
  518. HTTP GET https://index.rubygems.org/info/highline
  519. HTTP GET https://index.rubygems.org/info/hiredis
  520. HTTP 200 OK
  521. HTTP 200 OK
  522. HTTP 200 OK
  523. HTTP 200 OK
  524. HTTP 200 OK
  525. HTTP GET https://index.rubygems.org/info/htmlentities
  526. HTTP GET https://index.rubygems.org/info/http-cookie
  527. HTTP GET https://index.rubygems.org/info/http_accept_language
  528. HTTP 200 OK
  529. HTTP GET https://index.rubygems.org/info/image_size
  530. HTTP 200 OK
  531. HTTP GET https://index.rubygems.org/info/in_threads
  532. HTTP 200 OK
  533. HTTP GET https://index.rubygems.org/info/progress
  534. HTTP GET https://index.rubygems.org/info/image_optim
  535. HTTP 200 OK
  536. HTTP GET https://index.rubygems.org/info/jwt
  537. HTTP GET https://index.rubygems.org/info/kgio
  538. HTTP GET https://index.rubygems.org/info/libv8
  539. HTTP 200 OK
  540. HTTP 200 OK
  541. HTTP 200 OK
  542. HTTP GET https://index.rubygems.org/info/listen
  543. HTTP GET https://index.rubygems.org/info/logster
  544. HTTP 200 OK
  545. HTTP GET https://index.rubygems.org/info/lru_redux
  546. HTTP 200 OK
  547. HTTP GET https://index.rubygems.org/info/memory_profiler
  548. HTTP 200 OK
  549. HTTP 200 OK
  550. HTTP 200 OK
  551. HTTP GET https://index.rubygems.org/info/message_bus
  552. HTTP 200 OK
  553. HTTP GET https://index.rubygems.org/info/metaclass
  554. HTTP GET https://index.rubygems.org/info/method_source
  555. HTTP GET https://index.rubygems.org/info/mini_racer
  556. HTTP 200 OK
  557. HTTP 200 OK
  558. HTTP GET https://index.rubygems.org/info/mocha
  559. HTTP 200 OK
  560. HTTP GET https://index.rubygems.org/info/mock_redis
  561. HTTP GET https://index.rubygems.org/info/moneta
  562. HTTP GET https://index.rubygems.org/info/msgpack
  563. HTTP GET https://index.rubygems.org/info/multi_json
  564. HTTP 200 OK
  565. HTTP GET https://index.rubygems.org/info/multi_xml
  566. HTTP 200 OK
  567. HTTP 200 OK
  568. HTTP GET https://index.rubygems.org/info/mustache
  569. HTTP GET https://index.rubygems.org/info/netrc
  570. HTTP GET https://index.rubygems.org/info/nokogumbo
  571. HTTP 200 OK
  572. HTTP GET https://index.rubygems.org/info/oauth
  573. HTTP GET https://index.rubygems.org/info/oauth2
  574. HTTP 200 OK
  575. HTTP 200 OK
  576. HTTP 200 OK
  577. HTTP 200 OK
  578. HTTP 200 OK
  579. HTTP GET https://index.rubygems.org/info/oj
  580. HTTP GET https://index.rubygems.org/info/omniauth
  581. HTTP 200 OK
  582. HTTP GET https://index.rubygems.org/info/omniauth-oauth2
  583. HTTP 200 OK
  584. HTTP 200 OK
  585. HTTP GET https://index.rubygems.org/info/omniauth-facebook
  586. HTTP GET https://index.rubygems.org/info/omniauth-github-discourse
  587. HTTP 200 OK
  588. HTTP 200 OK
  589. HTTP 200 OK
  590. HTTP 200 OK
  591. HTTP 200 OK
  592. HTTP 200 OK
  593. HTTP GET https://index.rubygems.org/info/omniauth-google-oauth2
  594. HTTP GET https://index.rubygems.org/info/omniauth-instagram
  595. HTTP GET https://index.rubygems.org/info/omniauth-oauth
  596. HTTP 200 OK
  597. HTTP GET https://index.rubygems.org/info/ruby-openid
  598. HTTP GET https://index.rubygems.org/info/rack-openid
  599. HTTP GET https://index.rubygems.org/info/omniauth-openid
  600. HTTP 200 OK
  601. HTTP GET https://index.rubygems.org/info/omniauth-twitter
  602. HTTP 200 OK
  603. HTTP GET https://index.rubygems.org/info/onebox
  604. HTTP 200 OK
  605. HTTP GET https://index.rubygems.org/info/redis
  606. HTTP GET https://index.rubygems.org/info/openid-redis-store
  607. HTTP GET https://index.rubygems.org/info/pg
  608. HTTP 200 OK
  609. HTTP 200 OK
  610. HTTP GET https://index.rubygems.org/info/slop
  611. HTTP GET https://index.rubygems.org/info/pry
  612. HTTP 200 OK
  613. HTTP GET https://index.rubygems.org/info/pry-nav
  614. HTTP GET https://index.rubygems.org/info/pry-rails
  615. HTTP GET https://index.rubygems.org/info/puma
  616. HTTP GET https://index.rubygems.org/info/r2
  617. HTTP 200 OK
  618. HTTP 200 OK
  619. HTTP 200 OK
  620. HTTP GET https://index.rubygems.org/info/rack-mini-profiler
  621. HTTP GET https://index.rubygems.org/info/rack-protection
  622. HTTP 200 OK
  623. HTTP 200 OK
  624. HTTP 200 OK
  625. HTTP GET https://index.rubygems.org/info/sprockets-rails
  626. HTTP 200 OK
  627. HTTP 200 OK
  628. HTTP 200 OK
  629. HTTP 200 OK
  630. HTTP GET https://index.rubygems.org/info/rails
  631. HTTP GET https://index.rubygems.org/info/rails-observers
  632. HTTP 200 OK
  633. HTTP 200 OK
  634. HTTP GET https://index.rubygems.org/info/rails_multisite
  635. HTTP 200 OK
  636. HTTP GET https://index.rubygems.org/info/raindrops
  637. HTTP 200 OK
  638. HTTP GET https://index.rubygems.org/info/rb-fsevent
  639. HTTP GET https://index.rubygems.org/info/rb-inotify
  640. HTTP 200 OK
  641. HTTP 200 OK
  642. HTTP GET https://index.rubygems.org/info/trollop
  643. HTTP 200 OK
  644. HTTP GET https://index.rubygems.org/info/rbtrace
  645. HTTP GET https://index.rubygems.org/info/redis-namespace
  646. HTTP 200 OK
  647. HTTP 200 OK
  648. HTTP GET https://index.rubygems.org/info/rest-client
  649. HTTP 200 OK
  650. HTTP GET https://index.rubygems.org/info/rinku
  651. HTTP GET https://index.rubygems.org/info/rmmseg-cpp
  652. HTTP GET https://index.rubygems.org/info/rspec-support
  653. HTTP GET https://index.rubygems.org/info/rspec-core
  654. HTTP GET https://index.rubygems.org/info/rspec-expectations
  655. HTTP GET https://index.rubygems.org/info/rspec-mocks
  656. HTTP 200 OK
  657. HTTP 200 OK
  658. HTTP 200 OK
  659. HTTP GET https://index.rubygems.org/info/rspec
  660. HTTP 200 OK
  661. HTTP 200 OK
  662. HTTP 200 OK
  663. HTTP 200 OK
  664. HTTP GET https://index.rubygems.org/info/rspec-given
  665. HTTP 200 OK
  666. HTTP GET https://index.rubygems.org/info/rspec-html-matchers
  667. HTTP GET https://index.rubygems.org/info/rspec-rails
  668. HTTP GET https://index.rubygems.org/info/rtlit
  669. HTTP 200 OK
  670. HTTP GET https://index.rubygems.org/info/ruby-readability
  671. HTTP GET https://index.rubygems.org/info/sanitize
  672. HTTP 200 OK
  673. HTTP 200 OK
  674. HTTP 200 OK
  675. HTTP 200 OK
  676. HTTP GET https://index.rubygems.org/info/sass
  677. HTTP GET https://index.rubygems.org/info/tilt
  678. HTTP GET https://index.rubygems.org/info/sass-rails
  679. HTTP GET https://index.rubygems.org/info/seed-fu
  680. HTTP 200 OK
  681. HTTP 200 OK
  682. HTTP 200 OK
  683. HTTP GET https://index.rubygems.org/info/shoulda-matchers
  684. HTTP GET https://index.rubygems.org/info/shoulda
  685. HTTP 200 OK
  686. HTTP GET https://index.rubygems.org/info/sidekiq
  687. HTTP 200 OK
  688. HTTP 200 OK
  689. HTTP 200 OK
  690. HTTP 200 OK
  691. HTTP GET https://index.rubygems.org/info/sidekiq-statistic
  692. HTTP 200 OK
  693. HTTP GET https://index.rubygems.org/info/simple-rss
  694. HTTP GET https://index.rubygems.org/info/shoulda-context
  695. HTTP 200 OK
  696. HTTP GET https://index.rubygems.org/info/simplecov-html
  697. HTTP 200 OK
  698. HTTP GET https://index.rubygems.org/info/simplecov
  699. HTTP 200 OK
  700. HTTP GET https://index.rubygems.org/info/sinatra
  701. HTTP 200 OK
  702. HTTP GET https://index.rubygems.org/info/spork
  703. HTTP 200 OK
  704. HTTP 200 OK
  705. HTTP GET https://index.rubygems.org/info/spork-rails
  706. HTTP GET https://index.rubygems.org/info/stackprof
  707. HTTP 200 OK
  708. HTTP GET https://index.rubygems.org/info/thin
  709. HTTP GET https://index.rubygems.org/info/timecop
  710. HTTP 200 OK
  711. HTTP GET https://index.rubygems.org/info/uglifier
  712. HTTP 200 OK
  713. HTTP GET https://index.rubygems.org/info/unicorn
  714. HTTP 200 OK
  715. HTTP 200 OK
  716. HTTP 200 OK
  717. HTTP 200 OK
  718. HTTP 200 OK
  719. HTTP 200 OK
  720. HTTP 200 OK
  721. HTTP 200 OK
  722. HTTP 200 OK
  723. HTTP 200 OK
  724. HTTP 200 OK
  725. HTTP 200 OK
  726. HTTP 200 OK
  727. HTTP 200 OK
  728. Looking up gems ["hoe", "racc", "rexical", "tenderlove-frex", "weakling", "mini_portile", "abstract", "camping", "fcgi", "memcache-client", "mongrel", "test-spec", "text-format", "rack-mount", "rack-cache", "journey", "activemodel-globalid", "atomic", "archive-tar-minitar", "rcov", "mime-types-data", "treetop", "tlsmail", "bcrypt-ruby", "jamespath", "spruz", "httparty", "uuidtools", "aws-sdk-v1", "activerecord-deprecated_finders", "columnize", "debugger-linecache", "rb-readline", "handlebars-source", "functional-ruby", "ref", "ember-template-compiler-source", "rack-ssl", "rdoc", "hike", "active-model-adapter-source", "ember-cli-assets", "ember-es6_template", "addressable", "bones", "fast_stack", "rb-appscript", "xattr", "ffi-xattr", "sqlite3", "termios", "newgem", "ruby_parser", "ruby-hmac", "rb-fchange", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "faraday-middleware", "httpauth", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "opengraph_parser", "verbal_expressions", "hexpress", "ruby-yadis", "win32console", "yard", "spoon", "pry-doc", "escape_utils", "curses", "activeresource", "actionwebservice", "bundler", "actioncable", "cucumber", "spicycode-rcov", "syntax", "hpricot", "webrat", "rspec-collection_matchers", "bourne", "compass", "sprockets-sass", "slim", "lockfile", "win32-process", "eventmachine-le", "http_parser.rb", "preforker", "shotgun", "backports", "therubyracer"]
  729. HTTP GET https://index.rubygems.org/info/hoe
  730. HTTP GET https://index.rubygems.org/info/racc
  731. HTTP GET https://index.rubygems.org/info/rexical
  732. HTTP GET https://index.rubygems.org/info/tenderlove-frex
  733. HTTP GET https://index.rubygems.org/info/weakling
  734. HTTP GET https://index.rubygems.org/info/mini_portile
  735. HTTP GET https://index.rubygems.org/info/abstract
  736. HTTP GET https://index.rubygems.org/info/camping
  737. HTTP GET https://index.rubygems.org/info/fcgi
  738. HTTP GET https://index.rubygems.org/info/memcache-client
  739. HTTP GET https://index.rubygems.org/info/mongrel
  740. HTTP GET https://index.rubygems.org/info/test-spec
  741. HTTP GET https://index.rubygems.org/info/text-format
  742. HTTP GET https://index.rubygems.org/info/rack-mount
  743. HTTP GET https://index.rubygems.org/info/rack-cache
  744. HTTP GET https://index.rubygems.org/info/journey
  745. HTTP GET https://index.rubygems.org/info/activemodel-globalid
  746. HTTP GET https://index.rubygems.org/info/atomic
  747. HTTP GET https://index.rubygems.org/info/archive-tar-minitar
  748. HTTP GET https://index.rubygems.org/info/rcov
  749. HTTP GET https://index.rubygems.org/info/mime-types-data
  750. HTTP GET https://index.rubygems.org/info/treetop
  751. HTTP GET https://index.rubygems.org/info/tlsmail
  752. HTTP GET https://index.rubygems.org/info/bcrypt-ruby
  753. HTTP GET https://index.rubygems.org/info/jamespath
  754. HTTP 200 OK
  755. HTTP 200 OK
  756. HTTP 200 OK
  757. HTTP 200 OK
  758. HTTP 200 OK
  759. HTTP 200 OK
  760. HTTP 200 OK
  761. HTTP 200 OK
  762. HTTP 200 OK
  763. HTTP 200 OK
  764. HTTP GET https://index.rubygems.org/info/spruz
  765. HTTP 200 OK
  766. HTTP GET https://index.rubygems.org/info/httparty
  767. HTTP GET https://index.rubygems.org/info/uuidtools
  768. HTTP GET https://index.rubygems.org/info/aws-sdk-v1
  769. HTTP 200 OK
  770. HTTP 200 OK
  771. HTTP 200 OK
  772. HTTP 200 OK
  773. HTTP 200 OK
  774. HTTP 200 OK
  775. HTTP GET https://index.rubygems.org/info/activerecord-deprecated_finders
  776. HTTP 200 OK
  777. HTTP GET https://index.rubygems.org/info/columnize
  778. HTTP GET https://index.rubygems.org/info/debugger-linecache
  779. HTTP 200 OK
  780. HTTP 200 OK
  781. HTTP GET https://index.rubygems.org/info/rb-readline
  782. HTTP GET https://index.rubygems.org/info/handlebars-source
  783. HTTP 200 OK
  784. HTTP GET https://index.rubygems.org/info/functional-ruby
  785. HTTP 200 OK
  786. HTTP 200 OK
  787. HTTP 200 OK
  788. HTTP 200 OK
  789. HTTP 200 OK
  790. HTTP GET https://index.rubygems.org/info/ref
  791. HTTP GET https://index.rubygems.org/info/ember-template-compiler-source
  792. HTTP GET https://index.rubygems.org/info/rack-ssl
  793. HTTP 200 OK
  794. HTTP GET https://index.rubygems.org/info/rdoc
  795. HTTP GET https://index.rubygems.org/info/hike
  796. HTTP 200 OK
  797. HTTP GET https://index.rubygems.org/info/active-model-adapter-source
  798. HTTP 200 OK
  799. HTTP 200 OK
  800. HTTP 200 OK
  801. HTTP GET https://index.rubygems.org/info/ember-cli-assets
  802. HTTP 200 OK
  803. HTTP 200 OK
  804. HTTP GET https://index.rubygems.org/info/ember-es6_template
  805. HTTP GET https://index.rubygems.org/info/addressable
  806. HTTP GET https://index.rubygems.org/info/bones
  807. HTTP GET https://index.rubygems.org/info/fast_stack
  808. HTTP GET https://index.rubygems.org/info/rb-appscript
  809. HTTP GET https://index.rubygems.org/info/xattr
  810. HTTP 200 OK
  811. HTTP GET https://index.rubygems.org/info/ffi-xattr
  812. HTTP 200 OK
  813. HTTP GET https://index.rubygems.org/info/sqlite3
  814. HTTP GET https://index.rubygems.org/info/termios
  815. HTTP GET https://index.rubygems.org/info/newgem
  816. HTTP 200 OK
  817. HTTP GET https://index.rubygems.org/info/ruby_parser
  818. HTTP 200 OK
  819. HTTP GET https://index.rubygems.org/info/ruby-hmac
  820. HTTP 200 OK
  821. HTTP 200 OK
  822. HTTP 200 OK
  823. HTTP 200 OK
  824. HTTP 200 OK
  825. HTTP 200 OK
  826. HTTP 200 OK
  827. HTTP GET https://index.rubygems.org/info/rb-fchange
  828. HTTP 200 OK
  829. HTTP GET https://index.rubygems.org/info/rb-kqueue
  830. HTTP 200 OK
  831. HTTP 200 OK
  832. HTTP GET https://index.rubygems.org/info/celluloid
  833. HTTP GET https://index.rubygems.org/info/celluloid-io
  834. HTTP GET https://index.rubygems.org/info/ruby_dep
  835. HTTP 200 OK
  836. HTTP GET https://index.rubygems.org/info/httpauth
  837. HTTP 200 OK
  838. HTTP 200 OK
  839. HTTP GET https://index.rubygems.org/info/oa-core
  840. HTTP 200 OK
  841. HTTP GET https://index.rubygems.org/info/oa-oauth
  842. HTTP GET https://index.rubygems.org/info/oa-openid
  843. HTTP GET https://index.rubygems.org/info/oa-basic
  844. HTTP GET https://index.rubygems.org/info/oa-enterprise
  845. HTTP 200 OK
  846. HTTP GET https://index.rubygems.org/info/oa-more
  847. HTTP GET https://index.rubygems.org/info/opengraph_parser
  848. HTTP GET https://index.rubygems.org/info/verbal_expressions
  849. HTTP 200 OK
  850. HTTP 200 OK
  851. HTTP GET https://index.rubygems.org/info/hexpress
  852. HTTP GET https://index.rubygems.org/info/ruby-yadis
  853. HTTP 200 OK
  854. HTTP 200 OK
  855. HTTP 200 OK
  856. HTTP 200 OK
  857. HTTP 200 OK
  858. HTTP 200 OK
  859. HTTP 200 OK
  860. HTTP GET https://index.rubygems.org/info/win32console
  861. HTTP GET https://index.rubygems.org/info/yard
  862. HTTP GET https://index.rubygems.org/info/spoon
  863. HTTP 200 OK
  864. HTTP 200 OK
  865. HTTP GET https://index.rubygems.org/info/pry-doc
  866. HTTP GET https://index.rubygems.org/info/escape_utils
  867. HTTP GET https://index.rubygems.org/info/curses
  868. HTTP 200 OK
  869. HTTP GET https://index.rubygems.org/info/activeresource
  870. HTTP GET https://index.rubygems.org/info/actionwebservice
  871. HTTP 200 OK
  872. HTTP 200 OK
  873. HTTP 200 OK
  874. HTTP GET https://index.rubygems.org/info/bundler
  875. HTTP 200 OK
  876. HTTP GET https://index.rubygems.org/info/actioncable
  877. HTTP GET https://index.rubygems.org/info/cucumber
  878. HTTP 200 OK
  879. HTTP GET https://index.rubygems.org/info/spicycode-rcov
  880. HTTP GET https://index.rubygems.org/info/syntax
  881. HTTP 200 OK
  882. HTTP GET https://index.rubygems.org/info/hpricot
  883. HTTP GET https://index.rubygems.org/info/webrat
  884. HTTP 200 OK
  885. HTTP GET https://index.rubygems.org/info/rspec-collection_matchers
  886. HTTP 200 OK
  887. HTTP 200 OK
  888. HTTP 200 OK
  889. HTTP 200 OK
  890. HTTP 200 OK
  891. HTTP 200 OK
  892. HTTP 200 OK
  893. HTTP GET https://index.rubygems.org/info/bourne
  894. HTTP GET https://index.rubygems.org/info/compass
  895. HTTP GET https://index.rubygems.org/info/sprockets-sass
  896. HTTP 200 OK
  897. HTTP 200 OK
  898. HTTP GET https://index.rubygems.org/info/slim
  899. HTTP GET https://index.rubygems.org/info/lockfile
  900. HTTP GET https://index.rubygems.org/info/win32-process
  901. HTTP GET https://index.rubygems.org/info/eventmachine-le
  902. HTTP 200 OK
  903. HTTP GET https://index.rubygems.org/info/http_parser.rb
  904. HTTP GET https://index.rubygems.org/info/preforker
  905. HTTP GET https://index.rubygems.org/info/shotgun
  906. HTTP GET https://index.rubygems.org/info/backports
  907. HTTP 200 OK
  908. HTTP GET https://index.rubygems.org/info/therubyracer
  909. HTTP 200 OK
  910. HTTP 200 OK
  911. HTTP 200 OK
  912. HTTP 200 OK
  913. HTTP 200 OK
  914. HTTP 200 OK
  915. HTTP 200 OK
  916. HTTP 200 OK
  917. HTTP 200 OK
  918. HTTP 200 OK
  919. HTTP 200 OK
  920. HTTP 200 OK
  921. HTTP 200 OK
  922. HTTP 200 OK
  923. HTTP 200 OK
  924. HTTP 200 OK
  925. Looking up gems ["markaby", "metaid", "mab", "text-hyphen", "flexmock", "facets", "polyglot", "ZenTest", "RubyInline", "rubyforge", "gemcutter", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "bcrypt", "launchy", "echoe", "jnunemaker-crack", "crack", "multimap", "ruby_core_source", "debugger-ruby_core_source", "ParseTree", "sexp_processor", "RedCloth", "rubigen", "little-plugger", "loquacious", "bones-extras", "bones-git", "nio4r", "dotenv", "nenv", "rspec-logsplit", "timers", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "win32-api", "restclient", "ruby-openid-apps-discovery", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "haml", "chunky_png", "fssm", "compass-core", "compass-import-once", "term-ansicolor", "gherkin", "multi_test", "cucumber-core", "gherkin3", "cucumber-wire", "event-bus", "sprockets-helpers", "temple", "windows-pr"]
  926. HTTP GET https://index.rubygems.org/info/markaby
  927. HTTP GET https://index.rubygems.org/info/metaid
  928. HTTP GET https://index.rubygems.org/info/mab
  929. HTTP GET https://index.rubygems.org/info/text-hyphen
  930. HTTP GET https://index.rubygems.org/info/flexmock
  931. HTTP GET https://index.rubygems.org/info/facets
  932. HTTP GET https://index.rubygems.org/info/polyglot
  933. HTTP GET https://index.rubygems.org/info/ZenTest
  934. HTTP GET https://index.rubygems.org/info/RubyInline
  935. HTTP GET https://index.rubygems.org/info/rubyforge
  936. HTTP GET https://index.rubygems.org/info/gemcutter
  937. HTTP GET https://index.rubygems.org/info/cgi_multipart_eof_fix
  938. HTTP GET https://index.rubygems.org/info/fastthread
  939. HTTP GET https://index.rubygems.org/info/gem_plugin
  940. HTTP GET https://index.rubygems.org/info/bcrypt
  941. HTTP GET https://index.rubygems.org/info/launchy
  942. HTTP GET https://index.rubygems.org/info/echoe
  943. HTTP GET https://index.rubygems.org/info/jnunemaker-crack
  944. HTTP GET https://index.rubygems.org/info/crack
  945. HTTP GET https://index.rubygems.org/info/multimap
  946. HTTP GET https://index.rubygems.org/info/ruby_core_source
  947. HTTP GET https://index.rubygems.org/info/debugger-ruby_core_source
  948. HTTP GET https://index.rubygems.org/info/ParseTree
  949. HTTP GET https://index.rubygems.org/info/sexp_processor
  950. HTTP GET https://index.rubygems.org/info/RedCloth
  951. HTTP 200 OK
  952. HTTP 200 OK
  953. HTTP 200 OK
  954. HTTP 200 OK
  955. HTTP 200 OK
  956. HTTP 200 OK
  957. HTTP 200 OK
  958. HTTP 200 OK
  959. HTTP 200 OK
  960. HTTP 200 OK
  961. HTTP 200 OK
  962. HTTP 200 OK
  963. HTTP 200 OK
  964. HTTP GET https://index.rubygems.org/info/rubigen
  965. HTTP GET https://index.rubygems.org/info/little-plugger
  966. HTTP 200 OK
  967. HTTP 200 OK
  968. HTTP GET https://index.rubygems.org/info/bones-extras
  969. HTTP 200 OK
  970. HTTP 200 OK
  971. HTTP 200 OK
  972. HTTP GET https://index.rubygems.org/info/bones-git
  973. HTTP 200 OK
  974. HTTP GET https://index.rubygems.org/info/nio4r
  975. HTTP GET https://index.rubygems.org/info/loquacious
  976. HTTP GET https://index.rubygems.org/info/dotenv
  977. HTTP 200 OK
  978. HTTP 200 OK
  979. HTTP 200 OK
  980. HTTP GET https://index.rubygems.org/info/nenv
  981. HTTP 200 OK
  982. HTTP GET https://index.rubygems.org/info/rspec-logsplit
  983. HTTP 200 OK
  984. HTTP 200 OK
  985. HTTP GET https://index.rubygems.org/info/timers
  986. HTTP 200 OK
  987. HTTP GET https://index.rubygems.org/info/facter
  988. HTTP GET https://index.rubygems.org/info/celluloid-essentials
  989. HTTP 200 OK
  990. HTTP GET https://index.rubygems.org/info/celluloid-extras
  991. HTTP GET https://index.rubygems.org/info/celluloid-fsm
  992. HTTP GET https://index.rubygems.org/info/celluloid-pool
  993. HTTP GET https://index.rubygems.org/info/celluloid-supervision
  994. HTTP GET https://index.rubygems.org/info/win32-api
  995. HTTP GET https://index.rubygems.org/info/restclient
  996. HTTP 200 OK
  997. HTTP 200 OK
  998. HTTP 200 OK
  999. HTTP GET https://index.rubygems.org/info/ruby-openid-apps-discovery
  1000. HTTP GET https://index.rubygems.org/info/net-ldap
  1001. HTTP GET https://index.rubygems.org/info/rubyntlm
  1002. HTTP 200 OK
  1003. HTTP GET https://index.rubygems.org/info/pyu-ruby-sasl
  1004. HTTP 200 OK
  1005. HTTP GET https://index.rubygems.org/info/uuid
  1006. HTTP GET https://index.rubygems.org/info/XMLCanonicalizer
  1007. HTTP GET https://index.rubygems.org/info/coffee-rails
  1008. HTTP 200 OK
  1009. HTTP GET https://index.rubygems.org/info/em-hiredis
  1010. HTTP 200 OK
  1011. HTTP GET https://index.rubygems.org/info/faye-websocket
  1012. HTTP GET https://index.rubygems.org/info/websocket-driver
  1013. HTTP GET https://index.rubygems.org/info/haml
  1014. HTTP 200 OK
  1015. HTTP 200 OK
  1016. HTTP 200 OK
  1017. HTTP GET https://index.rubygems.org/info/chunky_png
  1018. HTTP 200 OK
  1019. HTTP 200 OK
  1020. HTTP GET https://index.rubygems.org/info/fssm
  1021. HTTP 200 OK
  1022. HTTP GET https://index.rubygems.org/info/compass-core
  1023. HTTP 200 OK
  1024. HTTP GET https://index.rubygems.org/info/compass-import-once
  1025. HTTP 200 OK
  1026. HTTP 200 OK
  1027. HTTP 200 OK
  1028. HTTP 200 OK
  1029. HTTP 200 OK
  1030. HTTP GET https://index.rubygems.org/info/term-ansicolor
  1031. HTTP GET https://index.rubygems.org/info/gherkin
  1032. HTTP GET https://index.rubygems.org/info/multi_test
  1033. HTTP 200 OK
  1034. HTTP 200 OK
  1035. HTTP 200 OK
  1036. HTTP 200 OK
  1037. HTTP GET https://index.rubygems.org/info/cucumber-core
  1038. HTTP GET https://index.rubygems.org/info/gherkin3
  1039. HTTP GET https://index.rubygems.org/info/cucumber-wire
  1040. HTTP 200 OK
  1041. HTTP 200 OK
  1042. HTTP 200 OK
  1043. HTTP GET https://index.rubygems.org/info/event-bus
  1044. HTTP 200 OK
  1045. HTTP GET https://index.rubygems.org/info/sprockets-helpers
  1046. HTTP 200 OK
  1047. HTTP GET https://index.rubygems.org/info/temple
  1048. HTTP GET https://index.rubygems.org/info/windows-pr
  1049. HTTP 200 OK
  1050. HTTP 200 OK
  1051. HTTP 200 OK
  1052. HTTP 200 OK
  1053. HTTP 200 OK
  1054. HTTP 200 OK
  1055. HTTP 200 OK
  1056. HTTP 200 OK
  1057. HTTP 200 OK
  1058. HTTP 200 OK
  1059. HTTP 200 OK
  1060. HTTP 200 OK
  1061. HTTP 200 OK
  1062. Looking up gems ["configuration", "safe_yaml", "allison", "SexpProcessor", "thoughtbot-shoulda", "bones-rcov", "bones-rspec", "bones-rubyforge", "bones-zentest", "net-scp", "git", "celluloid-gems", "coveralls", "rubocop", "dotenv-deployment", "colored", "paint", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "win32-security", "hitimes", "log4r", "test-unit", "macaddr", "coffee-script", "maruku", "tins", "websocket-extensions"]
  1063. HTTP GET https://index.rubygems.org/info/configuration
  1064. HTTP GET https://index.rubygems.org/info/safe_yaml
  1065. HTTP GET https://index.rubygems.org/info/allison
  1066. HTTP GET https://index.rubygems.org/info/SexpProcessor
  1067. HTTP GET https://index.rubygems.org/info/thoughtbot-shoulda
  1068. HTTP GET https://index.rubygems.org/info/bones-rcov
  1069. HTTP GET https://index.rubygems.org/info/bones-rspec
  1070. HTTP GET https://index.rubygems.org/info/bones-rubyforge
  1071. HTTP GET https://index.rubygems.org/info/bones-zentest
  1072. HTTP GET https://index.rubygems.org/info/net-scp
  1073. HTTP GET https://index.rubygems.org/info/git
  1074. HTTP GET https://index.rubygems.org/info/coveralls
  1075. HTTP GET https://index.rubygems.org/info/rubocop
  1076. HTTP GET https://index.rubygems.org/info/dotenv-deployment
  1077. HTTP GET https://index.rubygems.org/info/colored
  1078. HTTP GET https://index.rubygems.org/info/paint
  1079. HTTP GET https://index.rubygems.org/info/CFPropertyList
  1080. HTTP GET https://index.rubygems.org/info/sys-admin
  1081. HTTP GET https://index.rubygems.org/info/win32-dir
  1082. HTTP GET https://index.rubygems.org/info/windows-api
  1083. HTTP GET https://index.rubygems.org/info/win32-security
  1084. HTTP GET https://index.rubygems.org/info/hitimes
  1085. HTTP GET https://index.rubygems.org/info/log4r
  1086. HTTP GET https://index.rubygems.org/info/test-unit
  1087. HTTP GET https://index.rubygems.org/info/macaddr
  1088. HTTP 200 OK
  1089. HTTP 200 OK
  1090. HTTP 200 OK
  1091. HTTP 200 OK
  1092. HTTP 200 OK
  1093. HTTP 200 OK
  1094. HTTP 200 OK
  1095. HTTP 200 OK
  1096. HTTP 200 OK
  1097. HTTP GET https://index.rubygems.org/info/coffee-script
  1098. HTTP 200 OK
  1099. HTTP 200 OK
  1100. HTTP GET https://index.rubygems.org/info/maruku
  1101. HTTP 200 OK
  1102. HTTP GET https://index.rubygems.org/info/tins
  1103. HTTP 200 OK
  1104. HTTP 200 OK
  1105. HTTP 200 OK
  1106. HTTP 200 OK
  1107. HTTP 200 OK
  1108. HTTP GET https://index.rubygems.org/info/websocket-extensions
  1109. HTTP 200 OK
  1110. HTTP 200 OK
  1111. HTTP 200 OK
  1112. HTTP 200 OK
  1113. HTTP 200 OK
  1114. HTTP 200 OK
  1115. HTTP 200 OK
  1116. HTTP 200 OK
  1117. HTTP 200 OK
  1118. HTTP 200 OK
  1119. HTTP 200 OK
  1120. HTTP 200 OK
  1121. Looking up gems ["psych", "rainbow", "parser", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "libxml-ruby", "colorize", "net-ssh", "coffee-script-source", "ffi-win32-extensions", "mkrf", "systemu", "power_assert"]
  1122. HTTP GET https://index.rubygems.org/info/psych
  1123. HTTP GET https://index.rubygems.org/info/rainbow
  1124. HTTP GET https://index.rubygems.org/info/parser
  1125. HTTP GET https://index.rubygems.org/info/powerpack
  1126. HTTP GET https://index.rubygems.org/info/ruby-progressbar
  1127. HTTP GET https://index.rubygems.org/info/astrolabe
  1128. HTTP GET https://index.rubygems.org/info/unicode-display_width
  1129. HTTP GET https://index.rubygems.org/info/libxml-ruby
  1130. HTTP GET https://index.rubygems.org/info/colorize
  1131. HTTP GET https://index.rubygems.org/info/net-ssh
  1132. HTTP GET https://index.rubygems.org/info/coffee-script-source
  1133. HTTP GET https://index.rubygems.org/info/ffi-win32-extensions
  1134. HTTP GET https://index.rubygems.org/info/mkrf
  1135. HTTP GET https://index.rubygems.org/info/systemu
  1136. HTTP GET https://index.rubygems.org/info/power_assert
  1137. HTTP 200 OK
  1138. HTTP 200 OK
  1139. HTTP 200 OK
  1140. HTTP 200 OK
  1141. HTTP 200 OK
  1142. HTTP 200 OK
  1143. HTTP 200 OK
  1144. HTTP 200 OK
  1145. HTTP 200 OK
  1146. HTTP 200 OK
  1147. HTTP 200 OK
  1148. HTTP 200 OK
  1149. HTTP 200 OK
  1150. HTTP 200 OK
  1151. HTTP 200 OK
  1152. Looking up gems ["jar-dependencies", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "pattern-match", "ast"]
  1153. HTTP GET https://index.rubygems.org/info/jar-dependencies
  1154. HTTP GET https://index.rubygems.org/info/needle
  1155. HTTP GET https://index.rubygems.org/info/jruby-pageant
  1156. HTTP GET https://index.rubygems.org/info/bcrypt_pbkdf
  1157. HTTP GET https://index.rubygems.org/info/rbnacl
  1158. HTTP GET https://index.rubygems.org/info/rbnacl-libsodium
  1159. HTTP GET https://index.rubygems.org/info/pattern-match
  1160. HTTP GET https://index.rubygems.org/info/ast
  1161. HTTP 200 OK
  1162. HTTP 200 OK
  1163. HTTP 200 OK
  1164. HTTP 200 OK
  1165. HTTP 200 OK
  1166. HTTP 200 OK
  1167. HTTP 200 OK
  1168. HTTP 200 OK
  1169. Looking up gems ["ruby-maven"]
  1170. HTTP GET https://index.rubygems.org/info/ruby-maven
  1171. HTTP 200 OK
  1172. Looking up gems ["maven-tools", "ruby-maven-libs"]
  1173. HTTP GET https://index.rubygems.org/info/maven-tools
  1174. HTTP GET https://index.rubygems.org/info/ruby-maven-libs
  1175. HTTP 200 OK
  1176. HTTP 200 OK
  1177. Looking up gems ["virtus"]
  1178. HTTP GET https://index.rubygems.org/info/virtus
  1179. HTTP 200 OK
  1180. Looking up gems ["descendants_tracker", "axiom-types", "coercible", "equalizer"]
  1181. HTTP GET https://index.rubygems.org/info/descendants_tracker
  1182. HTTP GET https://index.rubygems.org/info/axiom-types
  1183. HTTP GET https://index.rubygems.org/info/coercible
  1184. HTTP GET https://index.rubygems.org/info/equalizer
  1185. HTTP 200 OK
  1186. HTTP 200 OK
  1187. HTTP 200 OK
  1188. HTTP 200 OK
  1189. Looking up gems ["adamantium", "ice_nine"]
  1190. HTTP GET https://index.rubygems.org/info/adamantium
  1191. HTTP GET https://index.rubygems.org/info/ice_nine
  1192. HTTP 200 OK
  1193. HTTP 200 OK
  1194. Looking up gems ["memoizable"]
  1195. HTTP GET https://index.rubygems.org/info/memoizable
  1196. HTTP 200 OK
  1197. Fetching version metadata from https://rubygems.org/
  1198. Looking up gems ["activesupport", "hoe", "racc", "rake-compiler", "rexical", "tenderlove-frex", "weakling", "mini_portile", "mini_portile2", "pkg-config", "thread_safe", "abstract", "nokogiri", "crass", "rails-deprecated_sanitizer", "camping", "fcgi", "memcache-client", "mongrel", "ruby-openid", "test-spec", "thin", "json", "actionpack", "mail", "text-format", "actionview", "rails-dom-testing", "activejob", "rack", "activemodel", "erubis", "rack-mount", "rack-test", "builder", "i18n", "tzinfo", "rack-cache", "sprockets", "journey", "rails-html-sanitizer", "multi_json", "minitest", "concurrent-ruby", "method_source", "activemodel-globalid", "globalid", "atomic", "archive-tar-minitar", "rcov", "mime-types-data", "mime-types", "treetop", "tlsmail", "bcrypt-ruby", "railties", "json_pure", "multi_xml", "jamespath", "jmespath", "spruz", "httparty", "uuidtools", "aws-sdk-v1", "aws-sdk-resources", "aws-sdk-core", "arel", "activerecord-deprecated_finders", "babel-source", "execjs", "columnize", "debugger-linecache", "slop", "rb-readline", "handlebars-source", "functional-ruby", "ref", "ember-template-compiler-source", "ember-source", "rake", "thor", "rack-ssl", "rdoc", "unf", "unf_ext", "rails", "barber", "tilt", "hike", "active_model_serializers", "ember-data-source", "jquery-rails", "ember-handlebars-template", "active-model-adapter-source", "ember-cli-assets", "ember-es6_template", "sorcerer", "addressable", "multipart-post", "bones", "fast_stack", "rb-appscript", "xattr", "ffi-xattr", "mocha", "fspath", "image_size", "in_threads", "progress", "exifr", "redis", "domain_name", "sqlite3", "termios", "newgem", "ruby_parser", "metaclass", "ruby-hmac", "libv8", "rb-fchange", "rb-fsevent", "rb-inotify", "rb-kqueue", "celluloid", "celluloid-io", "ruby_dep", "faraday", "faraday-middleware", "httpauth", "jwt", "oauth2", "omniauth", "hashie", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "omniauth-oauth2", "eventmachine", "oauth", "rack-openid", "moneta", "mustache", "opengraph_parser", "verbal_expressions", "hexpress", "htmlentities", "rspec", "ruby-yadis", "omniauth-oauth", "coderay", "win32console", "yard", "spoon", "pry", "pry-doc", "escape_utils", "ffi", "curses", "trollop", "msgpack", "netrc", "http-cookie", "actionmailer", "activerecord", "activeresource", "actionwebservice", "bundler", "sprockets-rails", "actioncable", "rspec-support", "cucumber", "diff-lcs", "spicycode-rcov", "syntax", "rspec-core", "rspec-expectations", "rspec-mocks", "given_core", "guess_html_encoding", "hpricot", "nokogumbo", "listen", "webrat", "rspec-collection_matchers", "sass", "bourne", "shoulda-context", "shoulda-matchers", "connection_pool", "redis-namespace", "compass", "sprockets-sass", "sinatra", "slim", "simplecov", "sidekiq", "simplecov-html", "docile", "lockfile", "win32-process", "daemons", "eventmachine-le", "http_parser.rb", "preforker", "shotgun", "rack-protection", "backports", "kgio", "raindrops", "spork", "therubyracer", "loofah", "markaby", "metaid", "mab", "text-hyphen", "flexmock", "facets", "polyglot", "ZenTest", "RubyInline", "rubyforge", "gemcutter", "cgi_multipart_eof_fix", "fastthread", "gem_plugin", "bcrypt", "launchy", "echoe", "jnunemaker-crack", "crack", "multimap", "ruby_core_source", "debugger-ruby_core_source", "ParseTree", "sexp_processor", "RedCloth", "rubigen", "babel-transpiler", "little-plugger", "loquacious", "bones-extras", "bones-git", "nio4r", "dotenv", "nenv", "rspec-logsplit", "timers", "rest-client", "facter", "celluloid-essentials", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "win32-api", "restclient", "ruby-openid-apps-discovery", "net-ldap", "rubyntlm", "pyu-ruby-sasl", "uuid", "XMLCanonicalizer", "coffee-rails", "em-hiredis", "faye-websocket", "websocket-driver", "rails-observers", "haml", "chunky_png", "fssm", "compass-core", "compass-import-once", "term-ansicolor", "gherkin", "multi_test", "cucumber-core", "gherkin3", "cucumber-wire", "event-bus", "sprockets-helpers", "temple", "windows-pr", "configuration", "safe_yaml", "highline", "allison", "SexpProcessor", "thoughtbot-shoulda", "bones-rcov", "bones-rspec", "bones-rubyforge", "bones-zentest", "net-scp", "git", "celluloid-gems", "coveralls", "rubocop", "dotenv-deployment", "colored", "paint", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "win32-security", "hitimes", "log4r", "test-unit", "macaddr", "hiredis", "coffee-script", "maruku", "tins", "websocket-extensions", "psych", "rainbow", "parser", "powerpack", "ruby-progressbar", "astrolabe", "unicode-display_width", "libxml-ruby", "colorize", "net-ssh", "coffee-script-source", "ffi-win32-extensions", "mkrf", "systemu", "power_assert", "jar-dependencies", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "pattern-match", "ast", "ruby-maven", "maven-tools", "ruby-maven-libs", "virtus", "descendants_tracker", "axiom-types", "coercible", "equalizer", "adamantium", "ice_nine", "memoizable"]
  1199. Looking up gems ["faraday-middleware", "celluloid-gems"]
  1200. Fetching dependency metadata from https://rubygems.org/
  1201. Looking up gems ["faraday-middleware", "celluloid-gems"]
  1202. Using rake 11.1.2
  1203. 0: rake (11.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rake-11.1.2.gemspec
  1204. Using i18n 0.7.0
  1205. 0: i18n (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/i18n-0.7.0.gemspec
  1206. Using json 1.8.3
  1207. 0: json (1.8.3) from /usr/local/lib/ruby/gems/2.3.0/specifications/default/json-1.8.3.gemspec
  1208. Using minitest 5.9.0
  1209. 0: minitest (5.9.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/minitest-5.9.0.gemspec
  1210. Using thread_safe 0.3.5
  1211. 0: thread_safe (0.3.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thread_safe-0.3.5.gemspec
  1212. Using builder 3.2.2
  1213. 0: builder (3.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/builder-3.2.2.gemspec
  1214. Using erubis 2.7.0
  1215. 0: erubis (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/erubis-2.7.0.gemspec
  1216. Using mini_portile2 2.1.0
  1217. 0: mini_portile2 (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mini_portile2-2.1.0.gemspec
  1218. Using pkg-config 1.1.7
  1219. 0: pkg-config (1.1.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pkg-config-1.1.7.gemspec
  1220. Using rack 1.6.4
  1221. 0: rack (1.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-1.6.4.gemspec
  1222. Using mime-types 2.99.1
  1223. 0: mime-types (2.99.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mime-types-2.99.1.gemspec
  1224. Using arel 6.0.3
  1225. 0: arel (6.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/arel-6.0.3.gemspec
  1226. Using json_pure 1.8.3
  1227. 0: json_pure (1.8.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/json_pure-1.8.3.gemspec
  1228. Using babel-source 5.8.34
  1229. 0: babel-source (5.8.34) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/babel-source-5.8.34.gemspec
  1230. Using execjs 2.7.0
  1231. 0: execjs (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/execjs-2.7.0.gemspec
  1232. Using ember-source 1.12.2
  1233. 0: ember-source (1.12.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-source-1.12.2.gemspec
  1234. Using byebug 8.2.1
  1235. 0: byebug (8.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/byebug-8.2.1.gemspec
  1236. Using certified 1.0.0
  1237. 0: certified (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/certified-1.0.0.gemspec
  1238. Using coderay 1.1.0
  1239. 0: coderay (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/coderay-1.1.0.gemspec
  1240. Using concurrent-ruby 1.0.2
  1241. 0: concurrent-ruby (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/concurrent-ruby-1.0.2.gemspec
  1242. Using connection_pool 2.2.0
  1243. 0: connection_pool (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/connection_pool-2.2.0.gemspec
  1244. Using crass 1.0.2
  1245. 0: crass (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/crass-1.0.2.gemspec
  1246. Using daemons 1.2.3
  1247. 0: daemons (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/daemons-1.2.3.gemspec
  1248. Using diff-lcs 1.2.5
  1249. 0: diff-lcs (1.2.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/diff-lcs-1.2.5.gemspec
  1250. Using thor 0.19.1
  1251. 0: thor (0.19.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thor-0.19.1.gemspec
  1252. Using discourse_fastimage 2.0.0
  1253. 0: discourse_fastimage (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/discourse_fastimage-2.0.0.gemspec
  1254. Using docile 1.1.5
  1255. 0: docile (1.1.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/docile-1.1.5.gemspec
  1256. Using unf_ext 0.0.7.1
  1257. 0: unf_ext (0.0.7.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unf_ext-0.0.7.1.gemspec
  1258. Using email_reply_trimmer 0.1.3
  1259. 0: email_reply_trimmer (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/email_reply_trimmer-0.1.3.gemspec
  1260. Using eventmachine 1.2.0.1
  1261. 0: eventmachine (1.2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/eventmachine-1.2.0.1.gemspec
  1262. Using excon 0.45.4
  1263. 0: excon (0.45.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/excon-0.45.4.gemspec
  1264. Using exifr 1.2.4
  1265. 0: exifr (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/exifr-1.2.4.gemspec
  1266. Using fabrication 2.9.8
  1267. 0: fabrication (2.9.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fabrication-2.9.8.gemspec
  1268. Using fakeweb 1.3.0
  1269. 0: fakeweb (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fakeweb-1.3.0.gemspec
  1270. Using multipart-post 2.0.0
  1271. 0: multipart-post (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multipart-post-2.0.0.gemspec
  1272. Using fast_blank 1.0.0
  1273. 0: fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fast_blank-1.0.0.gemspec
  1274. Using fast_xs 0.8.0
  1275. 0: fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fast_xs-0.8.0.gemspec
  1276. Using ffi 1.9.10
  1277. 0: ffi (1.9.10) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ffi-1.9.10.gemspec
  1278. Using flamegraph 0.9.5
  1279. 0: flamegraph (0.9.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/flamegraph-0.9.5.gemspec
  1280. Using fspath 2.1.1
  1281. 0: fspath (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fspath-2.1.1.gemspec
  1282. Using sorcerer 1.0.2
  1283. 0: sorcerer (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sorcerer-1.0.2.gemspec
  1284. Using guess_html_encoding 0.0.11
  1285. 0: guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/guess_html_encoding-0.0.11.gemspec
  1286. Using hashie 3.4.4
  1287. 0: hashie (3.4.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/hashie-3.4.4.gemspec
  1288. Using highline 1.7.8
  1289. 0: highline (1.7.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/highline-1.7.8.gemspec
  1290. Using hiredis 0.6.1
  1291. 0: hiredis (0.6.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/hiredis-0.6.1.gemspec
  1292. Using htmlentities 4.3.4
  1293. 0: htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/htmlentities-4.3.4.gemspec
  1294. Using http_accept_language 2.0.5
  1295. 0: http_accept_language (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/http_accept_language-2.0.5.gemspec
  1296. Using image_size 1.4.1
  1297. 0: image_size (1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/image_size-1.4.1.gemspec
  1298. Using in_threads 1.3.1
  1299. 0: in_threads (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/in_threads-1.3.1.gemspec
  1300. Using progress 3.1.1
  1301. 0: progress (3.1.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/progress-3.1.1.gemspec
  1302. Using jwt 1.5.2
  1303. 0: jwt (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/jwt-1.5.2.gemspec
  1304. Using kgio 2.10.0
  1305. 0: kgio (2.10.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/kgio-2.10.0.gemspec
  1306. Using libv8 5.0.71.48.3
  1307. 0: libv8 (5.0.71.48.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/libv8-5.0.71.48.3-x86_64-linux.gemspec
  1308. Using listen 0.7.3
  1309. 0: listen (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/listen-0.7.3.gemspec
  1310. Using logster 1.2.3
  1311. 0: logster (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/logster-1.2.3.gemspec
  1312. Using lru_redux 1.1.0
  1313. 0: lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/lru_redux-1.1.0.gemspec
  1314. Using memory_profiler 0.9.6
  1315. 0: memory_profiler (0.9.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/memory_profiler-0.9.6.gemspec
  1316. Using metaclass 0.0.4
  1317. 0: metaclass (0.0.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/metaclass-0.0.4.gemspec
  1318. Using method_source 0.8.2
  1319. 0: method_source (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/method_source-0.8.2.gemspec
  1320. Using mock_redis 0.15.4
  1321. 0: mock_redis (0.15.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mock_redis-0.15.4.gemspec
  1322. Using moneta 0.8.0
  1323. 0: moneta (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/moneta-0.8.0.gemspec
  1324. Using msgpack 0.7.6
  1325. 0: msgpack (0.7.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/msgpack-0.7.6.gemspec
  1326. Using multi_json 1.11.2
  1327. 0: multi_json (1.11.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multi_json-1.11.2.gemspec
  1328. Using multi_xml 0.5.5
  1329. 0: multi_xml (0.5.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multi_xml-0.5.5.gemspec
  1330. Using mustache 1.0.3
  1331. 0: mustache (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mustache-1.0.3.gemspec
  1332. Using netrc 0.11.0
  1333. 0: netrc (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/netrc-0.11.0.gemspec
  1334. Using oauth 0.4.7
  1335. 0: oauth (0.4.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/oauth-0.4.7.gemspec
  1336. Using oj 2.14.3
  1337. 0: oj (2.14.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/oj-2.14.3.gemspec
  1338. Using ruby-openid 2.7.0
  1339. 0: ruby-openid (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ruby-openid-2.7.0.gemspec
  1340. Using redis 3.3.0
  1341. 0: redis (3.3.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/redis-3.3.0.gemspec
  1342. Using pg 0.18.4
  1343. 0: pg (0.18.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pg-0.18.4.gemspec
  1344. Using slop 3.6.0
  1345. 0: slop (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/slop-3.6.0.gemspec
  1346. Using puma 3.2.0
  1347. 0: puma (3.2.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/puma-3.2.0.gemspec
  1348. Using r2 0.2.6
  1349. 0: r2 (0.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/r2-0.2.6.gemspec
  1350. Using bundler 1.12.5
  1351. 0: bundler (1.12.5) from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.5/lib/bundler/source
  1352. Using rails_multisite 1.0.4
  1353. 0: rails_multisite (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rails_multisite-1.0.4.gemspec
  1354. Using raindrops 0.16.0
  1355. 0: raindrops (0.16.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/raindrops-0.16.0.gemspec
  1356. Using rb-fsevent 0.9.7
  1357. 0: rb-fsevent (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rb-fsevent-0.9.7.gemspec
  1358. Using trollop 2.1.2
  1359. 0: trollop (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/trollop-2.1.2.gemspec
  1360. Using rinku 2.0.0
  1361. 0: rinku (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rinku-2.0.0.gemspec
  1362. Using rmmseg-cpp 0.2.9
  1363. 0: rmmseg-cpp (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rmmseg-cpp-0.2.9.gemspec
  1364. Using rspec-support 3.2.2
  1365. 0: rspec-support (3.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-support-3.2.2.gemspec
  1366. Using rtlit 0.0.5
  1367. 0: rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rtlit-0.0.5.gemspec
  1368. Using sass 3.2.19
  1369. 0: sass (3.2.19) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sass-3.2.19.gemspec
  1370. Using tilt 2.0.2
  1371. 0: tilt (2.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/tilt-2.0.2.gemspec
  1372. Using shoulda-context 1.2.1
  1373. 0: shoulda-context (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/shoulda-context-1.2.1.gemspec
  1374. Using simple-rss 1.3.1
  1375. 0: simple-rss (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/simple-rss-1.3.1.gemspec
  1376. Using simplecov-html 0.10.0
  1377. 0: simplecov-html (0.10.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/simplecov-html-0.10.0.gemspec
  1378. Using spork 1.0.0rc4
  1379. 0: spork (1.0.0rc4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/spork-1.0.0rc4.gemspec
  1380. Using stackprof 0.2.9
  1381. 0: stackprof (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/stackprof-0.2.9.gemspec
  1382. Using timecop 0.8.0
  1383. 0: timecop (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/timecop-0.8.0.gemspec
  1384. Using rake-compiler 0.9.9
  1385. 0: rake-compiler (0.9.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rake-compiler-0.9.9.gemspec
  1386. Using tzinfo 1.2.2
  1387. 0: tzinfo (1.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/tzinfo-1.2.2.gemspec
  1388. Using nokogiri 1.6.8.rc3
  1389. 0: nokogiri (1.6.8.rc3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/nokogiri-1.6.8.rc3.gemspec
  1390. Using rack-test 0.6.3
  1391. 0: rack-test (0.6.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-test-0.6.3.gemspec
  1392. Using message_bus 2.0.0.beta.11
  1393. 0: message_bus (2.0.0.beta.11) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/message_bus-2.0.0.beta.11.gemspec
  1394. Using rack-mini-profiler 0.10.1
  1395. 0: rack-mini-profiler (0.10.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-mini-profiler-0.10.1.gemspec
  1396. Using rack-protection 1.5.3
  1397. 0: rack-protection (1.5.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-protection-1.5.3.gemspec
  1398. Using mail 2.6.4
  1399. 0: mail (2.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mail-2.6.4.gemspec
  1400. Using jmespath 1.2.4
  1401. 0: jmespath (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/jmespath-1.2.4.gemspec
  1402. Using babel-transpiler 0.7.0
  1403. 0: babel-transpiler (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/babel-transpiler-0.7.0.gemspec
  1404. Using uglifier 3.0.0
  1405. 0: uglifier (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/uglifier-3.0.0.gemspec
  1406. Using barber 0.11.1
  1407. 0: barber (0.11.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/barber-0.11.1.gemspec
  1408. Using ember-data-source 1.0.0.beta.16.1
  1409. 0: ember-data-source (1.0.0.beta.16.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-data-source-1.0.0.beta.16.1.gemspec
  1410. Using sprockets 3.6.0
  1411. 0: sprockets (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sprockets-3.6.0.gemspec
  1412. Using unf 0.1.4
  1413. 0: unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unf-0.1.4.gemspec
  1414. Using thin 1.6.4
  1415. 0: thin (1.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thin-1.6.4.gemspec
  1416. Using faraday 0.9.2
  1417. 0: faraday (0.9.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/faraday-0.9.2.gemspec
  1418. Using rb-inotify 0.9.7
  1419. 0: rb-inotify (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec
  1420. Using given_core 3.7.1
  1421. 0: given_core (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/given_core-3.7.1.gemspec
  1422. Using omniauth 1.3.1
  1423. 0: omniauth (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-1.3.1.gemspec
  1424. Using image_optim 0.20.2
  1425. 0: image_optim (0.20.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/image_optim-0.20.2.gemspec
  1426. Using mini_racer 0.1.3
  1427. 0: mini_racer (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mini_racer-0.1.3.gemspec
  1428. Using mocha 1.1.0
  1429. 0: mocha (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mocha-1.1.0.gemspec
  1430. Using rack-openid 1.3.1
  1431. 0: rack-openid (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-openid-1.3.1.gemspec
  1432. Using openid-redis-store 0.0.2
  1433. 0: openid-redis-store (0.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/openid-redis-store-0.0.2.gemspec
  1434. Using redis-namespace 1.5.2
  1435. 0: redis-namespace (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/redis-namespace-1.5.2.gemspec
  1436. Using sidekiq 4.1.2
  1437. 0: sidekiq (4.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sidekiq-4.1.2.gemspec
  1438. Using pry 0.10.3
  1439. 0: pry (0.10.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pry-0.10.3.gemspec
  1440. Using unicorn 5.1.0
  1441. 0: unicorn (5.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unicorn-5.1.0.gemspec
  1442. Using rbtrace 0.4.8
  1443. 0: rbtrace (0.4.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rbtrace-0.4.8.gemspec
  1444. Using rspec-core 3.2.3
  1445. 0: rspec-core (3.2.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-core-3.2.3.gemspec
  1446. Using rspec-expectations 3.2.1
  1447. 0: rspec-expectations (3.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-expectations-3.2.1.gemspec
  1448. Using rspec-mocks 3.2.1
  1449. 0: rspec-mocks (3.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-mocks-3.2.1.gemspec
  1450. Using simplecov 0.11.1
  1451. 0: simplecov (0.11.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/simplecov-0.11.1.gemspec
  1452. Using fast_xor 1.1.3
  1453. 0: fast_xor (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fast_xor-1.1.3.gemspec
  1454. Using activesupport 4.2.6
  1455. 0: activesupport (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/activesupport-4.2.6.gemspec
  1456. Using loofah 2.0.3
  1457. 0: loofah (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/loofah-2.0.3.gemspec
  1458. Using nokogumbo 1.4.7
  1459. 0: nokogumbo (1.4.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/nokogumbo-1.4.7.gemspec
  1460. Installing onebox 1.5.41
  1461. 0: onebox (1.5.41) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/onebox-1.5.41.gemspec
  1462. Using ruby-readability 0.7.0
  1463. 0: ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ruby-readability-0.7.0.gemspec
  1464. Using sinatra 1.4.6
  1465. 0: sinatra (1.4.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sinatra-1.4.6.gemspec
  1466. Using aws-sdk-core 2.3.7
  1467. 0: aws-sdk-core (2.3.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/aws-sdk-core-2.3.7.gemspec
  1468. Using ember-handlebars-template 0.7.3
  1469. 0: ember-handlebars-template (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-handlebars-template-0.7.3.gemspec
  1470. Using domain_name 0.5.25
  1471. 0: domain_name (0.5.25) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/domain_name-0.5.25.gemspec
  1472. Using oauth2 1.0.0
  1473. 0: oauth2 (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/oauth2-1.0.0.gemspec
  1474. Using omniauth-oauth 1.1.0
  1475. 0: omniauth-oauth (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-oauth-1.1.0.gemspec
  1476. Using omniauth-openid 1.0.1
  1477. 0: omniauth-openid (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-openid-1.0.1.gemspec
  1478. Using sidekiq-statistic 1.2.0
  1479. 0: sidekiq-statistic (1.2.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sidekiq-statistic-1.2.0.gemspec
  1480. Using pry-nav 0.2.4
  1481. 0: pry-nav (0.2.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pry-nav-0.2.4.gemspec
  1482. Using pry-rails 0.3.4
  1483. 0: pry-rails (0.3.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pry-rails-0.3.4.gemspec
  1484. Using rspec 3.2.0
  1485. 0: rspec (3.2.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-3.2.0.gemspec
  1486. Using rails-deprecated_sanitizer 1.0.3
  1487. 0: rails-deprecated_sanitizer (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rails-deprecated_sanitizer-1.0.3.gemspec
  1488. Using globalid 0.3.6
  1489. 0: globalid (0.3.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/globalid-0.3.6.gemspec
  1490. Using activemodel 4.2.6
  1491. 0: activemodel (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/activemodel-4.2.6.gemspec
  1492. Using shoulda-matchers 2.8.0
  1493. 0: shoulda-matchers (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/shoulda-matchers-2.8.0.gemspec
  1494. Using rails-html-sanitizer 1.0.3
  1495. 0: rails-html-sanitizer (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rails-html-sanitizer-1.0.3.gemspec
  1496. Using sanitize 4.0.1
  1497. 0: sanitize (4.0.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sanitize-4.0.1.gemspec
  1498. Using aws-sdk-resources 2.3.7
  1499. 0: aws-sdk-resources (2.3.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/aws-sdk-resources-2.3.7.gemspec
  1500. Using http-cookie 1.0.2
  1501. 0: http-cookie (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/http-cookie-1.0.2.gemspec
  1502. Using omniauth-oauth2 1.3.1
  1503. 0: omniauth-oauth2 (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-oauth2-1.3.1.gemspec
  1504. Using omniauth-twitter 1.2.1
  1505. 0: omniauth-twitter (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-twitter-1.2.1.gemspec
  1506. Using rspec-given 3.7.1
  1507. 0: rspec-given (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-given-3.7.1.gemspec
  1508. Using rspec-html-matchers 0.7.0
  1509. 0: rspec-html-matchers (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-html-matchers-0.7.0.gemspec
  1510. Using rails-dom-testing 1.0.7
  1511. 0: rails-dom-testing (1.0.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rails-dom-testing-1.0.7.gemspec
  1512. Using activejob 4.2.6
  1513. 0: activejob (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/activejob-4.2.6.gemspec
  1514. Using active_model_serializers 0.8.3
  1515. 0: active_model_serializers (0.8.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/active_model_serializers-0.8.3.gemspec
  1516. Using activerecord 4.2.6
  1517. 0: activerecord (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/activerecord-4.2.6.gemspec
  1518. Using rails-observers 0.1.2
  1519. 0: rails-observers (0.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rails-observers-0.1.2.gemspec
  1520. Using shoulda 3.5.0
  1521. 0: shoulda (3.5.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/shoulda-3.5.0.gemspec
  1522. Using aws-sdk 2.3.7
  1523. 0: aws-sdk (2.3.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/aws-sdk-2.3.7.gemspec
  1524. Using rest-client 1.8.0
  1525. 0: rest-client (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rest-client-1.8.0.gemspec
  1526. Using omniauth-facebook 3.0.0
  1527. 0: omniauth-facebook (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-facebook-3.0.0.gemspec
  1528. Using omniauth-github-discourse 1.1.2
  1529. 0: omniauth-github-discourse (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-github-discourse-1.1.2.gemspec
  1530. Using omniauth-google-oauth2 0.3.1
  1531. 0: omniauth-google-oauth2 (0.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-google-oauth2-0.3.1.gemspec
  1532. Using omniauth-instagram 1.0.2
  1533. 0: omniauth-instagram (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-instagram-1.0.2.gemspec
  1534. Using actionview 4.2.6
  1535. 0: actionview (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/actionview-4.2.6.gemspec
  1536. Using seed-fu 2.3.5
  1537. 0: seed-fu (2.3.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/seed-fu-2.3.5.gemspec
  1538. Using actionpack 4.2.6
  1539. 0: actionpack (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/actionpack-4.2.6.gemspec
  1540. Using actionmailer 4.2.6
  1541. 0: actionmailer (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/actionmailer-4.2.6.gemspec
  1542. Using railties 4.2.6
  1543. 0: railties (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/railties-4.2.6.gemspec
  1544. Using sprockets-rails 3.0.4
  1545. 0: sprockets-rails (3.0.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sprockets-rails-3.0.4.gemspec
  1546. Using discourse-qunit-rails 0.0.9
  1547. 0: discourse-qunit-rails (0.0.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/discourse-qunit-rails-0.0.9.gemspec
  1548. Using jquery-rails 4.0.5
  1549. 0: jquery-rails (4.0.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/jquery-rails-4.0.5.gemspec
  1550. Using rspec-rails 3.2.3
  1551. 0: rspec-rails (3.2.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-rails-3.2.3.gemspec
  1552. Using rails 4.2.6
  1553. 0: rails (4.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rails-4.2.6.gemspec
  1554. Using sass-rails 5.0.4
  1555. 0: sass-rails (5.0.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sass-rails-5.0.4.gemspec
  1556. Using ember-rails 0.18.5
  1557. 0: ember-rails (0.18.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-rails-0.18.5.gemspec
  1558. Using spork-rails 4.0.0
  1559. 0: spork-rails (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/spork-rails-4.0.0.gemspec
  1560. Bundle complete! 98 Gemfile dependencies, 179 gems now installed.
  1561. Gems in the group development were not installed.
  1562. Bundled gems are installed into ./vendor/bundle.
  1563.  
  1564. I, [2016-05-26T22:26:48.108354 #21] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
  1565. Failed to report error: Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED) 2 Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED) subscribe failed, reconnecting in 1 second. Call stack ["/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:345:in `rescue in establish_connection'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:331:in `establish_connection'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:101:in `block in connect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:293:in `with_reconnect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:100:in `connect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:276:in `with_socket_timeout'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:133:in `call_loop'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/subscribe.rb:43:in `subscription'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/subscribe.rb:12:in `subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2760:in `_subscription'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2138:in `block in subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:in `block in synchronize'", "/usr/local/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:in `synchronize'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2137:in `subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.0.beta.11/lib/message_bus/backends/redis.rb:304:in `global_subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.0.beta.11/lib/message_bus.rb:504:in `global_subscribe_thread'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.0.beta.11/lib/message_bus.rb:456:in `block in new_subscriber_thread'"]
  1566. URGENT: Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED) Failed to initialize site default
  1567. Failed to report error: Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED) 2 Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED) subscribe failed, reconnecting in 1 second. Call stack ["/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:345:in `rescue in establish_connection'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:331:in `establish_connection'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:101:in `block in connect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:293:in `with_reconnect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:100:in `connect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:276:in `with_socket_timeout'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:133:in `call_loop'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/subscribe.rb:43:in `subscription'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/subscribe.rb:12:in `subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2760:in `_subscription'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2138:in `block in subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:in `block in synchronize'", "/usr/local/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:in `synchronize'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2137:in `subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.0.beta.11/lib/message_bus/backends/redis.rb:304:in `global_subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.0.beta.11/lib/message_bus.rb:504:in `global_subscribe_thread'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.0.beta.11/lib/message_bus.rb:456:in `block in new_subscriber_thread'"]
  1568. rake aborted!
  1569. Redis::CannotConnectError: Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED)
  1570. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:345:in `rescue in establish_connection'
  1571. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:331:in `establish_connection'
  1572. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:101:in `block in connect'
  1573. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:293:in `with_reconnect'
  1574. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:100:in `connect'
  1575. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:364:in `ensure_connected'
  1576. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:221:in `block in process'
  1577. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:306:in `logging'
  1578. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:220:in `process'
  1579. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:120:in `call'
  1580. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:862:in `block in get'
  1581. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:in `block in synchronize'
  1582. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:in `synchronize'
  1583. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:861:in `get'
  1584. /var/www/discourse/lib/discourse_redis.rb:184:in `block (3 levels) in <class:DiscourseRedis>'
  1585. /var/www/discourse/lib/discourse_redis.rb:150:in `ignore_readonly'
  1586. /var/www/discourse/lib/discourse_redis.rb:184:in `block (2 levels) in <class:DiscourseRedis>'
  1587. /var/www/discourse/config/initializers/100-secret_token.rb:6:in `<top (required)>'
  1588. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:268:in `load'
  1589. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:268:in `block in load'
  1590. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
  1591. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:268:in `load'
  1592. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:652:in `block in load_config_initializer'
  1593. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/notifications.rb:166:in `instrument'
  1594. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:651:in `load_config_initializer'
  1595. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
  1596. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:615:in `each'
  1597. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:615:in `block in <class:Engine>'
  1598. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:30:in `instance_exec'
  1599. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:30:in `run'
  1600. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:55:in `block in run_initializers'
  1601. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:44:in `each'
  1602. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:44:in `tsort_each_child'
  1603. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:54:in `run_initializers'
  1604. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/application.rb:352:in `initialize!'
  1605. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/railtie.rb:194:in `public_send'
  1606. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/railtie.rb:194:in `method_missing'
  1607. /var/www/discourse/config/environment.rb:5:in `<top (required)>'
  1608. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
  1609. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
  1610. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
  1611. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
  1612. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/application.rb:328:in `require_environment!'
  1613. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/application.rb:457:in `block in run_tasks_blocks'
  1614. /usr/local/bin/bundle:23:in `load'
  1615. /usr/local/bin/bundle:23:in `<main>'
  1616. Errno::ECONNREFUSED: Connection refused
  1617. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/connection/hiredis.rb:19:in `connect'
  1618. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/connection/hiredis.rb:19:in `connect'
  1619. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:336:in `establish_connection'
  1620. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:101:in `block in connect'
  1621. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:293:in `with_reconnect'
  1622. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:100:in `connect'
  1623. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:364:in `ensure_connected'
  1624. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:221:in `block in process'
  1625. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:306:in `logging'
  1626. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:220:in `process'
  1627. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:120:in `call'
  1628. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:862:in `block in get'
  1629. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:in `block in synchronize'
  1630. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:in `synchronize'
  1631. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:861:in `get'
  1632. /var/www/discourse/lib/discourse_redis.rb:184:in `block (3 levels) in <class:DiscourseRedis>'
  1633. /var/www/discourse/lib/discourse_redis.rb:150:in `ignore_readonly'
  1634. /var/www/discourse/lib/discourse_redis.rb:184:in `block (2 levels) in <class:DiscourseRedis>'
  1635. /var/www/discourse/config/initializers/100-secret_token.rb:6:in `<top (required)>'
  1636. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:268:in `load'
  1637. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:268:in `block in load'
  1638. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
  1639. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:268:in `load'
  1640. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:652:in `block in load_config_initializer'
  1641. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/notifications.rb:166:in `instrument'
  1642. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:651:in `load_config_initializer'
  1643. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
  1644. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:615:in `each'
  1645. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/engine.rb:615:in `block in <class:Engine>'
  1646. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:30:in `instance_exec'
  1647. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:30:in `run'
  1648. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:55:in `block in run_initializers'
  1649. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:44:in `each'
  1650. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:44:in `tsort_each_child'
  1651. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/initializable.rb:54:in `run_initializers'
  1652. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/application.rb:352:in `initialize!'
  1653. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/railtie.rb:194:in `public_send'
  1654. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/railtie.rb:194:in `method_missing'
  1655. /var/www/discourse/config/environment.rb:5:in `<top (required)>'
  1656. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
  1657. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
  1658. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
  1659. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
  1660. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/application.rb:328:in `require_environment!'
  1661. /var/www/discourse/vendor/bundle/ruby/2.3.0/gems/railties-4.2.6/lib/rails/application.rb:457:in `block in run_tasks_blocks'
  1662. /usr/local/bin/bundle:23:in `load'
  1663. /usr/local/bin/bundle:23:in `<main>'
  1664. Tasks: TOP => db:migrate => environment
  1665. (See full trace by running task with --trace)
  1666. I, [2016-05-26T22:26:57.165800 #21] INFO -- :
  1667. I, [2016-05-26T22:26:57.167937 #21] INFO -- : Terminating async processes
  1668. I, [2016-05-26T22:26:57.168421 #21] INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/main pid: 50
  1669. 2016-05-26 22:26:57 UTC [50-2] LOG: received fast shutdown request
  1670. 2016-05-26 22:26:57 UTC [50-3] LOG: aborting any active transactions
  1671. 2016-05-26 22:26:57 UTC [57-2] LOG: autovacuum launcher shutting down
  1672. 2016-05-26 22:26:57 UTC [54-1] LOG: shutting down
  1673. 2016-05-26 22:26:57 UTC [54-2] LOG: database system is shut down
  1674.  
  1675.  
  1676. FAILED
  1677. --------------------
  1678. Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 784 exit 1>
  1679. Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
  1680. exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
  1681. 9954017de3a10e72bee338d3b2b225070c80bc3eeef10c17c4bea7d87ea2332f
  1682. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
  1683. root@community:/var/discourse#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement