Advertisement
Guest User

Untitled

a guest
Nov 11th, 2018
891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 139.46 KB | None | 0 0
  1. root@confederac:/var/discourse# ./launcher rebuild app
  2. Ensuring launcher is up to date
  3. Fetching origin
  4. Launcher is up-to-date
  5. Stopping old container
  6. + /usr/bin/docker stop -t 10 app
  7. app
  8. cd /pups && git pull && /pups/bin/pups --stdin
  9. Already up-to-date.
  10. I, [2018-11-11T07:26:33.248656 #13]  INFO -- : Loading --stdin
  11. I, [2018-11-11T07:26:33.257142 #13]  INFO -- : > locale-gen $LANG && update-locale
  12. I, [2018-11-11T07:26:34.356578 #13]  INFO -- : Generating locales (this might take a while)...
  13.   en_US.UTF-8... done
  14. Generation complete.
  15.  
  16. I, [2018-11-11T07:26:34.357265 #13]  INFO -- : > mkdir -p /shared/postgres_run
  17. I, [2018-11-11T07:26:34.360082 #13]  INFO -- :
  18. I, [2018-11-11T07:26:34.360534 #13]  INFO -- : > chown postgres:postgres /shared/postgres_run
  19. I, [2018-11-11T07:26:34.363146 #13]  INFO -- :
  20. I, [2018-11-11T07:26:34.363571 #13]  INFO -- : > chmod 775 /shared/postgres_run
  21. I, [2018-11-11T07:26:34.365809 #13]  INFO -- :
  22. I, [2018-11-11T07:26:34.366233 #13]  INFO -- : > rm -fr /var/run/postgresql
  23. I, [2018-11-11T07:26:34.368734 #13]  INFO -- :
  24. I, [2018-11-11T07:26:34.369137 #13]  INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
  25. I, [2018-11-11T07:26:34.371294 #13]  INFO -- :
  26. I, [2018-11-11T07:26:34.371658 #13]  INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
  27. 2018/11/11 07:26:34 socat[45] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
  28. I, [2018-11-11T07:26:34.376995 #13]  INFO -- :
  29. I, [2018-11-11T07:26:34.377332 #13]  INFO -- : > rm -fr /shared/postgres_run/.s*
  30. I, [2018-11-11T07:26:34.379767 #13]  INFO -- :
  31. I, [2018-11-11T07:26:34.380085 #13]  INFO -- : > rm -fr /shared/postgres_run/*.pid
  32. I, [2018-11-11T07:26:34.382391 #13]  INFO -- :
  33. I, [2018-11-11T07:26:34.382754 #13]  INFO -- : > mkdir -p /shared/postgres_run/10-main.pg_stat_tmp
  34. I, [2018-11-11T07:26:34.384703 #13]  INFO -- :
  35. I, [2018-11-11T07:26:34.385145 #13]  INFO -- : > chown postgres:postgres /shared/postgres_run/10-main.pg_stat_tmp
  36. I, [2018-11-11T07:26:34.387187 #13]  INFO -- :
  37. I, [2018-11-11T07:26:34.391156 #13]  INFO -- : File > /etc/service/postgres/run  chmod: +x
  38. I, [2018-11-11T07:26:34.394877 #13]  INFO -- : File > /etc/service/postgres/log/run  chmod: +x
  39. I, [2018-11-11T07:26:34.398718 #13]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x
  40. I, [2018-11-11T07:26:34.402605 #13]  INFO -- : File > /root/upgrade_postgres  chmod: +x
  41. I, [2018-11-11T07:26:34.403016 #13]  INFO -- : > chown -R root /var/lib/postgresql/10/main
  42. I, [2018-11-11T07:26:35.538041 #13]  INFO -- :
  43. I, [2018-11-11T07:26:35.539389 #13]  INFO -- : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/10/bin/initdb -D /shared/postgres_data || exit 0
  44. I, [2018-11-11T07:26:35.544145 #13]  INFO -- :
  45. I, [2018-11-11T07:26:35.544866 #13]  INFO -- : > chown -R postgres:postgres /shared/postgres_data
  46. I, [2018-11-11T07:26:35.601823 #13]  INFO -- :
  47. I, [2018-11-11T07:26:35.603140 #13]  INFO -- : > chown -R postgres:postgres /var/run/postgresql
  48. I, [2018-11-11T07:26:35.608520 #13]  INFO -- :
  49. I, [2018-11-11T07:26:35.609542 #13]  INFO -- : > /root/upgrade_postgres
  50. I, [2018-11-11T07:26:35.619314 #13]  INFO -- :
  51. I, [2018-11-11T07:26:35.620156 #13]  INFO -- : > rm /root/upgrade_postgres
  52. I, [2018-11-11T07:26:35.624277 #13]  INFO -- :
  53. I, [2018-11-11T07:26:35.625703 #13]  INFO -- : Replacing data_directory = '/var/lib/postgresql/10/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/10/main/postgresql.conf
  54. I, [2018-11-11T07:26:35.627344 #13]  INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/10/main/postgresql.conf
  55. I, [2018-11-11T07:26:35.628586 #13]  INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/10/main/postgresql.conf
  56. I, [2018-11-11T07:26:35.629935 #13]  INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/10/main/postgresql.conf
  57. I, [2018-11-11T07:26:35.631183 #13]  INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/10/main/postgresql.conf
  58. I, [2018-11-11T07:26:35.632362 #13]  INFO -- : Replacing (?-mix:#?default_text_search_config *=.*) with default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/10/main/postgresql.conf
  59. I, [2018-11-11T07:26:35.633484 #13]  INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
  60. I, [2018-11-11T07:26:35.640748 #13]  INFO -- :
  61. I, [2018-11-11T07:26:35.642028 #13]  INFO -- : Replacing (?-mix:#?max_wal_senders *=.*) with max_wal_senders = $db_max_wal_senders in /etc/postgresql/10/main/postgresql.conf
  62. I, [2018-11-11T07:26:35.643251 #13]  INFO -- : Replacing (?-mix:#?wal_level *=.*) with wal_level = $db_wal_level in /etc/postgresql/10/main/postgresql.conf
  63. I, [2018-11-11T07:26:35.644469 #13]  INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/10/main/postgresql.conf
  64. I, [2018-11-11T07:26:35.645722 #13]  INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/10/main/postgresql.conf
  65. I, [2018-11-11T07:26:35.646907 #13]  INFO -- : Replacing (?-mix:#?log_min_duration_statement *=.*) with log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/10/main/postgresql.conf
  66. I, [2018-11-11T07:26:35.648376 #13]  INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres  peer in /etc/postgresql/10/main/pg_hba.conf
  67. I, [2018-11-11T07:26:35.649617 #13]  INFO -- : Replacing (?-mix:^host.*all.*all.*127.*$) with host all all 0.0.0.0/0 md5 in /etc/postgresql/10/main/pg_hba.conf
  68. I, [2018-11-11T07:26:35.650714 #13]  INFO -- : > HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/10/bin/postmaster -D /etc/postgresql/10/main
  69. I, [2018-11-11T07:26:35.654182 #13]  INFO -- : > sleep 5
  70. 2018-11-11 07:26:35.719 UTC [68] LOG:  listening on IPv4 address "0.0.0.0", port 5432
  71. 2018-11-11 07:26:35.719 UTC [68] LOG:  listening on IPv6 address "::", port 5432
  72. 2018-11-11 07:26:35.724 UTC [68] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  73. 2018-11-11 07:26:35.755 UTC [71] LOG:  database system was shut down at 2018-11-11 07:26:26 UTC
  74. 2018-11-11 07:26:35.768 UTC [68] LOG:  database system is ready to accept connections
  75. I, [2018-11-11T07:26:40.663098 #13]  INFO -- :
  76. I, [2018-11-11T07:26:40.663476 #13]  INFO -- : > su postgres -c 'createdb discourse' || true
  77. 2018-11-11 07:26:40.810 UTC [81] postgres@postgres ERROR:  database "discourse" already exists
  78. 2018-11-11 07:26:40.810 UTC [81] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
  79. createdb: database creation failed: ERROR:  database "discourse" already exists
  80. I, [2018-11-11T07:26:40.815154 #13]  INFO -- :
  81. I, [2018-11-11T07:26:40.816070 #13]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
  82. 2018-11-11 07:26:40.969 UTC [92] postgres@discourse ERROR:  role "discourse" already exists
  83. 2018-11-11 07:26:40.969 UTC [92] postgres@discourse STATEMENT:  create user discourse;
  84. ERROR:  role "discourse" already exists
  85. I, [2018-11-11T07:26:40.973516 #13]  INFO -- :
  86. I, [2018-11-11T07:26:40.974458 #13]  INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
  87. I, [2018-11-11T07:26:41.120054 #13]  INFO -- : GRANT
  88.  
  89. I, [2018-11-11T07:26:41.121233 #13]  INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
  90. I, [2018-11-11T07:26:41.268533 #13]  INFO -- : ALTER SCHEMA
  91.  
  92. I, [2018-11-11T07:26:41.269256 #13]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
  93. NOTICE:  extension "hstore" already exists, skipping
  94. I, [2018-11-11T07:26:41.337912 #13]  INFO -- : CREATE EXTENSION
  95.  
  96. I, [2018-11-11T07:26:41.338344 #13]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
  97. NOTICE:  extension "pg_trgm" already exists, skipping
  98. I, [2018-11-11T07:26:41.401826 #13]  INFO -- : CREATE EXTENSION
  99.  
  100. I, [2018-11-11T07:26:41.402314 #13]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
  101. NOTICE:  extension "hstore" already exists, skipping
  102. I, [2018-11-11T07:26:41.466974 #13]  INFO -- : CREATE EXTENSION
  103.  
  104. I, [2018-11-11T07:26:41.467430 #13]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
  105. NOTICE:  extension "pg_trgm" already exists, skipping
  106. I, [2018-11-11T07:26:41.531834 #13]  INFO -- : CREATE EXTENSION
  107.  
  108. I, [2018-11-11T07:26:41.532329 #13]  INFO -- : > sudo -u postgres psql discourse
  109. I, [2018-11-11T07:26:41.535845 #13]  INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
  110.  
  111. I, [2018-11-11T07:26:41.608779 #13]  INFO -- : File > /var/lib/postgresql/take-database-backup  chmod: +x
  112. I, [2018-11-11T07:26:41.611823 #13]  INFO -- : File > /var/spool/cron/crontabs/postgres  chmod:
  113. I, [2018-11-11T07:26:41.612201 #13]  INFO -- : > echo postgres installed!
  114. I, [2018-11-11T07:26:41.614069 #13]  INFO -- : postgres installed!
  115.  
  116. I, [2018-11-11T07:26:41.617900 #13]  INFO -- : File > /etc/service/redis/run  chmod: +x
  117. I, [2018-11-11T07:26:41.621702 #13]  INFO -- : File > /etc/service/redis/log/run  chmod: +x
  118. I, [2018-11-11T07:26:41.625532 #13]  INFO -- : File > /etc/runit/3.d/10-redis  chmod: +x
  119. I, [2018-11-11T07:26:41.626220 #13]  INFO -- : Replacing daemonize yes with  in /etc/redis/redis.conf
  120. I, [2018-11-11T07:26:41.626919 #13]  INFO -- : Replacing (?-mix:^pidfile.*$) with  in /etc/redis/redis.conf
  121. I, [2018-11-11T07:26:41.627520 #13]  INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
  122. I, [2018-11-11T07:26:41.630087 #13]  INFO -- :
  123. I, [2018-11-11T07:26:41.630568 #13]  INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
  124. I, [2018-11-11T07:26:41.631119 #13]  INFO -- : Replacing (?-mix:^bind .*$) with  in /etc/redis/redis.conf
  125. I, [2018-11-11T07:26:41.631817 #13]  INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
  126. I, [2018-11-11T07:26:41.632357 #13]  INFO -- : > echo redis installed
  127. I, [2018-11-11T07:26:41.634220 #13]  INFO -- : redis installed
  128.  
  129. I, [2018-11-11T07:26:41.634587 #13]  INFO -- : > cat /etc/redis/redis.conf | grep logfile
  130. I, [2018-11-11T07:26:41.638068 #13]  INFO -- : logfile ""
  131.  
  132. I, [2018-11-11T07:26:41.638396 #13]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  133. I, [2018-11-11T07:26:41.639860 #13]  INFO -- : > sleep 10
  134.                 _._                                                  
  135.            _.-``__ ''-._                                            
  136.       _.-``    `.  `_.  ''-._           Redis 3.0.6 (00000000/0) 64 bit
  137.   .-`` .-```.  ```\/    _.,_ ''-._                                  
  138.  (    '      ,       .-`  | `,    )     Running in standalone mode
  139. |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
  140. |    `-._   `._    /     _.-'    |     PID: 184
  141.  `-._    `-._  `-./  _.-'    _.-'                                  
  142.  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
  143. |    `-._`-._        _.-'_.-'    |           http://redis.io        
  144.  `-._    `-._`-.__.-'_.-'    _.-'                                  
  145. |`-._`-._    `-.__.-'    _.-'_.-'|                                  
  146.  |    `-._`-._        _.-'_.-'    |                                  
  147.   `-._    `-._`-.__.-'_.-'    _.-'                                  
  148.      `-._    `-.__.-'    _.-'                                      
  149.          `-._        _.-'                                          
  150.              `-.__.-'                                              
  151.  
  152. 184:M 11 Nov 07:26:41.646 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  153. 184:M 11 Nov 07:26:41.647 # Server started, Redis version 3.0.6
  154. 184:M 11 Nov 07:26:41.647 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
  155. 184:M 11 Nov 07:26:41.647 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
  156. 184:M 11 Nov 07:26:41.740 * DB loaded from disk: 0.093 seconds
  157. 184:M 11 Nov 07:26:41.740 * The server is now ready to accept connections on port 6379
  158. I, [2018-11-11T07:26:51.644321 #13]  INFO -- :
  159. I, [2018-11-11T07:26:51.644668 #13]  INFO -- : > thpoff echo "thpoff is installed!"
  160. I, [2018-11-11T07:26:51.652482 #13]  INFO -- : thpoff is installed!
  161.  
  162. I, [2018-11-11T07:26:51.653406 #13]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
  163. I, [2018-11-11T07:26:51.870296 #13]  INFO -- :
  164. I, [2018-11-11T07:26:51.871541 #13]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
  165. I, [2018-11-11T07:26:52.158011 #13]  INFO -- :
  166. I, [2018-11-11T07:26:52.159242 #13]  INFO -- : > chown -R discourse /home/discourse
  167. I, [2018-11-11T07:26:52.174261 #13]  INFO -- :
  168. I, [2018-11-11T07:26:52.175456 #13]  INFO -- : > rm -f /etc/cron.d/anacron
  169. I, [2018-11-11T07:26:52.180239 #13]  INFO -- :
  170. I, [2018-11-11T07:26:52.186375 #13]  INFO -- : File > /etc/cron.d/anacron  chmod:
  171. I, [2018-11-11T07:26:52.195554 #13]  INFO -- : File > /etc/runit/1.d/copy-env  chmod: +x
  172. I, [2018-11-11T07:26:52.204369 #13]  INFO -- : File > /etc/runit/1.d/enable-brotli  chmod: +x
  173. I, [2018-11-11T07:26:52.213513 #13]  INFO -- : File > /etc/service/unicorn/run  chmod: +x
  174. I, [2018-11-11T07:26:52.222449 #13]  INFO -- : File > /etc/service/nginx/run  chmod: +x
  175. I, [2018-11-11T07:26:52.231428 #13]  INFO -- : File > /etc/runit/3.d/01-nginx  chmod: +x
  176. I, [2018-11-11T07:26:52.240350 #13]  INFO -- : File > /etc/runit/3.d/02-unicorn  chmod: +x
  177. I, [2018-11-11T07:26:52.241138 #13]  INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
  178. I, [2018-11-11T07:26:52.242301 #13]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
  179. I, [2018-11-11T07:26:52.247032 #13]  INFO -- : > cd /var/www/discourse && git reset --hard
  180. 212:M 11 Nov 07:26:52.259 # Creating Server TCP listening socket *:6379: bind: Address already in use
  181. Checking out files: 100% (26929/26929), done.
  182. I, [2018-11-11T07:26:56.073538 #13]  INFO -- : HEAD is now at 23423ba correct spec and error reporting
  183.  
  184. I, [2018-11-11T07:26:56.073755 #13]  INFO -- : > cd /var/www/discourse && git clean -f
  185. I, [2018-11-11T07:26:56.177752 #13]  INFO -- :
  186. I, [2018-11-11T07:26:56.178309 #13]  INFO -- : > cd /var/www/discourse && git remote set-branches --add origin master
  187. I, [2018-11-11T07:26:56.182489 #13]  INFO -- :
  188. I, [2018-11-11T07:26:56.182607 #13]  INFO -- : > cd /var/www/discourse && git pull
  189. From https://github.com/discourse/discourse
  190.    23423ba..cee1f5b  master     -> origin/master
  191.    eb54bf9..bbf7bb1  beta       -> origin/beta
  192.  * [new branch]      delete-unused-tags -> origin/delete-unused-tags
  193.  * [new branch]      fontawesome5 -> origin/fontawesome5
  194.  * [new branch]      group-posts -> origin/group-posts
  195.  * [new branch]      menu-sliders -> origin/menu-sliders
  196.  * [new branch]      no-category-column -> origin/no-category-column
  197.  + 3982f3c...1a4fbc3 rework-polls -> origin/rework-polls  (forced update)
  198.    5e054e0..05b2c5b  stable     -> origin/stable
  199.    32b1f34..cee1f5b  tests-passed -> origin/tests-passed
  200.  * [new tag]         v2.1.3     -> v2.1.3
  201.  * [new tag]         v2.2.0.beta4 -> v2.2.0.beta4
  202. I, [2018-11-11T07:27:00.693263 #13]  INFO -- : Updating 23423ba..cee1f5b
  203. Fast-forward
  204.  .travis.yml                                        |   3 +-
  205.  Gemfile                                            |   2 +-
  206.  Gemfile.lock                                       |   8 +-
  207.  README.md                                          |   2 +-
  208.  .../admin/components/admin-report.js.es6           |   2 +-
  209.  .../admin/components/secret-value-list.js.es6      |  21 +-
  210.  .../admin/components/user-flag-percentage.js.es6   |  53 +++
  211.  .../admin-dashboard-next-general.js.es6            |   8 +
  212.  .../admin/templates/components/admin-report.hbs    |   2 +-
  213.  .../admin/templates/components/flag-user-lists.hbs |   1 +
  214.  .../templates/components/secret-value-list.hbs     |   2 +
  215.  .../templates/components/user-flag-percentage.hbs  |   6 +
  216.  .../javascripts/admin/templates/dashboard.hbs      |  21 -
  217.  .../admin/templates/dashboard_next_general.hbs     |   8 +-
  218.  .../admin/templates/dashboard_next_moderation.hbs  |   2 +-
  219.  .../discourse-common/helpers/get-url.js.es6        |   4 +
  220.  .../discourse/components/composer-editor.js.es6    |  12 +-
  221.  .../discourse/components/suggested-topics.js.es6   |   3 +-
  222.  .../discourse/controllers/forgot-password.js.es6   |   4 +-
  223.  .../javascripts/discourse/mixins/upload.js.es6     |  13 +-
  224.  .../discourse/models/topic-details.js.es6          |   3 +-
  225.  .../templates/components/categories-topic-list.hbs |   2 +-
  226.  .../components/edit-category-settings.hbs          |   4 +-
  227.  .../templates/components/topic-footer-buttons.hbs  |   2 +-
  228.  .../discourse/templates/group-index.hbs            |   5 +-
  229.  .../mobile/components/categories-only.hbs          |   4 -
  230.  .../discourse/widgets/post-edits-indicator.js.es6  |   5 +-
  231.  .../javascripts/discourse/widgets/post-menu.js.es6 |   2 +-
  232.  .../javascripts/discourse/widgets/topic-map.js.es6 |  64 +++-
  233.  .../select-kit/components/category-drop.js.es6     |  39 +-
  234.  .../select-kit/components/multi-select.js.es6      |   4 +-
  235.  .../wizard/components/homepage-preview.js.es6      | 133 +++++++
  236.  .../stylesheets/common/admin/admin_base.scss       |  23 +-
  237.  .../common/admin/admin_report_counters.scss        |  24 ++
  238.  .../stylesheets/common/admin/dashboard_next.scss   |  57 ++-
  239.  app/assets/stylesheets/common/admin/flagging.scss  |  24 +-
  240.  app/assets/stylesheets/common/base/login.scss      |  10 +-
  241.  app/assets/stylesheets/common/base/onebox.scss     |   5 +
  242.  .../stylesheets/common/base/search-menu.scss       |  13 +-
  243.  app/assets/stylesheets/common/base/user.scss       |   5 -
  244.  app/assets/stylesheets/common/components/navs.scss |   2 +-
  245.  app/assets/stylesheets/common/d-editor.scss        |   3 +-
  246.  .../common/select-kit/category-drop.scss           |   4 +
  247.  app/assets/stylesheets/desktop/login.scss          |  50 ++-
  248.  app/assets/stylesheets/desktop/user.scss           |   2 +-
  249.  app/controllers/admin/users_controller.rb          |   2 +
  250.  app/controllers/application_controller.rb          |   2 +
  251.  app/controllers/groups_controller.rb               |   4 +
  252.  app/controllers/posts_controller.rb                |   6 +
  253.  app/controllers/session_controller.rb              |  15 +-
  254.  app/controllers/user_avatars_controller.rb         |   1 +
  255.  app/jobs/scheduled/pending_flags_reminder.rb       |   2 +-
  256.  app/jobs/scheduled/tl3_promotions.rb               |  12 +-
  257.  app/models/admin_dashboard_data.rb                 |  33 +-
  258.  app/models/group_user.rb                           |  11 -
  259.  app/models/incoming_links_report.rb                |   2 +-
  260.  app/models/invite.rb                               |   2 +-
  261.  app/models/optimized_image.rb                      |   6 +-
  262.  app/models/post_action.rb                          |  15 +-
  263.  app/models/report.rb                               |  29 +-
  264.  app/models/theme_field.rb                          |  23 +-
  265.  app/models/user.rb                                 |  14 +-
  266.  app/models/user_option.rb                          |   1 +
  267.  app/models/user_stat.rb                            |   3 +
  268.  app/serializers/flagged_user_serializer.rb         |  17 +-
  269.  app/serializers/group_user_serializer.rb           |   6 +-
  270.  app/serializers/post_action_type_serializer.rb     |   5 +-
  271.  app/serializers/post_serializer.rb                 |   2 +
  272.  app/serializers/wizard_field_serializer.rb         |  13 +-
  273.  app/serializers/wizard_step_serializer.rb          |  11 +-
  274.  app/services/spam_rule/flag_sockpuppets.rb         |   2 +-
  275.  app/services/user_merger.rb                        |   1 -
  276.  app/services/user_silencer.rb                      |   1 +
  277.  app/views/layouts/crawler.html.erb                 |  12 +-
  278.  app/views/robots_txt/index.erb                     |   1 +
  279.  app/views/topics/show.html.erb                     |   8 +-
  280.  config/application.rb                              |   8 +-
  281.  config/locales/client.ar.yml                       |  10 +-
  282.  config/locales/client.bg.yml                       |   4 +-
  283.  config/locales/client.bs_BA.yml                    |  16 +-
  284.  config/locales/client.ca.yml                       |   7 +-
  285.  config/locales/client.cs.yml                       | 192 +++++++++-
  286.  config/locales/client.da.yml                       |   7 +-
  287.  config/locales/client.de.yml                       |  68 +++-
  288.  config/locales/client.el.yml                       |  11 +-
  289.  config/locales/client.en.yml                       |  46 ++-
  290.  config/locales/client.es.yml                       | 113 +++++-
  291.  config/locales/client.et.yml                       | 195 +++++++++-
  292.  config/locales/client.fa_IR.yml                    |   8 +-
  293.  config/locales/client.fi.yml                       | 114 ++++--
  294.  config/locales/client.fr.yml                       |  21 +-
  295.  config/locales/client.gl.yml                       |   3 +-
  296.  config/locales/client.he.yml                       |   7 +-
  297.  config/locales/client.hu.yml                       |  57 ++-
  298.  config/locales/client.id.yml                       |   5 +-
  299.  config/locales/client.it.yml                       |  52 ++-
  300.  config/locales/client.ja.yml                       |   6 +-
  301.  config/locales/client.ko.yml                       | 246 ++++++++++--
  302.  config/locales/client.lt.yml                       |   7 +-
  303.  config/locales/client.lv.yml                       |   9 +-
  304.  config/locales/client.nb_NO.yml                    |  20 +-
  305.  config/locales/client.nl.yml                       |  10 +-
  306.  config/locales/client.pl_PL.yml                    |  16 +-
  307.  config/locales/client.pt.yml                       |   8 +-
  308.  config/locales/client.pt_BR.yml                    |  18 +-
  309.  config/locales/client.ro.yml                       |  11 +-
  310.  config/locales/client.ru.yml                       |  12 +-
  311.  config/locales/client.sk.yml                       |   9 +-
  312.  config/locales/client.sl.yml                       |  34 +-
  313.  config/locales/client.sq.yml                       |   7 +-
  314.  config/locales/client.sr.yml                       |   2 +-
  315.  config/locales/client.sv.yml                       |   5 +-
  316.  config/locales/client.sw.yml                       |  16 +-
  317.  config/locales/client.th.yml                       |   1 -
  318.  config/locales/client.tr_TR.yml                    |  48 ++-
  319.  config/locales/client.ur.yml                       |  15 +-
  320.  config/locales/client.vi.yml                       |   6 +-
  321.  config/locales/client.zh_CN.yml                    | 424 +++++++++++++++++++--
  322.  config/locales/client.zh_TW.yml                    | 416 ++++++++++++--------
  323.  config/locales/server.ar.yml                       |  29 +-
  324.  config/locales/server.bg.yml                       |  18 +-
  325.  config/locales/server.bs_BA.yml                    |  17 +-
  326.  config/locales/server.ca.yml                       |  51 +--
  327.  config/locales/server.cs.yml                       |  19 +-
  328.  config/locales/server.da.yml                       |  39 +-
  329.  config/locales/server.de.yml                       | 407 +++++++++++++++++---
  330.  config/locales/server.el.yml                       |  66 ++--
  331.  config/locales/server.en.yml                       | 129 ++++---
  332.  config/locales/server.es.yml                       | 181 ++++++---
  333.  config/locales/server.et.yml                       | 117 +++++-
  334.  config/locales/server.fa_IR.yml                    |  64 ++--
  335.  config/locales/server.fi.yml                       |  98 ++---
  336.  config/locales/server.fr.yml                       |  81 ++--
  337.  config/locales/server.he.yml                       |  68 ++--
  338.  config/locales/server.it.yml                       |  68 ++--
  339.  config/locales/server.ja.yml                       |  26 +-
  340.  config/locales/server.ko.yml                       |  87 +++--
  341.  config/locales/server.nb_NO.yml                    |  37 +-
  342.  config/locales/server.nl.yml                       |  54 +--
  343.  config/locales/server.pl_PL.yml                    |  76 ++--
  344.  config/locales/server.pt.yml                       |  48 +--
  345.  config/locales/server.pt_BR.yml                    |  73 ++--
  346.  config/locales/server.ro.yml                       |  49 +--
  347.  config/locales/server.ru.yml                       |  37 +-
  348.  config/locales/server.sk.yml                       |  26 +-
  349.  config/locales/server.sl.yml                       |   5 +-
  350.  config/locales/server.sq.yml                       |  22 +-
  351.  config/locales/server.sv.yml                       |  38 +-
  352.  config/locales/server.sw.yml                       |  48 +--
  353.  config/locales/server.te.yml                       |   5 +-
  354.  config/locales/server.tr_TR.yml                    |  24 +-
  355.  config/locales/server.uk.yml                       |   6 +-
  356.  config/locales/server.ur.yml                       |  74 ++--
  357.  config/locales/server.vi.yml                       |  30 +-
  358.  config/locales/server.zh_CN.yml                    | 108 ++----
  359.  config/locales/server.zh_TW.yml                    |  61 ++-
  360.  config/site_settings.yml                           |   5 +
  361.  db/fixtures/990_topics.rb                          |  11 +-
  362.  db/migrate/20140929204155_migrate_tos_setting.rb   |   2 +-
  363.  db/migrate/20141014191645_fix_tos_name.rb          |   2 +-
  364.  .../20181031165343_add_flag_stats_to_user.rb       |  34 ++
  365.  ...3001_drop_group_locked_trust_level_from_user.rb |  11 +
  366.  docs/DEVELOPER-ADVANCED.md                         |   4 +-
  367.  docs/DEVELOPMENT-OSX-NATIVE.md                     |   8 +-
  368.  docs/INSTALL.md                                    |   2 +-
  369.  docs/TROUBLESHOOTING.md                            |   4 +-
  370.  lib/auth/open_id_authenticator.rb                  |  27 +-
  371.  lib/composer_messages_finder.rb                    |  20 +-
  372.  lib/db_helper.rb                                   |  35 +-
  373.  lib/discourse.rb                                   |   5 +
  374.  lib/discourse_ip_info.rb                           |   4 +-
  375.  lib/email/receiver.rb                              |   3 +-
  376.  lib/flag_query.rb                                  |  75 ++--
  377.  lib/freedom_patches/net.rb                         |  49 ---
  378.  lib/guardian/post_guardian.rb                      |   3 +
  379.  lib/new_post_manager.rb                            |  14 +-
  380.  lib/post_destroyer.rb                              |   6 +-
  381.  lib/promotion.rb                                   |   6 +-
  382.  lib/search.rb                                      |  32 +-
  383.  lib/site_setting_extension.rb                      |   2 +-
  384.  lib/site_settings/deprecated_settings.rb           |   8 -
  385.  lib/tasks/topics.rake                              |   6 +-
  386.  lib/tasks/uploads.rake                             |  89 +++--
  387.  lib/upload_creator.rb                              |   4 +-
  388.  lib/version.rb                                     |   2 +-
  389.  package.json                                       |   3 +
  390.  .../discourse-details/config/locales/client.ko.yml |   3 +
  391.  .../discourse-details/config/locales/server.ca.yml |   4 +-
  392.  .../config/locales/client.de.yml                   |   4 +
  393.  .../config/locales/client.es.yml                   |   4 +
  394.  .../config/locales/client.ko.yml                   |  10 +-
  395.  .../config/locales/client.zh_CN.yml                |  11 +
  396.  .../config/locales/server.zh_CN.yml                |   6 +-
  397.  .../config/locales/server.ca.yml                   |   2 +-
  398.  .../config/locales/server.de.yml                   |   2 +-
  399.  .../config/locales/server.el.yml                   |   2 +-
  400.  .../config/locales/server.en.yml                   |   2 +-
  401.  .../config/locales/server.es.yml                   |  30 +-
  402.  .../config/locales/server.fa_IR.yml                |   2 +-
  403.  .../config/locales/server.fi.yml                   |   2 +-
  404.  .../config/locales/server.fr.yml                   |   2 +-
  405.  .../config/locales/server.he.yml                   |   2 +-
  406.  .../config/locales/server.id.yml                   |   2 +-
  407.  .../config/locales/server.it.yml                   |   5 +-
  408.  .../config/locales/server.ko.yml                   |   4 +-
  409.  .../config/locales/server.nb_NO.yml                |   2 +-
  410.  .../config/locales/server.pl_PL.yml                |   2 +-
  411.  .../config/locales/server.pt_BR.yml                |   2 +-
  412.  .../config/locales/server.ru.yml                   |   2 +-
  413.  .../config/locales/server.sk.yml                   |   2 +-
  414.  .../config/locales/server.sv.yml                   |  12 +-
  415.  .../config/locales/server.sw.yml                   |   2 +-
  416.  .../config/locales/server.zh_CN.yml                |  30 +-
  417.  .../lib/discourse_narrative_bot/track_selector.rb  |   3 +-
  418.  .../discourse_narrative_bot/track_selector_spec.rb |   1 +
  419.  plugins/poll/config/locales/client.zh_CN.yml       |   5 +
  420.  plugins/poll/config/locales/server.zh_CN.yml       |   3 +-
  421.  script/import_scripts/discuz_x.rb                  |   2 +-
  422.  script/pull_translations.rb                        |   8 +-
  423.  script/push_translations.rb                        |  52 +++
  424.  spec/components/email/receiver_spec.rb             |  21 +-
  425.  spec/components/guardian_spec.rb                   |   5 +
  426.  spec/components/new_post_manager_spec.rb           |  18 +
  427.  spec/components/search_spec.rb                     |  11 +-
  428.  spec/components/site_setting_extension_spec.rb     |   7 +-
  429.  spec/fixtures/emails/attached_eml_file.eml         | Bin 0 -> 1072 bytes
  430.  spec/integrity/i18n_spec.rb                        |  35 ++
  431.  spec/jobs/poll_mailbox_spec.rb                     |   4 +-
  432.  spec/jobs/suspicious_login_spec.rb                 |  16 +-
  433.  spec/jobs/tl3_promotions_spec.rb                   |  33 +-
  434.  spec/lib/db_helper_spec.rb                         |  44 +++
  435.  spec/models/admin_dashboard_data_spec.rb           |   6 +-
  436.  spec/models/application_request_spec.rb            |   2 +-
  437.  spec/models/group_spec.rb                          |  10 +-
  438.  spec/models/optimized_image_spec.rb                |  33 +-
  439.  spec/models/post_action_spec.rb                    |  17 +-
  440.  spec/models/site_setting_spec.rb                   |  49 +--
  441.  spec/models/theme_field_spec.rb                    |  32 +-
  442.  spec/models/user_spec.rb                           |   2 +-
  443.  spec/models/web_hook_spec.rb                       |   1 +
  444.  spec/requests/admin/flags_controller_spec.rb       |   2 +
  445.  spec/requests/application_controller_spec.rb       |   5 +
  446.  spec/requests/groups_controller_spec.rb            |  15 +-
  447.  spec/requests/posts_controller_spec.rb             |  19 +
  448.  spec/requests/robots_txt_controller_spec.rb        |   1 +
  449.  spec/requests/session_controller_spec.rb           |  36 ++
  450.  spec/serializers/post_serializer_spec.rb           |  21 +
  451.  .../components/secret-value-list-test.js.es6       |  28 ++
  452.  test/javascripts/fixtures/category-fixtures.js.es6 |   2 -
  453.  .../javascripts/fixtures/discovery_fixtures.js.es6 |   3 -
  454.  test/javascripts/fixtures/group-fixtures.js.es6    |  23 --
  455.  test/javascripts/fixtures/search-fixtures.js.es6   |   4 +-
  456.  test/javascripts/fixtures/site-fixtures.js.es6     |  36 +-
  457.  test/javascripts/fixtures/user_fixtures.js.es6     |   4 +-
  458.  test/javascripts/widgets/post-test.js.es6          |  10 +
  459.  255 files changed, 4604 insertions(+), 2258 deletions(-)
  460.  create mode 100644 app/assets/javascripts/admin/components/user-flag-percentage.js.es6
  461.  create mode 100644 app/assets/javascripts/admin/templates/components/user-flag-percentage.hbs
  462.  create mode 100644 app/assets/javascripts/discourse-common/helpers/get-url.js.es6
  463.  create mode 100644 db/migrate/20181031165343_add_flag_stats_to_user.rb
  464.  create mode 100644 db/post_migrate/20181012123001_drop_group_locked_trust_level_from_user.rb
  465.  delete mode 100644 lib/freedom_patches/net.rb
  466.  create mode 100755 script/push_translations.rb
  467.  create mode 100644 spec/fixtures/emails/attached_eml_file.eml
  468.  create mode 100644 spec/lib/db_helper_spec.rb
  469.  
  470. I, [2018-11-11T07:27:00.693636 #13]  INFO -- : > cd /var/www/discourse && git fetch origin tests-passed
  471. From https://github.com/discourse/discourse
  472.  * branch            tests-passed -> FETCH_HEAD
  473. I, [2018-11-11T07:27:01.701964 #13]  INFO -- :
  474. I, [2018-11-11T07:27:01.702972 #13]  INFO -- : > cd /var/www/discourse && git checkout tests-passed
  475. Switched to a new branch 'tests-passed'
  476. I, [2018-11-11T07:27:02.330979 #13]  INFO -- : Branch tests-passed set up to track remote branch tests-passed from origin.
  477.  
  478. I, [2018-11-11T07:27:02.331133 #13]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
  479. I, [2018-11-11T07:27:02.335058 #13]  INFO -- :
  480. I, [2018-11-11T07:27:02.335172 #13]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
  481. I, [2018-11-11T07:27:02.338045 #13]  INFO -- :
  482. I, [2018-11-11T07:27:02.338164 #13]  INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
  483. I, [2018-11-11T07:27:02.341032 #13]  INFO -- :
  484. I, [2018-11-11T07:27:02.341135 #13]  INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
  485. I, [2018-11-11T07:27:02.343873 #13]  INFO -- :
  486. I, [2018-11-11T07:27:02.343975 #13]  INFO -- : > cd /var/www/discourse && bash -c "touch -a           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
  487. I, [2018-11-11T07:27:02.348206 #13]  INFO -- :
  488. I, [2018-11-11T07:27:02.348311 #13]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
  489. I, [2018-11-11T07:27:02.352450 #13]  INFO -- :
  490. I, [2018-11-11T07:27:02.352582 #13]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
  491. I, [2018-11-11T07:27:02.356580 #13]  INFO -- :
  492. I, [2018-11-11T07:27:02.356690 #13]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
  493. I, [2018-11-11T07:27:02.360578 #13]  INFO -- :
  494. I, [2018-11-11T07:27:02.360698 #13]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/tmp/{backups,restores}"
  495. I, [2018-11-11T07:27:02.364644 #13]  INFO -- :
  496. I, [2018-11-11T07:27:02.364750 #13]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/tmp/{backups,restores} /var/www/discourse/tmp"
  497. I, [2018-11-11T07:27:02.368517 #13]  INFO -- :
  498. I, [2018-11-11T07:27:02.368627 #13]  INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
  499. I, [2018-11-11T07:27:02.420929 #13]  INFO -- :
  500. I, [2018-11-11T07:27:02.421614 #13]  INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
  501. I, [2018-11-11T07:27:02.422196 #13]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
  502. Cloning into 'docker_manager'...
  503. I, [2018-11-11T07:27:04.768447 #13]  INFO -- :
  504. I, [2018-11-11T07:27:04.770025 #13]  INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
  505. I, [2018-11-11T07:27:04.778050 #13]  INFO -- :
  506. I, [2018-11-11T07:27:04.778972 #13]  INFO -- : > rm /etc/nginx/sites-enabled/default
  507. I, [2018-11-11T07:27:04.783895 #13]  INFO -- :
  508. I, [2018-11-11T07:27:04.784735 #13]  INFO -- : > mkdir -p /var/nginx/cache
  509. I, [2018-11-11T07:27:04.789625 #13]  INFO -- :
  510. I, [2018-11-11T07:27:04.791061 #13]  INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
  511. I, [2018-11-11T07:27:04.792387 #13]  INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
  512. I, [2018-11-11T07:27:04.793544 #13]  INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
  513. I, [2018-11-11T07:27:04.794708 #13]  INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
  514. I, [2018-11-11T07:27:04.795736 #13]  INFO -- : > echo "done configuring web"
  515. I, [2018-11-11T07:27:04.799948 #13]  INFO -- : done configuring web
  516.  
  517. I, [2018-11-11T07:27:04.800904 #13]  INFO -- : > cd /var/www/discourse && gem update bundler
  518. I, [2018-11-11T07:27:09.456543 #13]  INFO -- : Updating installed gems
  519. Nothing to update
  520.  
  521. I, [2018-11-11T07:27:09.457298 #13]  INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
  522. I, [2018-11-11T07:27:16.620465 #13]  INFO -- :
  523. I, [2018-11-11T07:27:16.621359 #13]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4'
  524. I, [2018-11-11T07:27:26.647784 #13]  INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "development"` with bundler 1.17.1
  525. Frozen, using resolution from the lockfile
  526. The definition is missing ["rack-2.0.6", "onebox-1.8.67"]
  527. HTTP GET https://index.rubygems.org/versions
  528. HTTP 200 OK https://index.rubygems.org/versions
  529. Fetching gem metadata from https://rubygems.org/
  530. Looking up gems ["rake", "concurrent-ruby", "i18n", "minitest", "thread_safe", "tzinfo", "activesupport", "builder", "erubi", "mini_portile2", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mini_mime", "mail", "actionmailer", "activemodel", "active_model_serializers", "arel", "activerecord", "public_suffix", "addressable", "ast", "aws-eventstream", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "certified", "chunky_png", "claide", "colored2", "cork", "nap", "open4", "claide-plugins", "coderay", "connection_pool", "cppjieba_rb", "safe_yaml", "crack", "multipart-post", "faraday", "faraday-http-cache", "git", "kramdown", "no_proxy_fix", "sawyer", "octokit", "unicode-display_width", "terminal-table", "danger", "diff-lcs", "exifr", "fspath", "image_size", "in_threads", "progress", "discourse_image_optim", "email_reply_trimmer", "ember-data-source", "sprockets", "ember-handlebars-template", "method_source", "thor", "railties", "jquery-rails", "ember-rails", "excon", "fabrication", "fakeweb", "fast_blank", "rake-compiler", "fast_xor", "fast_xs", "fastimage", "ffi", "flamegraph", "gc_tracer", "guess_html_encoding", "hashdiff", "hashie", "highline", "hiredis", "hkdf", "htmlentities", "http_accept_language", "jaro_winkler", "jwt", "kgio", "libv8", "rb-fsevent", "rb-inotify", "ruby_dep", "listen", "request_store", "lograge", "logstash-event", "logstash-logger", "logster", "lru_redux", "maxminddb", "memory_profiler", "message_bus", "metaclass", "mini_racer", "mini_scheduler", "mini_sql", "mini_suffix", "mocha", "mock_redis", "moneta", "multi_json", "multi_xml", "mustache", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-instagram", "omniauth-oauth", "ruby-openid", "rack-openid", "omniauth-openid", "omniauth-twitter", "sanitize", "onebox", "redis", "openid-redis-store", "parallel", "parser", "pg", "powerpack", "slop", "pry", "pry-nav", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_multisite", "rainbow", "raindrops", "trollop", "rbtrace", "rchardet", "redis-namespace", "rinku", "rotp", "rqrcode", "rspec-support", "rspec-core", "rspec-expectations", "rspec-mocks", "rspec", "rspec-html-matchers", "rspec-rails", "rtlit", "ruby-progressbar", "rubocop", "ruby-readability", "sass-listen", "sass", "sassc", "seed-fu", "shoulda-context", "shoulda-matchers", "shoulda", "sidekiq", "sprockets-rails", "sshkey", "stackprof", "tilt", "uglifier", "unf_ext", "unf", "unicorn", "webmock", "webpush""white">
  531. <center><h1>429 Too Many Requests</h1></center>
  532. <hr><center>nginx</center>
  533. </body>
  534. </html>
  535.  
  536. /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/fetcher/downloader.rb:42:in `fetch'
  537.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/fetcher/compact_index.rb:117:in `call'
  538.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/compact_index_client/updater.rb:53:in `block in update'
  539.   /usr/local/lib/ruby/2.5.0/tmpdir.rb:89:in `mktmpdir'
  540.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/compact_index_client/updater.rb:31:in `update'
  541.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/compact_index_client.rb:82:in `update'
  542.   /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/compact_index_client.rb:98:in `update_info'
  543.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/compact_index_client.rb:55:in `block in dependencies'
  544.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/fetcher/compact_index.rb:88:in `block (3 levels) in compact_index_client'
  545.   /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/worker.rb:64:in `apply_func'
  546.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/worker.rb:59:in `block in process_queue'
  547.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/worker.rb:56:in `loop'
  548.   /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/worker.rb:56:in `process_queue'
  549.  /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.17.1/lib/bundler/worker.rb:90:in `block (2 levels) in create_threads'
  550. Query List: ["rake", "concurrent-ruby", "i18n", "minitest", "thread_safe", "tzinfo", "activesupport", "builder", "erubi", "mini_portile2", "nokogiri", "rails-dom-testing", "crass", "loofah", "rails-html-sanitizer", "actionview", "rack", "rack-test", "actionpack", "globalid", "activejob", "mini_mime", "mail", "actionmailer", "activemodel", "active_model_serializers", "arel", "activerecord", "public_suffix", "addressable", "ast", "aws-eventstream", "aws-partitions", "aws-sigv4", "jmespath", "aws-sdk-core", "aws-sdk-kms", "aws-sdk-s3", "ember-source", "execjs", "barber", "msgpack", "bootsnap", "byebug", "certified", "chunky_png", "claide", "colored2", "cork", "nap", "open4", "claide-plugins", "coderay", "connection_pool", "cppjieba_rb", "safe_yaml", "crack", "multipart-post", "faraday", "faraday-http-cache", "git", "kramdown", "no_proxy_fix", "sawyer", "octokit", "unicode-display_width", "terminal-table", "danger", "diff-lcs", "exifr", "fspath", "image_size", "in_threads", "progress", "discourse_image_optim", "email_reply_trimmer", "ember-data-source", "sprockets", "ember-handlebars-template", "method_source", "thor", "railties", "jquery-rails", "ember-rails", "excon", "fabrication", "fakeweb", "fast_blank", "rake-compiler", "fast_xor", "fast_xs", "fastimage", "ffi", "flamegraph", "gc_tracer", "guess_html_encoding", "hashdiff", "hashie", "highline", "hiredis", "hkdf", "htmlentities", "http_accept_language", "jaro_winkler", "jwt", "kgio", "libv8", "rb-fsevent", "rb-inotify", "ruby_dep", "listen", "request_store", "lograge", "logstash-event", "logstash-logger", "logster", "lru_redux", "maxminddb", "memory_profiler", "message_bus", "metaclass", "mini_racer", "mini_scheduler", "mini_sql", "mini_suffix", "mocha", "mock_redis", "moneta", "multi_json", "multi_xml", "mustache", "nokogumbo", "oauth", "oauth2", "oj", "omniauth", "omniauth-oauth2", "omniauth-facebook", "omniauth-github", "omniauth-google-oauth2", "omniauth-instagram", "omniauth-oauth", "ruby-openid", "rack-openid", "omniauth-openid", "omniauth-twitter", "sanitize", "onebox", "redis", "openid-redis-store", "parallel", "parser", "pg", "powerpack", "slop", "pry", "pry-nav", "pry-rails", "puma", "r2", "rack-mini-profiler", "rack-protection", "rails_multisite", "rainbow", "raindrops", "trollop", "rbtrace", "rchardet", "redis-namespace", "rinku", "rotp", "rqrcode", "rspec-support", "rspec-core", "rspec-expectations", "rspec-mocks", "rspec", "rspec-html-matchers", "rspec-rails", "rtlit", "ruby-progressbar", "rubocop", "ruby-readability", "sass-listen", "sass", "sassc", "seed-fu", "shoulda-context", "shoulda-matchers", "shoulda", "sidekiq", "sprockets-rails", "sshkey", "stackprof", "tilt", "uglifier", "unf_ext", "unf", "unicorn", "webmock", "webpush"]
  551. Query Gemcutter Dependency Endpoint API: rake,concurrent-ruby,i18n,minitest,thread_safe,tzinfo,activesupport,builder,erubi,mini_portile2,nokogiri,rails-dom-testing,crass,loofah,rails-html-sanitizer,actionview,rack,rack-test,actionpack,globalid,activejob,mini_mime,mail,actionmailer,activemodel,active_model_serializers,arel,activerecord,public_suffix,addressable,ast,aws-eventstream,aws-partitions,aws-sigv4,jmespath,aws-sdk-core,aws-sdk-kms,aws-sdk-s3,ember-source,execjs,barber,msgpack,bootsnap,byebug,certified,chunky_png,claide,colored2,cork,nap,open4,claide-plugins,coderay,connection_pool,cppjieba_rb,safe_yaml,crack,multipart-post,faraday,faraday-http-cache,git,kramdown,no_proxy_fix,sawyer,octokit,unicode-display_width,terminal-table,danger,diff-lcs,exifr,fspath,image_size,in_threads,progress,discourse_image_optim,email_reply_trimmer,ember-data-source,sprockets,ember-handlebars-template,method_source,thor,railties,jquery-rails,ember-rails,excon,fabrication,fakeweb,fast_blank,rake-compiler,fast_xor,fast_xs,fastimage,ffi,flamegraph,gc_tracer,guess_html_encoding,hashdiff,hashie,highline,hiredis,hkdf,htmlentities,http_accept_language,jaro_winkler,jwt,kgio,libv8,rb-fsevent,rb-inotify,ruby_dep,listen,request_store,lograge,logstash-event,logstash-logger,logster,lru_redux,maxminddb,memory_profiler,message_bus,metaclass,mini_racer,mini_scheduler,mini_sql,mini_suffix,mocha,mock_redis,moneta,multi_json,multi_xml,mustache,nokogumbo,oauth,oauth2,oj,omniauth,omniauth-oauth2,omniauth-facebook,omniauth-github,omniauth-google-oauth2,omniauth-instagram,omniauth-oauth,ruby-openid,rack-openid,omniauth-openid,omniauth-twitter,sanitize,onebox,redis,openid-redis-store,parallel,parser,pg,powerpack,slop,pry,pry-nav,pry-rails,puma,r2,rack-mini-profiler,rack-protection,rails_multisite,rainbow,raindrops,trollop,rbtrace,rchardet,redis-namespace,rinku,rotp,rqrcode,rspec-support,rspec-core,rspec-expectations,rspec-mocks,rspec,rspec-html-matchers,rspec-rails,rtlit,ruby-progressbar,rubocop,ruby-readability,sass-listen,sass,sassc,seed-fu,shoulda-context,shoulda-matchers,shoulda,sidekiq,sprockets-rails,sshkey,stackprof,tilt,uglifier,unf_ext,unf,unicorn,webmock,webpush
  552. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=actionmailer%2Cactionpack%2Cactionview%2Cactive_model_serializers%2Cactivejob%2Cactivemodel%2Cactiverecord%2Cactivesupport%2Caddressable%2Carel%2Cast%2Caws-eventstream%2Caws-partitions%2Caws-sdk-core%2Caws-sdk-kms%2Caws-sdk-s3%2Caws-sigv4%2Cbarber%2Cbootsnap%2Cbuilder%2Cbyebug%2Ccertified%2Cchunky_png%2Cclaide%2Ccolored2%2Cconcurrent-ruby%2Ccork%2Ccrass%2Cember-source%2Cerubi%2Cexecjs%2Cglobalid%2Ci18n%2Cjmespath%2Cloofah%2Cmail%2Cmini_mime%2Cmini_portile2%2Cminitest%2Cmsgpack%2Cnap%2Cnokogiri%2Cpublic_suffix%2Crack%2Crack-test%2Crails-dom-testing%2Crails-html-sanitizer%2Crake%2Cthread_safe%2Ctzinfo
  553. HTTP GET https://index.rubygems.org/info/rspec-support
  554. HTTP GET https://index.rubygems.org/info/rspec-core
  555. HTTP 200 OK https://index.rubygems.org/info/rspec-support
  556. HTTP 200 OK https://index.rubygems.org/info/rspec-expectations
  557. HTTP GET https://index.rubygems.org/info/rspec-mocks
  558. HTTP 200 OK https://index.rubygems.org/info/rspec-core
  559. HTTP GET https://index.rubygems.org/info/rspec
  560. HTTP GET https://index.rubygems.org/info/rspec-html-matchers
  561. HTTP 200 OK https://index.rubygems.org/info/rspec-mocks
  562. HTTP GET https://index.rubygems.org/info/rspec-rails
  563. HTTP 200 OK https://index.rubygems.org/info/rspec
  564. HTTP 200 OK https://index.rubygems.org/info/rspec-html-matchers
  565. HTTP GET https://index.rubygems.org/info/rtlit
  566. HTTP GET https://index.rubygems.org/info/ruby-progressbar
  567. HTTP 200 OK https://index.rubygems.org/info/ruby-progressbar
  568. HTTP 200 OK https://index.rubygems.org/info/rspec-rails
  569. HTTP GET https://index.rubygems.org/info/ruby-readability
  570. HTTP 200 OK https://index.rubygems.org/info/rtlit
  571. HTTP GET https://index.rubygems.org/info/sass-listen
  572. HTTP GET https://index.rubygems.org/info/rubocop
  573. HTTP 200 OK https://index.rubygems.org/info/rubocop
  574. HTTP 200 OK https://index.rubygems.org/info/sass-listen
  575. HTTP GET https://index.rubygems.org/info/sassc
  576. HTTP GET https://index.rubygems.org/info/sass
  577. HTTP 429 Too Many Requests https://index.rubygems.org/info/logstash-logger
  578. HTTP GET https://index.rubygems.org/info/seed-fu
  579. HTTP 200 OK https://index.rubygems.org/info/sassc
  580. HTTP 200 OK https://index.rubygems.org/info/seed-fu
  581. HTTP 429 Too Many Requests https://index.rubygems.org/info/mini_sql
  582. HTTP GET https://index.rubygems.org/info/shoulda
  583. HTTP 200 OK https://index.rubygems.org/info/sass
  584. HTTP 429 Too Many Requests https://index.rubygems.org/info/message_bus
  585. HTTP GET https://index.rubygems.org/info/sprockets-rails
  586. HTTP GET https://index.rubygems.org/info/shoulda-context
  587. HTTP 429 Too Many Requests https://index.rubygems.org/info/mini_racer
  588. HTTP GET https://index.rubygems.org/info/sshkey
  589. HTTP GET https://index.rubygems.org/info/shoulda-matchers
  590. HTTP GET https://index.rubygems.org/info/sidekiq
  591. HTTP 200 OK https://index.rubygems.org/info/sprockets-rails
  592. HTTP GET https://index.rubygems.org/info/stackprof
  593. HTTP 200 OK https://index.rubygems.org/info/shoulda-matchers
  594. HTTP GET https://index.rubygems.org/info/tilt
  595. HTTP 200 OK https://index.rubygems.org/info/sidekiq
  596. HTTP 200 OK https://index.rubygems.org/info/stackprof
  597. HTTP GET https://index.rubygems.org/info/uglifier
  598. HTTP 200 OK https://index.rubygems.org/info/tilt
  599. HTTP 200 OK https://index.rubygems.org/info/uglifier
  600. HTTP GET https://index.rubygems.org/info/unf
  601. HTTP 200 OK https://index.rubygems.org/info/bootsnap
  602. HTTP GET https://index.rubygems.org/info/webmock
  603. HTTP 200 OK https://index.rubygems.org/info/unf
  604. HTTP GET https://index.rubygems.org/info/webpush
  605. HTTP GET https://index.rubygems.org/info/unf_ext
  606. HTTP GET https://index.rubygems.org/info/unicorn
  607. HTTP 200 OK https://index.rubygems.org/info/webmock
  608. HTTP 200 OK https://index.rubygems.org/info/unf_ext
  609. HTTP 429 Too Many Requests https://index.rubygems.org/info/openid-redis-store
  610. HTTP 429 Too Many Requests https://index.rubygems.org/info/pry-nav
  611. HTTP 429 Too Many Requests https://index.rubygems.org/info/r2
  612. HTTP 200 OK https://index.rubygems.org/info/progress
  613. HTTP 429 Too Many Requests https://index.rubygems.org/info/rqrcode
  614. HTTP 429 Too Many Requests https://index.rubygems.org/info/ruby-readability
  615. HTTP 429 Too Many Requests https://index.rubygems.org/info/shoulda
  616. HTTP 429 Too Many Requests https://index.rubygems.org/info/shoulda-context
  617. HTTP 429 Too Many Requests https://index.rubygems.org/info/sshkey
  618. HTTP 429 Too Many Requests https://index.rubygems.org/info/unicorn
  619. HTTP 429 Too Many Requests https://index.rubygems.org/info/webpush
  620. HTTP 200 OK https://index.rubygems.org/info/fast_blank
  621. HTTP 200 OK https://index.rubygems.org/info/fastimage
  622. HTTP 200 OK https://index.rubygems.org/info/fast_xs
  623. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=actionmailer%2Cactionpack%2Cactionview%2Cactive_model_serializers%2Cactivejob%2Cactivemodel%2Cactiverecord%2Cactivesupport%2Caddressable%2Carel%2Cast%2Caws-eventstream%2Caws-partitions%2Caws-sdk-core%2Caws-sdk-kms%2Caws-sdk-s3%2Caws-sigv4%2Cbarber%2Cbootsnap%2Cbuilder%2Cbyebug%2Ccertified%2Cchunky_png%2Cclaide%2Ccolored2%2Cconcurrent-ruby%2Ccork%2Ccrass%2Cember-source%2Cerubi%2Cexecjs%2Cglobalid%2Ci18n%2Cjmespath%2Cloofah%2Cmail%2Cmini_mime%2Cmini_portile2%2Cminitest%2Cmsgpack%2Cnap%2Cnokogiri%2Cpublic_suffix%2Crack%2Crack-test%2Crails-dom-testing%2Crails-html-sanitizer%2Crake%2Cthread_safe%2Ctzinfo
  624. HTTP 429 Too Many Requests https://index.rubygems.org/info/onebox
  625. HTTP 200 OK https://index.rubygems.org/info/ember-data-source
  626. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=claide-plugins%2Ccoderay%2Cconnection_pool%2Ccppjieba_rb%2Ccrack%2Cdanger%2Cdiff-lcs%2Cdiscourse_image_optim%2Cemail_reply_trimmer%2Cember-data-source%2Cember-handlebars-template%2Cember-rails%2Cexcon%2Cexifr%2Cfabrication%2Cfakeweb%2Cfaraday%2Cfaraday-http-cache%2Cfast_blank%2Cfast_xor%2Cfast_xs%2Cfastimage%2Cffi%2Cflamegraph%2Cfspath%2Cgc_tracer%2Cgit%2Cguess_html_encoding%2Chashdiff%2Chashie%2Chighline%2Chiredis%2Cimage_size%2Cin_threads%2Cjquery-rails%2Ckramdown%2Cmethod_source%2Cmultipart-post%2Cno_proxy_fix%2Coctokit%2Copen4%2Cprogress%2Crailties%2Crake-compiler%2Csafe_yaml%2Csawyer%2Csprockets%2Cterminal-table%2Cthor%2Cunicode-display_width
  627. HTTP 200 OK https://index.rubygems.org/info/fast_xor
  628. HTTP 200 OK https://index.rubygems.org/info/flamegraph
  629. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=claide-plugins%2Ccoderay%2Cconnection_pool%2Ccppjieba_rb%2Ccrack%2Cdanger%2Cdiff-lcs%2Cdiscourse_image_optim%2Cemail_reply_trimmer%2Cember-data-source%2Cember-handlebars-template%2Cember-rails%2Cexcon%2Cexifr%2Cfabrication%2Cfakeweb%2Cfaraday%2Cfaraday-http-cache%2Cfast_blank%2Cfast_xor%2Cfast_xs%2Cfastimage%2Cffi%2Cflamegraph%2Cfspath%2Cgc_tracer%2Cgit%2Cguess_html_encoding%2Chashdiff%2Chashie%2Chighline%2Chiredis%2Cimage_size%2Cin_threads%2Cjquery-rails%2Ckramdown%2Cmethod_source%2Cmultipart-post%2Cno_proxy_fix%2Coctokit%2Copen4%2Cprogress%2Crailties%2Crake-compiler%2Csafe_yaml%2Csawyer%2Csprockets%2Cterminal-table%2Cthor%2Cunicode-display_width
  630. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=hkdf%2Chtmlentities%2Chttp_accept_language%2Cjaro_winkler%2Cjwt%2Ckgio%2Clibv8%2Clisten%2Clograge%2Clogstash-event%2Clogstash-logger%2Clogster%2Clru_redux%2Cmaxminddb%2Cmemory_profiler%2Cmessage_bus%2Cmetaclass%2Cmini_racer%2Cmini_scheduler%2Cmini_sql%2Cmini_suffix%2Cmocha%2Cmock_redis%2Cmoneta%2Cmulti_json%2Cmulti_xml%2Cmustache%2Cnokogumbo%2Coauth%2Coauth2%2Coj%2Comniauth%2Comniauth-facebook%2Comniauth-github%2Comniauth-google-oauth2%2Comniauth-instagram%2Comniauth-oauth%2Comniauth-oauth2%2Comniauth-openid%2Comniauth-twitter%2Conebox%2Copenid-redis-store%2Crack-openid%2Crb-fsevent%2Crb-inotify%2Credis%2Crequest_store%2Cruby-openid%2Cruby_dep%2Csanitize
  631. HTTP 200 OK https://index.rubygems.org/info/http_accept_language
  632. HTTP 200 OK https://index.rubygems.org/info/rotp
  633. HTTP 200 OK https://index.rubygems.org/info/in_threads
  634. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=hkdf%2Chtmlentities%2Chttp_accept_language%2Cjaro_winkler%2Cjwt%2Ckgio%2Clibv8%2Clisten%2Clograge%2Clogstash-event%2Clogstash-logger%2Clogster%2Clru_redux%2Cmaxminddb%2Cmemory_profiler%2Cmessage_bus%2Cmetaclass%2Cmini_racer%2Cmini_scheduler%2Cmini_sql%2Cmini_suffix%2Cmocha%2Cmock_redis%2Cmoneta%2Cmulti_json%2Cmulti_xml%2Cmustache%2Cnokogumbo%2Coauth%2Coauth2%2Coj%2Comniauth%2Comniauth-facebook%2Comniauth-github%2Comniauth-google-oauth2%2Comniauth-instagram%2Comniauth-oauth%2Comniauth-oauth2%2Comniauth-openid%2Comniauth-twitter%2Conebox%2Copenid-redis-store%2Crack-openid%2Crb-fsevent%2Crb-inotify%2Credis%2Crequest_store%2Cruby-openid%2Cruby_dep%2Csanitize
  635. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=parallel%2Cparser%2Cpg%2Cpowerpack%2Cpry%2Cpry-nav%2Cpry-rails%2Cpuma%2Cr2%2Crack-mini-profiler%2Crack-protection%2Crails_multisite%2Crainbow%2Craindrops%2Crbtrace%2Crchardet%2Credis-namespace%2Crinku%2Crotp%2Crqrcode%2Crspec%2Crspec-core%2Crspec-expectations%2Crspec-html-matchers%2Crspec-mocks%2Crspec-rails%2Crspec-support%2Crtlit%2Crubocop%2Cruby-progressbar%2Cruby-readability%2Csass%2Csass-listen%2Csassc%2Cseed-fu%2Cshoulda%2Cshoulda-context%2Cshoulda-matchers%2Csidekiq%2Cslop%2Csprockets-rails%2Csshkey%2Cstackprof%2Ctilt%2Ctrollop%2Cuglifier%2Cunf%2Cunf_ext%2Cunicorn%2Cwebmock
  636. HTTP 200 OK https://index.rubygems.org/info/kgio
  637. HTTP 200 OK https://index.rubygems.org/info/lograge
  638. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=parallel%2Cparser%2Cpg%2Cpowerpack%2Cpry%2Cpry-nav%2Cpry-rails%2Cpuma%2Cr2%2Crack-mini-profiler%2Crack-protection%2Crails_multisite%2Crainbow%2Craindrops%2Crbtrace%2Crchardet%2Credis-namespace%2Crinku%2Crotp%2Crqrcode%2Crspec%2Crspec-core%2Crspec-expectations%2Crspec-html-matchers%2Crspec-mocks%2Crspec-rails%2Crspec-support%2Crtlit%2Crubocop%2Cruby-progressbar%2Cruby-readability%2Csass%2Csass-listen%2Csassc%2Cseed-fu%2Cshoulda%2Cshoulda-context%2Cshoulda-matchers%2Csidekiq%2Cslop%2Csprockets-rails%2Csshkey%2Cstackprof%2Ctilt%2Ctrollop%2Cuglifier%2Cunf%2Cunf_ext%2Cunicorn%2Cwebmock
  639. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=webpush
  640. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=webpush
  641. Query List: ["text-format", "rack-cache", "rack-mount", "erubis", "journey", "rails-deprecated_sanitizer", "case_transform", "jsonapi-renderer", "jsonapi", "activemodel-globalid", "bcrypt-ruby", "activerecord-deprecated_finders", "json", "memcache-client", "launchy", "jamespath", "handlebars-source", "ember-template-compiler-source", "snappy", "columnize", "debugger-linecache", "rb-readline", "ref", "functional-ruby", "colored", "json_pure", "hoe", "mime-types", "treetop", "tlsmail", "mini_portile", "weakling", "racc", "rexical", "pkg-config", "tenderlove-frex", "test-spec", "camping", "fcgi", "mongrel", "thin", "atomic", "gitlab", "redcarpet", "grit", "ember-cli-assets", "ember-es6_template", "active-model-adapter-source", "rcov", "bones", "fast_stack", "ffi-xattr", "rb-appscript", "xattr", "termios", "rails", "ruby_parser", "faraday_middleware", "rash", "netrc", "newgem", "rdoc", "rack-ssl", "psych", "uri_template", "yajl-ruby", "hike", "rb-kqueue", "celluloid", "rb-fchange", "celluloid-io", "stud", "eventmachine", "ruby-hmac", "httpauth", "faraday-middleware", "oa-core", "oa-oauth", "oa-openid", "oa-basic", "oa-enterprise", "oa-more", "hexpress", "opengraph_parser", "pdf-reader", "verbal_expressions", "ruby-yadis", "hpricot", "sexp_processor", "win32console", "spoon", "yard", "pry-doc", "escape_utils", "optimist", "base32", "cucumber", "syntax", "spicycode-rcov", "webrat", "rspec-collection_matchers", "astrolabe", "term-ansicolor", "backports", "tins", "bundler", "bourne", "sinatra", "slim", "sprockets-sass", "compass", "curses", "therubyracer"]
  642. Query Gemcutter Dependency Endpoint API: text-format,rack-cache,rack-mount,erubis,journey,rails-deprecated_sanitizer,case_transform,jsonapi-renderer,jsonapi,activemodel-globalid,bcrypt-ruby,activerecord-deprecated_finders,json,memcache-client,launchy,jamespath,handlebars-source,ember-template-compiler-source,snappy,columnize,debugger-linecache,rb-readline,ref,functional-ruby,colored,json_pure,hoe,mime-types,treetop,tlsmail,mini_portile,weakling,racc,rexical,pkg-config,tenderlove-frex,test-spec,camping,fcgi,mongrel,thin,atomic,gitlab,redcarpet,grit,ember-cli-assets,ember-es6_template,active-model-adapter-source,rcov,bones,fast_stack,ffi-xattr,rb-appscript,xattr,termios,rails,ruby_parser,faraday_middleware,rash,netrc,newgem,rdoc,rack-ssl,psych,uri_template,yajl-ruby,hike,rb-kqueue,celluloid,rb-fchange,celluloid-io,stud,eventmachine,ruby-hmac,httpauth,faraday-middleware,oa-core,oa-oauth,oa-openid,oa-basic,oa-enterprise,oa-more,hexpress,opengraph_parser,pdf-reader,verbal_expressions,ruby-yadis,hpricot,sexp_processor,win32console,spoon,yard,pry-doc,escape_utils,optimist,base32,cucumber,syntax,spicycode-rcov,webrat,rspec-collection_matchers,astrolabe,term-ansicolor,backports,tins,bundler,bourne,sinatra,slim,sprockets-sass,compass,curses,therubyracer
  643. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=active-model-adapter-source%2Cactivemodel-globalid%2Cactiverecord-deprecated_finders%2Catomic%2Cbcrypt-ruby%2Cbones%2Ccamping%2Ccase_transform%2Ccolored%2Ccolumnize%2Cdebugger-linecache%2Cember-cli-assets%2Cember-es6_template%2Cember-template-compiler-source%2Cerubis%2Cfcgi%2Cfunctional-ruby%2Cgitlab%2Cgrit%2Chandlebars-source%2Choe%2Cjamespath%2Cjourney%2Cjson%2Cjson_pure%2Cjsonapi%2Cjsonapi-renderer%2Claunchy%2Cmemcache-client%2Cmime-types%2Cmini_portile%2Cmongrel%2Cpkg-config%2Cracc%2Crack-cache%2Crack-mount%2Crails-deprecated_sanitizer%2Crb-readline%2Crcov%2Credcarpet%2Cref%2Crexical%2Csnappy%2Ctenderlove-frex%2Ctest-spec%2Ctext-format%2Cthin%2Ctlsmail%2Ctreetop%2Cweakling
  644. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=active-model-adapter-source%2Cactivemodel-globalid%2Cactiverecord-deprecated_finders%2Catomic%2Cbcrypt-ruby%2Cbones%2Ccamping%2Ccase_transform%2Ccolored%2Ccolumnize%2Cdebugger-linecache%2Cember-cli-assets%2Cember-es6_template%2Cember-template-compiler-source%2Cerubis%2Cfcgi%2Cfunctional-ruby%2Cgitlab%2Cgrit%2Chandlebars-source%2Choe%2Cjamespath%2Cjourney%2Cjson%2Cjson_pure%2Cjsonapi%2Cjsonapi-renderer%2Claunchy%2Cmemcache-client%2Cmime-types%2Cmini_portile%2Cmongrel%2Cpkg-config%2Cracc%2Crack-cache%2Crack-mount%2Crails-deprecated_sanitizer%2Crb-readline%2Crcov%2Credcarpet%2Cref%2Crexical%2Csnappy%2Ctenderlove-frex%2Ctest-spec%2Ctext-format%2Cthin%2Ctlsmail%2Ctreetop%2Cweakling
  645. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=base32%2Ccelluloid%2Ccelluloid-io%2Ccucumber%2Cescape_utils%2Ceventmachine%2Cfaraday-middleware%2Cfaraday_middleware%2Cfast_stack%2Cffi-xattr%2Chexpress%2Chike%2Chpricot%2Chttpauth%2Cnetrc%2Cnewgem%2Coa-basic%2Coa-core%2Coa-enterprise%2Coa-more%2Coa-oauth%2Coa-openid%2Copengraph_parser%2Coptimist%2Cpdf-reader%2Cpry-doc%2Cpsych%2Crack-ssl%2Crails%2Crash%2Crb-appscript%2Crb-fchange%2Crb-kqueue%2Crdoc%2Cruby-hmac%2Cruby-yadis%2Cruby_parser%2Csexp_processor%2Cspicycode-rcov%2Cspoon%2Cstud%2Csyntax%2Ctermios%2Curi_template%2Cverbal_expressions%2Cwebrat%2Cwin32console%2Cxattr%2Cyajl-ruby%2Cyard
  646. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=base32%2Ccelluloid%2Ccelluloid-io%2Ccucumber%2Cescape_utils%2Ceventmachine%2Cfaraday-middleware%2Cfaraday_middleware%2Cfast_stack%2Cffi-xattr%2Chexpress%2Chike%2Chpricot%2Chttpauth%2Cnetrc%2Cnewgem%2Coa-basic%2Coa-core%2Coa-enterprise%2Coa-more%2Coa-oauth%2Coa-openid%2Copengraph_parser%2Coptimist%2Cpdf-reader%2Cpry-doc%2Cpsych%2Crack-ssl%2Crails%2Crash%2Crb-appscript%2Crb-fchange%2Crb-kqueue%2Crdoc%2Cruby-hmac%2Cruby-yadis%2Cruby_parser%2Csexp_processor%2Cspicycode-rcov%2Cspoon%2Cstud%2Csyntax%2Ctermios%2Curi_template%2Cverbal_expressions%2Cwebrat%2Cwin32console%2Cxattr%2Cyajl-ruby%2Cyard
  647. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=astrolabe%2Cbackports%2Cbourne%2Cbundler%2Ccompass%2Ccurses%2Crspec-collection_matchers%2Csinatra%2Cslim%2Csprockets-sass%2Cterm-ansicolor%2Ctherubyracer%2Ctins
  648. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=astrolabe%2Cbackports%2Cbourne%2Cbundler%2Ccompass%2Ccurses%2Crspec-collection_matchers%2Csinatra%2Cslim%2Csprockets-sass%2Cterm-ansicolor%2Ctherubyracer%2Ctins
  649. Query List: ["bcrypt", "loquacious", "little-plugger", "bones-git", "bones-extras", "mab", "markaby", "metaid", "debugger-ruby_core_source", "ruby_core_source", "babel-transpiler", "abstract", "httparty", "posix-spawn", "rubyforge", "RubyInline", "gemcutter", "spruz", "jsonapi-parser", "configuration", "ZenTest", "mime-types-data", "archive-tar-minitar", "gem_plugin", "cgi_multipart_eof_fix", "daemons", "fastthread", "multimap", "snappy-jars", "flexmock", "text-hyphen", "eventmachine-le", "http_parser.rb", "preforker", "polyglot", "facets", "timers", "rspec-logsplit", "celluloid-extras", "celluloid-fsm", "celluloid-pool", "celluloid-supervision", "celluloid-essentials", "dotenv", "nenv", "facter", "nio4r", "multi_test", "gherkin", "cucumber-wire", "cucumber-expressions", "cucumber-core", "gherkin3", "event-bus", "cucumber-formatter-dots", "roauth", "rubigen", "RedCloth", "rest-client", "restclient", "net-ldap", "pyu-ruby-sasl", "rubyntlm", "uuid", "XMLCanonicalizer", "ruby-openid-apps-discovery", "Ascii85", "ruby-rc4", "hashery", "ttfunk", "afm", "jar-dependencies", "activestorage", "actioncable", "activeresource", "actionwebservice", "win32-api", "ParseTree", "metriks", "haml", "compass-core", "compass-import-once", "fssm", "mustermann", "shotgun", "temple", "sprockets-helpers"]
  650. Query Gemcutter Dependency Endpoint API: bcrypt,loquacious,little-plugger,bones-git,bones-extras,mab,markaby,metaid,debugger-ruby_core_source,ruby_core_source,babel-transpiler,abstract,httparty,posix-spawn,rubyforge,RubyInline,gemcutter,spruz,jsonapi-parser,configuration,ZenTest,mime-types-data,archive-tar-minitar,gem_plugin,cgi_multipart_eof_fix,daemons,fastthread,multimap,snappy-jars,flexmock,text-hyphen,eventmachine-le,http_parser.rb,preforker,polyglot,facets,timers,rspec-logsplit,celluloid-extras,celluloid-fsm,celluloid-pool,celluloid-supervision,celluloid-essentials,dotenv,nenv,facter,nio4r,multi_test,gherkin,cucumber-wire,cucumber-expressions,cucumber-core,gherkin3,event-bus,cucumber-formatter-dots,roauth,rubigen,RedCloth,rest-client,restclient,net-ldap,pyu-ruby-sasl,rubyntlm,uuid,XMLCanonicalizer,ruby-openid-apps-discovery,Ascii85,ruby-rc4,hashery,ttfunk,afm,jar-dependencies,activestorage,actioncable,activeresource,actionwebservice,win32-api,ParseTree,metriks,haml,compass-core,compass-import-once,fssm,mustermann,shotgun,temple,sprockets-helpers
  651. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=RubyInline%2CZenTest%2Cabstract%2Carchive-tar-minitar%2Cbabel-transpiler%2Cbcrypt%2Cbones-extras%2Cbones-git%2Ccelluloid-essentials%2Ccelluloid-extras%2Ccelluloid-fsm%2Ccelluloid-pool%2Ccelluloid-supervision%2Ccgi_multipart_eof_fix%2Cconfiguration%2Ccucumber-wire%2Cdaemons%2Cdebugger-ruby_core_source%2Cdotenv%2Ceventmachine-le%2Cfacets%2Cfacter%2Cfastthread%2Cflexmock%2Cgem_plugin%2Cgemcutter%2Cgherkin%2Chttp_parser.rb%2Chttparty%2Cjsonapi-parser%2Clittle-plugger%2Cloquacious%2Cmab%2Cmarkaby%2Cmetaid%2Cmime-types-data%2Cmulti_test%2Cmultimap%2Cnenv%2Cnio4r%2Cpolyglot%2Cposix-spawn%2Cpreforker%2Crspec-logsplit%2Cruby_core_source%2Crubyforge%2Csnappy-jars%2Cspruz%2Ctext-hyphen%2Ctimers
  652. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=RubyInline%2CZenTest%2Cabstract%2Carchive-tar-minitar%2Cbabel-transpiler%2Cbcrypt%2Cbones-extras%2Cbones-git%2Ccelluloid-essentials%2Ccelluloid-extras%2Ccelluloid-fsm%2Ccelluloid-pool%2Ccelluloid-supervision%2Ccgi_multipart_eof_fix%2Cconfiguration%2Ccucumber-wire%2Cdaemons%2Cdebugger-ruby_core_source%2Cdotenv%2Ceventmachine-le%2Cfacets%2Cfacter%2Cfastthread%2Cflexmock%2Cgem_plugin%2Cgemcutter%2Cgherkin%2Chttp_parser.rb%2Chttparty%2Cjsonapi-parser%2Clittle-plugger%2Cloquacious%2Cmab%2Cmarkaby%2Cmetaid%2Cmime-types-data%2Cmulti_test%2Cmultimap%2Cnenv%2Cnio4r%2Cpolyglot%2Cposix-spawn%2Cpreforker%2Crspec-logsplit%2Cruby_core_source%2Crubyforge%2Csnappy-jars%2Cspruz%2Ctext-hyphen%2Ctimers
  653. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=Ascii85%2CParseTree%2CRedCloth%2CXMLCanonicalizer%2Cactioncable%2Cactionwebservice%2Cactiveresource%2Cactivestorage%2Cafm%2Ccompass-core%2Ccompass-import-once%2Ccucumber-core%2Ccucumber-expressions%2Ccucumber-formatter-dots%2Cevent-bus%2Cfssm%2Cgherkin3%2Chaml%2Chashery%2Cjar-dependencies%2Cmetriks%2Cmustermann%2Cnet-ldap%2Cpyu-ruby-sasl%2Crest-client%2Crestclient%2Croauth%2Crubigen%2Cruby-openid-apps-discovery%2Cruby-rc4%2Crubyntlm%2Cshotgun%2Csprockets-helpers%2Ctemple%2Cttfunk%2Cuuid%2Cwin32-api
  654. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=Ascii85%2CParseTree%2CRedCloth%2CXMLCanonicalizer%2Cactioncable%2Cactionwebservice%2Cactiveresource%2Cactivestorage%2Cafm%2Ccompass-core%2Ccompass-import-once%2Ccucumber-core%2Ccucumber-expressions%2Ccucumber-formatter-dots%2Cevent-bus%2Cfssm%2Cgherkin3%2Chaml%2Chashery%2Cjar-dependencies%2Cmetriks%2Cmustermann%2Cnet-ldap%2Cpyu-ruby-sasl%2Crest-client%2Crestclient%2Croauth%2Crubigen%2Cruby-openid-apps-discovery%2Cruby-rc4%2Crubyntlm%2Cshotgun%2Csprockets-helpers%2Ctemple%2Cttfunk%2Cuuid%2Cwin32-api
  655. Query List: ["minitar-cli", "minitar", "babel-source", "bones-rcov", "bones-rubyforge", "bones-rspec", "bones-zentest", "celluloid-gems", "coveralls", "dotenv-deployment", "CFPropertyList", "sys-admin", "win32-dir", "windows-api", "windows-pr", "win32-security", "net-scp", "cucumber-messages", "c21e", "jnunemaker-crack", "echoe", "hitimes", "SexpProcessor", "log4r", "websocket-driver", "em-hiredis", "faye-websocket", "coffee-rails", "activemodel-serializers-xml", "rails-observers", "marcel", "cucumber-tag_expressions", "os", "maruku", "blankslate", "ruby-maven", "avl_tree", "rbtree", "tool", "http-cookie", "http-accept", "thoughtbot-shoulda", "macaddr", "test-unit"]
  656. Query Gemcutter Dependency Endpoint API: minitar-cli,minitar,babel-source,bones-rcov,bones-rubyforge,bones-rspec,bones-zentest,celluloid-gems,coveralls,dotenv-deployment,CFPropertyList,sys-admin,win32-dir,windows-api,windows-pr,win32-security,net-scp,cucumber-messages,c21e,jnunemaker-crack,echoe,hitimes,SexpProcessor,log4r,websocket-driver,em-hiredis,faye-websocket,coffee-rails,activemodel-serializers-xml,rails-observers,marcel,cucumber-tag_expressions,os,maruku,blankslate,ruby-maven,avl_tree,rbtree,tool,http-cookie,http-accept,thoughtbot-shoulda,macaddr,test-unit
  657. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=CFPropertyList%2CSexpProcessor%2Cactivemodel-serializers-xml%2Cavl_tree%2Cbabel-source%2Cblankslate%2Cbones-rcov%2Cbones-rspec%2Cbones-rubyforge%2Cbones-zentest%2Cc21e%2Ccelluloid-gems%2Ccoffee-rails%2Ccoveralls%2Ccucumber-messages%2Ccucumber-tag_expressions%2Cdotenv-deployment%2Cechoe%2Cem-hiredis%2Cfaye-websocket%2Chitimes%2Chttp-accept%2Chttp-cookie%2Cjnunemaker-crack%2Clog4r%2Cmacaddr%2Cmarcel%2Cmaruku%2Cminitar%2Cminitar-cli%2Cnet-scp%2Cos%2Crails-observers%2Crbtree%2Cruby-maven%2Csys-admin%2Ctest-unit%2Cthoughtbot-shoulda%2Ctool%2Cwebsocket-driver%2Cwin32-dir%2Cwin32-security%2Cwindows-api%2Cwindows-pr
  658. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=CFPropertyList%2CSexpProcessor%2Cactivemodel-serializers-xml%2Cavl_tree%2Cbabel-source%2Cblankslate%2Cbones-rcov%2Cbones-rspec%2Cbones-rubyforge%2Cbones-zentest%2Cc21e%2Ccelluloid-gems%2Ccoffee-rails%2Ccoveralls%2Ccucumber-messages%2Ccucumber-tag_expressions%2Cdotenv-deployment%2Cechoe%2Cem-hiredis%2Cfaye-websocket%2Chitimes%2Chttp-accept%2Chttp-cookie%2Cjnunemaker-crack%2Clog4r%2Cmacaddr%2Cmarcel%2Cmaruku%2Cminitar%2Cminitar-cli%2Cnet-scp%2Cos%2Crails-observers%2Crbtree%2Cruby-maven%2Csys-admin%2Ctest-unit%2Cthoughtbot-shoulda%2Ctool%2Cwebsocket-driver%2Cwin32-dir%2Cwin32-security%2Cwindows-api%2Cwindows-pr
  659. Query List: ["libxml-ruby", "coffee-script", "simplecov", "colorize", "google-protobuf", "allison", "mkrf", "domain_name", "sqlite3", "systemu", "mimemagic", "powerbar", "net-ssh", "ruby-maven-libs", "maven-tools", "power_assert", "websocket-extensions", "ffi-win32-extensions"]
  660. Query Gemcutter Dependency Endpoint API: libxml-ruby,coffee-script,simplecov,colorize,google-protobuf,allison,mkrf,domain_name,sqlite3,systemu,mimemagic,powerbar,net-ssh,ruby-maven-libs,maven-tools,power_assert,websocket-extensions,ffi-win32-extensions
  661. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=allison%2Ccoffee-script%2Ccolorize%2Cdomain_name%2Cffi-win32-extensions%2Cgoogle-protobuf%2Clibxml-ruby%2Cmaven-tools%2Cmimemagic%2Cmkrf%2Cnet-ssh%2Cpower_assert%2Cpowerbar%2Cruby-maven-libs%2Csimplecov%2Csqlite3%2Csystemu%2Cwebsocket-extensions
  662. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=allison%2Ccoffee-script%2Ccolorize%2Cdomain_name%2Cffi-win32-extensions%2Cgoogle-protobuf%2Clibxml-ruby%2Cmaven-tools%2Cmimemagic%2Cmkrf%2Cnet-ssh%2Cpower_assert%2Cpowerbar%2Cruby-maven-libs%2Csimplecov%2Csqlite3%2Csystemu%2Cwebsocket-extensions
  663. Query List: ["coffee-script-source", "virtus", "needle", "jruby-pageant", "bcrypt_pbkdf", "rbnacl", "rbnacl-libsodium", "pattern-match", "ansi", "docile", "simplecov-html", "lockfile"]
  664. Query Gemcutter Dependency Endpoint API: coffee-script-source,virtus,needle,jruby-pageant,bcrypt_pbkdf,rbnacl,rbnacl-libsodium,pattern-match,ansi,docile,simplecov-html,lockfile
  665. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=ansi%2Cbcrypt_pbkdf%2Ccoffee-script-source%2Cdocile%2Cjruby-pageant%2Clockfile%2Cneedle%2Cpattern-match%2Crbnacl%2Crbnacl-libsodium%2Csimplecov-html%2Cvirtus
  666. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=ansi%2Cbcrypt_pbkdf%2Ccoffee-script-source%2Cdocile%2Cjruby-pageant%2Clockfile%2Cneedle%2Cpattern-match%2Crbnacl%2Crbnacl-libsodium%2Csimplecov-html%2Cvirtus
  667. Query List: ["descendants_tracker", "axiom-types", "coercible", "equalizer"]
  668. Query Gemcutter Dependency Endpoint API: descendants_tracker,axiom-types,coercible,equalizer
  669. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=axiom-types%2Ccoercible%2Cdescendants_tracker%2Cequalizer
  670. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=axiom-types%2Ccoercible%2Cdescendants_tracker%2Cequalizer
  671. Query List: ["ice_nine", "adamantium"]
  672. Query Gemcutter Dependency Endpoint API: ice_nine,adamantium
  673. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=adamantium%2Cice_nine
  674. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=adamantium%2Cice_nine
  675. Query List: ["memoizable"]
  676. Query Gemcutter Dependency Endpoint API: memoizable
  677. HTTP GET https://index.rubygems.org/api/v1/dependencies?gems=memoizable
  678. HTTP 200 OK https://index.rubygems.org/api/v1/dependencies?gems=memoizable
  679. Query List: []
  680. Using rake 12.3.1
  681. 2:  rake (12.3.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rake-12.3.1.gemspec
  682. Using concurrent-ruby 1.0.5
  683. 2:  concurrent-ruby (1.0.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/concurrent-ruby-1.0.5.gemspec
  684. Using minitest 5.11.3
  685. 2:  minitest (5.11.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/minitest-5.11.3.gemspec
  686. Using thread_safe 0.3.6
  687. 2:  thread_safe (0.3.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/thread_safe-0.3.6.gemspec
  688. Using builder 3.2.3
  689. 2:  builder (3.2.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/builder-3.2.3.gemspec
  690. Using erubi 1.7.1
  691. 2:  erubi (1.7.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/erubi-1.7.1.gemspec
  692. Using mini_portile2 2.3.0
  693. 2:  mini_portile2 (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_portile2-2.3.0.gemspec
  694. Using crass 1.0.4
  695. 2:  crass (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/crass-1.0.4.gemspec
  696. Fetching rack 2.0.6
  697. Using mini_mime 1.0.0
  698. 1:  mini_mime (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_mime-1.0.0.gemspec
  699. Using arel 9.0.0
  700. 1:  arel (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/arel-9.0.0.gemspec
  701. Using public_suffix 3.0.2
  702. 1:  public_suffix (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/public_suffix-3.0.2.gemspec
  703. Using ast 2.4.0
  704. 1:  ast (2.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ast-2.4.0.gemspec
  705. Using aws-eventstream 1.0.1
  706. 1:  aws-eventstream (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-eventstream-1.0.1.gemspec
  707. Using aws-partitions 1.104.0
  708. 1:  aws-partitions (1.104.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-partitions-1.104.0.gemspec
  709. Using aws-sigv4 1.0.3
  710. 1:  aws-sigv4 (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-sigv4-1.0.3.gemspec
  711. Using jmespath 1.4.0
  712. Using ember-source 2.13.3
  713. 1:  jmespath (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/jmespath-1.4.0.gemspec
  714. Using execjs 2.7.0
  715. 1:  execjs (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/execjs-2.7.0.gemspec
  716. Using msgpack 1.2.4
  717. 1:  msgpack (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/msgpack-1.2.4.gemspec
  718. Using bundler 1.17.1
  719. 1:  bundler (1.17.1) from /usr/local/lib/ruby/gems/2.5.0/specifications/bundler-1.17.1.gemspec
  720. Using byebug 10.0.2
  721. 1:  byebug (10.0.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/byebug-10.0.2.gemspec
  722. Using certified 1.0.0
  723. 1:  certified (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/certified-1.0.0.gemspec
  724. Using chunky_png 1.3.10
  725. 1:  chunky_png (1.3.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/chunky_png-1.3.10.gemspec
  726. Using claide 1.0.2
  727. 1:  claide (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/claide-1.0.2.gemspec
  728. Using colored2 3.1.2
  729. 1:  colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/colored2-3.1.2.gemspec
  730. Using nap 1.1.0
  731. 1:  nap (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/nap-1.1.0.gemspec
  732. Using open4 1.3.4
  733. 1:  open4 (1.3.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/open4-1.3.4.gemspec
  734. Using coderay 1.1.2
  735. 1:  coderay (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/coderay-1.1.2.gemspec
  736. Using connection_pool 2.2.2
  737. 1:  connection_pool (2.2.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/connection_pool-2.2.2.gemspec
  738. Using cppjieba_rb 0.3.0
  739. 1:  cppjieba_rb (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/cppjieba_rb-0.3.0.gemspec
  740. Using safe_yaml 1.0.4
  741. 1:  safe_yaml (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/safe_yaml-1.0.4.gemspec
  742. Using multipart-post 2.0.0
  743. 1:  multipart-post (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/multipart-post-2.0.0.gemspec
  744. Using git 1.4.0
  745. 1:  git (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/git-1.4.0.gemspec
  746. Using kramdown 1.17.0
  747. 1:  kramdown (1.17.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/kramdown-1.17.0.gemspec
  748. Using no_proxy_fix 0.1.2
  749. 1:  no_proxy_fix (0.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/no_proxy_fix-0.1.2.gemspec
  750. Using unicode-display_width 1.4.0
  751. 1:  unicode-display_width (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/unicode-display_width-1.4.0.gemspec
  752. Using diff-lcs 1.3
  753. 1:  diff-lcs (1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/diff-lcs-1.3.gemspec
  754. Using exifr 1.3.4
  755. 1:  exifr (1.3.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/exifr-1.3.4.gemspec
  756. Using fspath 3.1.0
  757. 1:  fspath (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fspath-3.1.0.gemspec
  758. Using image_size 1.5.0
  759. 1:  image_size (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/image_size-1.5.0.gemspec
  760. Using in_threads 1.5.0
  761. 1:  in_threads (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/in_threads-1.5.0.gemspec
  762. Using progress 3.4.0
  763. 1:  progress (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/progress-3.4.0.gemspec
  764. Using email_reply_trimmer 0.1.12
  765. 1:  email_reply_trimmer (0.1.12) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/email_reply_trimmer-0.1.12.gemspec
  766. Using method_source 0.8.2
  767. 1:  method_source (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/method_source-0.8.2.gemspec
  768. Using thor 0.19.4
  769. 1:  thor (0.19.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/thor-0.19.4.gemspec
  770. Using excon 0.62.0
  771. 1:  excon (0.62.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/excon-0.62.0.gemspec
  772. Using fabrication 2.20.1
  773. 1:  fabrication (2.20.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fabrication-2.20.1.gemspec
  774. Using fakeweb 1.3.0
  775. 1:  fakeweb (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fakeweb-1.3.0.gemspec
  776. Using fast_blank 1.0.0
  777. 1:  fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fast_blank-1.0.0.gemspec
  778. Using rake-compiler 1.0.4
  779. 1:  rake-compiler (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rake-compiler-1.0.4.gemspec
  780. Using fast_xs 0.8.0
  781. 1:  fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fast_xs-0.8.0.gemspec
  782. Using fastimage 2.1.3
  783. 1:  fastimage (2.1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fastimage-2.1.3.gemspec
  784. Using ffi 1.9.25
  785. 1:  ffi (1.9.25) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ffi-1.9.25.gemspec
  786. Using flamegraph 0.9.5
  787. 1:  flamegraph (0.9.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/flamegraph-0.9.5.gemspec
  788. Using gc_tracer 1.5.1
  789. 1:  gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/gc_tracer-1.5.1.gemspec
  790. Using guess_html_encoding 0.0.11
  791. 1:  guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/guess_html_encoding-0.0.11.gemspec
  792. Using hashdiff 0.3.7
  793. 1:  hashdiff (0.3.7) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/hashdiff-0.3.7.gemspec
  794. Using hashie 3.5.7
  795. 1:  hashie (3.5.7) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/hashie-3.5.7.gemspec
  796. Using highline 1.7.10
  797. 1:  highline (1.7.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/highline-1.7.10.gemspec
  798. Using hiredis 0.6.1
  799. 1:  hiredis (0.6.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/hiredis-0.6.1.gemspec
  800. Using hkdf 0.3.0
  801. 1:  hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/hkdf-0.3.0.gemspec
  802. Using htmlentities 4.3.4
  803. 1:  htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/htmlentities-4.3.4.gemspec
  804. Using http_accept_language 2.0.5
  805. 1:  http_accept_language (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/http_accept_language-2.0.5.gemspec
  806. Using jaro_winkler 1.5.1
  807. 1:  jaro_winkler (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/jaro_winkler-1.5.1.gemspec
  808. Using jwt 1.5.6
  809. 1:  jwt (1.5.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/jwt-1.5.6.gemspec
  810. Using kgio 2.11.2
  811. 1:  kgio (2.11.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/kgio-2.11.2.gemspec
  812. Using libv8 6.7.288.46.1 (x86_64-linux)
  813. 1:  libv8 (6.7.288.46.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/libv8-6.7.288.46.1-x86_64-linux.gemspec
  814. Using rb-fsevent 0.10.3
  815. 1:  rb-fsevent (0.10.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rb-fsevent-0.10.3.gemspec
  816. Using ruby_dep 1.5.0
  817. 1:  ruby_dep (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ruby_dep-1.5.0.gemspec
  818. Using logstash-event 1.2.02
  819. 1:  logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/logstash-event-1.2.02.gemspec
  820. Using logster 1.2.11
  821. 1:  logster (1.2.11) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/logster-1.2.11.gemspec
  822. Using lru_redux 1.1.0
  823. 1:  lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/lru_redux-1.1.0.gemspec
  824. Using maxminddb 0.1.21
  825. 1:  maxminddb (0.1.21) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/maxminddb-0.1.21.gemspec
  826. Using memory_profiler 0.9.12
  827. 1:  memory_profiler (0.9.12) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/memory_profiler-0.9.12.gemspec
  828. Using metaclass 0.0.4
  829. 1:  metaclass (0.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/metaclass-0.0.4.gemspec
  830. Using mini_scheduler 0.8.1
  831. 1:  mini_scheduler (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_scheduler-0.8.1.gemspec
  832. Using mini_sql 0.1.10
  833. 1:  mini_sql (0.1.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_sql-0.1.10.gemspec
  834. Using mock_redis 0.18.0
  835. 1:  mock_redis (0.18.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mock_redis-0.18.0.gemspec
  836. Using moneta 1.0.0
  837. 1:  moneta (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/moneta-1.0.0.gemspec
  838. Using multi_json 1.13.1
  839. 1:  multi_json (1.13.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/multi_json-1.13.1.gemspec
  840. Using multi_xml 0.6.0
  841. 1:  multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/multi_xml-0.6.0.gemspec
  842. Using mustache 1.0.5
  843. 1:  mustache (1.0.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mustache-1.0.5.gemspec
  844. Using oauth 0.5.4
  845. 1:  oauth (0.5.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/oauth-0.5.4.gemspec
  846. Using oj 3.6.2
  847. 1:  oj (3.6.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/oj-3.6.2.gemspec
  848. Using ruby-openid 2.7.0
  849. 1:  ruby-openid (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ruby-openid-2.7.0.gemspec
  850. Using redis 4.0.1
  851. 1:  redis (4.0.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/redis-4.0.1.gemspec
  852. Using parallel 1.12.1
  853. 1:  parallel (1.12.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/parallel-1.12.1.gemspec
  854. Using pg 1.1.3
  855. 1:  pg (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/pg-1.1.3.gemspec
  856. Using powerpack 0.1.2
  857. 1:  powerpack (0.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/powerpack-0.1.2.gemspec
  858. Using slop 3.6.0
  859. 1:  slop (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/slop-3.6.0.gemspec
  860. Using puma 3.11.4
  861. 1:  puma (3.11.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/puma-3.11.4.gemspec
  862. Using r2 0.2.7
  863. 1:  r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/r2-0.2.7.gemspec
  864. Using rainbow 3.0.0
  865. 1:  rainbow (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rainbow-3.0.0.gemspec
  866. Using raindrops 0.19.0
  867. 1:  raindrops (0.19.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/raindrops-0.19.0.gemspec
  868. Using trollop 2.1.2
  869. 1:  trollop (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/trollop-2.1.2.gemspec
  870. Using rchardet 1.8.0
  871. 1:  rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rchardet-1.8.0.gemspec
  872. Using rinku 2.0.4
  873. 1:  rinku (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rinku-2.0.4.gemspec
  874. Using rotp 3.3.1
  875. 1:  rotp (3.3.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rotp-3.3.1.gemspec
  876. Using rspec-support 3.7.1
  877. 1:  rspec-support (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-support-3.7.1.gemspec
  878. Using rtlit 0.0.5
  879. 1:  rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rtlit-0.0.5.gemspec
  880. Using ruby-progressbar 1.9.0
  881. 1:  ruby-progressbar (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ruby-progressbar-1.9.0.gemspec
  882. Using shoulda-context 1.2.2
  883. 1:  shoulda-context (1.2.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/shoulda-context-1.2.2.gemspec
  884. Using sshkey 1.9.0
  885. 1:  sshkey (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sshkey-1.9.0.gemspec
  886. Using stackprof 0.2.11
  887. 1:  stackprof (0.2.11) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/stackprof-0.2.11.gemspec
  888. Using tilt 2.0.8
  889. 1:  tilt (2.0.8) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/tilt-2.0.8.gemspec
  890. Using unf_ext 0.0.7.5
  891. 1:  unf_ext (0.0.7.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/unf_ext-0.0.7.5.gemspec
  892. Using i18n 1.0.1
  893. 1:  i18n (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/i18n-1.0.1.gemspec
  894. Using tzinfo 1.2.5
  895. 1:  tzinfo (1.2.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/tzinfo-1.2.5.gemspec
  896. Using nokogiri 1.8.5
  897. 1:  nokogiri (1.8.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/nokogiri-1.8.5.gemspec
  898. Using mail 2.7.1.rc1
  899. 1:  mail (2.7.1.rc1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mail-2.7.1.rc1.gemspec
  900. Using addressable 2.5.2
  901. 1:  addressable (2.5.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/addressable-2.5.2.gemspec
  902. Using aws-sdk-core 3.27.0
  903. 1:  aws-sdk-core (3.27.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-sdk-core-3.27.0.gemspec
  904. Using bootsnap 1.3.0
  905. 1:  bootsnap (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/bootsnap-1.3.0.gemspec
  906. Using cork 0.3.0
  907. 1:  cork (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/cork-0.3.0.gemspec
  908. Using parser 2.5.1.0
  909. 1:  parser (2.5.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/parser-2.5.1.0.gemspec
  910. Using rqrcode 0.10.1
  911. 1:  rqrcode (0.10.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rqrcode-0.10.1.gemspec
  912. Using uglifier 4.1.11
  913. 1:  uglifier (4.1.11) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/uglifier-4.1.11.gemspec
  914. Using crack 0.4.3
  915. 1:  crack (0.4.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/crack-0.4.3.gemspec
  916. Using faraday 0.12.2
  917. 1:  faraday (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/faraday-0.12.2.gemspec
  918. Using terminal-table 1.8.0
  919. 1:  terminal-table (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/terminal-table-1.8.0.gemspec
  920. Using discourse_image_optim 0.26.2
  921. 1:  discourse_image_optim (0.26.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/discourse_image_optim-0.26.2.gemspec
  922. Using fast_xor 1.1.3
  923. 1:  fast_xor (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fast_xor-1.1.3.gemspec
  924. Using rb-inotify 0.9.10
  925. 1:  rb-inotify (0.9.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rb-inotify-0.9.10.gemspec
  926. Using mini_suffix 0.3.0
  927. 1:  mini_suffix (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_suffix-0.3.0.gemspec
  928. Using webpush 0.3.2
  929. 1:  webpush (0.3.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/webpush-0.3.2.gemspec
  930. Using logstash-logger 0.26.1
  931. 1:  logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/logstash-logger-0.26.1.gemspec
  932. Using mini_racer 0.2.3
  933. 1:  mini_racer (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_racer-0.2.3.gemspec
  934. Using mocha 1.5.0
  935. 1:  mocha (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mocha-1.5.0.gemspec
  936. Using openid-redis-store 0.0.2
  937. 1:  openid-redis-store (0.0.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/openid-redis-store-0.0.2.gemspec
  938. Using redis-namespace 1.6.0
  939. 1:  redis-namespace (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/redis-namespace-1.6.0.gemspec
  940. Using rubocop 0.57.2
  941. 1:  rubocop (0.57.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rubocop-0.57.2.gemspec
  942. Using ruby-readability 0.7.0
  943. 1:  ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ruby-readability-0.7.0.gemspec
  944. Using unf 0.1.4
  945. 1:  unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/unf-0.1.4.gemspec
  946. Using unicorn 5.4.0
  947. 1:  unicorn (5.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/unicorn-5.4.0.gemspec
  948. Using activesupport 5.2.0
  949. 1:  activesupport (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/activesupport-5.2.0.gemspec
  950. Using loofah 2.2.3
  951. 1:  loofah (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/loofah-2.2.3.gemspec
  952. Using aws-sdk-kms 1.9.0
  953. 1:  aws-sdk-kms (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-sdk-kms-1.9.0.gemspec
  954. Using claide-plugins 0.9.2
  955. 1:  claide-plugins (0.9.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/claide-plugins-0.9.2.gemspec
  956. Using nokogumbo 1.5.0
  957. 1:  nokogumbo (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/nokogumbo-1.5.0.gemspec
  958. Using pry 0.10.4
  959. 1:  pry (0.10.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/pry-0.10.4.gemspec
  960. Using rbtrace 0.4.10
  961. 1:  rbtrace (0.4.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rbtrace-0.4.10.gemspec
  962. Using rspec-core 3.7.1
  963. 1:  rspec-core (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-core-3.7.1.gemspec
  964. Using rspec-expectations 3.7.0
  965. 1:  rspec-expectations (3.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-expectations-3.7.0.gemspec
  966. Using rspec-mocks 3.7.0
  967. 1:  rspec-mocks (3.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-mocks-3.7.0.gemspec
  968. Using sass-listen 4.0.0
  969. 1:  sass-listen (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sass-listen-4.0.0.gemspec
  970. Using shoulda-matchers 2.8.0
  971. 1:  shoulda-matchers (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/shoulda-matchers-2.8.0.gemspec
  972. Using webmock 3.4.2
  973. 1:  webmock (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/webmock-3.4.2.gemspec
  974. Using rails-dom-testing 2.0.3
  975. 1:  rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rails-dom-testing-2.0.3.gemspec
  976. Using globalid 0.4.1
  977. 1:  globalid (0.4.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/globalid-0.4.1.gemspec
  978. Using activemodel 5.2.0
  979. 1:  activemodel (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/activemodel-5.2.0.gemspec
  980. Using faraday-http-cache 1.3.1
  981. 1:  faraday-http-cache (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/faraday-http-cache-1.3.1.gemspec
  982. Using sawyer 0.8.1
  983. 1:  sawyer (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sawyer-0.8.1.gemspec
  984. Using listen 3.1.5
  985. 1:  listen (3.1.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/listen-3.1.5.gemspec
  986. 0:  ember-source (2.13.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ember-source-2.13.3.gemspec
  987. Using rails-html-sanitizer 1.0.4
  988. 1:  rails-html-sanitizer (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rails-html-sanitizer-1.0.4.gemspec
  989. Using activejob 5.2.0
  990. 1:  activejob (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/activejob-5.2.0.gemspec
  991. Using active_model_serializers 0.8.4
  992. 1:  active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/active_model_serializers-0.8.4.gemspec
  993. Using activerecord 5.2.0
  994. 1:  activerecord (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/activerecord-5.2.0.gemspec
  995. Using aws-sdk-s3 1.19.0
  996. 1:  aws-sdk-s3 (1.19.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-sdk-s3-1.19.0.gemspec
  997. Using barber 0.12.0
  998. 1:  barber (0.12.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/barber-0.12.0.gemspec
  999. Using octokit 4.9.0
  1000. 1:  octokit (4.9.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/octokit-4.9.0.gemspec
  1001. Using ember-data-source 3.0.2
  1002. 1:  ember-data-source (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ember-data-source-3.0.2.gemspec
  1003. Using sanitize 4.6.5
  1004. 1:  sanitize (4.6.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sanitize-4.6.5.gemspec
  1005. Using pry-nav 0.2.4
  1006. 1:  pry-nav (0.2.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/pry-nav-0.2.4.gemspec
  1007. Using pry-rails 0.3.6
  1008. 1:  pry-rails (0.3.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/pry-rails-0.3.6.gemspec
  1009. Using rspec 3.7.0
  1010. 1:  rspec (3.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-3.7.0.gemspec
  1011. Using sass 3.5.6
  1012. 1:  sass (3.5.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sass-3.5.6.gemspec
  1013. Using shoulda 3.5.0
  1014. 1:  shoulda (3.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/shoulda-3.5.0.gemspec
  1015. Using actionview 5.2.0
  1016. 1:  actionview (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/actionview-5.2.0.gemspec
  1017. Using danger 5.6.3
  1018. 1:  danger (5.6.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/danger-5.6.3.gemspec
  1019. Using rspec-html-matchers 0.9.1
  1020. 0:  rspec-html-matchers (0.9.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-html-matchers-0.9.1.gemspec
  1021. Using sassc 1.11.4
  1022. 0:  sassc (1.11.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sassc-1.11.4.gemspec
  1023. Using seed-fu 2.3.9
  1024. 0:  seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/seed-fu-2.3.9.gemspec
  1025. Fetching onebox 1.8.67
  1026. Installing rack 2.0.6
  1027. Installing onebox 1.8.67
  1028. 1:  onebox (1.8.67) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/onebox-1.8.67.gemspec
  1029. 2:  rack (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-2.0.6.gemspec
  1030. Using rack-test 1.0.0
  1031. 0:  rack-test (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-test-1.0.0.gemspec
  1032. Using sprockets 3.7.2
  1033. 0:  sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sprockets-3.7.2.gemspec
  1034. Using request_store 1.4.1
  1035. 0:  request_store (1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/request_store-1.4.1.gemspec
  1036. Using message_bus 2.1.6
  1037. 0:  message_bus (2.1.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/message_bus-2.1.6.gemspec
  1038. Using oauth2 1.4.0
  1039. 0:  oauth2 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/oauth2-1.4.0.gemspec
  1040. Using omniauth 1.8.1
  1041. 0:  omniauth (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-1.8.1.gemspec
  1042. Using rack-openid 1.3.1
  1043. 0:  rack-openid (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-openid-1.3.1.gemspec
  1044. Using rack-mini-profiler 1.0.0
  1045. 0:  rack-mini-profiler (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-mini-profiler-1.0.0.gemspec
  1046. Using rack-protection 2.0.3
  1047. 0:  rack-protection (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-protection-2.0.3.gemspec
  1048. Using actionpack 5.2.0
  1049. 0:  actionpack (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/actionpack-5.2.0.gemspec
  1050. Using ember-handlebars-template 0.7.5
  1051. 0:  ember-handlebars-template (0.7.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ember-handlebars-template-0.7.5.gemspec
  1052. Using omniauth-oauth2 1.5.0
  1053. 0:  omniauth-oauth2 (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-oauth2-1.5.0.gemspec
  1054. Using omniauth-oauth 1.1.0
  1055. 0:  omniauth-oauth (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-oauth-1.1.0.gemspec
  1056. Using omniauth-openid 1.0.1
  1057. 0:  omniauth-openid (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-openid-1.0.1.gemspec
  1058. Using sidekiq 5.1.3
  1059. 0:  sidekiq (5.1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sidekiq-5.1.3.gemspec
  1060. Using actionmailer 5.2.0
  1061. 0:  actionmailer (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/actionmailer-5.2.0.gemspec
  1062. Using railties 5.2.0
  1063. 0:  railties (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/railties-5.2.0.gemspec
  1064. Using omniauth-facebook 5.0.0
  1065. 0:  omniauth-facebook (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-facebook-5.0.0.gemspec
  1066. Using omniauth-github 1.3.0
  1067. 0:  omniauth-github (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-github-1.3.0.gemspec
  1068. Using omniauth-google-oauth2 0.5.3
  1069. 0:  omniauth-google-oauth2 (0.5.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-google-oauth2-0.5.3.gemspec
  1070. Using omniauth-instagram 1.3.0
  1071. 0:  omniauth-instagram (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-instagram-1.3.0.gemspec
  1072. Using omniauth-twitter 1.4.0
  1073. 0:  omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-twitter-1.4.0.gemspec
  1074. Using sprockets-rails 3.2.1
  1075. 0:  sprockets-rails (3.2.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sprockets-rails-3.2.1.gemspec
  1076. Using jquery-rails 4.3.3
  1077. 0:  jquery-rails (4.3.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/jquery-rails-4.3.3.gemspec
  1078. Using lograge 0.10.0
  1079. 0:  lograge (0.10.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/lograge-0.10.0.gemspec
  1080. Using rails_multisite 2.0.4
  1081. 0:  rails_multisite (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rails_multisite-2.0.4.gemspec
  1082. Using rspec-rails 3.7.2
  1083. 0:  rspec-rails (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-rails-3.7.2.gemspec
  1084. Using ember-rails 0.18.5
  1085. 0:  ember-rails (0.18.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ember-rails-0.18.5.gemspec
  1086. Bundle complete! 112 Gemfile dependencies, 202 gems now installed.
  1087. Gems in the group development were not installed.
  1088. Bundled gems are installed into `./vendor/bundle`
  1089.  
  1090. I, [2018-11-11T07:27:26.648270 #13]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
  1091. 2018-11-11 07:27:33.984 UTC [427] discourse@discourse ERROR:  syntax error at or near "T" at character 135
  1092. 2018-11-11 07:27:33.984 UTC [427] discourse@discourse STATEMENT:  INSERT INTO site_settings(name, data_type, value, created_at, updated_at)
  1093.                  VALUES ('sso_provider_secrets', 8, '***PASSWORD REMOVED FROM PASTE***', now(), now())
  1094. rake aborted!
  1095. StandardError: An error has occurred, this and all later migrations canceled:
  1096.  
  1097. PG::SyntaxError: ERROR:  syntax error at or near "T"
  1098. LINE 2: ...   VALUES ('sso_provider_secrets', 8, '***PASSWORD REMOVED FROM PASTE***', n...
  1099.                                                             ^
  1100. : INSERT INTO site_settings(name, data_type, value, created_at, updated_at)
  1101.             VALUES ('sso_provider_secrets', 8, '***PASSWORD REMOVED FROM PASTE***', now(), now())
  1102. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rack-mini-profiler-1.0.0/lib/patches/db/pg.rb:92:in `async_exec'
  1103. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rack-mini-profiler-1.0.0/lib/patches/db/pg.rb:92:in `async_exec'
  1104. /var/www/discourse/lib/migration/safe_migrate.rb:80:in `async_exec'
  1105. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:75:in `block (2 levels) in execute'
  1106. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:48:in `block in permit_concurrent_loads'
  1107. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
  1108. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:47:in `permit_concurrent_loads'
  1109. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:74:in `block in execute'
  1110. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:579:in `block (2 levels) in log'
  1111. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:578:in `block in log'
  1112. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
  1113. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:569:in `log'
  1114. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:73:in `execute'
  1115. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:871:in `block in method_missing'
  1116. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:840:in `block in say_with_time'
  1117. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:840:in `say_with_time'
  1118. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:860:in `method_missing'
  1119. /var/www/discourse/db/migrate/20181005084357_add_sso_provider_secrets_to_site_settings.rb:5:in `up'
  1120. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:817:in `exec_migration'
  1121. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:7:in `block in exec_migration'
  1122. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:6:in `exec_migration'
  1123. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:798:in `block (2 levels) in migrate'
  1124. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:797:in `block in migrate'
  1125. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:414:in `with_connection'
  1126. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:796:in `migrate'
  1127. /var/www/discourse/lib/migration/safe_migrate.rb:27:in `migrate'
  1128. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:977:in `migrate'
  1129. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1292:in `block in execute_migration_in_transaction'
  1130. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1343:in `block in ddl_transaction'
  1131. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in `block in transaction'
  1132. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:230:in `block in within_new_transaction'
  1133. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:227:in `within_new_transaction'
  1134. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in `transaction'
  1135. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in `transaction'
  1136. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1343:in `ddl_transaction'
  1137. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1291:in `execute_migration_in_transaction'
  1138. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1263:in `block in migrate_without_lock'
  1139. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1262:in `each'
  1140. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1262:in `migrate_without_lock'
  1141. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1210:in `block in migrate'
  1142. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1363:in `with_advisory_lock'
  1143. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1210:in `migrate'
  1144. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1036:in `up'
  1145. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1011:in `migrate'
  1146. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/tasks/database_tasks.rb:172:in `migrate'
  1147. /var/www/discourse/lib/migration/safe_migrate.rb:50:in `migrate'
  1148. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/railties/databases.rake:60:in `block (2 levels) in <top (required)>'
  1149. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
  1150. /usr/local/bin/bundle:23:in `load'
  1151. /usr/local/bin/bundle:23:in `<main>'
  1152.  
  1153. Caused by:
  1154. ActiveRecord::StatementInvalid: PG::SyntaxError: ERROR:  syntax error at or near "T"
  1155. LINE 2: ...   VALUES ('sso_provider_secrets', 8, '***PASSWORD REMOVED FROM PASTE***', n...
  1156.                                                             ^
  1157. : INSERT INTO site_settings(name, data_type, value, created_at, updated_at)
  1158.             VALUES ('sso_provider_secrets', 8, '***PASSWORD REMOVED FROM PASTE***', now(), now())
  1159. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rack-mini-profiler-1.0.0/lib/patches/db/pg.rb:92:in `async_exec'
  1160. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rack-mini-profiler-1.0.0/lib/patches/db/pg.rb:92:in `async_exec'
  1161. /var/www/discourse/lib/migration/safe_migrate.rb:80:in `async_exec'
  1162. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:75:in `block (2 levels) in execute'
  1163. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:48:in `block in permit_concurrent_loads'
  1164. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
  1165. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:47:in `permit_concurrent_loads'
  1166. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:74:in `block in execute'
  1167. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:579:in `block (2 levels) in log'
  1168. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:578:in `block in log'
  1169. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
  1170. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:569:in `log'
  1171. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:73:in `execute'
  1172. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:871:in `block in method_missing'
  1173. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:840:in `block in say_with_time'
  1174. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:840:in `say_with_time'
  1175. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:860:in `method_missing'
  1176. /var/www/discourse/db/migrate/20181005084357_add_sso_provider_secrets_to_site_settings.rb:5:in `up'
  1177. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:817:in `exec_migration'
  1178. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:7:in `block in exec_migration'
  1179. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:6:in `exec_migration'
  1180. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:798:in `block (2 levels) in migrate'
  1181. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:797:in `block in migrate'
  1182. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:414:in `with_connection'
  1183. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:796:in `migrate'
  1184. /var/www/discourse/lib/migration/safe_migrate.rb:27:in `migrate'
  1185. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:977:in `migrate'
  1186. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1292:in `block in execute_migration_in_transaction'
  1187. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1343:in `block in ddl_transaction'
  1188. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in `block in transaction'
  1189. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:230:in `block in within_new_transaction'
  1190. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:227:in `within_new_transaction'
  1191. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in `transaction'
  1192. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in `transaction'
  1193. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1343:in `ddl_transaction'
  1194. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1291:in `execute_migration_in_transaction'
  1195. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1263:in `block in migrate_without_lock'
  1196. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1262:in `each'
  1197. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1262:in `migrate_without_lock'
  1198. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1210:in `block in migrate'
  1199. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1363:in `with_advisory_lock'
  1200. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1210:in `migrate'
  1201. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1036:in `up'
  1202. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1011:in `migrate'
  1203. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/tasks/database_tasks.rb:172:in `migrate'
  1204. /var/www/discourse/lib/migration/safe_migrate.rb:50:in `migrate'
  1205. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/railties/databases.rake:60:in `block (2 levels) in <top (required)>'
  1206. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
  1207. /usr/local/bin/bundle:23:in `load'
  1208. /usr/local/bin/bundle:23:in `<main>'
  1209.  
  1210. Caused by:
  1211. PG::SyntaxError: ERROR:  syntax error at or near "T"
  1212. LINE 2: ...   VALUES ('sso_provider_secrets', 8, '***PASSWORD REMOVED FROM PASTE***', n...
  1213.                                                              ^
  1214. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rack-mini-profiler-1.0.0/lib/patches/db/pg.rb:92:in `async_exec'
  1215. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rack-mini-profiler-1.0.0/lib/patches/db/pg.rb:92:in `async_exec'
  1216. /var/www/discourse/lib/migration/safe_migrate.rb:80:in `async_exec'
  1217. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:75:in `block (2 levels) in execute'
  1218. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:48:in `block in permit_concurrent_loads'
  1219. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
  1220. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:47:in `permit_concurrent_loads'
  1221. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:74:in `block in execute'
  1222. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:579:in `block (2 levels) in log'
  1223. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:578:in `block in log'
  1224. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
  1225. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:569:in `log'
  1226. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:73:in `execute'
  1227. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:871:in `block in method_missing'
  1228. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:840:in `block in say_with_time'
  1229. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:840:in `say_with_time'
  1230. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:860:in `method_missing'
  1231. /var/www/discourse/db/migrate/20181005084357_add_sso_provider_secrets_to_site_settings.rb:5:in `up'
  1232. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:817:in `exec_migration'
  1233. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:7:in `block in exec_migration'
  1234. /var/www/discourse/lib/freedom_patches/schema_migration_details.rb:6:in `exec_migration'
  1235. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:798:in `block (2 levels) in migrate'
  1236. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:797:in `block in migrate'
  1237. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:414:in `with_connection'
  1238. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:796:in `migrate'
  1239. /var/www/discourse/lib/migration/safe_migrate.rb:27:in `migrate'
  1240. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:977:in `migrate'
  1241. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1292:in `block in execute_migration_in_transaction'
  1242. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1343:in `block in ddl_transaction'
  1243. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in `block in transaction'
  1244. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:230:in `block in within_new_transaction'
  1245. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:227:in `within_new_transaction'
  1246. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in `transaction'
  1247. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in `transaction'
  1248. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1343:in `ddl_transaction'
  1249. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1291:in `execute_migration_in_transaction'
  1250. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1263:in `block in migrate_without_lock'
  1251. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1262:in `each'
  1252. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1262:in `migrate_without_lock'
  1253. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1210:in `block in migrate'
  1254. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1363:in `with_advisory_lock'
  1255. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1210:in `migrate'
  1256. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1036:in `up'
  1257. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:1011:in `migrate'
  1258. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/tasks/database_tasks.rb:172:in `migrate'
  1259. /var/www/discourse/lib/migration/safe_migrate.rb:50:in `migrate'
  1260. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/railties/databases.rake:60:in `block (2 levels) in <top (required)>'
  1261. /var/www/discourse/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
  1262. /usr/local/bin/bundle:23:in `load'
  1263. /usr/local/bin/bundle:23:in `<main>'
  1264. Tasks: TOP => db:migrate
  1265. (See full trace by running task with --trace)
  1266. I, [2018-11-11T07:27:34.065510 #13]  INFO -- : == 20181005084357 AddSsoProviderSecretsToSiteSettings: migrating ==============
  1267. -- execute("INSERT INTO site_settings(name, data_type, value, created_at, updated_at)\n             VALUES ('sso_provider_secrets', 8, '*|!iBam\"E#'T\\@>=3', now(), now())")
  1268.  
  1269. I, [2018-11-11T07:27:34.066255 #13]  INFO -- : Terminating async processes
  1270. I, [2018-11-11T07:27:34.066339 #13]  INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/10/bin/postmaster -D /etc/postgresql/10/main pid: 68
  1271. 2018-11-11 07:27:34.066 UTC [68] LOG:  received fast shutdown request
  1272. I, [2018-11-11T07:27:34.066491 #13]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 184
  1273. 184:signal-handler (1541921254) Received SIGTERM scheduling shutdown...
  1274. 2018-11-11 07:27:34.070 UTC [68] LOG:  aborting any active transactions
  1275. 2018-11-11 07:27:34.075 UTC [68] LOG:  worker process: logical replication launcher (PID 77) exited with exit code 1
  1276. 2018-11-11 07:27:34.076 UTC [72] LOG:  shutting down
  1277. 2018-11-11 07:27:34.091 UTC [68] LOG:  database system is shut down
  1278. 184:M 11 Nov 07:27:34.112 # User requested shutdown...
  1279. 184:M 11 Nov 07:27:34.112 * Saving the final RDB snapshot before exiting.
  1280. 184:M 11 Nov 07:27:34.223 * DB saved on disk
  1281. 184:M 11 Nov 07:27:34.223 # Redis is now ready to exit, bye bye...
  1282.  
  1283.  
  1284. FAILED
  1285. --------------------
  1286. Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 382 exit 1>
  1287. Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
  1288. exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
  1289. 3915a6c5022ea44ca5f251171ca3353f3576b892effc404f583adc02b6f3fa37
  1290. ** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
  1291. root@confederac:/var/discourse#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement