· 9 years ago · Apr 05, 2017, 07:38 AM
1database_1 | LOG: database system was shut down at 2017-04-03 09:50:36 UTC
2database_1 | LOG: MultiXact member wraparound protections are now enabled
3database_1 | LOG: database system is ready to accept connections
4database_1 | LOG: autovacuum launcher started
5redis_1 | Starting redis-server...
6redis_1 | _._
7redis_1 | _.-``__ ''-._
8redis_1 | _.-`` `. `_. ''-._ Redis 2.8.4 (00000000/0) 64 bit
9redis_1 | .-`` .-```. ```\/ _.,_ ''-._
10redis_1 | ( ' , .-` | `, ) Running in stand alone mode
11redis_1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
12redis_1 | | `-._ `._ / _.-' | PID: 1
13redis_1 | `-._ `-._ `-./ _.-' _.-'
14redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
15redis_1 | | `-._`-._ _.-'_.-' | http://redis.io
16redis_1 | `-._ `-._`-.__.-'_.-' _.-'
17redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
18redis_1 | | `-._`-._ _.-'_.-' |
19redis_1 | `-._ `-._`-.__.-'_.-' _.-'
20redis_1 | `-._ `-.__.-' _.-'
21redis_1 | `-._ _.-'
22redis_1 | `-.__.-'
23redis_1 |
24redis_1 | [1] 03 Apr 09:59:08.648 # Server started, Redis version 2.8.4
25redis_1 | [1] 03 Apr 09:59:08.648 # 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.
26redis_1 | [1] 03 Apr 09:59:08.648 * DB loaded from disk: 0.000 seconds
27redis_1 | [1] 03 Apr 09:59:08.648 * The server is now ready to accept connections on port 6379
28redis_1 | [1] 03 Apr 09:59:08.648 * The server is now ready to accept connections at /var/run/redis/redis.sock
29zulip_1 | === Begin Initial Configuration Phase ===
30zulip_1 | Preparing and linking the uploads folder ...
31zulip_1 | Prepared and linked the uploads directory.
32zulip_1 | Executing nginx configuration ...
33zulip_1 | Nginx configuration succeeded.
34zulip_1 | Exectuing certificates configuration...
35zulip_1 | Certificates configuration succeeded.
36zulip_1 | Setting database configuration ...
37zulip_1 | Setting key "DATABASES", type "array" in file "/home/zulip/deployments/current/zproject/settings.py".
38zulip_1 | Setting key "REMOTE_POSTGRES_HOST", type "string" in file "/etc/zulip/settings.py".
39zulip_1 | Setting key "REMOTE_POSTGRES_SSLMODE", type "string" in file "/etc/zulip/settings.py".
40zulip_1 | Database configuration succeeded.
41zulip_1 | Setting Zulip secrets ...
42zulip_1 | Generating Zulip secrets ...
43zulip_1 | Generated Camo config file /etc/default/camo
44zulip_1 | Generated /etc/zulip/zulip-secrets.conf with auto-generated secrets!
45zulip_1 | Secrets generation succeeded.
46zulip_1 | Secret found for "rabbitmq_password".
47zulip_1 | Secret added for "email_password".
48zulip_1 | Secret found for "secret_key".
49zulip_1 | Zulip secrets configuration succeeded.
50zulip_1 | Activating authentication backends ...
51zulip_1 | Setting key "AUTHENTICATION_BACKENDS", type "array" in file "/etc/zulip/settings.py".
52zulip_1 | Adding authentication backend "EmailAuthBackend".
53zulip_1 | Authentication backend activation succeeded.
54zulip_1 | Executing Zulip configuration ...
55zulip_1 | Setting key "EXTERNAL_HOST", type "string" in file "/etc/zulip/settings.py".
56zulip_1 | Setting key "EMAIL_HOST", type "string" in file "/home/zulip/deployments/current/zproject/settings.py".
57zulip_1 | Setting key "ALLOWED_HOSTS", type "array" in file "/etc/zulip/settings.py".
58zulip_1 | Setting key "NOREPLY_EMAIL_ADDRESS", type "string" in file "/etc/zulip/settings.py".
59zulip_1 | Setting key "ZULIP_ADMINISTRATOR", type "string" in file "/etc/zulip/settings.py".
60zulip_1 | Setting key "REDIS_HOST", type "string" in file "/etc/zulip/settings.py".
61zulip_1 | Setting key "RABBITMQ_HOST", type "string" in file "/etc/zulip/settings.py".
62zulip_1 | Setting key "EMAIL_HOST_USER", type "string" in file "/home/zulip/deployments/current/zproject/settings.py".
63zulip_1 | Setting key "DEFAULT_FROM_EMAIL", type "string" in file "/etc/zulip/settings.py".
64zulip_1 | Setting key "MEMCACHED_LOCATION", type "string" in file "/etc/zulip/settings.py".
65zulip_1 | Setting key "EMAIL_USE_SSL", type "bool" in file "/home/zulip/deployments/current/zproject/settings.py".
66zulip_1 | Setting key "ADMIN_DOMAIN", type "string" in file "/etc/zulip/settings.py".
67zulip_1 | Setting key "EMAIL_USE_TLS", type "bool" in file "/home/zulip/deployments/current/zproject/settings.py".
68zulip_1 | Setting key "EMAIL_PORT", type "integer" in file "/home/zulip/deployments/current/zproject/settings.py".
69zulip_1 | Zulip configuration succeeded.
70zulip_1 | Auto backup enabled.
71zulip_1 | === End Initial Configuration Phase ===
72zulip_1 | === Begin Bootstrap Phase ===
73zulip_1 | Waiting for database server to allow connections ...
74zulip_1 | (Re)creating database structure ...
75zulip_1 | Setting up the database, schema and user ...
76database_1 | ERROR: role "zulip" already exists
77database_1 | STATEMENT: CREATE USER zulip;
78zulip_1 | ERROR: role "zulip" already exists
79zulip_1 | ALTER ROLE
80database_1 | ERROR: database "zulip" already exists
81database_1 | STATEMENT: CREATE DATABASE zulip OWNER=zulip;
82zulip_1 | ERROR: database "zulip" already exists
83database_1 | ERROR: schema "zulip" already exists
84database_1 | STATEMENT: CREATE SCHEMA zulip AUTHORIZATION zulip;
85zulip_1 | ERROR: schema "zulip" already exists
86zulip_1 | Creating tsearch_extras extension ...
87database_1 | FATAL: password authentication failed for user "postgres"
88database_1 | DETAIL: User "postgres" has no password assigned.
89database_1 | Connection matched pg_hba.conf line 95: "host all all all md5"
90zulip_1 | psql: FATAL: password authentication failed for user "postgres"
91zulip_1 | Database structure recreated.
92zulip_1 | Bootstrapping RabbitMQ ...
93zulip_1 | +++ dirname /root/zulip/scripts/setup/configure-rabbitmq
94zulip_1 | ++ /root/zulip/scripts/setup/../get-django-setting RABBITMQ_HOST
95zulip_1 | + RABBITMQ_HOST=rabbitmq
96zulip_1 | +++ dirname /root/zulip/scripts/setup/configure-rabbitmq
97zulip_1 | ++ /root/zulip/scripts/setup/../get-django-setting RABBITMQ_USERNAME
98zulip_1 | + RABBITMQ_USERNAME=zulip
99zulip_1 | +++ dirname /root/zulip/scripts/setup/configure-rabbitmq
100zulip_1 | ++ /root/zulip/scripts/setup/../get-django-setting RABBITMQ_PASSWORD
101rabbitmq_1 |
102rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:11 ===
103rabbitmq_1 | Starting RabbitMQ 3.5.5 on Erlang 18.1
104rabbitmq_1 | Copyright (C) 2007-2015 Pivotal Software, Inc.
105rabbitmq_1 | Licensed under the MPL. See http://www.rabbitmq.com/
106rabbitmq_1 |
107rabbitmq_1 | RabbitMQ 3.5.5. Copyright (C) 2007-2015 Pivotal Software, Inc.
108rabbitmq_1 | ## ## Licensed under the MPL. See http://www.rabbitmq.com/
109rabbitmq_1 | ## ##
110rabbitmq_1 | ########## Logs: tty
111rabbitmq_1 | ###### ## tty
112rabbitmq_1 | ##########
113rabbitmq_1 | Starting broker...
114rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:11 ===
115rabbitmq_1 | node : rabbit@zulip-rabbit
116rabbitmq_1 | home dir : /var/lib/rabbitmq
117rabbitmq_1 | config file(s) : /etc/rabbitmq/rabbitmq.config
118rabbitmq_1 | cookie hash : LjhGt+fKyUoSVqAP1IfBNg==
119rabbitmq_1 | log : tty
120rabbitmq_1 | sasl log : tty
121rabbitmq_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@zulip-rabbit
122zulip_1 | + RABBITMQ_PASSWORD=zulip
123zulip_1 | + sudo rabbitmqctl -n rabbitmq delete_user zulip
124rabbitmq_1 |
125rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
126rabbitmq_1 | Memory limit set to 799MB of 1999MB total.
127rabbitmq_1 |
128rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
129rabbitmq_1 | Disk free limit set to 50MB
130rabbitmq_1 |
131rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
132rabbitmq_1 | Limiting to approx 1048476 file handles (943626 sockets)
133rabbitmq_1 |
134rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
135rabbitmq_1 | FHC read buffering: ON
136rabbitmq_1 | FHC write buffering: ON
137rabbitmq_1 |
138rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
139rabbitmq_1 | Priority queues enabled, real BQ is rabbit_variable_queue
140rabbitmq_1 |
141rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
142rabbitmq_1 | msg_store_transient: using rabbit_msg_store_ets_index to provide index
143rabbitmq_1 |
144rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
145rabbitmq_1 | msg_store_persistent: using rabbit_msg_store_ets_index to provide index
146rabbitmq_1 |
147rabbitmq_1 | =WARNING REPORT==== 3-Apr-2017::09:59:12 ===
148rabbitmq_1 | msg_store_persistent: rebuilding indices from scratch
149rabbitmq_1 |
150rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
151rabbitmq_1 | started TCP Listener on [::]:5672
152rabbitmq_1 | completed with 0 plugins.
153rabbitmq_1 |
154rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::09:59:12 ===
155rabbitmq_1 | Server startup complete; 0 plugins started.
156zulip_1 | Error: unable to connect to node rabbitmq@23a33bf5b102: nodedown
157zulip_1 |
158zulip_1 | DIAGNOSTICS
159zulip_1 | ===========
160zulip_1 |
161zulip_1 | nodes in question: [rabbitmq@23a33bf5b102]
162zulip_1 |
163zulip_1 | hosts, their running nodes and ports:
164zulip_1 | - 23a33bf5b102: [{rabbitmqctl100,41459}]
165zulip_1 |
166zulip_1 | current node details:
167zulip_1 | - node name: rabbitmqctl100@23a33bf5b102
168zulip_1 | - home dir: /var/lib/rabbitmq
169zulip_1 | - cookie hash: B7AeIMkoq5l6DQ31B6EP/w==
170zulip_1 |
171zulip_1 | + true
172zulip_1 | + sudo rabbitmqctl -n rabbitmq delete_user zulip
173zulip_1 | Error: unable to connect to node rabbitmq@23a33bf5b102: nodedown
174zulip_1 |
175zulip_1 | DIAGNOSTICS
176zulip_1 | ===========
177zulip_1 |
178zulip_1 | nodes in question: [rabbitmq@23a33bf5b102]
179zulip_1 |
180zulip_1 | hosts, their running nodes and ports:
181zulip_1 | - 23a33bf5b102: [{rabbitmqctl145,39141}]
182zulip_1 |
183zulip_1 | current node details:
184zulip_1 | - node name: rabbitmqctl145@23a33bf5b102
185zulip_1 | - home dir: /var/lib/rabbitmq
186zulip_1 | - cookie hash: B7AeIMkoq5l6DQ31B6EP/w==
187zulip_1 |
188zulip_1 | + true
189zulip_1 | + sudo rabbitmqctl -n rabbitmq delete_user guest
190zulip_1 | Error: unable to connect to node rabbitmq@23a33bf5b102: nodedown
191zulip_1 |
192zulip_1 | DIAGNOSTICS
193zulip_1 | ===========
194zulip_1 |
195zulip_1 | nodes in question: [rabbitmq@23a33bf5b102]
196zulip_1 |
197zulip_1 | hosts, their running nodes and ports:
198zulip_1 | - 23a33bf5b102: [{rabbitmqctl190,36387}]
199zulip_1 |
200zulip_1 | current node details:
201zulip_1 | - node name: rabbitmqctl190@23a33bf5b102
202zulip_1 | - home dir: /var/lib/rabbitmq
203zulip_1 | - cookie hash: B7AeIMkoq5l6DQ31B6EP/w==
204zulip_1 |
205zulip_1 | + true
206zulip_1 | + sudo rabbitmqctl -n rabbitmq add_user zulip zulip
207zulip_1 | Error: unable to connect to node rabbitmq@23a33bf5b102: nodedown
208zulip_1 |
209zulip_1 | DIAGNOSTICS
210zulip_1 | ===========
211zulip_1 |
212zulip_1 | nodes in question: [rabbitmq@23a33bf5b102]
213zulip_1 |
214zulip_1 | hosts, their running nodes and ports:
215zulip_1 | - 23a33bf5b102: [{rabbitmqctl236,33985}]
216zulip_1 |
217zulip_1 | current node details:
218zulip_1 | - node name: rabbitmqctl236@23a33bf5b102
219zulip_1 | - home dir: /var/lib/rabbitmq
220zulip_1 | - cookie hash: B7AeIMkoq5l6DQ31B6EP/w==
221zulip_1 |
222zulip_1 | Deleting user "zulip" ...
223zulip_1 | Deleting user "zulip" ...
224zulip_1 | Deleting user "guest" ...
225zulip_1 | Creating user "zulip" ...
226zulip_1 | RabbitMQ bootstrap succeeded.
227zulip_1 | Executing Zulip user creation script ...
228zulip_1 | Zulip user creation left enabled.
229zulip_1 | Executing Zulip first start init ...
230zulip_1 | ++ dirname /home/zulip/deployments/current/scripts/setup/initialize-database
231zulip_1 | + cd /home/zulip/deployments/current/scripts/setup/../..
232zulip_1 | + ./manage.py checkconfig
233zulip_1 | + ./manage.py migrate --noinput
234zulip_1 | Operations to perform:
235zulip_1 | Apply all migrations: analytics, auth, confirmation, contenttypes, guardian, sessions, sites, social_django, zerver
236zulip_1 | Running migrations:
237zulip_1 | Applying contenttypes.0001_initial... OK
238zulip_1 | Applying auth.0001_initial... OK
239zulip_1 | Applying zerver.0001_initial... OK
240zulip_1 | Applying zerver.0002_django_1_8... OK
241zulip_1 | Applying zerver.0003_custom_indexes... OK
242zulip_1 | Applying zerver.0004_userprofile_left_side_userlist... OK
243zulip_1 | Applying zerver.0005_auto_20150920_1340... OK
244zulip_1 | Applying zerver.0006_zerver_userprofile_email_upper_idx... OK
245zulip_1 | Applying zerver.0007_userprofile_is_bot_active_indexes... OK
246zulip_1 | Applying zerver.0008_preregistrationuser_upper_email_idx... OK
247zulip_1 | Applying zerver.0009_add_missing_migrations... OK
248zulip_1 | Applying zerver.0010_delete_streamcolor... OK
249zulip_1 | Applying zerver.0011_remove_guardian... OK
250zulip_1 | Applying zerver.0012_remove_appledevicetoken... OK
251zulip_1 | Applying zerver.0013_realmemoji... OK
252zulip_1 | Applying zerver.0014_realm_emoji_url_length... OK
253zulip_1 | Applying zerver.0015_attachment... OK
254zulip_1 | Applying zerver.0016_realm_create_stream_by_admins_only... OK
255zulip_1 | Applying zerver.0017_userprofile_bot_type... OK
256zulip_1 | Applying zerver.0018_realm_emoji_message... OK
257zulip_1 | Applying zerver.0019_preregistrationuser_realm_creation... OK
258zulip_1 | Applying zerver.0020_add_tracking_attachment... OK
259zulip_1 | Applying zerver.0021_migrate_attachment_data... OK
260zulip_1 | Applying zerver.0022_subscription_pin_to_top... OK
261zulip_1 | Applying zerver.0023_userprofile_default_language... OK
262zulip_1 | Applying zerver.0024_realm_allow_message_editing... OK
263zulip_1 | Applying zerver.0025_realm_message_content_edit_limit... OK
264zulip_1 | Applying zerver.0026_delete_mituser... OK
265zulip_1 | Applying zerver.0027_realm_default_language... OK
266zulip_1 | Applying zerver.0028_userprofile_tos_version... OK
267zulip_1 | Applying zerver.0029_realm_subdomain... OK
268zulip_1 | Applying zerver.0030_realm_org_type... OK
269zulip_1 | Applying zerver.0031_remove_system_avatar_source... OK
270zulip_1 | Applying zerver.0032_verify_all_medium_avatar_images... OK
271zulip_1 | Applying zerver.0033_migrate_domain_to_realmalias... OK
272zulip_1 | Applying zerver.0034_userprofile_enable_online_push_notifications... OK
273zulip_1 | Applying zerver.0035_realm_message_retention_period_days... OK
274zulip_1 | Applying zerver.0036_rename_subdomain_to_string_id... OK
275zulip_1 | Applying zerver.0037_disallow_null_string_id... OK
276zulip_1 | Applying zerver.0038_realm_change_to_community_defaults... OK
277zulip_1 | Applying zerver.0039_realmalias_drop_uniqueness... OK
278zulip_1 | Applying zerver.0040_realm_authentication_methods... OK
279zulip_1 | Applying zerver.0041_create_attachments_for_old_messages... OK
280zulip_1 | Applying zerver.0042_attachment_file_name_length... OK
281zulip_1 | Applying zerver.0043_realm_filter_validators... OK
282zulip_1 | Applying zerver.0044_reaction... OK
283zulip_1 | Applying zerver.0045_realm_waiting_period_threshold... OK
284zulip_1 | Applying zerver.0046_realmemoji_author... OK
285zulip_1 | Applying zerver.0047_realm_add_emoji_by_admins_only... OK
286zulip_1 | Applying zerver.0048_enter_sends_default_to_false... OK
287zulip_1 | Applying zerver.0049_userprofile_pm_content_in_desktop_notifications... OK
288zulip_1 | Applying zerver.0050_userprofile_avatar_version... OK
289zulip_1 | Applying analytics.0001_initial... OK
290zulip_1 | Applying analytics.0002_remove_huddlecount... OK
291zulip_1 | Applying analytics.0003_fillstate... OK
292zulip_1 | Applying analytics.0004_add_subgroup... OK
293zulip_1 | Applying analytics.0005_alter_field_size... OK
294zulip_1 | Applying analytics.0006_add_subgroup_to_unique_constraints... OK
295zulip_1 | Applying analytics.0007_remove_interval... OK
296zulip_1 | Applying analytics.0008_add_count_indexes... OK
297zulip_1 | Applying contenttypes.0002_remove_content_type_name... OK
298zulip_1 | Applying auth.0002_alter_permission_name_max_length... OK
299zulip_1 | Applying auth.0003_alter_user_email_max_length... OK
300zulip_1 | Applying auth.0004_alter_user_username_opts... OK
301zulip_1 | Applying auth.0005_alter_user_last_login_null... OK
302zulip_1 | Applying auth.0006_require_contenttypes_0002... OK
303zulip_1 | Applying auth.0007_alter_validators_add_error_messages... OK
304zulip_1 | Applying auth.0008_alter_user_username_max_length... OK
305zulip_1 | Applying confirmation.0001_initial... OK
306zulip_1 | Applying confirmation.0002_realmcreationkey... OK
307zulip_1 | Applying guardian.0001_initial... OK
308zulip_1 | Applying sessions.0001_initial... OK
309zulip_1 | Applying sites.0001_initial... OK
310zulip_1 | Applying sites.0002_alter_domain_unique... OK
311zulip_1 | Applying social_django.0001_initial... OK
312zulip_1 | Applying social_django.0002_add_related_name... OK
313zulip_1 | Applying social_django.0003_alter_email_max_length... OK
314zulip_1 | Applying social_django.0004_auto_20160423_0400... OK
315zulip_1 | Applying social_django.0005_auto_20160727_2333... OK
316zulip_1 | + ./manage.py createcachetable third_party_api_results
317zulip_1 | + ./manage.py initialize_voyager_db
318zulip_1 | Successfully populated database with initial data.
319zulip_1 | Please run ./manage.py generate_realm_creation_link to generate link for creating organization
320zulip_1 | + '[' -e /var/run/supervisor.sock ']'
321zulip_1 | + set +x
322zulip_1 | Congratulations! You have successfully configured your Zulip database.
323zulip_1 | If you haven't already, you should configure email in /etc/zulip/settings.py.
324zulip_1 | Then create your organization and user by opening the link to your Zulip
325zulip_1 | instance generated by ./manage.py generate_realm_creation_link.
326zulip_1 |
327zulip_1 | See docs/prod-health-check-debug.md for instructions on how to confirm your Zulip
328zulip_1 | install is healthy, change your realm's domain, debug common issues, and otherwise
329zulip_1 | finish setting things up.
330zulip_1 | Zulip first start init sucessful.
331zulip_1 | Migrating Zulip to new version ...
332zulip_1 | Operations to perform:
333zulip_1 | Apply all migrations: analytics, auth, confirmation, contenttypes, guardian, sessions, sites, social_django, zerver
334zulip_1 | Running migrations:
335zulip_1 | No migrations to apply.
336zulip_1 | Zulip migration succeeded.
337zulip_1 | Post setup scripts execution ...
338zulip_1 | No post-setup.d folder found. Continuing.
339zulip_1 | === End Bootstrap Phase ===
340zulip_1 | === Begin Run Phase ===
341zulip_1 | Starting Zulip using supervisor with "/etc/supervisor/supervisord.conf" config ...
342zulip_1 |
343zulip_1 | 2017-04-03 09:59:39,956 CRIT Supervisor running as root (no user in config file)
344zulip_1 | 2017-04-03 09:59:39,957 WARN Included extra file "/etc/supervisor/conf.d/cron.conf" during parsing
345zulip_1 | 2017-04-03 09:59:39,957 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
346zulip_1 | 2017-04-03 09:59:39,957 WARN Included extra file "/etc/supervisor/conf.d/zulip.conf" during parsing
347zulip_1 | 2017-04-03 09:59:39,957 WARN Included extra file "/etc/supervisor/conf.d/zulip_db.conf" during parsing
348zulip_1 | 2017-04-03 09:59:39,957 WARN Included extra file "/etc/supervisor/conf.d/zulip_postsetup.conf" during parsing
349zulip_1 | 2017-04-03 09:59:39,996 INFO RPC interface 'supervisor' initialized
350zulip_1 | 2017-04-03 09:59:39,996 CRIT Server 'unix_http_server' running without any HTTP authentication checking
351zulip_1 | 2017-04-03 09:59:39,997 INFO supervisord started with pid 1
352zulip_1 | 2017-04-03 09:59:41,000 INFO spawned: 'zulip-django' with pid 312
353zulip_1 | 2017-04-03 09:59:41,003 INFO spawned: 'zulip-tornado' with pid 313
354zulip_1 | 2017-04-03 09:59:41,005 INFO spawned: 'process-fts-updates' with pid 314
355zulip_1 | 2017-04-03 09:59:41,007 INFO spawned: 'zulip-events-message_sender-4' with pid 315
356zulip_1 | 2017-04-03 09:59:41,010 INFO spawned: 'zulip-events-message_sender-0' with pid 316
357zulip_1 | 2017-04-03 09:59:41,014 INFO spawned: 'zulip-events-message_sender-1' with pid 317
358zulip_1 | 2017-04-03 09:59:41,017 INFO spawned: 'zulip-events-message_sender-2' with pid 318
359zulip_1 | 2017-04-03 09:59:41,022 INFO spawned: 'zulip-events-message_sender-3' with pid 319
360zulip_1 | 2017-04-03 09:59:41,036 INFO spawned: 'cron' with pid 320
361zulip_1 | 2017-04-03 09:59:41,038 INFO spawned: 'nginx' with pid 321
362zulip_1 | 2017-04-03 09:59:41,060 INFO spawned: 'zulip-postsetup-create_user' with pid 322
363zulip_1 | 2017-04-03 09:59:41,061 INFO spawned: 'zulip-events-error_reports' with pid 323
364zulip_1 | 2017-04-03 09:59:41,088 INFO spawned: 'zulip-events-user-presence' with pid 324
365zulip_1 | 2017-04-03 09:59:41,090 INFO spawned: 'zulip-deliver-enqueued-emails' with pid 325
366zulip_1 | 2017-04-03 09:59:41,108 INFO spawned: 'zulip-events-slowqueries' with pid 326
367zulip_1 | 2017-04-03 09:59:41,125 INFO spawned: 'zulip-events-email_mirror' with pid 327
368zulip_1 | 2017-04-03 09:59:41,163 INFO spawned: 'zulip-events-user-activity-interval' with pid 328
369zulip_1 | 2017-04-03 09:59:41,172 INFO spawned: 'zulip-events-confirmation-emails' with pid 329
370zulip_1 | 2017-04-03 09:59:41,215 INFO spawned: 'zulip-events-missedmessage_mobile_notifications' with pid 330
371zulip_1 | 2017-04-03 09:59:41,232 INFO spawned: 'zulip-events-signups' with pid 331
372zulip_1 | 2017-04-03 09:59:41,271 INFO spawned: 'zulip-events-digest_emails' with pid 332
373zulip_1 | 2017-04-03 09:59:41,311 INFO spawned: 'zulip-events-embed_links' with pid 333
374zulip_1 | 2017-04-03 09:59:41,367 INFO spawned: 'zulip-events-missedmessage_reminders' with pid 334
375zulip_1 | 2017-04-03 09:59:41,388 INFO spawned: 'zulip-events-user-activity' with pid 335
376zulip_1 | 2017-04-03 09:59:41,406 INFO spawned: 'zulip-events-feedback_messages' with pid 336
377zulip_1 | 2017-04-03 09:59:42,460 INFO success: zulip-django entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
378zulip_1 | 2017-04-03 09:59:42,461 INFO success: zulip-tornado entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
379zulip_1 | 2017-04-03 09:59:42,461 INFO success: process-fts-updates entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
380zulip_1 | 2017-04-03 09:59:42,461 INFO success: zulip-events-message_sender-4 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
381zulip_1 | 2017-04-03 09:59:42,461 INFO success: zulip-events-message_sender-0 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
382zulip_1 | 2017-04-03 09:59:42,462 INFO success: zulip-events-message_sender-1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
383zulip_1 | 2017-04-03 09:59:42,462 INFO success: zulip-events-message_sender-2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
384zulip_1 | 2017-04-03 09:59:42,462 INFO success: zulip-events-message_sender-3 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
385zulip_1 | 2017-04-03 09:59:42,462 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
386zulip_1 | 2017-04-03 09:59:42,462 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
387zulip_1 | 2017-04-03 09:59:42,463 INFO success: zulip-postsetup-create_user entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
388zulip_1 | 2017-04-03 09:59:42,463 INFO success: zulip-events-error_reports entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
389zulip_1 | 2017-04-03 09:59:42,463 INFO success: zulip-events-user-presence entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
390zulip_1 | 2017-04-03 09:59:42,464 INFO success: zulip-deliver-enqueued-emails entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
391zulip_1 | 2017-04-03 09:59:42,464 INFO success: zulip-events-slowqueries entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
392zulip_1 | 2017-04-03 09:59:42,464 INFO success: zulip-events-email_mirror entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
393zulip_1 | 2017-04-03 09:59:42,465 INFO success: zulip-events-user-activity-interval entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
394zulip_1 | 2017-04-03 09:59:42,465 INFO success: zulip-events-confirmation-emails entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
395zulip_1 | 2017-04-03 09:59:42,466 INFO success: zulip-events-missedmessage_mobile_notifications entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
396zulip_1 | 2017-04-03 09:59:42,466 INFO success: zulip-events-signups entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
397zulip_1 | 2017-04-03 09:59:42,466 INFO success: zulip-events-digest_emails entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
398zulip_1 | 2017-04-03 09:59:42,467 INFO success: zulip-events-embed_links entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
399zulip_1 | 2017-04-03 09:59:42,467 INFO success: zulip-events-missedmessage_reminders entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
400zulip_1 | 2017-04-03 09:59:42,467 INFO success: zulip-events-user-activity entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
401zulip_1 | 2017-04-03 09:59:42,468 INFO success: zulip-events-feedback_messages entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
402rabbitmq_1 |
403rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:11 ===
404rabbitmq_1 | accepting AMQP connection <0.218.0> (172.20.0.6:36458 -> 172.20.0.2:5672)
405rabbitmq_1 |
406rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:14 ===
407rabbitmq_1 | accepting AMQP connection <0.238.0> (172.20.0.6:36460 -> 172.20.0.2:5672)
408rabbitmq_1 |
409rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:14 ===
410rabbitmq_1 | accepting AMQP connection <0.251.0> (172.20.0.6:36462 -> 172.20.0.2:5672)
411rabbitmq_1 |
412rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:15 ===
413rabbitmq_1 | accepting AMQP connection <0.264.0> (172.20.0.6:36464 -> 172.20.0.2:5672)
414rabbitmq_1 |
415rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:16 ===
416rabbitmq_1 | accepting AMQP connection <0.277.0> (172.20.0.6:36466 -> 172.20.0.2:5672)
417rabbitmq_1 |
418rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:16 ===
419rabbitmq_1 | accepting AMQP connection <0.290.0> (172.20.0.6:36468 -> 172.20.0.2:5672)
420rabbitmq_1 |
421rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
422rabbitmq_1 | accepting AMQP connection <0.303.0> (172.20.0.6:36474 -> 172.20.0.2:5672)
423rabbitmq_1 |
424rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
425rabbitmq_1 | accepting AMQP connection <0.316.0> (172.20.0.6:36476 -> 172.20.0.2:5672)
426rabbitmq_1 |
427rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
428rabbitmq_1 | accepting AMQP connection <0.329.0> (172.20.0.6:36478 -> 172.20.0.2:5672)
429rabbitmq_1 |
430rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
431rabbitmq_1 | accepting AMQP connection <0.342.0> (172.20.0.6:36480 -> 172.20.0.2:5672)
432rabbitmq_1 |
433rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
434rabbitmq_1 | accepting AMQP connection <0.351.0> (172.20.0.6:36484 -> 172.20.0.2:5672)
435rabbitmq_1 |
436rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
437rabbitmq_1 | accepting AMQP connection <0.364.0> (172.20.0.6:36488 -> 172.20.0.2:5672)
438rabbitmq_1 |
439rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
440rabbitmq_1 | accepting AMQP connection <0.367.0> (172.20.0.6:36490 -> 172.20.0.2:5672)
441rabbitmq_1 |
442rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
443rabbitmq_1 | accepting AMQP connection <0.370.0> (172.20.0.6:36492 -> 172.20.0.2:5672)
444rabbitmq_1 |
445rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
446rabbitmq_1 | accepting AMQP connection <0.399.0> (172.20.0.6:36494 -> 172.20.0.2:5672)
447rabbitmq_1 |
448rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:17 ===
449rabbitmq_1 | accepting AMQP connection <0.408.0> (172.20.0.6:36496 -> 172.20.0.2:5672)
450rabbitmq_1 |
451rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:18 ===
452rabbitmq_1 | accepting AMQP connection <0.417.0> (172.20.0.6:36498 -> 172.20.0.2:5672)
453rabbitmq_1 |
454rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:18 ===
455rabbitmq_1 | accepting AMQP connection <0.430.0> (172.20.0.6:36500 -> 172.20.0.2:5672)
456rabbitmq_1 |
457rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:18 ===
458rabbitmq_1 | accepting AMQP connection <0.435.0> (172.20.0.6:36502 -> 172.20.0.2:5672)
459rabbitmq_1 |
460rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:18 ===
461rabbitmq_1 | accepting AMQP connection <0.441.0> (172.20.0.6:36504 -> 172.20.0.2:5672)
462rabbitmq_1 |
463rabbitmq_1 | =WARNING REPORT==== 3-Apr-2017::10:00:19 ===
464rabbitmq_1 | closing AMQP connection <0.408.0> (172.20.0.6:36496 -> 172.20.0.2:5672):
465rabbitmq_1 | connection_closed_abruptly
466rabbitmq_1 |
467rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:26 ===
468rabbitmq_1 | accepting AMQP connection <0.466.0> (172.20.0.6:36512 -> 172.20.0.2:5672)
469rabbitmq_1 |
470rabbitmq_1 | =WARNING REPORT==== 3-Apr-2017::10:00:26 ===
471rabbitmq_1 | closing AMQP connection <0.466.0> (172.20.0.6:36512 -> 172.20.0.2:5672):
472rabbitmq_1 | connection_closed_abruptly
473zulip_1 | 2017-04-03 10:00:35,098 INFO reaped unknown pid 489
474rabbitmq_1 |
475rabbitmq_1 | =INFO REPORT==== 3-Apr-2017::10:00:38 ===
476rabbitmq_1 | accepting AMQP connection <0.476.0> (172.20.0.6:36526 -> 172.20.0.2:5672)
477rabbitmq_1 |
478rabbitmq_1 | =WARNING REPORT==== 3-Apr-2017::10:00:38 ===
479rabbitmq_1 | closing AMQP connection <0.476.0> (172.20.0.6:36526 -> 172.20.0.2:5672):
480rabbitmq_1 | connection_closed_abruptly
481zulip_1 | 2017-04-03 10:00:38,729 INFO exited: zulip-postsetup-create_user (exit status 0; expected)
482^CGracefully stopping... (press Ctrl+C again to force)