Skip to content

Instantly share code, notes, and snippets.

@alexcos78
Created January 25, 2022 11:58
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 alexcos78/0dcae99e2b644f8c85e3417a36a4453a to your computer and use it in GitHub Desktop.
Save alexcos78/0dcae99e2b644f8c85e3417a36a4453a to your computer and use it in GitHub Desktop.
root@iotwins-paas-services2:~/indigopaas-deploy/ansible# docker logs aff650bacfcd
2022-01-25 11:50:37+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.36-1debian10 started.
2022-01-25 11:50:37+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2022-01-25 11:50:37+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.36-1debian10 started.
2022-01-25 11:50:37+00:00 [Note] [Entrypoint]: Initializing database files
2022-01-25T11:50:37.542762Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2022-01-25T11:50:38.033415Z 0 [Warning] InnoDB: New log files created, LSN=45790
2022-01-25T11:50:38.198181Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2022-01-25T11:50:38.231967Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 0386df83-7dd5-11ec-9a87-0242ac110005.
2022-01-25T11:50:38.237653Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2022-01-25T11:50:39.217116Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
2022-01-25T11:50:39.217292Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
2022-01-25T11:50:39.218071Z 0 [Warning] CA certificate ca.pem is self signed.
2022-01-25T11:50:39.853354Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2022-01-25 11:50:43+00:00 [Note] [Entrypoint]: Database files initialized
2022-01-25 11:50:43+00:00 [Note] [Entrypoint]: Starting temporary server
2022-01-25 11:50:43+00:00 [Note] [Entrypoint]: Waiting for server startup
2022-01-25T11:50:44.018202Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2022-01-25T11:50:44.022663Z 0 [Note] mysqld (mysqld 5.7.36) starting as process 80 ...
2022-01-25T11:50:44.027854Z 0 [Note] InnoDB: PUNCH HOLE support available
2022-01-25T11:50:44.027971Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2022-01-25T11:50:44.028039Z 0 [Note] InnoDB: Uses event mutexes
2022-01-25T11:50:44.028109Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2022-01-25T11:50:44.028184Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-01-25T11:50:44.028254Z 0 [Note] InnoDB: Using Linux native AIO
2022-01-25T11:50:44.028870Z 0 [Note] InnoDB: Number of pools: 1
2022-01-25T11:50:44.029179Z 0 [Note] InnoDB: Using CPU crc32 instructions
2022-01-25T11:50:44.033044Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2022-01-25T11:50:44.051081Z 0 [Note] InnoDB: Completed initialization of buffer pool
2022-01-25T11:50:44.056724Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2022-01-25T11:50:44.070607Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2022-01-25T11:50:44.087776Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-01-25T11:50:44.087960Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-01-25T11:50:44.162832Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2022-01-25T11:50:44.165252Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2022-01-25T11:50:44.165364Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2022-01-25T11:50:44.167048Z 0 [Note] InnoDB: 5.7.36 started; log sequence number 2750366
2022-01-25T11:50:44.168105Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2022-01-25T11:50:44.168702Z 0 [Note] Plugin 'FEDERATED' is disabled.
2022-01-25T11:50:44.172184Z 0 [Note] InnoDB: Buffer pool(s) load completed at 220125 11:50:44
2022-01-25T11:50:44.191114Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2022-01-25T11:50:44.191143Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2022-01-25T11:50:44.191151Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
2022-01-25T11:50:44.191156Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
2022-01-25T11:50:44.192175Z 0 [Warning] CA certificate ca.pem is self signed.
2022-01-25T11:50:44.192230Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2022-01-25T11:50:44.199053Z 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.
2022-01-25T11:50:44.212021Z 0 [Note] Event Scheduler: Loaded 0 events
2022-01-25T11:50:44.212320Z 0 [Note] mysqld: ready for connections.
Version: '5.7.36' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
2022-01-25 11:50:44+00:00 [Note] [Entrypoint]: Temporary server started.
Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
2022-01-25 11:50:47+00:00 [Note] [Entrypoint]: Creating database orchestrator_dashboard
2022-01-25 11:50:47+00:00 [Note] [Entrypoint]: Creating user orchestrator_dashboard
2022-01-25 11:50:47+00:00 [Note] [Entrypoint]: Giving user orchestrator_dashboard access to schema orchestrator_dashboard
2022-01-25 11:50:47+00:00 [Note] [Entrypoint]: Stopping temporary server
2022-01-25T11:50:47.882910Z 0 [Note] Giving 0 client threads a chance to die gracefully
2022-01-25T11:50:47.882959Z 0 [Note] Shutting down slave threads
2022-01-25T11:50:47.882971Z 0 [Note] Forcefully disconnecting 0 remaining clients
2022-01-25T11:50:47.882998Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2022-01-25T11:50:47.883194Z 0 [Note] Binlog end
2022-01-25T11:50:47.884519Z 0 [Note] Shutting down plugin 'ngram'
2022-01-25T11:50:47.884559Z 0 [Note] Shutting down plugin 'partition'
2022-01-25T11:50:47.884566Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2022-01-25T11:50:47.884571Z 0 [Note] Shutting down plugin 'ARCHIVE'
2022-01-25T11:50:47.884576Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2022-01-25T11:50:47.884651Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2022-01-25T11:50:47.884696Z 0 [Note] Shutting down plugin 'MyISAM'
2022-01-25T11:50:47.884796Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2022-01-25T11:50:47.884817Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2022-01-25T11:50:47.884822Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2022-01-25T11:50:47.884827Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2022-01-25T11:50:47.884831Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2022-01-25T11:50:47.884835Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2022-01-25T11:50:47.884892Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2022-01-25T11:50:47.884904Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2022-01-25T11:50:47.884910Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2022-01-25T11:50:47.884938Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2022-01-25T11:50:47.884945Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2022-01-25T11:50:47.885014Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2022-01-25T11:50:47.885021Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2022-01-25T11:50:47.885026Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2022-01-25T11:50:47.885030Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2022-01-25T11:50:47.885034Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2022-01-25T11:50:47.885038Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2022-01-25T11:50:47.885094Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2022-01-25T11:50:47.885100Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2022-01-25T11:50:47.885105Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2022-01-25T11:50:47.885110Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2022-01-25T11:50:47.885114Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2022-01-25T11:50:47.885118Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2022-01-25T11:50:47.885122Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2022-01-25T11:50:47.885126Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2022-01-25T11:50:47.885377Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2022-01-25T11:50:47.885402Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2022-01-25T11:50:47.885408Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2022-01-25T11:50:47.885413Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2022-01-25T11:50:47.885416Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2022-01-25T11:50:47.885473Z 0 [Note] Shutting down plugin 'InnoDB'
2022-01-25T11:50:47.885698Z 0 [Note] InnoDB: FTS optimize thread exiting.
2022-01-25T11:50:47.886159Z 0 [Note] InnoDB: Starting shutdown...
2022-01-25T11:50:47.986492Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2022-01-25T11:50:47.987168Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 220125 11:50:47
2022-01-25T11:50:49.526078Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12660454
2022-01-25T11:50:49.530077Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-01-25T11:50:49.530159Z 0 [Note] Shutting down plugin 'MEMORY'
2022-01-25T11:50:49.530170Z 0 [Note] Shutting down plugin 'CSV'
2022-01-25T11:50:49.530179Z 0 [Note] Shutting down plugin 'sha256_password'
2022-01-25T11:50:49.530184Z 0 [Note] Shutting down plugin 'mysql_native_password'
2022-01-25T11:50:49.530709Z 0 [Note] Shutting down plugin 'binlog'
2022-01-25T11:50:49.533568Z 0 [Note] mysqld: Shutdown complete
2022-01-25 11:50:49+00:00 [Note] [Entrypoint]: Temporary server stopped
2022-01-25 11:50:49+00:00 [Note] [Entrypoint]: MySQL init process done. Ready for start up.
2022-01-25T11:50:50.163442Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2022-01-25T11:50:50.166249Z 0 [Note] mysqld (mysqld 5.7.36) starting as process 1 ...
2022-01-25T11:50:50.170502Z 0 [Note] InnoDB: PUNCH HOLE support available
2022-01-25T11:50:50.170529Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2022-01-25T11:50:50.170534Z 0 [Note] InnoDB: Uses event mutexes
2022-01-25T11:50:50.170538Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2022-01-25T11:50:50.170542Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-01-25T11:50:50.170549Z 0 [Note] InnoDB: Using Linux native AIO
2022-01-25T11:50:50.170910Z 0 [Note] InnoDB: Number of pools: 1
2022-01-25T11:50:50.171087Z 0 [Note] InnoDB: Using CPU crc32 instructions
2022-01-25T11:50:50.173767Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2022-01-25T11:50:50.185383Z 0 [Note] InnoDB: Completed initialization of buffer pool
2022-01-25T11:50:50.189094Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2022-01-25T11:50:50.201916Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2022-01-25T11:50:50.221377Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-01-25T11:50:50.221468Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-01-25T11:50:50.295081Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2022-01-25T11:50:50.296403Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2022-01-25T11:50:50.296431Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2022-01-25T11:50:50.297163Z 0 [Note] InnoDB: Waiting for purge to start
2022-01-25T11:50:50.347473Z 0 [Note] InnoDB: 5.7.36 started; log sequence number 12660454
2022-01-25T11:50:50.347985Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2022-01-25T11:50:50.348245Z 0 [Note] Plugin 'FEDERATED' is disabled.
2022-01-25T11:50:50.355434Z 0 [Note] InnoDB: Buffer pool(s) load completed at 220125 11:50:50
2022-01-25T11:50:50.364657Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2022-01-25T11:50:50.364712Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2022-01-25T11:50:50.364723Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
2022-01-25T11:50:50.364734Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
2022-01-25T11:50:50.365980Z 0 [Warning] CA certificate ca.pem is self signed.
2022-01-25T11:50:50.366064Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2022-01-25T11:50:50.367399Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
2022-01-25T11:50:50.367526Z 0 [Note] IPv6 is available.
2022-01-25T11:50:50.367560Z 0 [Note] - '::' resolves to '::';
2022-01-25T11:50:50.367598Z 0 [Note] Server socket created on IP: '::'.
2022-01-25T11:50:50.376251Z 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.
2022-01-25T11:50:50.393245Z 0 [Note] Event Scheduler: Loaded 0 events
2022-01-25T11:50:50.393754Z 0 [Note] mysqld: ready for connections.
Version: '5.7.36' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
2022-01-25T11:50:57.790018Z 2 [Note] Got an error reading communication packets
2022-01-25T11:52:55.365570Z 7 [Note] Aborted connection 7 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:52:55.520120Z 5 [Note] Aborted connection 5 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:52:55.520658Z 4 [Note] Aborted connection 4 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:52:58.508056Z 10 [Note] Aborted connection 10 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:52:58.561470Z 13 [Note] Aborted connection 13 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:01.907128Z 16 [Note] Aborted connection 16 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:02.077986Z 19 [Note] Aborted connection 19 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:05.211973Z 22 [Note] Aborted connection 22 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:05.426327Z 25 [Note] Aborted connection 25 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:08.461966Z 28 [Note] Aborted connection 28 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:08.522179Z 31 [Note] Aborted connection 31 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:12.135783Z 34 [Note] Aborted connection 34 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:12.364956Z 37 [Note] Aborted connection 37 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:16.865441Z 40 [Note] Aborted connection 40 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
2022-01-25T11:53:17.096544Z 43 [Note] Aborted connection 43 to db: 'orchestrator_dashboard' user: 'orchestrator_dashboard' host: '172.21.0.3' (Got an error reading communication packets)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment