Failing to update through command line

What is my problem here? :thinking:

./launcher rebuild app
which: no docker.io in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
WARNING: Docker version 17.05.0-ce deprecated, recommend upgrade to 17.06.2 or newer.
Ensuring launcher is up to date
Fetching origin
fatal: ambiguous argument '@': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: Not a valid object name @
./launcher: line 701: [: @: unary operator expected
./launcher: line 711: [: fd25bb96333032adaae8c8577a3f780441466dd9: unary operator expected
Launcher has diverged source, this is only expected in Dev mode
Stopping old container
+ /usr/bin/docker stop -t 10 app
app
cd /pups && git pull && /pups/bin/pups --stdin
Already up-to-date.
I, [2018-11-11T17:15:35.038430 #13]  INFO -- : Loading --stdin
I, [2018-11-11T17:15:35.045556 #13]  INFO -- : > locale-gen $LANG && update-locale
I, [2018-11-11T17:15:36.132182 #13]  INFO -- : Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.

I, [2018-11-11T17:15:36.132451 #13]  INFO -- : > mkdir -p /shared/postgres_run
I, [2018-11-11T17:15:36.145684 #13]  INFO -- : 
I, [2018-11-11T17:15:36.145895 #13]  INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2018-11-11T17:15:36.149562 #13]  INFO -- : 
I, [2018-11-11T17:15:36.149705 #13]  INFO -- : > chmod 775 /shared/postgres_run
I, [2018-11-11T17:15:36.152211 #13]  INFO -- : 
I, [2018-11-11T17:15:36.152363 #13]  INFO -- : > rm -fr /var/run/postgresql
I, [2018-11-11T17:15:36.155190 #13]  INFO -- : 
I, [2018-11-11T17:15:36.155380 #13]  INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2018-11-11T17:15:36.159392 #13]  INFO -- : 
I, [2018-11-11T17:15:36.159541 #13]  INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres already running stop container ; exit 1
2018/11/11 17:15:36 socat[45] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): No such file or directory
I, [2018-11-11T17:15:36.193022 #13]  INFO -- : 
I, [2018-11-11T17:15:36.193196 #13]  INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2018-11-11T17:15:36.196968 #13]  INFO -- : 
I, [2018-11-11T17:15:36.197127 #13]  INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2018-11-11T17:15:36.200620 #13]  INFO -- : 
I, [2018-11-11T17:15:36.200771 #13]  INFO -- : > mkdir -p /shared/postgres_run/10-main.pg_stat_tmp
I, [2018-11-11T17:15:36.203578 #13]  INFO -- : 
I, [2018-11-11T17:15:36.203695 #13]  INFO -- : > chown postgres:postgres /shared/postgres_run/10-main.pg_stat_tmp
I, [2018-11-11T17:15:36.206672 #13]  INFO -- : 
I, [2018-11-11T17:15:36.219223 #13]  INFO -- : File > /etc/service/postgres/run  chmod: +x
I, [2018-11-11T17:15:36.226602 #13]  INFO -- : File > /etc/service/postgres/log/run  chmod: +x
I, [2018-11-11T17:15:36.239627 #13]  INFO -- : File > /etc/runit/3.d/99-postgres  chmod: +x
I, [2018-11-11T17:15:36.247543 #13]  INFO -- : File > /root/upgrade_postgres  chmod: +x
I, [2018-11-11T17:15:36.247763 #13]  INFO -- : > chown -R root /var/lib/postgresql/10/main
I, [2018-11-11T17:15:37.086721 #13]  INFO -- : 
I, [2018-11-11T17:15:37.086888 #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
I, [2018-11-11T17:15:37.089611 #13]  INFO -- : 
I, [2018-11-11T17:15:37.089702 #13]  INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2018-11-11T17:15:37.394029 #13]  INFO -- : 
I, [2018-11-11T17:15:37.394271 #13]  INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2018-11-11T17:15:37.399912 #13]  INFO -- : 
I, [2018-11-11T17:15:37.400344 #13]  INFO -- : > /root/upgrade_postgres
I, [2018-11-11T17:15:37.410342 #13]  INFO -- : 
I, [2018-11-11T17:15:37.410486 #13]  INFO -- : > rm /root/upgrade_postgres
I, [2018-11-11T17:15:37.413941 #13]  INFO -- : 
I, [2018-11-11T17:15:37.418111 #13]  INFO -- : Replacing data_directory = '/var/lib/postgresql/10/main' with data_directory = '/shared/postgres_data' in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.418658 #13]  INFO -- : Replacing (?-mix:#?listen_addresses *=.*) with listen_addresses = '*' in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.419010 #13]  INFO -- : Replacing (?-mix:#?synchronous_commit *=.*) with synchronous_commit = $db_synchronous_commit in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.419449 #13]  INFO -- : Replacing (?-mix:#?shared_buffers *=.*) with shared_buffers = $db_shared_buffers in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.419842 #13]  INFO -- : Replacing (?-mix:#?work_mem *=.*) with work_mem = $db_work_mem in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.420259 #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
I, [2018-11-11T17:15:37.420687 #13]  INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2018-11-11T17:15:37.450366 #13]  INFO -- : 
I, [2018-11-11T17:15:37.450844 #13]  INFO -- : Replacing (?-mix:#?max_wal_senders *=.*) with max_wal_senders = $db_max_wal_senders in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.451771 #13]  INFO -- : Replacing (?-mix:#?wal_level *=.*) with wal_level = $db_wal_level in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.452681 #13]  INFO -- : Replacing (?-mix:#?checkpoint_segments *=.*) with checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.453558 #13]  INFO -- : Replacing (?-mix:#?logging_collector *=.*) with logging_collector = $db_logging_collector in /etc/postgresql/10/main/postgresql.conf
I, [2018-11-11T17:15:37.454520 #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
I, [2018-11-11T17:15:37.455825 #13]  INFO -- : Replacing (?-mix:^#local +replication +postgres +peer$) with local replication postgres  peer in /etc/postgresql/10/main/pg_hba.conf
I, [2018-11-11T17:15:37.456199 #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
I, [2018-11-11T17:15:37.456504 #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
I, [2018-11-11T17:15:37.460869 #13]  INFO -- : > sleep 5
2018-11-11 17:15:37.818 UTC [68] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2018-11-11 17:15:37.818 UTC [68] LOG:  listening on IPv6 address "::", port 5432
2018-11-11 17:15:37.835 UTC [68] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2018-11-11 17:15:37.936 UTC [71] LOG:  database system was shut down at 2018-11-11 17:06:38 UTC
2018-11-11 17:15:37.957 UTC [68] LOG:  database system is ready to accept connections
I, [2018-11-11T17:15:42.495170 #13]  INFO -- : 
I, [2018-11-11T17:15:42.495865 #13]  INFO -- : > su postgres -c 'createdb discourse' || true
2018-11-11 17:15:42.875 UTC [81] postgres@postgres ERROR:  database "discourse" already exists
2018-11-11 17:15:42.875 UTC [81] postgres@postgres STATEMENT:  CREATE DATABASE discourse;
createdb: database creation failed: ERROR:  database "discourse" already exists
I, [2018-11-11T17:15:42.877843 #13]  INFO -- : 
I, [2018-11-11T17:15:42.878089 #13]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2018-11-11 17:15:43.024 UTC [92] postgres@discourse ERROR:  role "discourse" already exists
2018-11-11 17:15:43.024 UTC [92] postgres@discourse STATEMENT:  create user discourse;
ERROR:  role "discourse" already exists
I, [2018-11-11T17:15:43.026361 #13]  INFO -- : 
I, [2018-11-11T17:15:43.026584 #13]  INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2018-11-11T17:15:43.092550 #13]  INFO -- : GRANT

I, [2018-11-11T17:15:43.092770 #13]  INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2018-11-11T17:15:43.161793 #13]  INFO -- : ALTER SCHEMA

I, [2018-11-11T17:15:43.161988 #13]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTICE:  extension "hstore" already exists, skipping
I, [2018-11-11T17:15:43.334414 #13]  INFO -- : CREATE EXTENSION

I, [2018-11-11T17:15:43.334685 #13]  INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTICE:  extension "pg_trgm" already exists, skipping
I, [2018-11-11T17:15:43.404173 #13]  INFO -- : CREATE EXTENSION

I, [2018-11-11T17:15:43.404388 #13]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTICE:  extension "hstore" already exists, skipping
I, [2018-11-11T17:15:43.468676 #13]  INFO -- : CREATE EXTENSION

I, [2018-11-11T17:15:43.468881 #13]  INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTICE:  extension "pg_trgm" already exists, skipping
I, [2018-11-11T17:15:43.532951 #13]  INFO -- : CREATE EXTENSION

I, [2018-11-11T17:15:43.533233 #13]  INFO -- : > sudo -u postgres psql discourse
I, [2018-11-11T17:15:43.562624 #13]  INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');

I, [2018-11-11T17:15:43.673773 #13]  INFO -- : File > /var/lib/postgresql/take-database-backup  chmod: +x
I, [2018-11-11T17:15:43.677348 #13]  INFO -- : File > /var/spool/cron/crontabs/postgres  chmod: 
I, [2018-11-11T17:15:43.677469 #13]  INFO -- : > echo postgres installed!
I, [2018-11-11T17:15:43.679763 #13]  INFO -- : postgres installed!

I, [2018-11-11T17:15:43.685041 #13]  INFO -- : File > /etc/service/redis/run  chmod: +x
I, [2018-11-11T17:15:43.690487 #13]  INFO -- : File > /etc/service/redis/log/run  chmod: +x
I, [2018-11-11T17:15:43.696002 #13]  INFO -- : File > /etc/runit/3.d/10-redis  chmod: +x
I, [2018-11-11T17:15:43.698629 #13]  INFO -- : Replacing daemonize yes with  in /etc/redis/redis.conf
I, [2018-11-11T17:15:43.699460 #13]  INFO -- : Replacing (?-mix:^pidfile.*$) with  in /etc/redis/redis.conf
I, [2018-11-11T17:15:43.699869 #13]  INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2018-11-11T17:15:43.703629 #13]  INFO -- : 
I, [2018-11-11T17:15:43.703950 #13]  INFO -- : Replacing (?-mix:^logfile.*$) with logfile "" in /etc/redis/redis.conf
I, [2018-11-11T17:15:43.704405 #13]  INFO -- : Replacing (?-mix:^bind .*$) with  in /etc/redis/redis.conf
I, [2018-11-11T17:15:43.704834 #13]  INFO -- : Replacing (?-mix:^dir .*$) with dir /shared/redis_data in /etc/redis/redis.conf
I, [2018-11-11T17:15:43.705237 #13]  INFO -- : > echo redis installed
I, [2018-11-11T17:15:43.707549 #13]  INFO -- : redis installed

I, [2018-11-11T17:15:43.707690 #13]  INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2018-11-11T17:15:43.712343 #13]  INFO -- : logfile ""

I, [2018-11-11T17:15:43.712479 #13]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2018-11-11T17:15:43.714112 #13]  INFO -- : > sleep 10
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 3.0.6 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 184
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

184:M 11 Nov 17:15:43.805 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
184:M 11 Nov 17:15:43.805 # Server started, Redis version 3.0.6
184:M 11 Nov 17:15:43.806 # 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.
184:M 11 Nov 17:15:43.806 # 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.
184:M 11 Nov 17:15:43.819 * DB loaded from disk: 0.013 seconds
184:M 11 Nov 17:15:43.819 * The server is now ready to accept connections on port 6379
I, [2018-11-11T17:15:53.717452 #13]  INFO -- : 
I, [2018-11-11T17:15:53.717749 #13]  INFO -- : > thpoff echo "thpoff is installed!"
I, [2018-11-11T17:15:53.731574 #13]  INFO -- : thpoff is installed!

I, [2018-11-11T17:15:53.731748 #13]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Aborting! Mail is not configured!"; exit 1; end'
I, [2018-11-11T17:15:53.824472 #13]  INFO -- : 
I, [2018-11-11T17:15:53.824677 #13]  INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Aborting! Domain is not configured!"; exit 1; end'
I, [2018-11-11T17:15:53.902897 #13]  INFO -- : 
I, [2018-11-11T17:15:53.903101 #13]  INFO -- : > chown -R discourse /home/discourse
I, [2018-11-11T17:15:53.939481 #13]  INFO -- : 
I, [2018-11-11T17:15:53.939645 #13]  INFO -- : > rm -f /etc/cron.d/anacron
I, [2018-11-11T17:15:53.945105 #13]  INFO -- : 
I, [2018-11-11T17:15:53.948226 #13]  INFO -- : File > /etc/cron.d/anacron  chmod: 
I, [2018-11-11T17:15:53.953577 #13]  INFO -- : File > /etc/runit/1.d/copy-env  chmod: +x
I, [2018-11-11T17:15:53.958713 #13]  INFO -- : File > /etc/runit/1.d/enable-brotli  chmod: +x
I, [2018-11-11T17:15:53.964225 #13]  INFO -- : File > /etc/service/unicorn/run  chmod: +x
I, [2018-11-11T17:15:53.969451 #13]  INFO -- : File > /etc/service/nginx/run  chmod: +x
I, [2018-11-11T17:15:53.974454 #13]  INFO -- : File > /etc/runit/3.d/01-nginx  chmod: +x
I, [2018-11-11T17:15:53.979473 #13]  INFO -- : File > /etc/runit/3.d/02-unicorn  chmod: +x
I, [2018-11-11T17:15:53.979593 #13]  INFO -- : Replacing # postgres with sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2018-11-11T17:15:53.979869 #13]  INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2018-11-11T17:15:53.983071 #13]  INFO -- : > cd /var/www/discourse && git reset --hard
212:M 11 Nov 17:15:53.986 # Creating Server TCP listening socket *:6379: bind: Address already in use
Checking out files: 100% (26883/26883), done.
I, [2018-11-11T17:16:01.463717 #13]  INFO -- : HEAD is now at 59ce11d ignore maxmind db

I, [2018-11-11T17:16:01.464311 #13]  INFO -- : > cd /var/www/discourse && git clean -f
I, [2018-11-11T17:16:01.652087 #13]  INFO -- : 
I, [2018-11-11T17:16:01.652242 #13]  INFO -- : > cd /var/www/discourse && git remote set-branches --add origin master
I, [2018-11-11T17:16:01.657449 #13]  INFO -- : 
I, [2018-11-11T17:16:01.657548 #13]  INFO -- : > cd /var/www/discourse && git pull
From https://github.com/discourse/discourse
   59ce11d..cee1f5b  master     -> origin/master
   b1b9fae..bbf7bb1  beta       -> origin/beta
 * [new branch]      delete-unused-tags -> origin/delete-unused-tags
 * [new branch]      extra-privacy -> origin/extra-privacy
 * [new branch]      fontawesome5 -> origin/fontawesome5
 * [new branch]      group-posts -> origin/group-posts
 * [new branch]      menu-sliders -> origin/menu-sliders
 * [new branch]      no-category-column -> origin/no-category-column
 + ee8775e...1a4fbc3 rework-polls -> origin/rework-polls  (forced update)
   40559b3..05b2c5b  stable     -> origin/stable
 * [new branch]      svg-icons  -> origin/svg-icons
   59ce11d..cee1f5b  tests-passed -> origin/tests-passed
 * [new tag]         v2.1.2     -> v2.1.2
 * [new tag]         v2.1.3     -> v2.1.3
 * [new tag]         v2.2.0.beta3 -> v2.2.0.beta3
 * [new tag]         v2.2.0.beta4 -> v2.2.0.beta4
I, [2018-11-11T17:18:30.542284 #13]  INFO -- : Updating 59ce11d..cee1f5b
Fast-forward
...
 643 files changed, 11706 insertions(+), 9109 deletions(-)
 create mode 100644 app/assets/javascripts/activate-account.js.no-module.es6
 create mode 100644 app/assets/javascripts/admin/components/secret-value-list.js.es6
 create mode 100644 app/assets/javascripts/admin/components/tags-uploader.js.es6
 create mode 100644 app/assets/javascripts/admin/components/user-flag-percentage.js.es6
 create mode 100644 app/assets/javascripts/admin/templates/components/secret-value-list.hbs
 create mode 100644 app/assets/javascripts/admin/templates/components/site-settings/secret-list.hbs
 create mode 100644 app/assets/javascripts/admin/templates/components/tags-uploader.hbs
 create mode 100644 app/assets/javascripts/admin/templates/components/user-flag-percentage.hbs
 create mode 100644 app/assets/javascripts/auto-redirect.js.no-module.es6
 create mode 100644 app/assets/javascripts/discourse-common/helpers/get-url.js.es6
 create mode 100644 app/assets/javascripts/discourse/components/backup-uploader.js.es6
 create mode 100644 app/assets/javascripts/discourse/templates/components/backup-uploader.hbs
 delete mode 100644 app/assets/javascripts/discourse/templates/modal/second-factor-intro.hbs
 create mode 100644 app/assets/javascripts/discourse/templates/modal/tag-upload.hbs
 create mode 100644 app/assets/javascripts/discourse/templates/user/profile-hidden.hbs
 create mode 100644 app/assets/javascripts/omniauth-complete.js.no-module.es6
 create mode 100644 app/assets/javascripts/print-page.js
 create mode 100644 app/assets/javascripts/wizard-start.js.no-module.es6
 create mode 100644 app/assets/stylesheets/common/base/search-menu.scss
 create mode 100644 app/controllers/csp_reports_controller.rb
 create mode 100644 app/controllers/theme_javascripts_controller.rb
 create mode 100644 app/jobs/onceoff/rebake_all_html_theme_fields.rb
 create mode 100644 app/jobs/regular/suspicious_login.rb
 delete mode 100644 app/models/backup.rb
 create mode 100644 app/models/backup_file.rb
 create mode 100644 app/models/backup_location_site_setting.rb
 create mode 100644 app/models/javascript_cache.rb
 create mode 100644 app/serializers/backup_file_serializer.rb
 delete mode 100644 app/serializers/backup_serializer.rb
 create mode 100644 app/serializers/hidden_profile_serializer.rb
 create mode 100644 app/services/wildcard_domain_checker.rb
 delete mode 100644 app/views/users/_auto_redirect_home.html.erb
 create mode 100644 db/migrate/20180916195601_migrate_s3_backup_site_settings.rb
 create mode 100644 db/migrate/20180927135248_create_javascript_caches.rb
 create mode 100644 db/migrate/20181005084357_add_sso_provider_secrets_to_site_settings.rb
 create mode 100644 db/migrate/20181010150631_add_hide_profile_and_presence_to_user_options.rb
 create mode 100644 db/migrate/20181031165343_add_flag_stats_to_user.rb
 create mode 100644 db/post_migrate/20181012123001_drop_group_locked_trust_level_from_user.rb
 create mode 100644 lib/backup_restore/backup_store.rb
 create mode 100644 lib/backup_restore/local_backup_store.rb
 create mode 100644 lib/backup_restore/s3_backup_store.rb
 create mode 100644 lib/content_security_policy.rb
 delete mode 100644 lib/freedom_patches/net.rb
 create mode 100644 plugins/discourse-local-dates/test/javascripts/acceptance/local-dates-test.js.es6
 create mode 100755 script/import_scripts/google_groups.rb
 delete mode 100644 script/import_scripts/mbox-experimental.rb
 mode change 100755 => 100644 script/import_scripts/mbox.rb
 create mode 100755 script/push_translations.rb
 delete mode 100644 spec/components/distributed_cache_spec.rb
 create mode 100644 spec/fixtures/csv/tags.csv
 create mode 100644 spec/fixtures/csv/tags_invalid.csv
 create mode 100644 spec/fixtures/emails/attached_eml_file.eml
 create mode 100644 spec/fixtures/emails/mailinglist_unsubscribe.eml
 create mode 100644 spec/fixtures/emails/null_byte_in_subject.eml
 create mode 100644 spec/fixtures/mmdb/GeoLite2-City.mmdb
 create mode 100644 spec/jobs/rebake_all_html_theme_fields_spec.rb
 create mode 100644 spec/jobs/suspicious_login_spec.rb
 create mode 100644 spec/lib/backup_restore/local_backup_store_spec.rb
 create mode 100644 spec/lib/backup_restore/s3_backup_store_spec.rb
 create mode 100644 spec/lib/backup_restore/shared_examples_for_backup_store.rb
 create mode 100644 spec/lib/content_security_policy_spec.rb
 create mode 100644 spec/lib/db_helper_spec.rb
 delete mode 100644 spec/models/backup_spec.rb
 create mode 100644 spec/models/javascript_cache_spec.rb
 create mode 100644 spec/requests/csp_reports_controller_spec.rb
 create mode 100644 spec/requests/theme_javascripts_controller_spec.rb
 create mode 100644 spec/serializers/user_auth_token_serializer_spec.rb
 create mode 100644 spec/services/wildcard_domain_checker_spec.rb
 create mode 100644 test/javascripts/acceptance/composer-edit-conflict-test.js.es6
 create mode 100644 test/javascripts/components/secret-value-list-test.js.es6

I, [2018-11-11T17:18:30.542828 #13]  INFO -- : > cd /var/www/discourse && git fetch origin tests-passed
From https://github.com/discourse/discourse
 * branch            tests-passed -> FETCH_HEAD
I, [2018-11-11T17:18:38.539266 #13]  INFO -- : 
I, [2018-11-11T17:18:38.539468 #13]  INFO -- : > cd /var/www/discourse && git checkout tests-passed
Switched to a new branch 'tests-passed'
I, [2018-11-11T17:18:38.822689 #13]  INFO -- : Branch tests-passed set up to track remote branch tests-passed from origin.

I, [2018-11-11T17:18:38.822815 #13]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
I, [2018-11-11T17:18:38.827100 #13]  INFO -- : 
I, [2018-11-11T17:18:38.827187 #13]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
I, [2018-11-11T17:18:38.830827 #13]  INFO -- : 
I, [2018-11-11T17:18:38.830920 #13]  INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
I, [2018-11-11T17:18:38.834308 #13]  INFO -- : 
I, [2018-11-11T17:18:38.834388 #13]  INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
I, [2018-11-11T17:18:38.838053 #13]  INFO -- : 
I, [2018-11-11T17:18:38.838140 #13]  INFO -- : > cd /var/www/discourse && bash -c "touch -a           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
I, [2018-11-11T17:18:38.922285 #13]  INFO -- : 
I, [2018-11-11T17:18:38.922394 #13]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
I, [2018-11-11T17:18:38.928015 #13]  INFO -- : 
I, [2018-11-11T17:18:38.928105 #13]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
I, [2018-11-11T17:18:38.933862 #13]  INFO -- : 
I, [2018-11-11T17:18:38.933987 #13]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
I, [2018-11-11T17:18:38.939123 #13]  INFO -- : 
I, [2018-11-11T17:18:38.939212 #13]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/tmp/{backups,restores}"
I, [2018-11-11T17:18:38.944651 #13]  INFO -- : 
I, [2018-11-11T17:18:38.944743 #13]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/tmp/{backups,restores} /var/www/discourse/tmp"
I, [2018-11-11T17:18:38.950131 #13]  INFO -- : 
I, [2018-11-11T17:18:38.950225 #13]  INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp
I, [2018-11-11T17:18:39.577277 #13]  INFO -- : 
I, [2018-11-11T17:18:39.577637 #13]  INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
I, [2018-11-11T17:18:39.578241 #13]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
Cloning into 'docker_manager'...
I, [2018-11-11T17:18:59.420377 #13]  INFO -- : 
I, [2018-11-11T17:18:59.420893 #13]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/angusmcleod/discourse-ratings.git
Cloning into 'discourse-ratings'...
I, [2018-11-11T17:19:03.384509 #13]  INFO -- : 
I, [2018-11-11T17:19:03.384734 #13]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/davidtaylorhq/discourse-whos-online.git
Cloning into 'discourse-whos-online'...
I, [2018-11-11T17:19:07.420211 #13]  INFO -- : 
I, [2018-11-11T17:19:07.420768 #13]  INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
I, [2018-11-11T17:19:07.451379 #13]  INFO -- : 
I, [2018-11-11T17:19:07.451555 #13]  INFO -- : > rm /etc/nginx/sites-enabled/default
I, [2018-11-11T17:19:07.454659 #13]  INFO -- : 
I, [2018-11-11T17:19:07.454780 #13]  INFO -- : > mkdir -p /var/nginx/cache
I, [2018-11-11T17:19:07.457820 #13]  INFO -- : 
I, [2018-11-11T17:19:07.458354 #13]  INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
I, [2018-11-11T17:19:07.459001 #13]  INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
I, [2018-11-11T17:19:07.459403 #13]  INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
I, [2018-11-11T17:19:07.459850 #13]  INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
I, [2018-11-11T17:19:07.460377 #13]  INFO -- : > echo "done configuring web"
I, [2018-11-11T17:19:07.462812 #13]  INFO -- : done configuring web

I, [2018-11-11T17:19:07.463076 #13]  INFO -- : > cd /var/www/discourse && gem update bundler
I, [2018-11-11T17:19:18.285904 #13]  INFO -- : Updating installed gems
Updating bundler
Successfully installed bundler-1.17.1
Gems updated: bundler

I, [2018-11-11T17:19:18.286413 #13]  INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
I, [2018-11-11T17:19:22.645483 #13]  INFO -- : 
I, [2018-11-11T17:19:22.646045 #13]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4'
I, [2018-11-11T17:20:11.458311 #13]  INFO -- : Running `bundle install --deployment --jobs 4 --retry 3 --verbose --without "development"` with bundler 1.17.1
Frozen, using resolution from the lockfile
The definition is missing ["loofah-2.2.3", "rack-2.0.6", "message_bus-2.1.6", "onebox-1.8.67"]
HTTP GET https://index.rubygems.org/versions
HTTP 200 OK https://index.rubygems.org/versions
Fetching gem metadata from https://rubygems.org/
Looking up gems ["rake", "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"]
...

Using rake 12.3.1
2:  rake (12.3.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rake-12.3.1.gemspec
Using concurrent-ruby 1.0.5
Using minitest 5.11.3
Using thread_safe 0.3.6
0:  concurrent-ruby (1.0.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/concurrent-ruby-1.0.5.gemspec
Using builder 3.2.3
0:  builder (3.2.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/builder-3.2.3.gemspec
Using erubi 1.7.1
0:  erubi (1.7.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/erubi-1.7.1.gemspec
Using mini_portile2 2.3.0
0:  mini_portile2 (2.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_portile2-2.3.0.gemspec
Using crass 1.0.4
0:  crass (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/crass-1.0.4.gemspec
1:  minitest (5.11.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/minitest-5.11.3.gemspec
Using mini_mime 1.0.0
1:  mini_mime (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_mime-1.0.0.gemspec
Using arel 9.0.0
1:  arel (9.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/arel-9.0.0.gemspec
Using public_suffix 3.0.2
1:  public_suffix (3.0.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/public_suffix-3.0.2.gemspec
Using ast 2.4.0
1:  ast (2.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ast-2.4.0.gemspec
Using aws-eventstream 1.0.1
1:  aws-eventstream (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-eventstream-1.0.1.gemspec
Using aws-partitions 1.104.0
1:  aws-partitions (1.104.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-partitions-1.104.0.gemspec
Using aws-sigv4 1.0.3
1:  aws-sigv4 (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-sigv4-1.0.3.gemspec
Using jmespath 1.4.0
1:  jmespath (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/jmespath-1.4.0.gemspec
Using ember-source 2.13.3
1:  ember-source (2.13.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ember-source-2.13.3.gemspec
Using execjs 2.7.0
1:  execjs (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/execjs-2.7.0.gemspec
Using msgpack 1.2.4
1:  msgpack (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/msgpack-1.2.4.gemspec
Using bundler 1.17.1
1:  bundler (1.17.1) from /usr/local/lib/ruby/gems/2.5.0/specifications/bundler-1.17.1.gemspec
Using byebug 10.0.2
1:  byebug (10.0.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/byebug-10.0.2.gemspec
Using certified 1.0.0
1:  certified (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/certified-1.0.0.gemspec
Using chunky_png 1.3.10
1:  chunky_png (1.3.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/chunky_png-1.3.10.gemspec
Using claide 1.0.2
1:  claide (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/claide-1.0.2.gemspec
Using colored2 3.1.2
Fetching rack 2.0.6
1:  colored2 (3.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/colored2-3.1.2.gemspec
Using nap 1.1.0
1:  nap (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/nap-1.1.0.gemspec
Using open4 1.3.4
1:  open4 (1.3.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/open4-1.3.4.gemspec
Using coderay 1.1.2
1:  coderay (1.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/coderay-1.1.2.gemspec
Using connection_pool 2.2.2
1:  connection_pool (2.2.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/connection_pool-2.2.2.gemspec
Using cppjieba_rb 0.3.0
1:  cppjieba_rb (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/cppjieba_rb-0.3.0.gemspec
Using safe_yaml 1.0.4
1:  safe_yaml (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/safe_yaml-1.0.4.gemspec
Using multipart-post 2.0.0
1:  multipart-post (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/multipart-post-2.0.0.gemspec
Using git 1.4.0
1:  git (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/git-1.4.0.gemspec
Using kramdown 1.17.0
1:  kramdown (1.17.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/kramdown-1.17.0.gemspec
Using no_proxy_fix 0.1.2
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
Using unicode-display_width 1.4.0
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
Using diff-lcs 1.3
1:  diff-lcs (1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/diff-lcs-1.3.gemspec
Using exifr 1.3.4
1:  exifr (1.3.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/exifr-1.3.4.gemspec
Using fspath 3.1.0
1:  fspath (3.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fspath-3.1.0.gemspec
Using image_size 1.5.0
1:  image_size (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/image_size-1.5.0.gemspec
Using in_threads 1.5.0
1:  in_threads (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/in_threads-1.5.0.gemspec
Using progress 3.4.0
1:  progress (3.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/progress-3.4.0.gemspec
Using email_reply_trimmer 0.1.12
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
Using method_source 0.8.2
1:  method_source (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/method_source-0.8.2.gemspec
Using thor 0.19.4
1:  thor (0.19.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/thor-0.19.4.gemspec
Using excon 0.62.0
1:  excon (0.62.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/excon-0.62.0.gemspec
Using fabrication 2.20.1
1:  fabrication (2.20.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fabrication-2.20.1.gemspec
Using fakeweb 1.3.0
1:  fakeweb (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fakeweb-1.3.0.gemspec
Using fast_blank 1.0.0
1:  fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fast_blank-1.0.0.gemspec
Using rake-compiler 1.0.4
1:  rake-compiler (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rake-compiler-1.0.4.gemspec
Using fast_xs 0.8.0
1:  fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fast_xs-0.8.0.gemspec
Using fastimage 2.1.3
1:  fastimage (2.1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fastimage-2.1.3.gemspec
Using ffi 1.9.25
1:  ffi (1.9.25) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ffi-1.9.25.gemspec
Using flamegraph 0.9.5
1:  flamegraph (0.9.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/flamegraph-0.9.5.gemspec
Using gc_tracer 1.5.1
1:  gc_tracer (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/gc_tracer-1.5.1.gemspec
Using guess_html_encoding 0.0.11
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
Using hashdiff 0.3.7
1:  hashdiff (0.3.7) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/hashdiff-0.3.7.gemspec
Using hashie 3.5.7
1:  hashie (3.5.7) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/hashie-3.5.7.gemspec
Using highline 1.7.10
1:  highline (1.7.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/highline-1.7.10.gemspec
Using hiredis 0.6.1
1:  hiredis (0.6.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/hiredis-0.6.1.gemspec
Using hkdf 0.3.0
1:  hkdf (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/hkdf-0.3.0.gemspec
Using htmlentities 4.3.4
1:  htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/htmlentities-4.3.4.gemspec
Using http_accept_language 2.0.5
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
Using jaro_winkler 1.5.1
1:  jaro_winkler (1.5.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/jaro_winkler-1.5.1.gemspec
Using jwt 1.5.6
1:  jwt (1.5.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/jwt-1.5.6.gemspec
Using kgio 2.11.2
1:  kgio (2.11.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/kgio-2.11.2.gemspec
Using libv8 6.7.288.46.1 (x86_64-linux)
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
Using rb-fsevent 0.10.3
1:  rb-fsevent (0.10.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rb-fsevent-0.10.3.gemspec
Using ruby_dep 1.5.0
1:  ruby_dep (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ruby_dep-1.5.0.gemspec
Using logstash-event 1.2.02
1:  logstash-event (1.2.02) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/logstash-event-1.2.02.gemspec
Using logster 1.2.11
1:  logster (1.2.11) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/logster-1.2.11.gemspec
Using lru_redux 1.1.0
1:  lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/lru_redux-1.1.0.gemspec
Using maxminddb 0.1.21
1:  maxminddb (0.1.21) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/maxminddb-0.1.21.gemspec
Using memory_profiler 0.9.12
1:  memory_profiler (0.9.12) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/memory_profiler-0.9.12.gemspec
Using metaclass 0.0.4
1:  metaclass (0.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/metaclass-0.0.4.gemspec
Using mini_scheduler 0.8.1
1:  mini_scheduler (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_scheduler-0.8.1.gemspec
Using mini_sql 0.1.10
1:  mini_sql (0.1.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_sql-0.1.10.gemspec
Using mock_redis 0.18.0
1:  mock_redis (0.18.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mock_redis-0.18.0.gemspec
Using moneta 1.0.0
1:  moneta (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/moneta-1.0.0.gemspec
Using multi_json 1.13.1
1:  multi_json (1.13.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/multi_json-1.13.1.gemspec
Using multi_xml 0.6.0
1:  multi_xml (0.6.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/multi_xml-0.6.0.gemspec
Using mustache 1.0.5
1:  mustache (1.0.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mustache-1.0.5.gemspec
Using oauth 0.5.4
1:  oauth (0.5.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/oauth-0.5.4.gemspec
Using oj 3.6.2
1:  oj (3.6.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/oj-3.6.2.gemspec
Using ruby-openid 2.7.0
1:  ruby-openid (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ruby-openid-2.7.0.gemspec
Using redis 4.0.1
1:  redis (4.0.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/redis-4.0.1.gemspec
Using parallel 1.12.1
1:  parallel (1.12.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/parallel-1.12.1.gemspec
Using pg 1.1.3
1:  pg (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/pg-1.1.3.gemspec
Using powerpack 0.1.2
1:  powerpack (0.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/powerpack-0.1.2.gemspec
Using slop 3.6.0
1:  slop (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/slop-3.6.0.gemspec
Using puma 3.11.4
1:  puma (3.11.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/puma-3.11.4.gemspec
Using r2 0.2.7
1:  r2 (0.2.7) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/r2-0.2.7.gemspec
Using rainbow 3.0.0
1:  rainbow (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rainbow-3.0.0.gemspec
Using raindrops 0.19.0
1:  raindrops (0.19.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/raindrops-0.19.0.gemspec
Using trollop 2.1.2
1:  trollop (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/trollop-2.1.2.gemspec
Using rchardet 1.8.0
1:  rchardet (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rchardet-1.8.0.gemspec
Using rinku 2.0.4
1:  rinku (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rinku-2.0.4.gemspec
Using rotp 3.3.1
1:  rotp (3.3.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rotp-3.3.1.gemspec
Using rspec-support 3.7.1
1:  rspec-support (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-support-3.7.1.gemspec
Using rtlit 0.0.5
1:  rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rtlit-0.0.5.gemspec
Using ruby-progressbar 1.9.0
1:  ruby-progressbar (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ruby-progressbar-1.9.0.gemspec
Using shoulda-context 1.2.2
1:  shoulda-context (1.2.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/shoulda-context-1.2.2.gemspec
Using sshkey 1.9.0
1:  sshkey (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sshkey-1.9.0.gemspec
Using stackprof 0.2.11
1:  stackprof (0.2.11) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/stackprof-0.2.11.gemspec
Using tilt 2.0.8
1:  tilt (2.0.8) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/tilt-2.0.8.gemspec
Using unf_ext 0.0.7.5
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
Using i18n 1.0.1
1:  i18n (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/i18n-1.0.1.gemspec
Using nokogiri 1.8.5
1:  nokogiri (1.8.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/nokogiri-1.8.5.gemspec
Using mail 2.7.1.rc1
1:  mail (2.7.1.rc1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mail-2.7.1.rc1.gemspec
Using addressable 2.5.2
1:  addressable (2.5.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/addressable-2.5.2.gemspec
Using aws-sdk-core 3.27.0
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
Using barber 0.12.0
1:  barber (0.12.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/barber-0.12.0.gemspec
Using bootsnap 1.3.0
1:  bootsnap (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/bootsnap-1.3.0.gemspec
Using ember-data-source 3.0.2
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
Using parser 2.5.1.0
1:  parser (2.5.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/parser-2.5.1.0.gemspec
Using rqrcode 0.10.1
1:  rqrcode (0.10.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rqrcode-0.10.1.gemspec
Using uglifier 4.1.11
1:  uglifier (4.1.11) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/uglifier-4.1.11.gemspec
Using cork 0.3.0
1:  cork (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/cork-0.3.0.gemspec
Using crack 0.4.3
1:  crack (0.4.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/crack-0.4.3.gemspec
Using faraday 0.12.2
1:  faraday (0.12.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/faraday-0.12.2.gemspec
Using terminal-table 1.8.0
1:  terminal-table (1.8.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/terminal-table-1.8.0.gemspec
Using discourse_image_optim 0.26.2
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
Using fast_xor 1.1.3
1:  fast_xor (1.1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/fast_xor-1.1.3.gemspec
Using rb-inotify 0.9.10
1:  rb-inotify (0.9.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rb-inotify-0.9.10.gemspec
Using mini_suffix 0.3.0
1:  mini_suffix (0.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_suffix-0.3.0.gemspec
Using webpush 0.3.2
1:  webpush (0.3.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/webpush-0.3.2.gemspec
Using mini_racer 0.2.3
1:  mini_racer (0.2.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mini_racer-0.2.3.gemspec
Using logstash-logger 0.26.1
1:  logstash-logger (0.26.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/logstash-logger-0.26.1.gemspec
Using mocha 1.5.0
1:  mocha (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/mocha-1.5.0.gemspec
Using openid-redis-store 0.0.2
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
Using pry 0.10.4
1:  pry (0.10.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/pry-0.10.4.gemspec
Using rbtrace 0.4.10
1:  rbtrace (0.4.10) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rbtrace-0.4.10.gemspec
Using redis-namespace 1.6.0
1:  redis-namespace (1.6.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/redis-namespace-1.6.0.gemspec
Using rspec-core 3.7.1
1:  rspec-core (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-core-3.7.1.gemspec
Using rspec-expectations 3.7.0
1:  rspec-expectations (3.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-expectations-3.7.0.gemspec
Using rspec-mocks 3.7.0
1:  rspec-mocks (3.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-mocks-3.7.0.gemspec
Using unf 0.1.4
1:  unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/unf-0.1.4.gemspec
Using unicorn 5.4.0
1:  unicorn (5.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/unicorn-5.4.0.gemspec
2:  thread_safe (0.3.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/thread_safe-0.3.6.gemspec
Using nokogumbo 1.5.0
Fetching loofah 2.2.3
2:  nokogumbo (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/nokogumbo-1.5.0.gemspec
Using ruby-readability 0.7.0
2:  ruby-readability (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ruby-readability-0.7.0.gemspec
Using aws-sdk-kms 1.9.0
2:  aws-sdk-kms (1.9.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-sdk-kms-1.9.0.gemspec
Using claide-plugins 0.9.2
2:  claide-plugins (0.9.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/claide-plugins-0.9.2.gemspec
Using faraday-http-cache 1.3.1
2:  faraday-http-cache (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/faraday-http-cache-1.3.1.gemspec
Using sawyer 0.8.1
2:  sawyer (0.8.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sawyer-0.8.1.gemspec
Using rubocop 0.57.2
2:  rubocop (0.57.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rubocop-0.57.2.gemspec
Using webmock 3.4.2
2:  webmock (3.4.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/webmock-3.4.2.gemspec
Using listen 3.1.5
2:  listen (3.1.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/listen-3.1.5.gemspec
Using sass-listen 4.0.0
2:  sass-listen (4.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sass-listen-4.0.0.gemspec
Using pry-nav 0.2.4
2:  pry-nav (0.2.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/pry-nav-0.2.4.gemspec
Using pry-rails 0.3.6
2:  pry-rails (0.3.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/pry-rails-0.3.6.gemspec
Using tzinfo 1.2.5
2:  tzinfo (1.2.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/tzinfo-1.2.5.gemspec
Using rspec 3.7.0
2:  rspec (3.7.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-3.7.0.gemspec
Using activesupport 5.2.0
2:  activesupport (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/activesupport-5.2.0.gemspec
Using aws-sdk-s3 1.19.0
2:  aws-sdk-s3 (1.19.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/aws-sdk-s3-1.19.0.gemspec
Using octokit 4.9.0
2:  octokit (4.9.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/octokit-4.9.0.gemspec
Using sanitize 4.6.5
2:  sanitize (4.6.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sanitize-4.6.5.gemspec
Using rspec-html-matchers 0.9.1
2:  rspec-html-matchers (0.9.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-html-matchers-0.9.1.gemspec
Using sass 3.5.6
2:  sass (3.5.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sass-3.5.6.gemspec
Using rails-dom-testing 2.0.3
2:  rails-dom-testing (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rails-dom-testing-2.0.3.gemspec
Using globalid 0.4.1
2:  globalid (0.4.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/globalid-0.4.1.gemspec
Using activemodel 5.2.0
2:  activemodel (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/activemodel-5.2.0.gemspec
Using shoulda-matchers 2.8.0
2:  shoulda-matchers (2.8.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/shoulda-matchers-2.8.0.gemspec
Using danger 5.6.3
2:  danger (5.6.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/danger-5.6.3.gemspec
Fetching onebox 1.8.67
Installing onebox 1.8.67
Installing loofah 2.2.3
2:  onebox (1.8.67) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/onebox-1.8.67.gemspec
Using sassc 1.11.4
2:  sassc (1.11.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sassc-1.11.4.gemspec
Using activejob 5.2.0
2:  activejob (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/activejob-5.2.0.gemspec
Using active_model_serializers 0.8.4
2:  active_model_serializers (0.8.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/active_model_serializers-0.8.4.gemspec
Using activerecord 5.2.0
2:  activerecord (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/activerecord-5.2.0.gemspec
Using shoulda 3.5.0
2:  shoulda (3.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/shoulda-3.5.0.gemspec
Using seed-fu 2.3.9
2:  seed-fu (2.3.9) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/seed-fu-2.3.9.gemspec
1:  loofah (2.2.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/loofah-2.2.3.gemspec
Using rails-html-sanitizer 1.0.4
2:  rails-html-sanitizer (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rails-html-sanitizer-1.0.4.gemspec
Using actionview 5.2.0
1:  actionview (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/actionview-5.2.0.gemspec
Installing rack 2.0.6
0:  rack (2.0.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-2.0.6.gemspec
Using rack-test 1.0.0
2:  rack-test (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-test-1.0.0.gemspec
Using sprockets 3.7.2
1:  sprockets (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sprockets-3.7.2.gemspec
Using request_store 1.4.1
1:  request_store (1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/request_store-1.4.1.gemspec
Using oauth2 1.4.0
0:  oauth2 (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/oauth2-1.4.0.gemspec
Using omniauth 1.8.1
0:  omniauth (1.8.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-1.8.1.gemspec
Using rack-openid 1.3.1
0:  rack-openid (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-openid-1.3.1.gemspec
Using rack-mini-profiler 1.0.0
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
Using rack-protection 2.0.3
0:  rack-protection (2.0.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rack-protection-2.0.3.gemspec
Using actionpack 5.2.0
0:  actionpack (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/actionpack-5.2.0.gemspec
Using ember-handlebars-template 0.7.5
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
Fetching message_bus 2.1.6
Using actionmailer 5.2.0
Using railties 5.2.0
0:  actionmailer (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/actionmailer-5.2.0.gemspec
Using omniauth-oauth2 1.5.0
0:  omniauth-oauth2 (1.5.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-oauth2-1.5.0.gemspec
Using omniauth-oauth 1.1.0
0:  omniauth-oauth (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-oauth-1.1.0.gemspec
Using omniauth-openid 1.0.1
0:  omniauth-openid (1.0.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-openid-1.0.1.gemspec
Using sidekiq 5.1.3
0:  sidekiq (5.1.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sidekiq-5.1.3.gemspec
Using sprockets-rails 3.2.1
0:  sprockets-rails (3.2.1) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/sprockets-rails-3.2.1.gemspec
2:  railties (5.2.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/railties-5.2.0.gemspec
Using omniauth-facebook 5.0.0
Using omniauth-github 1.3.0
2:  omniauth-github (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-github-1.3.0.gemspec
Using omniauth-google-oauth2 0.5.3
2:  omniauth-google-oauth2 (0.5.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-google-oauth2-0.5.3.gemspec
Using omniauth-instagram 1.3.0
2:  omniauth-instagram (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-instagram-1.3.0.gemspec
Using omniauth-twitter 1.4.0
2:  omniauth-twitter (1.4.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-twitter-1.4.0.gemspec
Using jquery-rails 4.3.3
2:  jquery-rails (4.3.3) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/jquery-rails-4.3.3.gemspec
Using lograge 0.10.0
2:  lograge (0.10.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/lograge-0.10.0.gemspec
Using rails_multisite 2.0.4
2:  rails_multisite (2.0.4) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rails_multisite-2.0.4.gemspec
Using rspec-rails 3.7.2
2:  rspec-rails (3.7.2) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/rspec-rails-3.7.2.gemspec
Using ember-rails 0.18.5
2:  ember-rails (0.18.5) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/ember-rails-0.18.5.gemspec
0:  omniauth-facebook (5.0.0) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/omniauth-facebook-5.0.0.gemspec
Installing message_bus 2.1.6
1:  message_bus (2.1.6) from /var/www/discourse/vendor/bundle/ruby/2.5.0/specifications/message_bus-2.1.6.gemspec
Bundle complete! 112 Gemfile dependencies, 202 gems now installed.
Gems in the group development were not installed.
Bundled gems are installed into `./vendor/bundle`

I, [2018-11-11T17:20:11.458773 #13]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
Discourse requires Ruby 2.5.2 or up
I, [2018-11-11T17:20:11.975303 #13]  INFO -- : 
184:signal-handler (1541956811) Received SIGTERM scheduling shutdown...
I, [2018-11-11T17:20:11.975888 #13]  INFO -- : Terminating async processes
I, [2018-11-11T17:20:11.975953 #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
I, [2018-11-11T17:20:11.976063 #13]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 184
2018-11-11 17:20:11.976 UTC [68] LOG:  received fast shutdown request
2018-11-11 17:20:11.977 UTC [68] LOG:  aborting any active transactions
2018-11-11 17:20:11.980 UTC [68] LOG:  worker process: logical replication launcher (PID 77) exited with exit code 1
2018-11-11 17:20:11.983 UTC [72] LOG:  shutting down
184:M 11 Nov 17:20:12.017 # User requested shutdown...
184:M 11 Nov 17:20:12.017 * Saving the final RDB snapshot before exiting.
2018-11-11 17:20:12.023 UTC [68] LOG:  database system is shut down
184:M 11 Nov 17:20:12.048 * DB saved on disk
184:M 11 Nov 17:20:12.048 # Redis is now ready to exit, bye bye...


FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 420 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
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'"]}
b0dc42b1d695737c58e692e35fa03d5c8bb089dd37b8b7326f898a6727ed844d
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
[root@test discourse]# 

1 Like

Take a look at the error message at the very top, you should to update Docker. The version you are currently running is outdated. Although, this may not be your exact issue, it was the first line I noticed.

edit:
This error is present and I believe @zyouchi is having the same issue. @Stephen posted in I got an error after updating my forked install about checking which version is set in /var/discourse/containers/app.yml.

I also see this error:

Unfortunately, I do not have a suggestion to help fix this, my bad, jumped the gun.

2 Likes

This is also what happened to me😭

You’re going to need up update Docker for sure, how was this server built?

This is my test instance. I always update this instance before updating main one for the purpose of exactly getting these kind of errors. I will update docker and rebuild discourse again.

Ok so I updated docker and rebuild app. It seems it is successfully rebuilded. However I still see the following fatal error at start of rebuild

fatal: ambiguous argument '@': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: Not a valid object name @

This is your error.

cd /var/discourse
./launcher rebuild app
2 Likes

Thanks. But there is no explanation about this in the install page. In fact I didn’t install ruby in my server. Is it installed automatically when we install discourse?

https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md

Ruby is inside the docker image, launcher will keep it up to date, although you may find that you need to re-run launcher when you see that error.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.