Skip to content

Instantly share code, notes, and snippets.

@fifiteen82726
Created November 9, 2018 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fifiteen82726/308fcfd3b016f20de66e1b857d997d15 to your computer and use it in GitHub Desktop.
Save fifiteen82726/308fcfd3b016f20de66e1b857d997d15 to your computer and use it in GitHub Desktop.
Attaching to pubsub_1_app_1, pubsub_1_db_1, pubsub_1_redis_1
app_1 | A server is already running. Check /pubsub_1/tmp/pids/server.pid.
app_1 | => Booting Puma
app_1 | => Rails 5.1.6 application starting in development
app_1 | => Run `rails server -h` for more startup options
app_1 | Exiting
app_1 | => Booting Puma
app_1 | => Rails 5.1.6 application starting in development
app_1 | => Run `rails server -h` for more startup options
app_1 | Puma starting in single mode...
app_1 | * Version 3.12.0 (ruby 2.5.1-p57), codename: Llamas in Pajamas
app_1 | * Min threads: 5, max threads: 5
app_1 | * Environment: development
app_1 | * Listening on tcp://0.0.0.0:3000
app_1 | Use Ctrl-C to stop
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:42:44 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 |
app_1 | ActiveRecord::NoDatabaseError (Unknown database 'pubsub_1_development'):
app_1 |
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/mysql2_adapter.rb:25:in `rescue in mysql2_connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/mysql2_adapter.rb:11:in `mysql2_connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:759:in `new_connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:803:in `checkout_new_connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:782:in `try_to_checkout_new_connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:743:in `acquire_connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:500:in `checkout'
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:931:in `retrieve_connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_handling.rb:116:in `retrieve_connection'
app_1 | activerecord (5.1.6) lib/active_record/connection_handling.rb:88:in `connection'
app_1 | activerecord (5.1.6) lib/active_record/migration.rb:562:in `connection'
app_1 | activerecord (5.1.6) lib/active_record/migration.rb:553:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
app_1 | activesupport (5.1.6) lib/active_support/callbacks.rb:97:in `run_callbacks'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/executor.rb:12:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
app_1 | web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
app_1 | web-console (3.7.0) lib/web_console/middleware.rb:22:in `block in call'
app_1 | web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
app_1 | web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
app_1 | railties (5.1.6) lib/rails/rack/logger.rb:36:in `call_app'
app_1 | railties (5.1.6) lib/rails/rack/logger.rb:24:in `block in call'
app_1 | activesupport (5.1.6) lib/active_support/tagged_logging.rb:69:in `block in tagged'
app_1 | activesupport (5.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
app_1 | activesupport (5.1.6) lib/active_support/tagged_logging.rb:69:in `tagged'
app_1 | railties (5.1.6) lib/rails/rack/logger.rb:24:in `call'
app_1 | sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/request_id.rb:25:in `call'
app_1 | rack (2.0.6) lib/rack/method_override.rb:22:in `call'
app_1 | rack (2.0.6) lib/rack/runtime.rb:22:in `call'
app_1 | activesupport (5.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/executor.rb:12:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/static.rb:125:in `call'
app_1 | rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
app_1 | railties (5.1.6) lib/rails/engine.rb:522:in `call'
app_1 | puma (3.12.0) lib/puma/configuration.rb:225:in `call'
app_1 | puma (3.12.0) lib/puma/server.rb:658:in `handle_request'
app_1 | puma (3.12.0) lib/puma/server.rb:472:in `process_client'
app_1 | puma (3.12.0) lib/puma/server.rb:332:in `block in run'
app_1 | puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread'
app_1 | - Gracefully stopping, waiting for requests to finish
app_1 | === puma shutdown: 2018-11-09 07:42:57 +0000 ===
app_1 | - Goodbye!
app_1 | Exiting
app_1 | => Booting Puma
app_1 | => Rails 5.1.6 application starting in development
app_1 | => Run `rails server -h` for more startup options
app_1 | Puma starting in single mode...
app_1 | * Version 3.12.0 (ruby 2.5.1-p57), codename: Llamas in Pajamas
app_1 | * Min threads: 5, max threads: 5
app_1 | * Environment: development
app_1 | * Listening on tcp://0.0.0.0:3000
app_1 | Use Ctrl-C to stop
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:43:51 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 |  (1.5ms) SET NAMES utf8, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ',STRICT_ALL_TABLES'), ',NO_AUTO_VALUE_ON_ZERO'), @@SESSION.sql_auto_is_null = 0, @@SESSION.wait_timeout = 2147483
app_1 |
app_1 | ActiveRecord::PendingMigrationError (
app_1 |
app_1 | Migrations are pending. To resolve this issue, run:
app_1 |
app_1 | bin/rails db:migrate RAILS_ENV=development
app_1 |
app_1 | ):
app_1 |
app_1 | activerecord (5.1.6) lib/active_record/migration.rb:576:in `check_pending!'
app_1 | activerecord (5.1.6) lib/active_record/migration.rb:553:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
app_1 | activesupport (5.1.6) lib/active_support/callbacks.rb:97:in `run_callbacks'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/executor.rb:12:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
app_1 | web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app'
app_1 | web-console (3.7.0) lib/web_console/middleware.rb:22:in `block in call'
app_1 | web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch'
app_1 | web-console (3.7.0) lib/web_console/middleware.rb:20:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
app_1 | railties (5.1.6) lib/rails/rack/logger.rb:36:in `call_app'
app_1 | railties (5.1.6) lib/rails/rack/logger.rb:24:in `block in call'
app_1 | activesupport (5.1.6) lib/active_support/tagged_logging.rb:69:in `block in tagged'
app_1 | activesupport (5.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
app_1 | activesupport (5.1.6) lib/active_support/tagged_logging.rb:69:in `tagged'
app_1 | railties (5.1.6) lib/rails/rack/logger.rb:24:in `call'
app_1 | sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/request_id.rb:25:in `call'
app_1 | rack (2.0.6) lib/rack/method_override.rb:22:in `call'
app_1 | rack (2.0.6) lib/rack/runtime.rb:22:in `call'
app_1 | activesupport (5.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/executor.rb:12:in `call'
app_1 | actionpack (5.1.6) lib/action_dispatch/middleware/static.rb:125:in `call'
app_1 | rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
app_1 | railties (5.1.6) lib/rails/engine.rb:522:in `call'
app_1 | puma (3.12.0) lib/puma/configuration.rb:225:in `call'
app_1 | puma (3.12.0) lib/puma/server.rb:658:in `handle_request'
app_1 | puma (3.12.0) lib/puma/server.rb:472:in `process_client'
app_1 | puma (3.12.0) lib/puma/server.rb:332:in `block in run'
app_1 | puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread'
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:44:10 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 |  (0.7ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` ORDER BY `schema_migrations`.`version` ASC
app_1 | Processing by HomeController#index as HTML
app_1 | User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 30 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Completed 401 Unauthorized in 50ms (ActiveRecord: 2.7ms)
app_1 |
app_1 |
app_1 | Started GET "/users/sign_in" for 172.19.0.1 at 2018-11-09 07:44:11 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by Devise::SessionsController#new as HTML
app_1 | Rendering devise/sessions/new.html.erb within layouts/application
app_1 | Rendered devise/sessions/new.html.erb within layouts/application (20.2ms)
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:44:17 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by HomeController#index as HTML
app_1 | Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)
app_1 |
app_1 |
app_1 | Started GET "/users/sign_in" for 172.19.0.1 at 2018-11-09 07:44:17 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by Devise::SessionsController#new as HTML
app_1 | Rendering devise/sessions/new.html.erb within layouts/application
app_1 | Rendered devise/sessions/new.html.erb within layouts/application (5.6ms)
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:44:18 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by HomeController#index as HTML
app_1 | Completed 401 Unauthorized in 2ms (ActiveRecord: 0.0ms)
app_1 |
app_1 |
app_1 | Started GET "/users/sign_in" for 172.19.0.1 at 2018-11-09 07:44:19 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by Devise::SessionsController#new as HTML
app_1 | Rendering devise/sessions/new.html.erb within layouts/application
app_1 | Rendered devise/sessions/new.html.erb within layouts/application (8.8ms)
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:44:22 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by HomeController#index as HTML
app_1 | Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)
app_1 |
app_1 |
app_1 | Started GET "/users/sign_in" for 172.19.0.1 at 2018-11-09 07:44:22 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by Devise::SessionsController#new as HTML
app_1 | Rendering devise/sessions/new.html.erb within layouts/application
app_1 | Rendered devise/sessions/new.html.erb within layouts/application (1.8ms)
app_1 | Completed 200 OK in 13066ms (Views: 13097.3ms | ActiveRecord: 0.0ms)
app_1 |
app_1 |
app_1 | Completed 200 OK in 19630ms (Views: 19645.8ms | ActiveRecord: 0.0ms)
app_1 |
app_1 |
app_1 | Completed 200 OK in 13038ms (Views: 13069.5ms | ActiveRecord: 0.0ms)
app_1 |
app_1 |
app_1 | Completed 200 OK in 9826ms (Views: 9858.6ms | ActiveRecord: 0.0ms)
app_1 |
app_1 |
app_1 | Started POST "/users/sign_in" for 172.19.0.1 at 2018-11-09 07:44:56 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by Devise::SessionsController#create as HTML
app_1 | Parameters: {"utf8"=>"✓", "authenticity_token"=>"/mEPxQiQMVvQR4MRAWiYobiM/rMfz4MJtO5ER4nJ6wmx4jpC199NHzQITLWXRwAYLnozofQVclJO2TpVOluEeQ==", "user"=>{"email"=>"publisher1@test.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
app_1 | User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'publisher1@test.com' ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Redirected to http://localhost:3001/
app_1 | Completed 302 Found in 203ms (ActiveRecord: 0.5ms)
app_1 |
app_1 |
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:44:56 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by HomeController#index as HTML
app_1 | User Load (0.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Rendering home/index.html.erb within layouts/application
app_1 | Event Load (1.6ms) SELECT `events`.* FROM `events` WHERE `events`.`user_id` = 1
app_1 | Rendered home/index.html.erb within layouts/application (10.4ms)
app_1 | Completed 200 OK in 261ms (Views: 205.6ms | ActiveRecord: 3.6ms)
app_1 |
app_1 |
app_1 | Started GET "/cable" for 172.19.0.1 at 2018-11-09 07:44:58 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Started GET "/cable/" [WebSocket] for 172.19.0.1 at 2018-11-09 07:44:58 +0000
app_1 | Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
app_1 | User Load (2.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Registered connection (Z2lkOi8vcHVic3ViMS9Vc2VyLzE)
app_1 | #<Thread:0x00007f5620caedd8@/usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:144 run> terminated with exception (report_on_exception is true):
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | Exiting
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | => Booting Puma
app_1 | => Rails 5.1.6 application starting in development
app_1 | => Run `rails server -h` for more startup options
app_1 | Puma starting in single mode...
app_1 | * Version 3.12.0 (ruby 2.5.1-p57), codename: Llamas in Pajamas
app_1 | * Min threads: 5, max threads: 5
app_1 | * Environment: development
app_1 | * Listening on tcp://0.0.0.0:3000
app_1 | Use Ctrl-C to stop
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:46:27 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 |  (0.6ms) SET NAMES utf8, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ',STRICT_ALL_TABLES'), ',NO_AUTO_VALUE_ON_ZERO'), @@SESSION.sql_auto_is_null = 0, @@SESSION.wait_timeout = 2147483
app_1 |  (0.6ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` ORDER BY `schema_migrations`.`version` ASC
app_1 | Processing by HomeController#index as HTML
app_1 | User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Rendering home/index.html.erb within layouts/application
app_1 | Event Load (0.7ms) SELECT `events`.* FROM `events` WHERE `events`.`user_id` = 1
app_1 | Rendered home/index.html.erb within layouts/application (15.7ms)
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:46:28 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by HomeController#index as HTML
app_1 |  (0.9ms) SET NAMES utf8, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ',STRICT_ALL_TABLES'), ',NO_AUTO_VALUE_ON_ZERO'), @@SESSION.sql_auto_is_null = 0, @@SESSION.wait_timeout = 2147483
app_1 | User Load (2.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Rendering home/index.html.erb within layouts/application
app_1 | Event Load (0.9ms) SELECT `events`.* FROM `events` WHERE `events`.`user_id` = 1
app_1 | Rendered home/index.html.erb within layouts/application (3.9ms)
app_1 | Completed 200 OK in 728ms (Views: 682.6ms | ActiveRecord: 3.8ms)
app_1 |
app_1 |
app_1 | Completed 200 OK in 1530ms (Views: 1453.1ms | ActiveRecord: 5.2ms)
app_1 |
app_1 |
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:46:30 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by HomeController#index as HTML
app_1 | User Load (0.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Rendering home/index.html.erb within layouts/application
app_1 | Event Load (2.4ms) SELECT `events`.* FROM `events` WHERE `events`.`user_id` = 1
app_1 | Rendered home/index.html.erb within layouts/application (6.4ms)
app_1 | Completed 200 OK in 305ms (Views: 282.3ms | ActiveRecord: 2.9ms)
app_1 |
app_1 |
app_1 | Started GET "/cable" for 172.19.0.1 at 2018-11-09 07:46:31 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Started GET "/cable/" [WebSocket] for 172.19.0.1 at 2018-11-09 07:46:31 +0000
app_1 | Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
app_1 | Finished "/cable/" [WebSocket] for 172.19.0.1 at 2018-11-09 07:46:31 +0000
app_1 | Started GET "/cable" for 172.19.0.1 at 2018-11-09 07:46:33 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Started GET "/cable/" [WebSocket] for 172.19.0.1 at 2018-11-09 07:46:33 +0000
app_1 | Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
app_1 | User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Registered connection (Z2lkOi8vcHVic3ViMS9Vc2VyLzE)
app_1 | #<Thread:0x00007f5e25748198@/usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:144 run> terminated with exception (report_on_exception is true):
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | Exiting
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | => Booting Puma
app_1 | => Rails 5.1.6 application starting in development
app_1 | => Run `rails server -h` for more startup options
app_1 | Puma starting in single mode...
app_1 | * Version 3.12.0 (ruby 2.5.1-p57), codename: Llamas in Pajamas
app_1 | * Min threads: 5, max threads: 5
app_1 | * Environment: development
app_1 | * Listening on tcp://0.0.0.0:3000
app_1 | Use Ctrl-C to stop
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:47:35 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 |  (0.6ms) SET NAMES utf8, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ',STRICT_ALL_TABLES'), ',NO_AUTO_VALUE_ON_ZERO'), @@SESSION.sql_auto_is_null = 0, @@SESSION.wait_timeout = 2147483
app_1 |  (0.6ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` ORDER BY `schema_migrations`.`version` ASC
app_1 | Processing by HomeController#index as HTML
app_1 | User Load (0.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Rendering home/index.html.erb within layouts/application
app_1 | Event Load (0.6ms) SELECT `events`.* FROM `events` WHERE `events`.`user_id` = 1
app_1 | Rendered home/index.html.erb within layouts/application (15.4ms)
app_1 | Completed 200 OK in 1266ms (Views: 1165.0ms | ActiveRecord: 5.3ms)
app_1 |
app_1 |
app_1 | Started GET "/cable" for 172.19.0.1 at 2018-11-09 07:47:39 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Started GET "/cable/" [WebSocket] for 172.19.0.1 at 2018-11-09 07:47:39 +0000
app_1 | Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
app_1 | User Load (1.1ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Registered connection (Z2lkOi8vcHVic3ViMS9Vc2VyLzE)
app_1 | #<Thread:0x00007f2af4029e70@/usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:144 run> terminated with exception (report_on_exception is true):
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | Exiting
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | => Booting Puma
app_1 | => Rails 5.1.6 application starting in development
app_1 | => Run `rails server -h` for more startup options
app_1 | Puma starting in single mode...
app_1 | * Version 3.12.0 (ruby 2.5.1-p57), codename: Llamas in Pajamas
app_1 | * Min threads: 5, max threads: 5
app_1 | * Environment: development
app_1 | * Listening on tcp://0.0.0.0:3000
app_1 | Use Ctrl-C to stop
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:51:08 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 |  (0.8ms) SET NAMES utf8, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ',STRICT_ALL_TABLES'), ',NO_AUTO_VALUE_ON_ZERO'), @@SESSION.sql_auto_is_null = 0, @@SESSION.wait_timeout = 2147483
app_1 |  (0.5ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` ORDER BY `schema_migrations`.`version` ASC
app_1 | Processing by HomeController#index as HTML
app_1 | User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Rendering home/index.html.erb within layouts/application
app_1 | Event Load (0.8ms) SELECT `events`.* FROM `events` WHERE `events`.`user_id` = 1
app_1 | Rendered home/index.html.erb within layouts/application (21.3ms)
app_1 | Completed 200 OK in 1831ms (Views: 1707.4ms | ActiveRecord: 7.0ms)
app_1 |
app_1 |
app_1 | Started GET "/cable" for 172.19.0.1 at 2018-11-09 07:51:12 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Started GET "/cable/" [WebSocket] for 172.19.0.1 at 2018-11-09 07:51:12 +0000
app_1 | Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
app_1 | User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Registered connection (Z2lkOi8vcHVic3ViMS9Vc2VyLzE)
app_1 | #<Thread:0x00007f577c03bf58@/usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:144 run> terminated with exception (report_on_exception is true):
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | Exiting
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | => Booting Puma
app_1 | => Rails 5.1.6 application starting in development
app_1 | => Run `rails server -h` for more startup options
app_1 | Puma starting in single mode...
app_1 | * Version 3.12.0 (ruby 2.5.1-p57), codename: Llamas in Pajamas
app_1 | * Min threads: 5, max threads: 5
app_1 | * Environment: development
app_1 | * Listening on tcp://0.0.0.0:3000
app_1 | Use Ctrl-C to stop
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:58:22 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 |  (8.4ms) SET NAMES utf8, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ',STRICT_ALL_TABLES'), ',NO_AUTO_VALUE_ON_ZERO'), @@SESSION.sql_auto_is_null = 0, @@SESSION.wait_timeout = 2147483
app_1 |  (0.7ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` ORDER BY `schema_migrations`.`version` ASC
app_1 | Processing by HomeController#index as HTML
app_1 | Completed 401 Unauthorized in 49ms (ActiveRecord: 0.0ms)
app_1 |
app_1 |
app_1 | Started GET "/users/sign_in" for 172.19.0.1 at 2018-11-09 07:58:23 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by Devise::SessionsController#new as HTML
app_1 | Rendering devise/sessions/new.html.erb within layouts/application
app_1 | Rendered devise/sessions/new.html.erb within layouts/application (35.2ms)
app_1 | Completed 200 OK in 1720ms (Views: 1691.2ms | ActiveRecord: 3.9ms)
app_1 |
app_1 |
app_1 | Started POST "/users/sign_in" for 172.19.0.1 at 2018-11-09 07:58:45 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by Devise::SessionsController#create as HTML
app_1 | Parameters: {"utf8"=>"✓", "authenticity_token"=>"pJ+3iKQvAWHjhtptoalDxMDtej2+KgB8wqKoAOmbSTBT0MOuVUkxgmw5bcL8+VSvKMb4lIUTMqQd4fSJLRomng==", "user"=>{"email"=>"subscriber1@test.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}
app_1 | User Load (3.2ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'subscriber1@test.com' ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Redirected to http://localhost:3001/
app_1 | Completed 302 Found in 194ms (ActiveRecord: 3.2ms)
app_1 |
app_1 |
app_1 | Started GET "/" for 172.19.0.1 at 2018-11-09 07:58:46 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Processing by HomeController#index as HTML
app_1 | User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | User Load (0.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
app_1 | UserEvent Load (2.0ms) SELECT `user_events`.* FROM `user_events` WHERE `user_events`.`user_id` = 2
app_1 | Event Load (0.4ms) SELECT `events`.* FROM `events` WHERE `events`.`id` = 1
app_1 | Event Load (0.4ms) SELECT `events`.* FROM `events`
app_1 | Rendering home/index.html.erb within layouts/application
app_1 | Rendered home/index.html.erb within layouts/application (0.9ms)
app_1 | Completed 200 OK in 263ms (Views: 138.2ms | ActiveRecord: 7.1ms)
app_1 |
app_1 |
app_1 | Started GET "/cable" for 172.19.0.1 at 2018-11-09 07:58:47 +0000
app_1 | Cannot render console from 172.19.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
app_1 | Started GET "/cable/" [WebSocket] for 172.19.0.1 at 2018-11-09 07:58:47 +0000
app_1 | Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
app_1 | User Load (0.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 ORDER BY `users`.`id` ASC LIMIT 1
app_1 | Registered connection (Z2lkOi8vcHVic3ViMS9Vc2VyLzI)
app_1 | #<Thread:0x00007f6ea4032e28@/usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:144 run> terminated with exception (report_on_exception is true):
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
app_1 | Exiting
app_1 | /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `__connect_nonblock': Cannot assign requested address - connect(2) for [::1]:6379 (Errno::EADDRNOTAVAIL)
app_1 | from /usr/local/lib/ruby/2.5.0/socket.rb:1213:in `connect_nonblock'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:180:in `connect_addrinfo'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:220:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `each_with_index'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:218:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/connection/ruby.rb:296:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:339:in `establish_connection'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:104:in `block in connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:103:in `connect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:279:in `with_socket_timeout'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:136:in `call_loop'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:43:in `subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/subscribe.rb:12:in `subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:3010:in `_subscription'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2205:in `block in subscribe'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:2204:in `subscribe'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:77:in `block in listen'
db_1 | 2018-11-09T07:39:53.641294Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1 | 2018-11-09T07:39:53.642698Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
db_1 | 2018-11-09T07:39:53.646720Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1 | 2018-11-09T07:39:53.646783Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1 | 2018-11-09T07:39:53.646800Z 0 [Note] InnoDB: Uses event mutexes
db_1 | 2018-11-09T07:39:53.646816Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1 | 2018-11-09T07:39:53.646832Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1 | 2018-11-09T07:39:53.646870Z 0 [Note] InnoDB: Using Linux native AIO
db_1 | 2018-11-09T07:39:53.647204Z 0 [Note] InnoDB: Number of pools: 1
db_1 | 2018-11-09T07:39:53.647391Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1 | 2018-11-09T07:39:53.649043Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2018-11-09T07:39:53.659377Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2018-11-09T07:39:53.662029Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2018-11-09T07:39:53.673325Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1 | 2018-11-09T07:39:53.693917Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1 | 2018-11-09T07:39:53.694043Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1 | 2018-11-09T07:39:53.731218Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1 | 2018-11-09T07:39:53.741177Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1 | 2018-11-09T07:39:53.743909Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1 | 2018-11-09T07:39:53.750410Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 12361612
db_1 | 2018-11-09T07:39:53.751213Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:39:53.753831Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181109 7:39:53
db_1 | 2018-11-09T07:39:53.756626Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1 | 2018-11-09T07:39:53.762606Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
db_1 | 2018-11-09T07:39:53.762778Z 0 [Warning] CA certificate ca.pem is self signed.
db_1 | 2018-11-09T07:39:53.764366Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1 | 2018-11-09T07:39:53.764406Z 0 [Note] IPv6 is available.
db_1 | 2018-11-09T07:39:53.764425Z 0 [Note] - '::' resolves to '::';
db_1 | 2018-11-09T07:39:53.764445Z 0 [Note] Server socket created on IP: '::'.
db_1 | 2018-11-09T07:39:53.769596Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
db_1 | 2018-11-09T07:39:53.771331Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:39:53.774174Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:39:53.774348Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:39:53.782724Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:39:53.785804Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:39:53.787320Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:39:53.790645Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:39:53.790692Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:39:53.804466Z 0 [Note] Event Scheduler: Loaded 0 events
db_1 | 2018-11-09T07:39:53.806005Z 0 [Note] mysqld: ready for connections.
db_1 | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
db_1 | 2018-11-09T07:39:59.534244Z 2 [Note] Unknown database 'pubsub_1_development'
db_1 | 2018-11-09T07:40:30.014654Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1 | 2018-11-09T07:40:30.016713Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
db_1 | 2018-11-09T07:40:30.033822Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1 | 2018-11-09T07:40:30.033880Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1 | 2018-11-09T07:40:30.033894Z 0 [Note] InnoDB: Uses event mutexes
db_1 | 2018-11-09T07:40:30.033903Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1 | 2018-11-09T07:40:30.033912Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1 | 2018-11-09T07:40:30.033925Z 0 [Note] InnoDB: Using Linux native AIO
db_1 | 2018-11-09T07:40:30.034383Z 0 [Note] InnoDB: Number of pools: 1
db_1 | 2018-11-09T07:40:30.035055Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1 | 2018-11-09T07:40:30.039301Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2018-11-09T07:40:30.049972Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2018-11-09T07:40:30.052004Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2018-11-09T07:40:30.063384Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1 | 2018-11-09T07:40:30.065265Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 12361631
db_1 | 2018-11-09T07:40:30.065313Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 12361640
db_1 | 2018-11-09T07:40:30.065327Z 0 [Note] InnoDB: Database was not shutdown normally!
db_1 | 2018-11-09T07:40:30.065339Z 0 [Note] InnoDB: Starting crash recovery.
db_1 | 2018-11-09T07:40:30.189877Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1 | 2018-11-09T07:40:30.189927Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1 | 2018-11-09T07:40:30.189991Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1 | 2018-11-09T07:40:30.221302Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1 | 2018-11-09T07:40:30.222856Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1 | 2018-11-09T07:40:30.222882Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1 | 2018-11-09T07:40:30.223388Z 0 [Note] InnoDB: Waiting for purge to start
db_1 | 2018-11-09T07:40:30.273664Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 12361640
db_1 | 2018-11-09T07:40:30.273971Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:40:30.274140Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1 | 2018-11-09T07:40:30.275274Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181109 7:40:30
db_1 | 2018-11-09T07:40:30.277325Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
db_1 | 2018-11-09T07:40:30.277483Z 0 [Warning] CA certificate ca.pem is self signed.
db_1 | 2018-11-09T07:40:30.279433Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1 | 2018-11-09T07:40:30.279476Z 0 [Note] IPv6 is available.
db_1 | 2018-11-09T07:40:30.279490Z 0 [Note] - '::' resolves to '::';
db_1 | 2018-11-09T07:40:30.279510Z 0 [Note] Server socket created on IP: '::'.
db_1 | 2018-11-09T07:40:30.282738Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
db_1 | 2018-11-09T07:40:30.283758Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:40:30.283789Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:40:30.283807Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:40:30.283840Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:40:30.283853Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:40:30.283874Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:40:30.285841Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:40:30.285860Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:40:30.293995Z 0 [Note] Event Scheduler: Loaded 0 events
db_1 | 2018-11-09T07:40:30.294648Z 0 [Note] mysqld: ready for connections.
db_1 | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
db_1 | 2018-11-09T07:42:26.469855Z 0 [Note] Giving 0 client threads a chance to die gracefully
db_1 | 2018-11-09T07:42:26.469913Z 0 [Note] Shutting down slave threads
db_1 | 2018-11-09T07:42:26.469929Z 0 [Note] Forcefully disconnecting 0 remaining clients
db_1 | 2018-11-09T07:42:26.469946Z 0 [Note] Event Scheduler: Purging the queue. 0 events
db_1 | 2018-11-09T07:42:26.470082Z 0 [Note] Binlog end
db_1 | 2018-11-09T07:42:26.470840Z 0 [Note] Shutting down plugin 'ngram'
db_1 | 2018-11-09T07:42:26.470881Z 0 [Note] Shutting down plugin 'partition'
db_1 | 2018-11-09T07:42:26.470893Z 0 [Note] Shutting down plugin 'BLACKHOLE'
db_1 | 2018-11-09T07:42:26.470906Z 0 [Note] Shutting down plugin 'ARCHIVE'
db_1 | 2018-11-09T07:42:26.470913Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
db_1 | 2018-11-09T07:42:26.470939Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
db_1 | 2018-11-09T07:42:26.470986Z 0 [Note] Shutting down plugin 'MyISAM'
db_1 | 2018-11-09T07:42:26.471003Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
db_1 | 2018-11-09T07:42:26.471022Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
db_1 | 2018-11-09T07:42:26.471047Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
db_1 | 2018-11-09T07:42:26.471058Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
redis_1 | 1:C 09 Nov 07:37:07.219 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:37:07.222 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:37:07.223 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:37:07.234 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:37:07.235 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:37:07.235 # Server initialized
redis_1 | 1:M 09 Nov 07:37:07.235 # 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.
redis_1 | 1:M 09 Nov 07:37:07.235 * Ready to accept connections
redis_1 | 1:signal-handler (1541749140) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 09 Nov 07:39:00.184 # User requested shutdown...
redis_1 | 1:M 09 Nov 07:39:00.185 * Saving the final RDB snapshot before exiting.
redis_1 | 1:M 09 Nov 07:39:00.187 * DB saved on disk
redis_1 | 1:M 09 Nov 07:39:00.187 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 09 Nov 07:39:06.349 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:39:06.349 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:39:06.349 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:39:06.350 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:39:06.350 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:39:06.350 # Server initialized
redis_1 | 1:M 09 Nov 07:39:06.350 # 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.
redis_1 | 1:M 09 Nov 07:39:06.351 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:39:06.351 * Ready to accept connections
redis_1 | 1:signal-handler (1541749188) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 09 Nov 07:39:48.731 # User requested shutdown...
redis_1 | 1:M 09 Nov 07:39:48.731 * Saving the final RDB snapshot before exiting.
redis_1 | 1:M 09 Nov 07:39:48.734 * DB saved on disk
redis_1 | 1:M 09 Nov 07:39:48.734 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 09 Nov 07:39:53.012 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:39:53.012 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:39:53.012 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:39:53.013 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:39:53.013 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:39:53.013 # Server initialized
redis_1 | 1:M 09 Nov 07:39:53.013 # 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.
redis_1 | 1:M 09 Nov 07:39:53.014 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:39:53.014 * Ready to accept connections
redis_1 | 1:C 09 Nov 07:40:29.592 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:40:29.592 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:40:29.592 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:40:29.593 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:40:29.594 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:40:29.594 # Server initialized
redis_1 | 1:M 09 Nov 07:40:29.594 # 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.
redis_1 | 1:M 09 Nov 07:40:29.594 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:40:29.594 * Ready to accept connections
redis_1 | 1:signal-handler (1541749346) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 09 Nov 07:42:26.508 # User requested shutdown...
redis_1 | 1:M 09 Nov 07:42:26.508 * Saving the final RDB snapshot before exiting.
redis_1 | 1:M 09 Nov 07:42:26.514 * DB saved on disk
redis_1 | 1:M 09 Nov 07:42:26.515 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 09 Nov 07:42:31.376 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:42:31.376 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:42:31.376 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:42:31.378 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:42:31.378 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:42:31.378 # Server initialized
redis_1 | 1:M 09 Nov 07:42:31.378 # 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.
redis_1 | 1:M 09 Nov 07:42:31.378 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:42:31.378 * Ready to accept connections
redis_1 | 1:signal-handler (1541749378) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 09 Nov 07:42:58.357 # User requested shutdown...
redis_1 | 1:M 09 Nov 07:42:58.357 * Saving the final RDB snapshot before exiting.
redis_1 | 1:M 09 Nov 07:42:58.362 * DB saved on disk
redis_1 | 1:M 09 Nov 07:42:58.362 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 09 Nov 07:43:04.833 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:43:04.833 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:43:04.833 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:43:04.838 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:43:04.838 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:43:04.838 # Server initialized
redis_1 | 1:M 09 Nov 07:43:04.838 # 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.
redis_1 | 1:M 09 Nov 07:43:04.838 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:43:04.838 * Ready to accept connections
redis_1 | 1:signal-handler (1541749548) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 09 Nov 07:45:48.936 # User requested shutdown...
redis_1 | 1:M 09 Nov 07:45:48.937 * Saving the final RDB snapshot before exiting.
redis_1 | 1:M 09 Nov 07:45:48.942 * DB saved on disk
redis_1 | 1:M 09 Nov 07:45:48.942 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 09 Nov 07:46:22.978 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:46:22.978 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:46:22.978 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:46:22.982 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:46:22.982 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:46:22.982 # Server initialized
redis_1 | 1:M 09 Nov 07:46:22.982 # 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.
redis_1 | 1:M 09 Nov 07:46:22.982 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:46:22.982 * Ready to accept connections
redis_1 | 1:signal-handler (1541749639) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 09 Nov 07:47:20.024 # User requested shutdown...
redis_1 | 1:M 09 Nov 07:47:20.024 * Saving the final RDB snapshot before exiting.
redis_1 | 1:M 09 Nov 07:47:20.026 * DB saved on disk
redis_1 | 1:M 09 Nov 07:47:20.026 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 09 Nov 07:47:22.405 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:47:22.406 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:47:22.406 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:47:22.407 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:47:22.407 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:47:22.407 # Server initialized
redis_1 | 1:M 09 Nov 07:47:22.408 # 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.
redis_1 | 1:M 09 Nov 07:47:22.408 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:47:22.408 * Ready to accept connections
redis_1 | 1:signal-handler (1541749798) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 09 Nov 07:49:58.893 # User requested shutdown...
redis_1 | 1:M 09 Nov 07:49:58.893 * Saving the final RDB snapshot before exiting.
redis_1 | 1:M 09 Nov 07:49:58.899 * DB saved on disk
redis_1 | 1:M 09 Nov 07:49:58.900 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 09 Nov 07:50:21.781 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:50:21.781 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:50:21.781 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:50:21.782 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:50:21.782 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:50:21.782 # Server initialized
redis_1 | 1:M 09 Nov 07:50:21.782 # 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.
redis_1 | 1:M 09 Nov 07:50:21.782 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:50:21.782 * Ready to accept connections
redis_1 | 1:signal-handler (1541749979) Received SIGTERM scheduling shutdown...
redis_1 | 1:M 09 Nov 07:52:59.136 # User requested shutdown...
redis_1 | 1:M 09 Nov 07:52:59.137 * Saving the final RDB snapshot before exiting.
redis_1 | 1:M 09 Nov 07:52:59.267 * DB saved on disk
redis_1 | 1:M 09 Nov 07:52:59.268 # Redis is now ready to exit, bye bye...
redis_1 | 1:C 09 Nov 07:58:04.004 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 09 Nov 07:58:04.004 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 09 Nov 07:58:04.004 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | 1:M 09 Nov 07:58:04.006 * Running mode=standalone, port=6379.
redis_1 | 1:M 09 Nov 07:58:04.006 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 09 Nov 07:58:04.006 # Server initialized
redis_1 | 1:M 09 Nov 07:58:04.006 # 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.
redis_1 | 1:M 09 Nov 07:58:04.007 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 09 Nov 07:58:04.007 * Ready to accept connections
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis/client.rb:296:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:56:in `block in with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `block in synchronize'
app_1 | from /usr/local/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:50:in `synchronize'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:55:in `with_reconnect'
app_1 | from /usr/local/bundle/gems/redis-4.0.3/lib/redis.rb:62:in `without_reconnect'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:74:in `listen'
app_1 | from /usr/local/bundle/gems/actioncable-5.1.6/lib/action_cable/subscription_adapter/redis.rb:148:in `block in ensure_listener_running'
db_1 | 2018-11-09T07:42:26.471069Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
db_1 | 2018-11-09T07:42:26.471080Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
db_1 | 2018-11-09T07:42:26.471091Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
db_1 | 2018-11-09T07:42:26.471102Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
db_1 | 2018-11-09T07:42:26.471111Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
db_1 | 2018-11-09T07:42:26.471141Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
db_1 | 2018-11-09T07:42:26.471152Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
db_1 | 2018-11-09T07:42:26.471164Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
db_1 | 2018-11-09T07:42:26.471185Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
db_1 | 2018-11-09T07:42:26.471201Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
db_1 | 2018-11-09T07:42:26.471212Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
db_1 | 2018-11-09T07:42:26.471223Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
db_1 | 2018-11-09T07:42:26.471231Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
db_1 | 2018-11-09T07:42:26.471239Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
db_1 | 2018-11-09T07:42:26.471272Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
db_1 | 2018-11-09T07:42:26.471284Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
db_1 | 2018-11-09T07:42:26.471295Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
db_1 | 2018-11-09T07:42:26.471306Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
db_1 | 2018-11-09T07:42:26.471314Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
db_1 | 2018-11-09T07:42:26.471322Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
db_1 | 2018-11-09T07:42:26.471333Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
db_1 | 2018-11-09T07:42:26.471344Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
db_1 | 2018-11-09T07:42:26.471355Z 0 [Note] Shutting down plugin 'INNODB_CMP'
db_1 | 2018-11-09T07:42:26.471381Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
db_1 | 2018-11-09T07:42:26.471392Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
db_1 | 2018-11-09T07:42:26.471403Z 0 [Note] Shutting down plugin 'INNODB_TRX'
db_1 | 2018-11-09T07:42:26.471410Z 0 [Note] Shutting down plugin 'InnoDB'
db_1 | 2018-11-09T07:42:26.471540Z 0 [Note] InnoDB: FTS optimize thread exiting.
db_1 | 2018-11-09T07:42:26.471860Z 0 [Note] InnoDB: Starting shutdown...
db_1 | 2018-11-09T07:42:26.572478Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:42:26.572700Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 181109 7:42:26
db_1 | 2018-11-09T07:42:28.208767Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12361668
db_1 | 2018-11-09T07:42:28.224029Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1 | 2018-11-09T07:42:28.224079Z 0 [Note] Shutting down plugin 'MEMORY'
db_1 | 2018-11-09T07:42:28.224099Z 0 [Note] Shutting down plugin 'CSV'
db_1 | 2018-11-09T07:42:28.224118Z 0 [Note] Shutting down plugin 'sha256_password'
db_1 | 2018-11-09T07:42:28.224127Z 0 [Note] Shutting down plugin 'mysql_native_password'
db_1 | 2018-11-09T07:42:28.224343Z 0 [Note] Shutting down plugin 'binlog'
db_1 | 2018-11-09T07:42:28.228859Z 0 [Note] mysqld: Shutdown complete
db_1 |
db_1 | 2018-11-09T07:42:31.854230Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1 | 2018-11-09T07:42:31.855474Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
db_1 | 2018-11-09T07:42:31.858512Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1 | 2018-11-09T07:42:31.858564Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1 | 2018-11-09T07:42:31.858578Z 0 [Note] InnoDB: Uses event mutexes
db_1 | 2018-11-09T07:42:31.858591Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1 | 2018-11-09T07:42:31.858627Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1 | 2018-11-09T07:42:31.858637Z 0 [Note] InnoDB: Using Linux native AIO
db_1 | 2018-11-09T07:42:31.858851Z 0 [Note] InnoDB: Number of pools: 1
db_1 | 2018-11-09T07:42:31.858972Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1 | 2018-11-09T07:42:31.860914Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2018-11-09T07:42:31.875117Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2018-11-09T07:42:31.877940Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2018-11-09T07:42:31.896413Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1 | 2018-11-09T07:42:31.913539Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1 | 2018-11-09T07:42:31.913677Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1 | 2018-11-09T07:42:31.939096Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1 | 2018-11-09T07:42:31.941131Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1 | 2018-11-09T07:42:31.941176Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1 | 2018-11-09T07:42:31.942076Z 0 [Note] InnoDB: Waiting for purge to start
db_1 | 2018-11-09T07:42:31.992949Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 12361668
db_1 | 2018-11-09T07:42:31.994305Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1 | 2018-11-09T07:42:31.996867Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:42:32.003180Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181109 7:42:31
db_1 | 2018-11-09T07:42:32.004831Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
db_1 | 2018-11-09T07:42:32.005850Z 0 [Warning] CA certificate ca.pem is self signed.
db_1 | 2018-11-09T07:42:32.007935Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1 | 2018-11-09T07:42:32.007991Z 0 [Note] IPv6 is available.
db_1 | 2018-11-09T07:42:32.008014Z 0 [Note] - '::' resolves to '::';
db_1 | 2018-11-09T07:42:32.008038Z 0 [Note] Server socket created on IP: '::'.
db_1 | 2018-11-09T07:42:32.010446Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
db_1 | 2018-11-09T07:42:32.011364Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:42:32.011396Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:42:32.011417Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:42:32.011454Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:42:32.011468Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:42:32.011491Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:42:32.014381Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:42:32.014430Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:42:32.022570Z 0 [Note] Event Scheduler: Loaded 0 events
db_1 | 2018-11-09T07:42:32.023201Z 0 [Note] mysqld: ready for connections.
db_1 | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
db_1 | 2018-11-09T07:42:44.373721Z 2 [Note] Unknown database 'pubsub_1_development'
db_1 | 2018-11-09T07:42:58.317902Z 0 [Note] Giving 0 client threads a chance to die gracefully
db_1 | 2018-11-09T07:42:58.317931Z 0 [Note] Shutting down slave threads
db_1 | 2018-11-09T07:42:58.317943Z 0 [Note] Forcefully disconnecting 0 remaining clients
db_1 | 2018-11-09T07:42:58.317963Z 0 [Note] Event Scheduler: Purging the queue. 0 events
db_1 | 2018-11-09T07:42:58.318022Z 0 [Note] Binlog end
db_1 | 2018-11-09T07:42:58.318527Z 0 [Note] Shutting down plugin 'ngram'
db_1 | 2018-11-09T07:42:58.318572Z 0 [Note] Shutting down plugin 'partition'
db_1 | 2018-11-09T07:42:58.318597Z 0 [Note] Shutting down plugin 'BLACKHOLE'
db_1 | 2018-11-09T07:42:58.318614Z 0 [Note] Shutting down plugin 'ARCHIVE'
db_1 | 2018-11-09T07:42:58.318631Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
db_1 | 2018-11-09T07:42:58.318670Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
db_1 | 2018-11-09T07:42:58.318712Z 0 [Note] Shutting down plugin 'MyISAM'
db_1 | 2018-11-09T07:42:58.318734Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
db_1 | 2018-11-09T07:42:58.318750Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
db_1 | 2018-11-09T07:42:58.318763Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
db_1 | 2018-11-09T07:42:58.318778Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
db_1 | 2018-11-09T07:42:58.318790Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
db_1 | 2018-11-09T07:42:58.318805Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
db_1 | 2018-11-09T07:42:58.318817Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
db_1 | 2018-11-09T07:42:58.318824Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
db_1 | 2018-11-09T07:42:58.318835Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
db_1 | 2018-11-09T07:42:58.318843Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
db_1 | 2018-11-09T07:42:58.318851Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
db_1 | 2018-11-09T07:42:58.318862Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
db_1 | 2018-11-09T07:42:58.318875Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
db_1 | 2018-11-09T07:42:58.318885Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
db_1 | 2018-11-09T07:42:58.318896Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
db_1 | 2018-11-09T07:42:58.318909Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
db_1 | 2018-11-09T07:42:58.318925Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
db_1 | 2018-11-09T07:42:58.318947Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
db_1 | 2018-11-09T07:42:58.318964Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
db_1 | 2018-11-09T07:42:58.318980Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
db_1 | 2018-11-09T07:42:58.318994Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
db_1 | 2018-11-09T07:42:58.319006Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
db_1 | 2018-11-09T07:42:58.319018Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
db_1 | 2018-11-09T07:42:58.319057Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
db_1 | 2018-11-09T07:42:58.319072Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
db_1 | 2018-11-09T07:42:58.319086Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
db_1 | 2018-11-09T07:42:58.319101Z 0 [Note] Shutting down plugin 'INNODB_CMP'
db_1 | 2018-11-09T07:42:58.319114Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
db_1 | 2018-11-09T07:42:58.319128Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
db_1 | 2018-11-09T07:42:58.319140Z 0 [Note] Shutting down plugin 'INNODB_TRX'
db_1 | 2018-11-09T07:42:58.319147Z 0 [Note] Shutting down plugin 'InnoDB'
db_1 | 2018-11-09T07:42:58.319248Z 0 [Note] InnoDB: FTS optimize thread exiting.
db_1 | 2018-11-09T07:42:58.319496Z 0 [Note] InnoDB: Starting shutdown...
db_1 | 2018-11-09T07:42:58.420267Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:42:58.420712Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 181109 7:42:58
db_1 | 2018-11-09T07:42:59.855333Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12361696
db_1 | 2018-11-09T07:42:59.860017Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1 | 2018-11-09T07:42:59.860081Z 0 [Note] Shutting down plugin 'MEMORY'
db_1 | 2018-11-09T07:42:59.860096Z 0 [Note] Shutting down plugin 'CSV'
db_1 | 2018-11-09T07:42:59.860111Z 0 [Note] Shutting down plugin 'sha256_password'
db_1 | 2018-11-09T07:42:59.860124Z 0 [Note] Shutting down plugin 'mysql_native_password'
db_1 | 2018-11-09T07:42:59.860240Z 0 [Note] Shutting down plugin 'binlog'
db_1 | 2018-11-09T07:42:59.864493Z 0 [Note] mysqld: Shutdown complete
db_1 |
db_1 | 2018-11-09T07:43:05.334693Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1 | 2018-11-09T07:43:05.336298Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
db_1 | 2018-11-09T07:43:05.340513Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1 | 2018-11-09T07:43:05.340665Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1 | 2018-11-09T07:43:05.340919Z 0 [Note] InnoDB: Uses event mutexes
db_1 | 2018-11-09T07:43:05.341037Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1 | 2018-11-09T07:43:05.341209Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1 | 2018-11-09T07:43:05.341323Z 0 [Note] InnoDB: Using Linux native AIO
db_1 | 2018-11-09T07:43:05.341916Z 0 [Note] InnoDB: Number of pools: 1
db_1 | 2018-11-09T07:43:05.342386Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1 | 2018-11-09T07:43:05.344054Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2018-11-09T07:43:05.353046Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2018-11-09T07:43:05.357478Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2018-11-09T07:43:05.368783Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1 | 2018-11-09T07:43:05.380255Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1 | 2018-11-09T07:43:05.380687Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1 | 2018-11-09T07:43:05.410945Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1 | 2018-11-09T07:43:05.412793Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1 | 2018-11-09T07:43:05.412844Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1 | 2018-11-09T07:43:05.413480Z 0 [Note] InnoDB: Waiting for purge to start
db_1 | 2018-11-09T07:43:05.465249Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 12361696
db_1 | 2018-11-09T07:43:05.466532Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1 | 2018-11-09T07:43:05.469113Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:43:05.474809Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181109 7:43:05
db_1 | 2018-11-09T07:43:05.476710Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
db_1 | 2018-11-09T07:43:05.477131Z 0 [Warning] CA certificate ca.pem is self signed.
db_1 | 2018-11-09T07:43:05.479420Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1 | 2018-11-09T07:43:05.479520Z 0 [Note] IPv6 is available.
db_1 | 2018-11-09T07:43:05.479549Z 0 [Note] - '::' resolves to '::';
db_1 | 2018-11-09T07:43:05.479617Z 0 [Note] Server socket created on IP: '::'.
db_1 | 2018-11-09T07:43:05.483499Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
db_1 | 2018-11-09T07:43:05.485386Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:43:05.485473Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:43:05.485495Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:43:05.485536Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:43:05.485629Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:43:05.485657Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:43:05.489111Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:43:05.489165Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:43:05.495803Z 0 [Note] Event Scheduler: Loaded 0 events
db_1 | 2018-11-09T07:43:05.496533Z 0 [Note] mysqld: ready for connections.
db_1 | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
db_1 | 2018-11-09T07:45:48.899037Z 0 [Note] Giving 0 client threads a chance to die gracefully
db_1 | 2018-11-09T07:45:48.899068Z 0 [Note] Shutting down slave threads
db_1 | 2018-11-09T07:45:48.899083Z 0 [Note] Forcefully disconnecting 0 remaining clients
db_1 | 2018-11-09T07:45:48.899119Z 0 [Note] Event Scheduler: Purging the queue. 0 events
db_1 | 2018-11-09T07:45:48.899217Z 0 [Note] Binlog end
db_1 | 2018-11-09T07:45:48.901281Z 0 [Note] Shutting down plugin 'ngram'
db_1 | 2018-11-09T07:45:48.901322Z 0 [Note] Shutting down plugin 'partition'
db_1 | 2018-11-09T07:45:48.901335Z 0 [Note] Shutting down plugin 'BLACKHOLE'
db_1 | 2018-11-09T07:45:48.901347Z 0 [Note] Shutting down plugin 'ARCHIVE'
db_1 | 2018-11-09T07:45:48.901354Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
db_1 | 2018-11-09T07:45:48.901433Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
db_1 | 2018-11-09T07:45:48.901455Z 0 [Note] Shutting down plugin 'MyISAM'
db_1 | 2018-11-09T07:45:48.901507Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
db_1 | 2018-11-09T07:45:48.901520Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
db_1 | 2018-11-09T07:45:48.901529Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
db_1 | 2018-11-09T07:45:48.901537Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
db_1 | 2018-11-09T07:45:48.901548Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
db_1 | 2018-11-09T07:45:48.901580Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
db_1 | 2018-11-09T07:45:48.901591Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
db_1 | 2018-11-09T07:45:48.901602Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
db_1 | 2018-11-09T07:45:48.901623Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
db_1 | 2018-11-09T07:45:48.901639Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
db_1 | 2018-11-09T07:45:48.901650Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
db_1 | 2018-11-09T07:45:48.901661Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
db_1 | 2018-11-09T07:45:48.901672Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
db_1 | 2018-11-09T07:45:48.901710Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
db_1 | 2018-11-09T07:45:48.901739Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
db_1 | 2018-11-09T07:45:48.901757Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
db_1 | 2018-11-09T07:45:48.901771Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
db_1 | 2018-11-09T07:45:48.901778Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
db_1 | 2018-11-09T07:45:48.901789Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
db_1 | 2018-11-09T07:45:48.901809Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
db_1 | 2018-11-09T07:45:48.901822Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
db_1 | 2018-11-09T07:45:48.901832Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
db_1 | 2018-11-09T07:45:48.901842Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
db_1 | 2018-11-09T07:45:48.901855Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
db_1 | 2018-11-09T07:45:48.901869Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
db_1 | 2018-11-09T07:45:48.901894Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
db_1 | 2018-11-09T07:45:48.901912Z 0 [Note] Shutting down plugin 'INNODB_CMP'
db_1 | 2018-11-09T07:45:48.901926Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
db_1 | 2018-11-09T07:45:48.901938Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
db_1 | 2018-11-09T07:45:48.901955Z 0 [Note] Shutting down plugin 'INNODB_TRX'
db_1 | 2018-11-09T07:45:48.901994Z 0 [Note] Shutting down plugin 'InnoDB'
db_1 | 2018-11-09T07:45:48.902188Z 0 [Note] InnoDB: FTS optimize thread exiting.
db_1 | 2018-11-09T07:45:48.902572Z 0 [Note] InnoDB: Starting shutdown...
db_1 | 2018-11-09T07:45:49.004977Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:45:49.006195Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 181109 7:45:48
db_1 | 2018-11-09T07:45:50.539653Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12508149
db_1 | 2018-11-09T07:45:50.545993Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1 | 2018-11-09T07:45:50.546141Z 0 [Note] Shutting down plugin 'MEMORY'
db_1 | 2018-11-09T07:45:50.546168Z 0 [Note] Shutting down plugin 'CSV'
db_1 | 2018-11-09T07:45:50.546183Z 0 [Note] Shutting down plugin 'sha256_password'
db_1 | 2018-11-09T07:45:50.546197Z 0 [Note] Shutting down plugin 'mysql_native_password'
db_1 | 2018-11-09T07:45:50.546460Z 0 [Note] Shutting down plugin 'binlog'
db_1 | 2018-11-09T07:45:50.556737Z 0 [Note] mysqld: Shutdown complete
db_1 |
db_1 | 2018-11-09T07:46:23.492539Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1 | 2018-11-09T07:46:23.495080Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
db_1 | 2018-11-09T07:46:23.501095Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1 | 2018-11-09T07:46:23.501383Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1 | 2018-11-09T07:46:23.501548Z 0 [Note] InnoDB: Uses event mutexes
db_1 | 2018-11-09T07:46:23.501836Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1 | 2018-11-09T07:46:23.502092Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1 | 2018-11-09T07:46:23.502554Z 0 [Note] InnoDB: Using Linux native AIO
db_1 | 2018-11-09T07:46:23.503091Z 0 [Note] InnoDB: Number of pools: 1
db_1 | 2018-11-09T07:46:23.503424Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1 | 2018-11-09T07:46:23.504850Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2018-11-09T07:46:23.513834Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2018-11-09T07:46:23.516161Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2018-11-09T07:46:23.529051Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1 | 2018-11-09T07:46:23.542136Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1 | 2018-11-09T07:46:23.542485Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1 | 2018-11-09T07:46:23.575377Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1 | 2018-11-09T07:46:23.578234Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1 | 2018-11-09T07:46:23.578719Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1 | 2018-11-09T07:46:23.579311Z 0 [Note] InnoDB: Waiting for purge to start
db_1 | 2018-11-09T07:46:23.630468Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 12508149
db_1 | 2018-11-09T07:46:23.631155Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1 | 2018-11-09T07:46:23.631773Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:46:23.636459Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181109 7:46:23
db_1 | 2018-11-09T07:46:23.637349Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
db_1 | 2018-11-09T07:46:23.638971Z 0 [Warning] CA certificate ca.pem is self signed.
db_1 | 2018-11-09T07:46:23.640760Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1 | 2018-11-09T07:46:23.641038Z 0 [Note] IPv6 is available.
db_1 | 2018-11-09T07:46:23.641304Z 0 [Note] - '::' resolves to '::';
db_1 | 2018-11-09T07:46:23.641544Z 0 [Note] Server socket created on IP: '::'.
db_1 | 2018-11-09T07:46:23.645067Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
db_1 | 2018-11-09T07:46:23.649142Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:46:23.649513Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:46:23.649792Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:46:23.650287Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:46:23.650980Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:46:23.651527Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:46:23.657991Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:46:23.658406Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:46:23.701967Z 0 [Note] Event Scheduler: Loaded 0 events
db_1 | 2018-11-09T07:46:23.702639Z 0 [Note] mysqld: ready for connections.
db_1 | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
db_1 | 2018-11-09T07:47:19.997542Z 0 [Note] Giving 0 client threads a chance to die gracefully
db_1 | 2018-11-09T07:47:19.997575Z 0 [Note] Shutting down slave threads
db_1 | 2018-11-09T07:47:19.997591Z 0 [Note] Forcefully disconnecting 0 remaining clients
db_1 | 2018-11-09T07:47:19.997608Z 0 [Note] Event Scheduler: Purging the queue. 0 events
db_1 | 2018-11-09T07:47:19.997666Z 0 [Note] Binlog end
db_1 | 2018-11-09T07:47:19.998961Z 0 [Note] Shutting down plugin 'ngram'
db_1 | 2018-11-09T07:47:19.998986Z 0 [Note] Shutting down plugin 'partition'
db_1 | 2018-11-09T07:47:19.998999Z 0 [Note] Shutting down plugin 'BLACKHOLE'
db_1 | 2018-11-09T07:47:19.999008Z 0 [Note] Shutting down plugin 'ARCHIVE'
db_1 | 2018-11-09T07:47:19.999018Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
db_1 | 2018-11-09T07:47:19.999055Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
db_1 | 2018-11-09T07:47:19.999069Z 0 [Note] Shutting down plugin 'MyISAM'
db_1 | 2018-11-09T07:47:19.999090Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
db_1 | 2018-11-09T07:47:19.999098Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
db_1 | 2018-11-09T07:47:19.999109Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
db_1 | 2018-11-09T07:47:19.999121Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
db_1 | 2018-11-09T07:47:19.999135Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
db_1 | 2018-11-09T07:47:19.999158Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
db_1 | 2018-11-09T07:47:19.999166Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
db_1 | 2018-11-09T07:47:19.999175Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
db_1 | 2018-11-09T07:47:19.999186Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
db_1 | 2018-11-09T07:47:19.999198Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
db_1 | 2018-11-09T07:47:19.999228Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
db_1 | 2018-11-09T07:47:19.999239Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
db_1 | 2018-11-09T07:47:19.999269Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
db_1 | 2018-11-09T07:47:19.999294Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
db_1 | 2018-11-09T07:47:19.999309Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
db_1 | 2018-11-09T07:47:19.999321Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
db_1 | 2018-11-09T07:47:19.999330Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
db_1 | 2018-11-09T07:47:19.999351Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
db_1 | 2018-11-09T07:47:19.999365Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
db_1 | 2018-11-09T07:47:19.999378Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
db_1 | 2018-11-09T07:47:19.999391Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
db_1 | 2018-11-09T07:47:19.999403Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
db_1 | 2018-11-09T07:47:19.999425Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
db_1 | 2018-11-09T07:47:19.999441Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
db_1 | 2018-11-09T07:47:19.999456Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
db_1 | 2018-11-09T07:47:19.999470Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
db_1 | 2018-11-09T07:47:19.999492Z 0 [Note] Shutting down plugin 'INNODB_CMP'
db_1 | 2018-11-09T07:47:19.999507Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
db_1 | 2018-11-09T07:47:19.999521Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
db_1 | 2018-11-09T07:47:19.999534Z 0 [Note] Shutting down plugin 'INNODB_TRX'
db_1 | 2018-11-09T07:47:19.999547Z 0 [Note] Shutting down plugin 'InnoDB'
db_1 | 2018-11-09T07:47:19.999697Z 0 [Note] InnoDB: FTS optimize thread exiting.
db_1 | 2018-11-09T07:47:20.000265Z 0 [Note] InnoDB: Starting shutdown...
db_1 | 2018-11-09T07:47:20.100870Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:47:20.101241Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 181109 7:47:20
db_1 | 2018-11-09T07:47:21.424522Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12508193
db_1 | 2018-11-09T07:47:21.427824Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1 | 2018-11-09T07:47:21.427986Z 0 [Note] Shutting down plugin 'MEMORY'
db_1 | 2018-11-09T07:47:21.428001Z 0 [Note] Shutting down plugin 'CSV'
db_1 | 2018-11-09T07:47:21.428014Z 0 [Note] Shutting down plugin 'sha256_password'
db_1 | 2018-11-09T07:47:21.428026Z 0 [Note] Shutting down plugin 'mysql_native_password'
db_1 | 2018-11-09T07:47:21.428139Z 0 [Note] Shutting down plugin 'binlog'
db_1 | 2018-11-09T07:47:21.431636Z 0 [Note] mysqld: Shutdown complete
db_1 |
db_1 | 2018-11-09T07:47:23.966860Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1 | 2018-11-09T07:47:23.970528Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
db_1 | 2018-11-09T07:47:23.977429Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1 | 2018-11-09T07:47:23.977528Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1 | 2018-11-09T07:47:23.977595Z 0 [Note] InnoDB: Uses event mutexes
db_1 | 2018-11-09T07:47:23.978009Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1 | 2018-11-09T07:47:23.978027Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1 | 2018-11-09T07:47:23.978045Z 0 [Note] InnoDB: Using Linux native AIO
db_1 | 2018-11-09T07:47:23.979267Z 0 [Note] InnoDB: Number of pools: 1
db_1 | 2018-11-09T07:47:23.979457Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1 | 2018-11-09T07:47:23.982420Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2018-11-09T07:47:24.009222Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2018-11-09T07:47:24.013961Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2018-11-09T07:47:24.033977Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1 | 2018-11-09T07:47:24.066522Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1 | 2018-11-09T07:47:24.067020Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1 | 2018-11-09T07:47:24.105090Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1 | 2018-11-09T07:47:24.106555Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1 | 2018-11-09T07:47:24.106605Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1 | 2018-11-09T07:47:24.107877Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 12508193
db_1 | 2018-11-09T07:47:24.108520Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:47:24.108945Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1 | 2018-11-09T07:47:24.110603Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181109 7:47:24
db_1 | 2018-11-09T07:47:24.114060Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
db_1 | 2018-11-09T07:47:24.114539Z 0 [Warning] CA certificate ca.pem is self signed.
db_1 | 2018-11-09T07:47:24.117194Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1 | 2018-11-09T07:47:24.117271Z 0 [Note] IPv6 is available.
db_1 | 2018-11-09T07:47:24.117289Z 0 [Note] - '::' resolves to '::';
db_1 | 2018-11-09T07:47:24.117634Z 0 [Note] Server socket created on IP: '::'.
db_1 | 2018-11-09T07:47:24.120608Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
db_1 | 2018-11-09T07:47:24.122674Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:47:24.122729Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:47:24.122748Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:47:24.122949Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:47:24.122987Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:47:24.123009Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:47:24.126258Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:47:24.126314Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:47:24.135632Z 0 [Note] Event Scheduler: Loaded 0 events
db_1 | 2018-11-09T07:47:24.136164Z 0 [Note] mysqld: ready for connections.
db_1 | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
db_1 | 2018-11-09T07:49:58.799874Z 0 [Note] Giving 0 client threads a chance to die gracefully
db_1 | 2018-11-09T07:49:58.799925Z 0 [Note] Shutting down slave threads
db_1 | 2018-11-09T07:49:58.799941Z 0 [Note] Forcefully disconnecting 0 remaining clients
db_1 | 2018-11-09T07:49:58.799976Z 0 [Note] Event Scheduler: Purging the queue. 0 events
db_1 | 2018-11-09T07:49:58.800049Z 0 [Note] Binlog end
db_1 | 2018-11-09T07:49:58.801039Z 0 [Note] Shutting down plugin 'ngram'
db_1 | 2018-11-09T07:49:58.801060Z 0 [Note] Shutting down plugin 'partition'
db_1 | 2018-11-09T07:49:58.801072Z 0 [Note] Shutting down plugin 'BLACKHOLE'
db_1 | 2018-11-09T07:49:58.801085Z 0 [Note] Shutting down plugin 'ARCHIVE'
db_1 | 2018-11-09T07:49:58.801097Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
db_1 | 2018-11-09T07:49:58.801130Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
db_1 | 2018-11-09T07:49:58.801142Z 0 [Note] Shutting down plugin 'MyISAM'
db_1 | 2018-11-09T07:49:58.801161Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
db_1 | 2018-11-09T07:49:58.801174Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
db_1 | 2018-11-09T07:49:58.801185Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
db_1 | 2018-11-09T07:49:58.801196Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
db_1 | 2018-11-09T07:49:58.801207Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
db_1 | 2018-11-09T07:49:58.801218Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
db_1 | 2018-11-09T07:49:58.801229Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
db_1 | 2018-11-09T07:49:58.801241Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
db_1 | 2018-11-09T07:49:58.801252Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
db_1 | 2018-11-09T07:49:58.801263Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
db_1 | 2018-11-09T07:49:58.801274Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
db_1 | 2018-11-09T07:49:58.801285Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
db_1 | 2018-11-09T07:49:58.801296Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
db_1 | 2018-11-09T07:49:58.801308Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
db_1 | 2018-11-09T07:49:58.801319Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
db_1 | 2018-11-09T07:49:58.801330Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
db_1 | 2018-11-09T07:49:58.801341Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
db_1 | 2018-11-09T07:49:58.801353Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
db_1 | 2018-11-09T07:49:58.801364Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
db_1 | 2018-11-09T07:49:58.801375Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
db_1 | 2018-11-09T07:49:58.801386Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
db_1 | 2018-11-09T07:49:58.801397Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
db_1 | 2018-11-09T07:49:58.801409Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
db_1 | 2018-11-09T07:49:58.801420Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
db_1 | 2018-11-09T07:49:58.801431Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
db_1 | 2018-11-09T07:49:58.801442Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
db_1 | 2018-11-09T07:49:58.801453Z 0 [Note] Shutting down plugin 'INNODB_CMP'
db_1 | 2018-11-09T07:49:58.801465Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
db_1 | 2018-11-09T07:49:58.801476Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
db_1 | 2018-11-09T07:49:58.801487Z 0 [Note] Shutting down plugin 'INNODB_TRX'
db_1 | 2018-11-09T07:49:58.801498Z 0 [Note] Shutting down plugin 'InnoDB'
db_1 | 2018-11-09T07:49:58.801622Z 0 [Note] InnoDB: FTS optimize thread exiting.
db_1 | 2018-11-09T07:49:58.802158Z 0 [Note] InnoDB: Starting shutdown...
db_1 | 2018-11-09T07:49:58.902731Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:49:58.903213Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 181109 7:49:58
db_1 | 2018-11-09T07:50:00.962747Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12508221
db_1 | 2018-11-09T07:50:00.967832Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1 | 2018-11-09T07:50:00.968053Z 0 [Note] Shutting down plugin 'MEMORY'
db_1 | 2018-11-09T07:50:00.968271Z 0 [Note] Shutting down plugin 'CSV'
db_1 | 2018-11-09T07:50:00.968415Z 0 [Note] Shutting down plugin 'sha256_password'
db_1 | 2018-11-09T07:50:00.968527Z 0 [Note] Shutting down plugin 'mysql_native_password'
db_1 | 2018-11-09T07:50:00.968761Z 0 [Note] Shutting down plugin 'binlog'
db_1 | 2018-11-09T07:50:00.972149Z 0 [Note] mysqld: Shutdown complete
db_1 |
db_1 | 2018-11-09T07:50:22.592133Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1 | 2018-11-09T07:50:22.593885Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
db_1 | 2018-11-09T07:50:22.599560Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1 | 2018-11-09T07:50:22.600686Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1 | 2018-11-09T07:50:22.600705Z 0 [Note] InnoDB: Uses event mutexes
db_1 | 2018-11-09T07:50:22.600721Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1 | 2018-11-09T07:50:22.600736Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1 | 2018-11-09T07:50:22.601403Z 0 [Note] InnoDB: Using Linux native AIO
db_1 | 2018-11-09T07:50:22.602309Z 0 [Note] InnoDB: Number of pools: 1
db_1 | 2018-11-09T07:50:22.602447Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1 | 2018-11-09T07:50:22.604791Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2018-11-09T07:50:22.618414Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2018-11-09T07:50:22.626251Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2018-11-09T07:50:22.637952Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1 | 2018-11-09T07:50:22.668514Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1 | 2018-11-09T07:50:22.670064Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1 | 2018-11-09T07:50:22.723666Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1 | 2018-11-09T07:50:22.726893Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1 | 2018-11-09T07:50:22.727721Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1 | 2018-11-09T07:50:22.728911Z 0 [Note] InnoDB: Waiting for purge to start
db_1 | 2018-11-09T07:50:22.781822Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 12508221
db_1 | 2018-11-09T07:50:22.783171Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1 | 2018-11-09T07:50:22.796210Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:50:22.800239Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181109 7:50:22
db_1 | 2018-11-09T07:50:22.801197Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
db_1 | 2018-11-09T07:50:22.801969Z 0 [Warning] CA certificate ca.pem is self signed.
db_1 | 2018-11-09T07:50:22.805109Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1 | 2018-11-09T07:50:22.805270Z 0 [Note] IPv6 is available.
db_1 | 2018-11-09T07:50:22.805743Z 0 [Note] - '::' resolves to '::';
db_1 | 2018-11-09T07:50:22.805885Z 0 [Note] Server socket created on IP: '::'.
db_1 | 2018-11-09T07:50:22.810687Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
db_1 | 2018-11-09T07:50:22.812213Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:50:22.812411Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:50:22.813058Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:50:22.814661Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:50:22.814788Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:50:22.815607Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:50:22.820122Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:50:22.820937Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:50:22.833136Z 0 [Note] Event Scheduler: Loaded 0 events
db_1 | 2018-11-09T07:50:22.834134Z 0 [Note] mysqld: ready for connections.
db_1 | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
db_1 | 2018-11-09T07:52:59.115766Z 0 [Note] Giving 0 client threads a chance to die gracefully
db_1 | 2018-11-09T07:52:59.115912Z 0 [Note] Shutting down slave threads
db_1 | 2018-11-09T07:52:59.115931Z 0 [Note] Forcefully disconnecting 0 remaining clients
db_1 | 2018-11-09T07:52:59.115964Z 0 [Note] Event Scheduler: Purging the queue. 0 events
db_1 | 2018-11-09T07:52:59.116256Z 0 [Note] Binlog end
db_1 | 2018-11-09T07:52:59.136225Z 0 [Note] Shutting down plugin 'ngram'
db_1 | 2018-11-09T07:52:59.136250Z 0 [Note] Shutting down plugin 'partition'
db_1 | 2018-11-09T07:52:59.136262Z 0 [Note] Shutting down plugin 'BLACKHOLE'
db_1 | 2018-11-09T07:52:59.136275Z 0 [Note] Shutting down plugin 'ARCHIVE'
db_1 | 2018-11-09T07:52:59.136286Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
db_1 | 2018-11-09T07:52:59.136349Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
db_1 | 2018-11-09T07:52:59.136362Z 0 [Note] Shutting down plugin 'MyISAM'
db_1 | 2018-11-09T07:52:59.136396Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
db_1 | 2018-11-09T07:52:59.136408Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
db_1 | 2018-11-09T07:52:59.136419Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
db_1 | 2018-11-09T07:52:59.136430Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
db_1 | 2018-11-09T07:52:59.136441Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
db_1 | 2018-11-09T07:52:59.136453Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
db_1 | 2018-11-09T07:52:59.136464Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
db_1 | 2018-11-09T07:52:59.136475Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
db_1 | 2018-11-09T07:52:59.136486Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
db_1 | 2018-11-09T07:52:59.136498Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
db_1 | 2018-11-09T07:52:59.136509Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
db_1 | 2018-11-09T07:52:59.136520Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
db_1 | 2018-11-09T07:52:59.136531Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
db_1 | 2018-11-09T07:52:59.136542Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
db_1 | 2018-11-09T07:52:59.136553Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
db_1 | 2018-11-09T07:52:59.136565Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
db_1 | 2018-11-09T07:52:59.136576Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
db_1 | 2018-11-09T07:52:59.136587Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
db_1 | 2018-11-09T07:52:59.136598Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
db_1 | 2018-11-09T07:52:59.136609Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
db_1 | 2018-11-09T07:52:59.136621Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
db_1 | 2018-11-09T07:52:59.136632Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
db_1 | 2018-11-09T07:52:59.136643Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
db_1 | 2018-11-09T07:52:59.136654Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
db_1 | 2018-11-09T07:52:59.136665Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
db_1 | 2018-11-09T07:52:59.136677Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
db_1 | 2018-11-09T07:52:59.136688Z 0 [Note] Shutting down plugin 'INNODB_CMP'
db_1 | 2018-11-09T07:52:59.136699Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
db_1 | 2018-11-09T07:52:59.136711Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
db_1 | 2018-11-09T07:52:59.136724Z 0 [Note] Shutting down plugin 'INNODB_TRX'
db_1 | 2018-11-09T07:52:59.136737Z 0 [Note] Shutting down plugin 'InnoDB'
db_1 | 2018-11-09T07:52:59.136999Z 0 [Note] InnoDB: FTS optimize thread exiting.
db_1 | 2018-11-09T07:52:59.190656Z 0 [Note] InnoDB: Starting shutdown...
db_1 | 2018-11-09T07:58:04.413183Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
db_1 | 2018-11-09T07:58:04.414241Z 0 [Note] mysqld (mysqld 5.7.24) starting as process 1 ...
db_1 | 2018-11-09T07:58:04.417458Z 0 [Note] InnoDB: PUNCH HOLE support available
db_1 | 2018-11-09T07:58:04.417503Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1 | 2018-11-09T07:58:04.417508Z 0 [Note] InnoDB: Uses event mutexes
db_1 | 2018-11-09T07:58:04.417511Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
db_1 | 2018-11-09T07:58:04.417515Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1 | 2018-11-09T07:58:04.417518Z 0 [Note] InnoDB: Using Linux native AIO
db_1 | 2018-11-09T07:58:04.417798Z 0 [Note] InnoDB: Number of pools: 1
db_1 | 2018-11-09T07:58:04.417920Z 0 [Note] InnoDB: Using CPU crc32 instructions
db_1 | 2018-11-09T07:58:04.419487Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2018-11-09T07:58:04.426962Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2018-11-09T07:58:04.428701Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2018-11-09T07:58:04.453983Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
db_1 | 2018-11-09T07:58:04.456822Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 12508240
db_1 | 2018-11-09T07:58:04.457258Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 12508249
db_1 | 2018-11-09T07:58:04.457467Z 0 [Note] InnoDB: Database was not shutdown normally!
db_1 | 2018-11-09T07:58:04.457859Z 0 [Note] InnoDB: Starting crash recovery.
db_1 | 2018-11-09T07:58:04.629413Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
db_1 | 2018-11-09T07:58:04.629457Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1 | 2018-11-09T07:58:04.629491Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1 | 2018-11-09T07:58:04.703292Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1 | 2018-11-09T07:58:04.703926Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
db_1 | 2018-11-09T07:58:04.703938Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
db_1 | 2018-11-09T07:58:04.704101Z 0 [Note] InnoDB: Waiting for purge to start
db_1 | 2018-11-09T07:58:04.755074Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 12508249
db_1 | 2018-11-09T07:58:04.755546Z 0 [Note] Plugin 'FEDERATED' is disabled.
db_1 | 2018-11-09T07:58:04.755809Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1 | 2018-11-09T07:58:04.785817Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
db_1 | 2018-11-09T07:58:04.787018Z 0 [Note] InnoDB: Buffer pool(s) load completed at 181109 7:58:04
db_1 | 2018-11-09T07:58:04.787544Z 0 [Warning] CA certificate ca.pem is self signed.
db_1 | 2018-11-09T07:58:04.789317Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
db_1 | 2018-11-09T07:58:04.789370Z 0 [Note] IPv6 is available.
db_1 | 2018-11-09T07:58:04.789379Z 0 [Note] - '::' resolves to '::';
db_1 | 2018-11-09T07:58:04.789387Z 0 [Note] Server socket created on IP: '::'.
db_1 | 2018-11-09T07:58:04.800428Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
db_1 | 2018-11-09T07:58:04.805222Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:58:04.805271Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:58:04.805278Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:58:04.805729Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:58:04.805767Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:58:04.805973Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:58:04.824026Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:58:04.824068Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
db_1 | 2018-11-09T07:58:04.867752Z 0 [Note] Event Scheduler: Loaded 0 events
db_1 | 2018-11-09T07:58:04.868695Z 0 [Note] mysqld: ready for connections.
db_1 | Version: '5.7.24' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment