Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-13516

encryption.create_or_replace test fails in buildbot with InnoDB assertion failure

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/1076/steps/test_1/logs/stdio

      encryption.create_or_replace 'ctr,innodb_plugin' w2 [ fail ]
              Test ended at 2017-08-11 00:19:07
       
      CURRENT_TEST: encryption.create_or_replace
      mysqltest: At line 90: Cannot reap on a connection without pending send
       
      The result from queries just before the failure was:
      SET default_storage_engine = InnoDB;
      CREATE TABLE t1 (pk INT PRIMARY KEY, c VARCHAR(256));
      CREATE TABLE t2 AS SELECT * FROM t1;
      drop table t1,t2;
      SET GLOBAL innodb_encryption_threads = 0;
      SET GLOBAL innodb_encryption_threads = 4;
      CREATE TABLE `table10_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb;
      INSERT /*! IGNORE */ INTO table10_int_autoinc VALUES  (NULL, NULL, -474021888) ,  (1, NULL, NULL) ,  (1141047296, NULL, NULL) ,  (NULL, NULL, NULL) ,  (NULL, NULL, 1) ,  (NULL, NULL, 9) ,  (0, NULL, 1225785344) ,  (NULL, NULL, 1574174720) ,  (2, NULL, NULL) ,  (6, NULL, 3);
      CREATE TABLE `table1_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int,key (`col_int_key` ), primary key (pk)) engine=innodb;
      CREATE TABLE `table0_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb;
      INSERT /*! IGNORE */ INTO table1_int_autoinc VALUES  (4, NULL, NULL);
      INSERT IGNORE INTO `table0_int_autoinc` ( `col_int_key` ) VALUES ( 1 ), ( 3 ), ( 4 ), ( 1 );
      INSERT IGNORE INTO `table1_int_autoinc` ( `col_int` ) VALUES ( 1 ), ( 0 ), ( 7 ), ( 9 );
      INSERT IGNORE INTO `table10_int_autoinc` ( `col_int` ) VALUES ( 6 ), ( 2 ), ( 3 ), ( 6 );
      ERROR HY000: Lost connection to MySQL server during query
      ERROR HY000: Lost connection to MySQL server during query
      ERROR HY000: MySQL server has gone away
      ERROR HY000: MySQL server has gone away
      ERROR HY000: MySQL server has gone away
       
       
      Server [mysqld.1 - pid: 22257, winpid: 22257, exit: 256] failed during test run
      Server log from this test:
      ----------SERVER LOG START-----------
      2017-08-11  0:18:47 3078326592 [Note] /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld (mysqld 10.1.27-MariaDB-debug) starting as process 22258 ...
      2017-08-11  0:18:47 3078326592 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4162)
      2017-08-11  0:18:47 3078326592 [Note] Plugin 'partition' is disabled.
      2017-08-11  0:18:47 3078326592 [Note] Plugin 'SEQUENCE' is disabled.
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Using mutexes to ref count buffer pool pages
      2017-08-11  0:18:47 3078326592 [Note] InnoDB:  InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
      2017-08-11  0:18:47 3078326592 [Note] InnoDB:  InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: The InnoDB memory heap is disabled
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Using Linux native AIO
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Using generic crc32 instructions
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Initializing buffer pool, size = 8.0M
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Completed initialization of buffer pool
      2017-08-11  0:18:47 3078326592 [Note] InnoDB: Highest supported file format is Barracuda.
      2017-08-11  0:18:48 3078326592 [Note] InnoDB: 128 rollback segment(s) are active.
      2017-08-11  0:18:48 3078326592 [Note] InnoDB: Waiting for purge to start
      2017-08-11  0:18:48 3078326592 [Note] InnoDB: 5.6.37 started; log sequence number 1629517
      2017-08-11  0:18:49 2842688320 [Note] InnoDB: Dumping buffer pool(s) not yet started
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_CMP' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'XTRADB_READ_VIEW' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'XTRADB_RSEG' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'CHANGED_PAGE_BITMAPS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_MUTEXES' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'FEEDBACK' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
      2017-08-11  0:18:49 3078326592 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
      2017-08-11  0:18:49 3078326592 [Warning] /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld: unknown option '--loose-pam-debug'
      2017-08-11  0:18:49 3078326592 [Warning] /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld: unknown option '--loose-skip-plugin-innodb-changed-pages'
      2017-08-11  0:18:49 3078326592 [Note] Server socket created on IP: '127.0.0.1'.
      2017-08-11  0:18:49 3078326592 [Note] /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld: ready for connections.
      Version: '10.1.27-MariaDB-debug'  socket: '/mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/tmp/2/mysqld.1.sock'  port: 16020  Source distribution
      2017-08-11  0:18:49 2857045824 [Note] InnoDB: Creating #1 thread id 2823813952 total threads 1.
      2017-08-11  0:19:01 2857045824 [Note] InnoDB: Creating #1 thread id 2823813952 total threads 4.
      2017-08-11  0:19:01 2857045824 [Note] InnoDB: Creating #2 thread id 2811231040 total threads 4.
      2017-08-11  0:19:01 2857045824 [Note] InnoDB: Creating #3 thread id 2802838336 total threads 4.
      2017-08-11  0:19:01 2857045824 [Note] InnoDB: Creating #4 thread id 2794445632 total threads 4.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Trying to access page [space=169: page=4] but the tablespace does not exist or is just being dropped.
      2017-08-11  0:19:01 2794445632 [ERROR] InnoDB: Unable to read tablespace 169 page no 4 into the buffer pool after 100 attempts. The most probable cause of this error may be that the table has been corrupted. You can try to fix this problem by using innodb_force_recovery. Please see http://dev.mysql.com/doc/refman/5.6/en/ for more details. Aborting...
      2017-08-11 00:19:01 a68fdb40  InnoDB: Assertion failure in thread 2794445632 in file ha_innodb.cc line 20652
      InnoDB: We intentionally generate a memory trap.
      InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
      InnoDB: If you get repeated assertion failures or crashes, even
      InnoDB: immediately after the mysqld startup, there may be
      InnoDB: corruption in the InnoDB tablespace. Please refer to
      InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
      InnoDB: about forcing recovery.
      170811  0:19:01 [ERROR] mysqld got signal 6 ;
      This could be because you hit a bug. It is also possible that this binary
      or one of the libraries it was linked against is corrupt, improperly built,
      or misconfigured. This error can also be caused by malfunctioning hardware.
       
      To report this bug, see https://mariadb.com/kb/en/reporting-bugs
       
      We will try our best to scrape up some info that will hopefully help
      diagnose the problem, but since we have already crashed, 
      something is definitely wrong and this may fail.
       
      Server version: 10.1.27-MariaDB-debug
      key_buffer_size=1048576
      read_buffer_size=131072
      max_used_connections=3
      max_threads=153
      thread_count=3
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61836 K  bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.
       
      Thread pointer: 0x0
      Attempting backtrace. You can use the following information to find out
      where mysqld died. If you see no messages after this, something went
      terribly wrong...
      stack_bottom = 0x0 thread_stack 0x48400
      /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld(my_print_stacktrace+0x32)[0x8b321cd]
      /mnt/buildbot/build/mariadb-10.1.27/sql/mysqld(handle_fatal_signal+0x3b0)[0x84daf84]
      [0x6c6400]
      [0x6c6416]
      /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f)[0x8701ef]
      /lib/i386-linux-gnu/libc.so.6(abort+0x175)[0x873835]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x1836f8)[0xe126f8]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x9a695)[0xd29695]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x11e703)[0xdad703]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x11eb0d)[0xdadb0d]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x11f112)[0xdae112]
      /mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/plugins/ha_innodb.so(+0x11f93b)[0xdae93b]
      /lib/i386-linux-gnu/libpthread.so.0(+0x6d4c)[0x82dd4c]
      /lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0x92cace]
      The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
      information that should help you find out what is causing the crash.
      Writing a core file
      ----------SERVER LOG END-------------
       
       
       - saving '/mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/2/log/encryption.create_or_replace-ctr,innodb_plugin/' to '/mnt/buildbot/build/mariadb-10.1.27/mysql-test/var/log/encryption.create_or_replace-ctr,innodb_plugin/'
      

      Attachments

        Issue Links

          Activity

            alice Alice Sherepa created issue -
            elenst Elena Stepanova made changes -
            Field Original Value New Value
            Component/s Storage Engine - InnoDB [ 10129 ]
            Assignee Jan Lindström [ jplindst ]
            Summary encryption.create_or_replace test fails in buildbot encryption.create_or_replace test fails in buildbot with InnoDB assertion failure

            There is also a selection of failures in MDEV-9359.

            elenst Elena Stepanova added a comment - There is also a selection of failures in MDEV-9359 .
            elenst Elena Stepanova made changes -
            alice Alice Sherepa added a comment -

            http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1301/steps/test_1/logs/stdio

            encryption.create_or_replace 'cbc,innodb_plugin' w1 [ fail ]
                    Test ended at 2017-11-04 03:48:55
             
            CURRENT_TEST: encryption.create_or_replace
            mysqltest: At line 101: Cannot reap on a connection without pending send
             
            The result from queries just before the failure was:
            SET default_storage_engine = InnoDB;
            CREATE TABLE t1 (pk INT PRIMARY KEY, c VARCHAR(256));
            CREATE TABLE t2 AS SELECT * FROM t1;
            drop table t1,t2;
            SET GLOBAL innodb_encryption_threads = 0;
            SET GLOBAL innodb_encryption_threads = 4;
            CREATE TABLE `table10_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb;
            INSERT /*! IGNORE */ INTO table10_int_autoinc VALUES  (NULL, NULL, -474021888) ,  (1, NULL, NULL) ,  (1141047296, NULL, NULL) ,  (NULL, NULL, NULL) ,  (NULL, NULL, 1) ,  (NULL, NULL, 9) ,  (0, NULL, 1225785344) ,  (NULL, NULL, 1574174720) ,  (2, NULL, NULL) ,  (6, NULL, 3);
            CREATE TABLE `table1_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int,key (`col_int_key` ), primary key (pk)) engine=innodb;
            CREATE TABLE `table0_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb;
            INSERT /*! IGNORE */ INTO table1_int_autoinc VALUES  (4, NULL, NULL);
            INSERT IGNORE INTO `table0_int_autoinc` ( `col_int_key` ) VALUES ( 1 ), ( 3 ), ( 4 ), ( 1 );
            INSERT IGNORE INTO `table1_int_autoinc` ( `col_int` ) VALUES ( 1 ), ( 0 ), ( 7 ), ( 9 );
            INSERT IGNORE INTO `table10_int_autoinc` ( `col_int` ) VALUES ( 6 ), ( 2 ), ( 3 ), ( 6 );
            ERROR HY000: Lost connection to MySQL server during query
            ERROR HY000: Lost connection to MySQL server during query
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
             
             
            Server [mysqld.1 - pid: 11367, winpid: 11367, exit: 256] failed during test run
            Server log from this test:
            ----------SERVER LOG START-----------
            2017-11-04  3:47:54 140526137735424 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld (mysqld 10.1.29-MariaDB) starting as process 11368 ...
            2017-11-04  3:47:54 140526137735424 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4162)
            2017-11-04  3:47:54 140526137735424 [Warning] setrlimit could not change the size of core files to 'infinity';  We may not be able to generate a core file on signals
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'partition' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'SEQUENCE' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Using mutexes to ref count buffer pool pages
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: The InnoDB memory heap is disabled
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Compressed tables use zlib 1.2.3
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Using Linux native AIO
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Using generic crc32 instructions
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Initializing buffer pool, size = 8.0M
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Completed initialization of buffer pool
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Highest supported file format is Barracuda.
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: 128 rollback segment(s) are active.
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: Waiting for purge to start
            2017-11-04  3:47:54 140526137735424 [Note] InnoDB: 5.6.37 started; log sequence number 1629415
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'XTRADB_READ_VIEW' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'XTRADB_RSEG' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'CHANGED_PAGE_BITMAPS' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
            2017-11-04  3:47:54 140525787178752 [Note] InnoDB: Dumping buffer pool(s) not yet started
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_MUTEXES' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'FEEDBACK' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
            2017-11-04  3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
            2017-11-04  3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-startup-interval=20'
            2017-11-04  3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-first-interval=60'
            2017-11-04  3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-interval=60'
            2017-11-04  3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-pam-debug'
            2017-11-04  3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-skip-plugin-innodb-changed-pages'
            2017-11-04  3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-debug-sync-timeout=300'
            2017-11-04  3:47:54 140526137735424 [Note] Server socket created on IP: '127.0.0.1'.
            2017-11-04  3:47:54 140526137735424 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: ready for connections.
            Version: '10.1.29-MariaDB'  socket: '/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/tmp/1/mysqld.1.sock'  port: 16020  MariaDB Server
            2017-11-04  3:47:56 140525749070592 [Note] InnoDB: Creating #1 encryption thread id 140525745616640 total threads 1.
            2017-11-04  3:48:07 140525749070592 [Note] InnoDB: Creating #1 encryption thread id 140525745616640 total threads 4.
            2017-11-04  3:48:07 140525749070592 [Note] InnoDB: Creating #2 encryption thread id 140525735864064 total threads 4.
            2017-11-04  3:48:07 140525749070592 [Note] InnoDB: Creating #3 encryption thread id 140525727352576 total threads 4.
            2017-11-04  3:48:07 140525749070592 [Note] InnoDB: Creating #4 encryption thread id 140525718841088 total threads 4.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-04  3:48:52 140525727352576 [ERROR] InnoDB: Unable to read tablespace 941 page no 4 into the buffer pool after 100 attempts. The most probable cause of this error may be that the table has been corrupted. You can try to fix this problem by using innodb_force_recovery. Please see http://dev.mysql.com/doc/refman/5.6/en/ for more details. Aborting...
            2017-11-04 03:48:52 7fceb20f8700  InnoDB: Assertion failure in thread 140525727352576 in file ha_innodb.cc line 20669
            InnoDB: We intentionally generate a memory trap.
            InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
            InnoDB: If you get repeated assertion failures or crashes, even
            InnoDB: immediately after the mysqld startup, there may be
            InnoDB: corruption in the InnoDB tablespace. Please refer to
            InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
            InnoDB: about forcing recovery.
            171104  3:48:52 [ERROR] mysqld got signal 6 ;
            This could be because you hit a bug. It is also possible that this binary
            or one of the libraries it was linked against is corrupt, improperly built,
            or misconfigured. This error can also be caused by malfunctioning hardware.
             
            To report this bug, see https://mariadb.com/kb/en/reporting-bugs
             
            We will try our best to scrape up some info that will hopefully help
            diagnose the problem, but since we have already crashed, 
            something is definitely wrong and this may fail.
             
            Server version: 10.1.29-MariaDB
            key_buffer_size=1048576
            read_buffer_size=131072
            max_used_connections=3
            max_threads=153
            thread_count=3
            It is possible that mysqld could use up to 
            key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 62914 K  bytes of memory
            Hope that's ok; if not, decrease some variables in the equation.
             
            Thread pointer: 0x0
            Attempting backtrace. You can use the following information to find out
            where mysqld died. If you see no messages after this, something went
            terribly wrong...
            stack_bottom = 0x0 thread_stack 0x48400
            /usr/lib/x86_64-linux-gnu/libasan.so.2(+0x4a077)[0x7fcec97af077]
            /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(my_print_stacktrace+0xdc)[0x55b3e74bd6fc]
            /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(handle_fatal_signal+0x766)[0x55b3e6969917]
            /lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7fcec8656390]
            /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x38)[0x7fcec7c26428]
            /lib/x86_64-linux-gnu/libc.so.6(abort+0x16a)[0x7fcec7c2802a]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2b94c0)[0x7fcebf60a4c0]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x134fa8)[0x7fcebf485fa8]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2086f6)[0x7fcebf5596f6]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2116ea)[0x7fcebf5626ea]
            /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7fcec864c6ba]
            /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fcec7cf782d]
            The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
            information that should help you find out what is causing the crash.
            Writing a core file
            ----------SERVER LOG END-------------
            

            alice Alice Sherepa added a comment - http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1301/steps/test_1/logs/stdio encryption.create_or_replace 'cbc,innodb_plugin' w1 [ fail ] Test ended at 2017-11-04 03:48:55   CURRENT_TEST: encryption.create_or_replace mysqltest: At line 101: Cannot reap on a connection without pending send   The result from queries just before the failure was: SET default_storage_engine = InnoDB; CREATE TABLE t1 (pk INT PRIMARY KEY, c VARCHAR(256)); CREATE TABLE t2 AS SELECT * FROM t1; drop table t1,t2; SET GLOBAL innodb_encryption_threads = 0; SET GLOBAL innodb_encryption_threads = 4; CREATE TABLE `table10_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb; INSERT /*! IGNORE */ INTO table10_int_autoinc VALUES (NULL, NULL, -474021888) , (1, NULL, NULL) , (1141047296, NULL, NULL) , (NULL, NULL, NULL) , (NULL, NULL, 1) , (NULL, NULL, 9) , (0, NULL, 1225785344) , (NULL, NULL, 1574174720) , (2, NULL, NULL) , (6, NULL, 3); CREATE TABLE `table1_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int,key (`col_int_key` ), primary key (pk)) engine=innodb; CREATE TABLE `table0_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb; INSERT /*! IGNORE */ INTO table1_int_autoinc VALUES (4, NULL, NULL); INSERT IGNORE INTO `table0_int_autoinc` ( `col_int_key` ) VALUES ( 1 ), ( 3 ), ( 4 ), ( 1 ); INSERT IGNORE INTO `table1_int_autoinc` ( `col_int` ) VALUES ( 1 ), ( 0 ), ( 7 ), ( 9 ); INSERT IGNORE INTO `table10_int_autoinc` ( `col_int` ) VALUES ( 6 ), ( 2 ), ( 3 ), ( 6 ); ERROR HY000: Lost connection to MySQL server during query ERROR HY000: Lost connection to MySQL server during query ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away     Server [mysqld.1 - pid: 11367, winpid: 11367, exit: 256] failed during test run Server log from this test: ----------SERVER LOG START----------- 2017-11-04 3:47:54 140526137735424 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld (mysqld 10.1.29-MariaDB) starting as process 11368 ... 2017-11-04 3:47:54 140526137735424 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4162) 2017-11-04 3:47:54 140526137735424 [Warning] setrlimit could not change the size of core files to 'infinity'; We may not be able to generate a core file on signals 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'partition' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'SEQUENCE' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: The InnoDB memory heap is disabled 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Compressed tables use zlib 1.2.3 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Using Linux native AIO 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Using generic crc32 instructions 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Initializing buffer pool, size = 8.0M 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Completed initialization of buffer pool 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Highest supported file format is Barracuda. 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: 128 rollback segment(s) are active. 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Waiting for purge to start 2017-11-04 3:47:54 140526137735424 [Note] InnoDB: 5.6.37 started; log sequence number 1629415 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'XTRADB_READ_VIEW' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'XTRADB_RSEG' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_DELETED' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'CHANGED_PAGE_BITMAPS' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled. 2017-11-04 3:47:54 140525787178752 [Note] InnoDB: Dumping buffer pool(s) not yet started 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_MUTEXES' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_CONFIG' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'FEEDBACK' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP_RESET' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled. 2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled. 2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-startup-interval=20' 2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-first-interval=60' 2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-interval=60' 2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-pam-debug' 2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-skip-plugin-innodb-changed-pages' 2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-debug-sync-timeout=300' 2017-11-04 3:47:54 140526137735424 [Note] Server socket created on IP: '127.0.0.1'. 2017-11-04 3:47:54 140526137735424 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: ready for connections. Version: '10.1.29-MariaDB' socket: '/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/tmp/1/mysqld.1.sock' port: 16020 MariaDB Server 2017-11-04 3:47:56 140525749070592 [Note] InnoDB: Creating #1 encryption thread id 140525745616640 total threads 1. 2017-11-04 3:48:07 140525749070592 [Note] InnoDB: Creating #1 encryption thread id 140525745616640 total threads 4. 2017-11-04 3:48:07 140525749070592 [Note] InnoDB: Creating #2 encryption thread id 140525735864064 total threads 4. 2017-11-04 3:48:07 140525749070592 [Note] InnoDB: Creating #3 encryption thread id 140525727352576 total threads 4. 2017-11-04 3:48:07 140525749070592 [Note] InnoDB: Creating #4 encryption thread id 140525718841088 total threads 4. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped. 2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Unable to read tablespace 941 page no 4 into the buffer pool after 100 attempts. The most probable cause of this error may be that the table has been corrupted. You can try to fix this problem by using innodb_force_recovery. Please see http://dev.mysql.com/doc/refman/5.6/en/ for more details. Aborting... 2017-11-04 03:48:52 7fceb20f8700 InnoDB: Assertion failure in thread 140525727352576 in file ha_innodb.cc line 20669 InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to https://jira.mariadb.org/ InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html InnoDB: about forcing recovery. 171104 3:48:52 [ERROR] mysqld got signal 6 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware.   To report this bug, see https://mariadb.com/kb/en/reporting-bugs   We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail.   Server version: 10.1.29-MariaDB key_buffer_size=1048576 read_buffer_size=131072 max_used_connections=3 max_threads=153 thread_count=3 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 62914 K bytes of memory Hope that's ok; if not, decrease some variables in the equation.   Thread pointer: 0x0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0x0 thread_stack 0x48400 /usr/lib/x86_64-linux-gnu/libasan.so.2(+0x4a077)[0x7fcec97af077] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(my_print_stacktrace+0xdc)[0x55b3e74bd6fc] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(handle_fatal_signal+0x766)[0x55b3e6969917] /lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7fcec8656390] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x38)[0x7fcec7c26428] /lib/x86_64-linux-gnu/libc.so.6(abort+0x16a)[0x7fcec7c2802a] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2b94c0)[0x7fcebf60a4c0] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x134fa8)[0x7fcebf485fa8] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2086f6)[0x7fcebf5596f6] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2116ea)[0x7fcebf5626ea] /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7fcec864c6ba] /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fcec7cf782d] The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. Writing a core file ----------SERVER LOG END-------------
            alice Alice Sherepa added a comment -

            http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/1408/steps/test_2/logs/stdio

            encryption.create_or_replace 'ctr,innodb_plugin' w2 [ fail ]
                    Test ended at 2017-11-11 08:10:02
             
            CURRENT_TEST: encryption.create_or_replace
            mysqltest: At line 37: query 'drop table t1,t2' failed: 2006: MySQL server has gone away
             
            The result from queries just before the failure was:
            < snip >
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            ERROR HY000: MySQL server has gone away
            drop table t1,t2;
             
            More results from queries before failure can be found in /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/log/create_or_replace.log
             
             
            Server [mysqld.1 - pid: 22246, winpid: 22246, exit: 256] failed during test run
            Server log from this test:
            ----------SERVER LOG START-----------
            2017-11-11  8:09:45 3078244672 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld (mysqld 10.1.29-MariaDB-debug) starting as process 22247 ...
            2017-11-11  8:09:45 3078244672 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4162)
            2017-11-11  8:09:45 3078244672 [Note] Plugin 'partition' is disabled.
            2017-11-11  8:09:45 3078244672 [Note] Plugin 'SEQUENCE' is disabled.
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: Using mutexes to ref count buffer pool pages
            2017-11-11  8:09:45 3078244672 [Note] InnoDB:  InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
            2017-11-11  8:09:45 3078244672 [Note] InnoDB:  InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: The InnoDB memory heap is disabled
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: Using Linux native AIO
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: Using generic crc32 instructions
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: Initializing buffer pool, size = 8.0M
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: Completed initialization of buffer pool
            2017-11-11  8:09:45 3078244672 [Note] InnoDB: Highest supported file format is Barracuda.
            2017-11-11  8:09:47 3078244672 [Note] InnoDB: 128 rollback segment(s) are active.
            2017-11-11  8:09:47 3078244672 [Note] InnoDB: Waiting for purge to start
            2017-11-11  8:09:47 3078244672 [Note] InnoDB: 5.6.37 started; log sequence number 1629415
            2017-11-11  8:09:47 2842684224 [Note] InnoDB: Dumping buffer pool(s) not yet started
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_CMP' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'XTRADB_READ_VIEW' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'XTRADB_RSEG' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'CHANGED_PAGE_BITMAPS' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_MUTEXES' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'FEEDBACK' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
            2017-11-11  8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
            2017-11-11  8:09:47 3078244672 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-pam-debug'
            2017-11-11  8:09:47 3078244672 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-skip-plugin-innodb-changed-pages'
            2017-11-11  8:09:47 3078244672 [Note] Server socket created on IP: '127.0.0.1'.
            2017-11-11  8:09:47 3078244672 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: ready for connections.
            Version: '10.1.29-MariaDB-debug'  socket: '/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/tmp/2/mysqld.1.sock'  port: 16020  Source distribution
            2017-11-11  8:09:47 2873831232 [Note] InnoDB: Creating #1 encryption thread id 2823813952 total threads 1.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped.
            2017-11-11  8:09:53 2823813952 [ERROR] InnoDB: Unable to read tablespace 130 page no 4 into the buffer pool after 100 attempts. The most probable cause of this error may be that the table has been corrupted. You can try to fix this problem by using innodb_force_recovery. Please see http://dev.mysql.com/doc/refman/5.6/en/ for more details. Aborting...
            2017-11-11 08:09:53 a84ffb40  InnoDB: Assertion failure in thread 2823813952 in file ha_innodb.cc line 20670
            InnoDB: We intentionally generate a memory trap.
            InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
            InnoDB: If you get repeated assertion failures or crashes, even
            InnoDB: immediately after the mysqld startup, there may be
            InnoDB: corruption in the InnoDB tablespace. Please refer to
            InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
            InnoDB: about forcing recovery.
            171111  8:09:53 [ERROR] mysqld got signal 6 ;
            This could be because you hit a bug. It is also possible that this binary
            or one of the libraries it was linked against is corrupt, improperly built,
            or misconfigured. This error can also be caused by malfunctioning hardware.
             
            To report this bug, see https://mariadb.com/kb/en/reporting-bugs
             
            We will try our best to scrape up some info that will hopefully help
            diagnose the problem, but since we have already crashed, 
            something is definitely wrong and this may fail.
             
            Server version: 10.1.29-MariaDB-debug
            key_buffer_size=1048576
            read_buffer_size=131072
            max_used_connections=1
            max_threads=153
            thread_count=1
            It is possible that mysqld could use up to 
            key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61838 K  bytes of memory
            Hope that's ok; if not, decrease some variables in the equation.
             
            Thread pointer: 0x0
            Attempting backtrace. You can use the following information to find out
            where mysqld died. If you see no messages after this, something went
            terribly wrong...
            stack_bottom = 0x0 thread_stack 0x48400
            /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(my_print_stacktrace+0x32)[0x8b39471]
            /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(handle_fatal_signal+0x3b0)[0x84e0cf0]
            [0xafa400]
            [0xafa416]
            /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f)[0x2e91ef]
            /lib/i386-linux-gnu/libc.so.6(abort+0x175)[0x2ec835]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x182930)[0x111a930]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x9a490)[0x1032490]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x11db25)[0x10b5b25]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x11df5d)[0x10b5f5d]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x11e5a3)[0x10b65a3]
            /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x11edd7)[0x10b6dd7]
            /lib/i386-linux-gnu/libpthread.so.0(+0x6d4c)[0xd5dd4c]
            /lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0x3a5ace]
            The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
            information that should help you find out what is causing the crash.
            Writing a core file
            ----------SERVER LOG END-------------
            

            alice Alice Sherepa added a comment - http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/1408/steps/test_2/logs/stdio encryption.create_or_replace 'ctr,innodb_plugin' w2 [ fail ] Test ended at 2017-11-11 08:10:02   CURRENT_TEST: encryption.create_or_replace mysqltest: At line 37: query 'drop table t1,t2' failed: 2006: MySQL server has gone away   The result from queries just before the failure was: < snip > ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away ERROR HY000: MySQL server has gone away drop table t1,t2;   More results from queries before failure can be found in /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/log/create_or_replace.log     Server [mysqld.1 - pid: 22246, winpid: 22246, exit: 256] failed during test run Server log from this test: ----------SERVER LOG START----------- 2017-11-11 8:09:45 3078244672 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld (mysqld 10.1.29-MariaDB-debug) starting as process 22247 ... 2017-11-11 8:09:45 3078244672 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4162) 2017-11-11 8:09:45 3078244672 [Note] Plugin 'partition' is disabled. 2017-11-11 8:09:45 3078244672 [Note] Plugin 'SEQUENCE' is disabled. 2017-11-11 8:09:45 3078244672 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2017-11-11 8:09:45 3078244672 [Note] InnoDB: InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!! 2017-11-11 8:09:45 3078244672 [Note] InnoDB: InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!! 2017-11-11 8:09:45 3078244672 [Note] InnoDB: The InnoDB memory heap is disabled 2017-11-11 8:09:45 3078244672 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2017-11-11 8:09:45 3078244672 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier 2017-11-11 8:09:45 3078244672 [Note] InnoDB: Compressed tables use zlib 1.2.3.4 2017-11-11 8:09:45 3078244672 [Note] InnoDB: Using Linux native AIO 2017-11-11 8:09:45 3078244672 [Note] InnoDB: Using generic crc32 instructions 2017-11-11 8:09:45 3078244672 [Note] InnoDB: Initializing buffer pool, size = 8.0M 2017-11-11 8:09:45 3078244672 [Note] InnoDB: Completed initialization of buffer pool 2017-11-11 8:09:45 3078244672 [Note] InnoDB: Highest supported file format is Barracuda. 2017-11-11 8:09:47 3078244672 [Note] InnoDB: 128 rollback segment(s) are active. 2017-11-11 8:09:47 3078244672 [Note] InnoDB: Waiting for purge to start 2017-11-11 8:09:47 3078244672 [Note] InnoDB: 5.6.37 started; log sequence number 1629415 2017-11-11 8:09:47 2842684224 [Note] InnoDB: Dumping buffer pool(s) not yet started 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_CMP' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'XTRADB_READ_VIEW' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'XTRADB_RSEG' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_FT_DELETED' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'CHANGED_PAGE_BITMAPS' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_MUTEXES' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_FT_CONFIG' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'FEEDBACK' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_CMP_RESET' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled. 2017-11-11 8:09:47 3078244672 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled. 2017-11-11 8:09:47 3078244672 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-pam-debug' 2017-11-11 8:09:47 3078244672 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-skip-plugin-innodb-changed-pages' 2017-11-11 8:09:47 3078244672 [Note] Server socket created on IP: '127.0.0.1'. 2017-11-11 8:09:47 3078244672 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: ready for connections. Version: '10.1.29-MariaDB-debug' socket: '/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/tmp/2/mysqld.1.sock' port: 16020 Source distribution 2017-11-11 8:09:47 2873831232 [Note] InnoDB: Creating #1 encryption thread id 2823813952 total threads 1. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Trying to access page [space=130: page=4] but the tablespace does not exist or is just being dropped. 2017-11-11 8:09:53 2823813952 [ERROR] InnoDB: Unable to read tablespace 130 page no 4 into the buffer pool after 100 attempts. The most probable cause of this error may be that the table has been corrupted. You can try to fix this problem by using innodb_force_recovery. Please see http://dev.mysql.com/doc/refman/5.6/en/ for more details. Aborting... 2017-11-11 08:09:53 a84ffb40 InnoDB: Assertion failure in thread 2823813952 in file ha_innodb.cc line 20670 InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to https://jira.mariadb.org/ InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html InnoDB: about forcing recovery. 171111 8:09:53 [ERROR] mysqld got signal 6 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware.   To report this bug, see https://mariadb.com/kb/en/reporting-bugs   We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail.   Server version: 10.1.29-MariaDB-debug key_buffer_size=1048576 read_buffer_size=131072 max_used_connections=1 max_threads=153 thread_count=1 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61838 K bytes of memory Hope that's ok; if not, decrease some variables in the equation.   Thread pointer: 0x0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0x0 thread_stack 0x48400 /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(my_print_stacktrace+0x32)[0x8b39471] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(handle_fatal_signal+0x3b0)[0x84e0cf0] [0xafa400] [0xafa416] /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f)[0x2e91ef] /lib/i386-linux-gnu/libc.so.6(abort+0x175)[0x2ec835] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x182930)[0x111a930] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x9a490)[0x1032490] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x11db25)[0x10b5b25] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x11df5d)[0x10b5f5d] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x11e5a3)[0x10b65a3] /mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/2/plugins/ha_innodb.so(+0x11edd7)[0x10b6dd7] /lib/i386-linux-gnu/libpthread.so.0(+0x6d4c)[0xd5dd4c] /lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0x3a5ace] The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. Writing a core file ----------SERVER LOG END-------------
            Richard Richard Stracke made changes -
            Assignee Jan Lindström [ jplindst ] Richard Stracke [ richard ]
            Richard Richard Stracke made changes -
            Assignee Richard Stracke [ richard ] Jan Lindström [ jplindst ]

            http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/1929/steps/mtr_nm/logs/stdio
            http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1677/steps/mtr_ps/logs/stdio

            --Thread 140068145293056 has waited at srv0srv.cc line 2042 for 921.00 seconds the semaphore:
            X-lock on RW-latch at 0x60800000b320 created in file dict0dict.cc line 1104
            a writer (thread id 140068006590208) has reserved it in mode  exclusive
            number of readers 0, waiters flag 1, lock_word: 0
            Last time write locked in file row0mysql.cc line 3462
            2018-03-30 22:33:35 0 [Warning] InnoDB: A long semaphore wait:
            --Thread 140068120114944 has waited at dict0dict.cc line 7124 for 662.00 seconds the semaphore:
            Mutex at 0x60f00000ec80, Mutex DICT_SYS created dict0dict.cc:1093, lock var 2
             
            2018-03-30 22:33:35 0 [Warning] InnoDB: A long semaphore wait:
            --Thread 140068086544128 has waited at row0purge.cc line 930 for 923.00 seconds the semaphore:
            S-lock on RW-latch at 0x60800000b320 created in file dict0dict.cc line 1104
            a writer (thread id 140068006590208) has reserved it in mode  exclusive
            number of readers 0, waiters flag 1, lock_word: 0
            Last time write locked in file row0mysql.cc line 3462
            2018-03-30 22:33:35 0 [Note] InnoDB: A semaphore wait:
            --Thread 140068145293056 has waited at srv0srv.cc line 2042 for 921.00 seconds the semaphore:
            X-lock on RW-latch at 0x60800000b320 created in file dict0dict.cc line 1104
            a writer (thread id 140068006590208) has reserved it in mode  exclusive
            number of readers 0, waiters flag 1, lock_word: 0
            Last time write locked in file row0mysql.cc line 3462
            2018-03-30 22:33:35 0 [Note] InnoDB: A semaphore wait:
            --Thread 140068120114944 has waited at dict0dict.cc line 7124 for 662.00 seconds the semaphore:
            Mutex at 0x60f00000ec80, Mutex DICT_SYS created dict0dict.cc:1093, lock var 2
             
            2018-03-30 22:33:35 0 [Note] InnoDB: A semaphore wait:
            --Thread 140068086544128 has waited at row0purge.cc line 930 for 923.00 seconds the semaphore:
            S-lock on RW-latch at 0x60800000b320 created in file dict0dict.cc line 1104
            a writer (thread id 140068006590208) has reserved it in mode  exclusive
            number of readers 0, waiters flag 1, lock_word: 0
            Last time write locked in file row0mysql.cc line 3462
            InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
            InnoDB: Pending reads 0, writes 0
            

            jplindst Jan Lindström (Inactive) added a comment - - edited http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/1929/steps/mtr_nm/logs/stdio http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1677/steps/mtr_ps/logs/stdio --Thread 140068145293056 has waited at srv0srv.cc line 2042 for 921.00 seconds the semaphore: X-lock on RW-latch at 0x60800000b320 created in file dict0dict.cc line 1104 a writer (thread id 140068006590208) has reserved it in mode exclusive number of readers 0, waiters flag 1, lock_word: 0 Last time write locked in file row0mysql.cc line 3462 2018-03-30 22:33:35 0 [Warning] InnoDB: A long semaphore wait: --Thread 140068120114944 has waited at dict0dict.cc line 7124 for 662.00 seconds the semaphore: Mutex at 0x60f00000ec80, Mutex DICT_SYS created dict0dict.cc:1093, lock var 2   2018-03-30 22:33:35 0 [Warning] InnoDB: A long semaphore wait: --Thread 140068086544128 has waited at row0purge.cc line 930 for 923.00 seconds the semaphore: S-lock on RW-latch at 0x60800000b320 created in file dict0dict.cc line 1104 a writer (thread id 140068006590208) has reserved it in mode exclusive number of readers 0, waiters flag 1, lock_word: 0 Last time write locked in file row0mysql.cc line 3462 2018-03-30 22:33:35 0 [Note] InnoDB: A semaphore wait: --Thread 140068145293056 has waited at srv0srv.cc line 2042 for 921.00 seconds the semaphore: X-lock on RW-latch at 0x60800000b320 created in file dict0dict.cc line 1104 a writer (thread id 140068006590208) has reserved it in mode exclusive number of readers 0, waiters flag 1, lock_word: 0 Last time write locked in file row0mysql.cc line 3462 2018-03-30 22:33:35 0 [Note] InnoDB: A semaphore wait: --Thread 140068120114944 has waited at dict0dict.cc line 7124 for 662.00 seconds the semaphore: Mutex at 0x60f00000ec80, Mutex DICT_SYS created dict0dict.cc:1093, lock var 2   2018-03-30 22:33:35 0 [Note] InnoDB: A semaphore wait: --Thread 140068086544128 has waited at row0purge.cc line 930 for 923.00 seconds the semaphore: S-lock on RW-latch at 0x60800000b320 created in file dict0dict.cc line 1104 a writer (thread id 140068006590208) has reserved it in mode exclusive number of readers 0, waiters flag 1, lock_word: 0 Last time write locked in file row0mysql.cc line 3462 InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info: InnoDB: Pending reads 0, writes 0
            jplindst Jan Lindström (Inactive) made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            jplindst Jan Lindström (Inactive) made changes -
            Affects Version/s 10.2 [ 14601 ]
            jplindst Jan Lindström (Inactive) made changes -
            Affects Version/s 10.3 [ 22126 ]
            jplindst Jan Lindström (Inactive) made changes -
            Fix Version/s 10.2 [ 14601 ]
            jplindst Jan Lindström (Inactive) made changes -
            Fix Version/s 10.3 [ 22126 ]
            jplindst Jan Lindström (Inactive) made changes -
            issue.field.resolutiondate 2018-04-23 10:01:48.0 2018-04-23 10:01:48.114
            jplindst Jan Lindström (Inactive) made changes -
            Component/s Encryption [ 11200 ]
            Component/s Storage Engine - XtraDB [ 10135 ]
            Fix Version/s 10.1.33 [ 22909 ]
            Fix Version/s 10.2.15 [ 23006 ]
            Fix Version/s 10.3.7 [ 23005 ]
            Fix Version/s 10.2 [ 14601 ]
            Fix Version/s 10.1 [ 16100 ]
            Fix Version/s 10.3 [ 22126 ]
            Resolution Fixed [ 1 ]
            Status In Progress [ 3 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 82063 ] MariaDB v4 [ 152610 ]

            People

              jplindst Jan Lindström (Inactive)
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.