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

encryption tests fail on Power in buildbot

    XMLWordPrintable

Details

    • 10.2.4-4

    Description

      http://buildbot.askmonty.org/buildbot/builders/p8-xenial-bintar/builds/264/steps/test/logs/stdio

      Failing test(s): encryption.innochecksum encryption.innodb-bad-key-change encryption.innodb-bad-key-change5 innodb.innochecksum encryption.innodb-bad-key-change2 encryption.innodb-bad-key-change3 encryption.innodb-bad-key-change4 encryption.innodb-bad-key-shutdown
      

      encryption.innochecksum 'cbc,xtradb'     w1 [ fail ]
              Test ended at 2016-10-17 14:35:59
       
      CURRENT_TEST: encryption.innochecksum
      Segmentation fault (core dumped)
      mysqltest: At line 73: exec of '/var/lib/buildbot/maria-slave/p8-xenial-bintar/build/extra/innochecksum /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/mysql-test/var/1/mysqld.1/data//test/t2.ibd' failed, error: 35584, status: 139, errno: 32
      Output from before failure:
      # Run innochecksum on t2
      

      encryption.innodb-bad-key-change 'cbc,xtradb' w1 [ fail ]
              Test ended at 2016-10-17 14:36:17
       
      CURRENT_TEST: encryption.innodb-bad-key-change
      mysqltest: At line 65: query 'DROP TABLE t1' failed: 2013: Lost connection to MySQL server during query
      ...
      2016-10-17 14:36:15 70366569397184 [ERROR] InnoDB: Block in space_id 8 in file test/t1 encrypted.
      2016-10-17 14:36:15 70366569397184 [ERROR] InnoDB: However key management plugin or used key_id 1 is not found or used encryption algorithm or method does not match.
      2016-10-17 14:36:15 70366569397184 [ERROR] InnoDB: Marking tablespace as missing. You may drop this table or install correct key management plugin and key file.
      2016-10-17 14:36:15 70366569397184 [ERROR] InnoDB: Block in space_id 8 in file test/t1 encrypted.
      2016-10-17 14:36:15 70366569397184 [ERROR] InnoDB: However key management plugin or used key_id 1 is not found or used encryption algorithm or method does not match.
      2016-10-17 14:36:15 70366569397184 [ERROR] InnoDB: Marking tablespace as missing. You may drop this table or install correct key management plugin and key file.
      ...
      161017 14:36:15 [ERROR] mysqld got signal 11 ;
      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.2.3-MariaDB-log
      key_buffer_size=1048576
      read_buffer_size=131072
      max_used_connections=1
      max_threads=153
      thread_count=2
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 62977 K  bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.
       
      Thread pointer: 0x0x3fff5d624008
      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 = 0x3fff7e5f7078 thread_stack 0x48c00
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(my_print_stacktrace+0x68)[0x3e5e0088]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(handle_fatal_signal+0x3d0)[0x3def7e20]
      [0x3fff7f4804d8]
      [0x0]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(+0xacbdc4)[0x3e30bdc4]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(+0xab7530)[0x3e2f7530]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(+0xabcc8c)[0x3e2fcc8c]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(+0xaf31cc)[0x3e3331cc]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(+0xabe0f8)[0x3e2fe0f8]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(+0xa82b9c)[0x3e2c2b9c]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(+0xafc5d8)[0x3e33c5d8]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(+0x9ef7e0)[0x3e22f7e0]
      mysys/stacktrace.c:267(my_print_stacktrace)[0x3e231e98]
      sql/signal_handler.cc:166(handle_fatal_signal)[0x3e23226c]
      buf/buf0buf.cc:1259(buf_page_print(unsigned char const*, page_size_t const&, unsigned long))[0x3e1b5934]
      buf/buf0rea.cc:217(buf_read_page_low)[0x3e1b67fc]
      btr/btr0btr.cc:1112(btr_free_root_check)[0x3e1f8e60]
      dict/dict0crea.cc:1165(dict_drop_index_tree(unsigned char*, btr_pcur_t*, mtr_t*))[0x3e107324]
      que/que0que.cc:1038(que_thr_step)[0x3df02fe4]
      /var/lib/buildbot/maria-slave/p8-xenial-bintar/build/sql/mysqld(_Z15ha_delete_tableP3THDP10handlertonPKcS4_S4_b+0x164)[0x3df03174]
      handler/ha_innodb.cc:14942(ha_innobase::delete_table(char const*))[0x3dd86bc8]
      sql/sql_table.cc:2468(mysql_rm_table_no_locks(THD*, TABLE_LIST*, bool, bool, bool, bool, bool))[0x3dd87578]
      sql/sql_parse.cc:4647(mysql_execute_command(THD*))[0x3dcf4234]
      sql/sql_parse.cc:7796(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x3dcf972c]
      sql/sql_parse.cc:1806(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x3dcfc5ec]
      sql/sql_parse.cc:1366(do_command(THD*))[0x3dcfcf68]
      sql/sql_connect.cc:1354(do_handle_one_connection(CONNECT*))[0x3dde9304]
      sql/sql_connect.cc:1260(handle_one_connection)[0x3dde9564]
      perfschema/pfs.cc:1862(pfs_spawn_thread)[0x3e4660c8]
      /lib/powerpc64le-linux-gnu/libpthread.so.0(+0x84a0)[0x3fff7efa84a0]
      /lib/powerpc64le-linux-gnu/libc.so.6(clone+0xe4)[0x3fff7eb27e74]
       
      Trying to get some variables.
      Some pointers may be invalid and cause the dump to abort.
      Query (0x3fff59d16020): DROP TABLE t1
      Connection ID (thread ID): 2
      Status: NOT_KILLED
      

      etc.

      Attachments

        Activity

          People

            marko Marko Mäkelä
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.