worker[4] > Restart - not started
|
encryption.innodb_encryption-page-compression 'xtradb' w4 [ fail ]
|
Test ended at 2017-05-22 18:43:42
|
|
CURRENT_TEST: encryption.innodb_encryption-page-compression
|
mysqltest: At line 72: query 'insert into innodb_page_compressed7 select * from innodb_normal' failed: 2013: Lost connection to MySQL server during query
|
|
The result from queries just before the failure was:
|
< snip >
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1 `page_compressed`=1 `page_compression_level`=9
|
create procedure innodb_insert_proc (repeat_count int)
|
begin
|
declare current_num int;
|
set current_num = 0;
|
while current_num < repeat_count do
|
insert into innodb_normal values(current_num,'testing..');
|
set current_num = current_num + 1;
|
end while;
|
end//
|
commit;
|
begin;
|
call innodb_insert_proc(2000);
|
insert into innodb_page_compressed1 select * from innodb_normal;
|
insert into innodb_page_compressed2 select * from innodb_normal;
|
insert into innodb_page_compressed3 select * from innodb_normal;
|
insert into innodb_page_compressed4 select * from innodb_normal;
|
insert into innodb_page_compressed5 select * from innodb_normal;
|
insert into innodb_page_compressed6 select * from innodb_normal;
|
insert into innodb_page_compressed7 select * from innodb_normal;
|
|
More results from queries before failure can be found in /mnt/data/buildot/maria-slave/work-opensuse-amd64/build/mysql-test/var/4/log/innodb_encryption-page-compression.log
|
|
|
Server [mysqld.1 - pid: 17273, winpid: 17273, exit: 256] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
2017-05-22 18:37:05 67401408 [Note] /mnt/data/buildot/maria-slave/work-opensuse-amd64/build/sql/mysqld (mysqld 10.1.24-MariaDB-debug) starting as process 17274 ...
|
2017-05-22 18:37:05 67401408 [Warning] Could not increase number of max_open_files to more than 1012 (request: 4162)
|
2017-05-22 18:37:06 67401408 [Note] Plugin 'partition' is disabled.
|
2017-05-22 18:37:06 67401408 [Note] Plugin 'SEQUENCE' is disabled.
|
2017-05-22 18:37:06 40476c0 InnoDB: Warning: Setting innodb_use_sys_malloc to FALSE is DEPRECATED. This option may be removed in future releases, together with the InnoDB's internal memory allocator.
|
innodb_open_files should not be greater than the open_files_limit.
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.
|
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: Using mutexes to ref count buffer pool pages
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: Compressed tables use zlib 1.2.8
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: Using Linux native AIO
|
2017-05-22 18:37:06 67401408 [Note] InnoDB: Using generic crc32 instructions
|
2017-05-22 18:37:07 67401408 [Note] InnoDB: Initializing buffer pool, size = 8.0M
|
2017-05-22 18:37:07 67401408 [Note] InnoDB: Completed initialization of buffer pool
|
2017-05-22 18:37:07 67401408 [Note] InnoDB: Created tablespace for space 0 name ./ibdata1 key_id 1 encryption 0.
|
2017-05-22 18:37:07 67401408 [Note] InnoDB: Created tablespace for space 4294967280 name ./ib_logfile0 key_id 0 encryption 0.
|
2017-05-22 18:37:07 67401408 [Note] InnoDB: Created tablespace for space 4294967281 name arch_log_space key_id 0 encryption 0.
|
2017-05-22 18:37:07 67401408 [Note] InnoDB: Highest supported file format is Barracuda.
|
2017-05-22 18:37:12 67401408 [Note] InnoDB: Created tablespace for space 2 name mysql/innodb_index_stats key_id 0 encryption 0.
|
2017-05-22 18:37:12 67401408 [Note] InnoDB: Created tablespace for space 1 name mysql/innodb_table_stats key_id 0 encryption 0.
|
2017-05-22 18:37:13 67401408 [Note] InnoDB: 128 rollback segment(s) are active.
|
2017-05-22 18:37:13 67401408 [Note] InnoDB: Waiting for purge to start
|
2017-05-22 18:37:13 67401408 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1629796
|
2017-05-22 18:37:17 365643520 [Note] InnoDB: Dumping buffer pool(s) not yet started
|
2017-05-22 18:37:17 67401408 [Note] InnoDB: Creating #1 thread id 390821632 total threads 4.
|
2017-05-22 18:37:17 67401408 [Note] InnoDB: Creating #2 thread id 399214336 total threads 4.
|
2017-05-22 18:37:17 67401408 [Note] InnoDB: Creating #3 thread id 407607040 total threads 4.
|
2017-05-22 18:37:17 67401408 [Note] InnoDB: Creating #4 thread id 415999744 total threads 4.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'XTRADB_RSEG' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'CHANGED_PAGE_BITMAPS' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'FEEDBACK' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_CMP' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_MUTEXES' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'XTRADB_READ_VIEW' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_CHANGED_PAGES' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
|
2017-05-22 18:37:17 67401408 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
|
2017-05-22 18:37:17 67401408 [Warning] /mnt/data/buildot/maria-slave/work-opensuse-amd64/build/sql/mysqld: unknown option '--loose-pam-debug'
|
2017-05-22 18:37:18 67401408 [Note] Server socket created on IP: '127.0.0.1'.
|
2017-05-22 18:37:19 67401408 [Note] /mnt/data/buildot/maria-slave/work-opensuse-amd64/build/sql/mysqld: ready for connections.
|
Version: '10.1.24-MariaDB-debug' socket: '/mnt/data/buildot/maria-slave/work-opensuse-amd64/build/mysql-test/var/tmp/4/mysqld.1.sock' port: 16060 Source distribution
|
2017-05-22 18:37:26 68532992 [Note] InnoDB: Created tablespace for space 4 name test/innodb_normal key_id 1 encryption 0.
|
2017-05-22 18:37:31 68532992 [Note] InnoDB: Created tablespace for space 5 name test/innodb_page_compressed1 key_id 1 encryption 0.
|
2017-05-22 18:37:38 68532992 [Note] InnoDB: Created tablespace for space 6 name test/innodb_page_compressed2 key_id 1 encryption 0.
|
2017-05-22 18:37:39 68532992 [Note] InnoDB: Created tablespace for space 7 name test/innodb_page_compressed3 key_id 1 encryption 0.
|
2017-05-22 18:37:40 68532992 [Note] InnoDB: Created tablespace for space 8 name test/innodb_page_compressed4 key_id 1 encryption 0.
|
2017-05-22 18:37:40 68532992 [Note] InnoDB: Created tablespace for space 9 name test/innodb_page_compressed5 key_id 1 encryption 0.
|
2017-05-22 18:37:41 68532992 [Note] InnoDB: Created tablespace for space 10 name test/innodb_page_compressed6 key_id 1 encryption 0.
|
2017-05-22 18:37:47 68532992 [Note] InnoDB: Created tablespace for space 11 name test/innodb_page_compressed7 key_id 1 encryption 0.
|
2017-05-22 18:37:53 68532992 [Note] InnoDB: Created tablespace for space 12 name test/innodb_page_compressed8 key_id 1 encryption 0.
|
2017-05-22 18:37:58 68532992 [Note] InnoDB: Created tablespace for space 13 name test/innodb_page_compressed9 key_id 1 encryption 0.
|