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

Fix buildbot failures in main server trees

    Details

    • Type: Task
    • Status: Stalled
    • Priority: Major
    • Resolution: Unresolved
    • Fix Version/s: N/A
    • Component/s: OTHER
    • Labels:

      Description

      10.1 commits e0df11605623 and 1a36caf0 and 675ca12ae432 (Sep 6)

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              elenst Elena Stepanova added a comment -

              Older builds, for the reference

              10.1 commit 98ba2bf424eec (Aug 21)

              10.1 commit 0ad00c66d289 (Jul 17)

              10.1 commit 536112dd30 (May 21)

              • bld-dan-release test, kvm-deb-debian6-x86 test_4 - rpl.rpl_domain_id_filter - MDEV-7873
              • bld-dan-release test, bld-dan-release test_1, p8-rhel71-bintar test - encryption.encrypt_and_grep - MDEV-8209
              • kvm-bintar-centos5-x86 test - plugins.server_audit - MDEV-8211
              • kvm-deb-precise-amd64 test_4, kvm-deb-precise-x86 test_4, kvm-deb-wheezy-amd64 test_4, kvm-deb-wheezy-x86 test_4 - main.openssl_6975 - MDEV-7913
              • kvm-deb-trusty-amd64 test_2 - upgrade - failed to fetch
              • kvm-deb-wheezy-x86 test_4 - encryption.innodb_first_page - MDEV-8495
              • kvm-fulltest test_5, kvm-fulltest test_9 - main.features - MDEV-8153
              • kvm-fulltest test_6, kvm-fulltest test_7 - warnings
                ***Warnings generated in error logs during shutdown after running tests: encryption.innodb_first_page
                
                150522  0:10:39 [ERROR] InnoDB: Redo log crypto: getting mysqld crypto key from key version failed.
                Attempting backtrace. You can use the following information to find out
                
                ***Warnings generated in error logs during shutdown after running tests: encryption.innodb-page_encryption_log_encryption
                
                150522  0:10:40 [ERROR] InnoDB: Redo log crypto: getting mysqld crypto key from key version failed.
                Attempting backtrace. You can use the following information to find out
                
              • kvm-fulltest2 test_5 - sys_vars.sysvars_innodb '32bit,xtradb'
                sys_vars.sysvars_innodb '32bit,xtradb'   w1 [ fail ]
                        Test ended at 2015-05-22 01:15:08
                
                CURRENT_TEST: sys_vars.sysvars_innodb
                2015-05-22 01:15:04 b779c700 InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
                2015-05-22 01:15:04 b779c700 InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!
                --- /mnt/buildbot/build/mariadb-10.1.5/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.result~	2015-05-22 01:15:04.000000000 +0300
                +++ /mnt/buildbot/build/mariadb-10.1.5/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.reject	2015-05-22 01:15:06.000000000 +0300
                @@ -957,13 +957,27 @@
                 ENUM_VALUE_LIST	OFF,ON,FORCE
                 READ_ONLY	NO
                 COMMAND_LINE_ARGUMENT	OPTIONAL
                +VARIABLE_NAME	INNODB_FAKE_CHANGES
                +SESSION_VALUE	OFF
                +GLOBAL_VALUE	OFF
                +GLOBAL_VALUE_ORIGIN	COMPILE-TIME
                +DEFAULT_VALUE	OFF
                +VARIABLE_SCOPE	SESSION
                +VARIABLE_TYPE	BOOLEAN
                +VARIABLE_COMMENT	In the transaction after enabled, UPDATE, INSERT and DELETE only move the cursor to the records and do nothing other operations (no changes, no ibuf, no undo, no transaction log) in the transaction. This is to cause replication prefetch IO. ATTENTION: the transaction started after enabled is affected.
                +NUMERIC_MIN_VALUE	NULL
                +NUMERIC_MAX_VALUE	NULL
                +NUMERIC_BLOCK_SIZE	NULL
                +ENUM_VALUE_LIST	NULL
                +READ_ONLY	NO
                +COMMAND_LINE_ARGUMENT	OPTIONAL
                 VARIABLE_NAME	INNODB_FAST_SHUTDOWN
                 SESSION_VALUE	NULL
                 GLOBAL_VALUE	1
                 GLOBAL_VALUE_ORIGIN	COMPILE-TIME
                 DEFAULT_VALUE	1
                 VARIABLE_SCOPE	GLOBAL
                -VARIABLE_TYPE	BIGINT UNSIGNED
                +VARIABLE_TYPE	INT UNSIGNED
                 VARIABLE_COMMENT	Speeds up the shutdown process of the InnoDB storage engine. Possible values are 0, 1 (faster) or 2 (fastest - crash-like).
                 NUMERIC_MIN_VALUE	0
                 NUMERIC_MAX_VALUE	2
                @@ -2203,6 +2217,48 @@
                 ENUM_VALUE_LIST	NULL
                 READ_ONLY	NO
                 COMMAND_LINE_ARGUMENT	OPTIONAL
                +VARIABLE_NAME	INNODB_SCHED_PRIORITY_IO
                +SESSION_VALUE	NULL
                +GLOBAL_VALUE	19
                +GLOBAL_VALUE_ORIGIN	COMPILE-TIME
                +DEFAULT_VALUE	19
                +VARIABLE_SCOPE	GLOBAL
                +VARIABLE_TYPE	INT UNSIGNED
                +VARIABLE_COMMENT	Nice value for the I/O handler thread scheduling
                +NUMERIC_MIN_VALUE	0
                +NUMERIC_MAX_VALUE	39
                +NUMERIC_BLOCK_SIZE	0
                +ENUM_VALUE_LIST	NULL
                +READ_ONLY	NO
                +COMMAND_LINE_ARGUMENT	REQUIRED
                +VARIABLE_NAME	INNODB_SCHED_PRIORITY_MASTER
                +SESSION_VALUE	NULL
                +GLOBAL_VALUE	19
                +GLOBAL_VALUE_ORIGIN	COMPILE-TIME
                +DEFAULT_VALUE	19
                +VARIABLE_SCOPE	GLOBAL
                +VARIABLE_TYPE	INT UNSIGNED
                +VARIABLE_COMMENT	Nice value for the master thread scheduling
                +NUMERIC_MIN_VALUE	0
                +NUMERIC_MAX_VALUE	39
                +NUMERIC_BLOCK_SIZE	0
                +ENUM_VALUE_LIST	NULL
                +READ_ONLY	NO
                +COMMAND_LINE_ARGUMENT	REQUIRED
                +VARIABLE_NAME	INNODB_SCHED_PRIORITY_PURGE
                +SESSION_VALUE	NULL
                +GLOBAL_VALUE	19
                +GLOBAL_VALUE_ORIGIN	COMPILE-TIME
                +DEFAULT_VALUE	19
                +VARIABLE_SCOPE	GLOBAL
                +VARIABLE_TYPE	INT UNSIGNED
                +VARIABLE_COMMENT	Nice value for the purge thread scheduling
                +NUMERIC_MIN_VALUE	0
                +NUMERIC_MAX_VALUE	39
                +NUMERIC_BLOCK_SIZE	0
                +ENUM_VALUE_LIST	NULL
                +READ_ONLY	NO
                +COMMAND_LINE_ARGUMENT	REQUIRED
                 VARIABLE_NAME	INNODB_SCRUB_LOG
                 SESSION_VALUE	NULL
                 GLOBAL_VALUE	OFF
                
                mysqltest: Result length mismatch
                
              • kvm-fulltest2 test_9 - multiple tests - MDEV-7871
              • kvm-rpm-centos5-amd64 test - install
                + mysql -uroot -e 'set global wsrep_provider="/usr/lib64/galera/libgalera_smm.so"; set global wsrep_cluster_address="gcomm://";show status like "wsrep%"'
                ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query
                
              • p8-rhel7-bintar test, p8-rhel7-bintar-debug test - encryption tests fail massively
                CURRENT_TEST: encryption.innodb-page_encryption_log_encryption
                mysqltest: At line 17: query 'create table innodb_normal(c1 bigint not null, b char(200)) engine=innodb' failed: 1005: Can't create table `test`.`innodb_normal` (errno: 140 "Wrong create options")
                

                p8-rhel71-bintar test - encryption.encryption_create_or_replace

                encryption.encryption_create_or_replace 'cbc,xtradb' w3 [ fail ]  timeout after 900 seconds
                        Test ended at 2015-05-21 15:00:15
                
                Test case timeout after 900 seconds
                
                == /home/buildbot/maria-slave/power8-vlp06-bintar/build/mysql-test/var/3/log/encryption_create_or_replace.log == 
                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 );
                
              • p8-rhel71-bintar test_2 - stress.ddl_innodb
                        Test ended at 2015-05-21 17:25:34
                
                Test case timeout after 2700 seconds
                
                == /home/buildbot/maria-slave/power8-vlp06-bintar/build/mysql-test/var/1/log/ddl_innodb.log == 
                CREATE INDEX IDX ON t1 (f2);
                DROP INDEX IDX ON t1;
                CREATE UNIQUE INDEX IDX ON t1 (f2);
                DROP INDEX IDX ON t1;
                # Subtest 8A (one connection, no PREPARE/EXECUTE)
                #    connection  action
                #    default:    CREATE INDEX IDX ON t1 (f2)
                #    default:    SHOW CREATE TABLE t1
                #    default:    DROP INDEX IDX ON t1
                #    default:    CREATE UNIQUE INDEX IDX ON t1 (f2)
                #    default:    SHOW CREATE TABLE t1
                #    default:    DROP INDEX IDX ON t1
                # Subtest 8B (one connection, use PREPARE/EXECUTE)
                #    connection  action
                #    default:    CREATE INDEX IDX ON t1 (f2)
                #    default:    SHOW CREATE TABLE t1
                #    default:    DROP INDEX IDX ON t1
                #    default:    CREATE UNIQUE INDEX IDX ON t1 (f2)
                #    default:    SHOW CREATE TABLE t1
                #    default:    DROP INDEX IDX ON t1
                
              • p8-rhel71-bintar-debug - Still running
              • win32-packages, winx64-packages - compile - does not build
              • work-amd64-valgrind - connect.json - MDEV-7879
              • work-amd64-valgrind - encryption.encryption_force, encryption.encrypt_and_grep - MDEV-8213
              • work-amd64-valgrind - innodb-page_compression_zip
                Attempting backtrace. You can use the following information to find out
                ==17026== 8 bytes in 1 blocks are still reachable in loss record 1 of 965
                ==17026==    at 0x4C25DD6: malloc (vg_replace_malloc.c:270)
                ==17026==    by 0xB3A616: srv_parse_data_file_paths_and_sizes(char*) (srv0start.cc:393)
                ==17026==    by 0xA062CD: innobase_init(void*) (ha_innodb.cc:3707)
                ==17026==    by 0x7E42BB: ha_initialize_handlerton(st_plugin_int*) (handler.cc:512)
                ==17026==    by 0x61359A: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1403)
                ==17026==    by 0x61562C: plugin_init(int*, char**, int) (sql_plugin.cc:1675)
                ==17026==    by 0x547FBC: init_server_components() (mysqld.cc:5039)
                ==17026==    by 0x549034: mysqld_main(int, char**) (mysqld.cc:5631)
                ==17026==    by 0x6244585: (below main) (in /lib64/libc-2.9.so)
                ==17026== 8 bytes in 1 blocks are still reachable in loss record 2 of 965
                ==17026==    at 0x4C25DD6: malloc (vg_replace_malloc.c:270)
                ==17026==    by 0xB3A62E: srv_parse_data_file_paths_and_sizes(char*) (srv0start.cc:396)
                ==17026==    by 0xA062CD: innobase_init(void*) (ha_innodb.cc:3707)
                ==17026==    by 0x7E42BB: ha_initialize_handlerton(st_plugin_int*) (handler.cc:512)
                ==17026==    by 0x61359A: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1403)
                ==17026==    by 0x61562C: plugin_init(int*, char**, int) (sql_plugin.cc:1675)
                ==17026==    by 0x547FBC: init_server_components() (mysqld.cc:5039)
                ==17026==    by 0x549034: mysqld_main(int, char**) (mysqld.cc:5631)
                ==17026==    by 0x6244585: (below main) (in /lib64/libc-2.9.so)
                ==17026== 8 bytes in 1 blocks are still reachable in loss record 3 of 965
                
              • work-amd64-valgrind - perfschema.socket_summary_by_instance_func
                Test case timeout after 9000 seconds
                
                == /dev/shm/var_auto_fqJ5/2/log/socket_summary_by_instance_func.log == 
                # 1.1 Check that the entry of the disconnected old default session really
                #     disappeared from performance_schema.socket_summary_by_instance.
                TRUNCATE TABLE performance_schema.socket_summary_by_instance;
                # 1.2 Check the base line
                TRUNCATE TABLE mysqltest.my_socket_summary_by_instance;
                # 2. Variations on Connect
                # 2.1 Connect fails because the user is unknown
                #     length of user name = 4 character
                #     length of default db = 9 character
                ERROR 28000: Access denied for user 'boot'@'localhost' (using password: NO)
                # 2.2 Connect fails because the user is unknown
                #     length of user name = 14 character (10 more than in 2.1)
                #     length of default db = 9 character
                ERROR 28000: Access denied for user 'boot0123456789'@'localhost' (using password: NO)
                # 2.3 Connect should pass, host = localhost
                #     length of user name  = 4 character
                #     length of default db = 9 character
                # 2.4 Connect should pass, host = localhost
                #     length of user name  = 4 character
                #     length of default db = 14 character (5 more than 2.3)
                
                 == /dev/shm/var_auto_fqJ5/2/tmp/analyze-timeout-mysqld.1.err ==
                mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/var/lib/buildbot/maria-slave/work-opensuse-amd64/build/mysql-test/var/tmp/2/mysqld.1.sock' (111 "Connection refused")
                
                
                 - skipping '/dev/shm/var_auto_fqJ5/2/log/perfschema.socket_summary_by_instance_func/'
                

              10.0 commit aa509562 (May 3)

              • kvm-deb-debian6-x86, kvm-deb-wheezy-x86, kvm-rpm-centos5-x86, kvm-zyp-sles12-amd64 - shell_1 - rsync fails
              • kvm-deb-precise-amd64, kvm-deb-precise-x86 - install
                Fetched 5,778 kB in 16min 53s (5,701 B/s)
                W: Failed to fetch gzip:/var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_main_source_Sources  Hash Sum mismatch
                
                W: Failed to fetch gzip:/var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_universe_source_Sources  Hash Sum mismatch
                
                E: Some index files failed to download. They have been ignored, or old ones used instead.
                Connection to localhost closed.
                
              • kvm-deb-precise-x86 - test_4 - main.mysqldump - possibly MDEV-7429
              • kvm-deb-wheezy-amd64 - test_4 - archive.repair (first time ever)
                CURRENT_TEST: archive.repair
                --- /usr/share/mysql/mysql-test/suite/archive/repair.result	2015-05-03 14:08:19.000000000 -0400
                +++ /run/shm/var/2/log/repair.reject	2015-05-03 15:59:39.802777376 -0400
                @@ -1,5 +1,7 @@
                 create table t1 (a int) engine=archive;
                 insert into t1 values (1);
                +Warnings:
                +Error	1194	Table 't1' is marked as crashed and should be repaired
                 select * from t1;
                 Got one of the listed errors
                 insert into t1 values (2);
                
                mysqltest: Result length mismatch
                
              • kvm-rpm-centos6-amd64, kvm-rpm-centos6-x86 - install
                Error Downloading Packages:
                  zlib-1.2.3-29.el6.x86_64: Caching enabled but no local cache of /var/cache/yum/x86_64/6/base/packages/zlib-1.2.3-29.el6.x86_64.rpm from base
                
              • kvm-rpm-centos7-amd64 - minor upgrade
                Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates&infra=stock error was
                12: Timeout on http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates&infra=stock: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
                

              5.5 commit 1115a59d (April 16)

              5.5 commit cc84ac3b (April 5)

              • bld-dan-release - tokudb_mariadb.commit_5396 - MDEV-7863
              • fulltest2 test_6 - plugins.feedback_plugin_send - MDEV-7932
              • P8 trusty - environmental issues, seem to have been fixed now
              • win32-packages, winx64-packages - ever mysterious "SignTool error : The file is being used by another process"
              • valgrind - innodb.innodb-mdev-7055 - valgrind warnings - Jan Lindström promised to take a look, but no prognosis for a fix

              10.1 commit 47c344b0 (April 4)

              10.1 commit b2a11873 (March 29)

              10.0 commit 323a7e93e (March 25)

              • main.sp on kvm-deb-lucid-amd64 - MDEV-7866
              • upgrade on kvm-deb-sid-amd64 - "Failed to fetch xz:/var/lib/apt/lists/partial/ftp.us.debian.org_debian_dists_sid_main_source_Sources Hash Sum mismatch"
              • parts.partition_alter4_innodb on fulltest2, test_3 - MDEV-7870
              • multiple "Assertion `status_var.memory_used == 0'" failures in fulltest2, test_9 - MDEV-7871
              • minor upgrade on kvm-rpm-centos5-x86, kvm-rpm-rhel5-amd64 - "Could not retrieve ... HTTP Error 404: Not Found" (temporary network failure?)
              • multiple tests on labrador – leftovers after an exception on March 20 – killed
              • binlog.binlog_commit_wait on p8-trusty-bintar - "Error: too much time elapsed: 31 seconds >= 20". It's the first failure of this kind, lets observe further
              • all tests on work-amd64-valgrind - something went terribly wrong with the whole test run, lets observe further (although usually the tests aren't good either)

              5.5 commit 86f46a3d (March 23)

              • main.subselect_sj2_jcl6 'innodb_plugin' (everywhere) - MDEV-7858
              • tokudb_mariadb.commit_5396 - MDEV-7863
              • main.innodb_mysql_lock 'xtradb' - MDEV-7861
              • multiple tests on labrador – leftovers after an exception on March 20 – killed
              • innodb.innodb-mdev-7055 with valgrind – valgrind warnings - Jan Lindström promised to take a look, but no prognosis for a fix

              Older failures, not known to have been fixed

              5.5

              • bld-dan-debug - rpl.rpl_test_framework - MDEV-7571
              • kvm-bintar-centos5-x86, kvm-dgcov-jaunty-i386:
                innodb.innodb-mdev-7513 'innodb_plugin'  w3 [ fail ]
                        Test ended at 2015-02-10 09:55:00
                
                CURRENT_TEST: innodb.innodb-mdev-7513
                --- /usr/local/mariadb-5.5.42-linux-i686/mysql-test/suite/innodb/r/innodb-mdev-7513.result	2015-02-10 08:22:50.000000000 +0100
                +++ /usr/local/mariadb-5.5.42-linux-i686/mysql-test/suite/innodb/r/innodb-mdev-7513.reject	2015-02-10 09:55:00.000000000 +0100
                @@ -203,4 +203,6 @@
                 DELETE FROM t1 WHERE text1 = 'abcdef';
                 SELECT * from t1;
                 text1	text2	text3	text4	text5	text6	text7	text8	text9	text10	text11	text12	text13	text14	text15	text16	text17	text18	text19	text20	text21	text22	text23	text24	text25	text26	text27	text28	text29	text30	text31	text32	text33	text34	text35	text36	text37	text38	text39	text40	text41	text42	text43	text44	text45	text46	text47	text48	text49	text50	text51	text52	text53	text54	text55	text56	text57	text58	text59	text60	text61	text62	text63	text64	text65	text66	text67	text68	text69	text70	text71	text72	text73	text74	text75	text76	text77	text78	text79	text80	text81	text82	text83	text84	text85	text86	text87	text88	text89	text90	text91	text92	text93	text94	text95	text96	text97	text98	text99	text100	text101	text102	text103	text104	text105	text106	text107	text108	text109	text110	text111	text112	text113	text114	text115	text116	text117	text118	text119	text120	text121	text122	text123	text124	text125	text126	text127	text128	text129	text130	text131	text132	text133	text134	text135	text136	text137	text138	text139	text140	text141	text142	text143	text144	text145	text146	text147	text148	text149	text150	text151	text152	text153	text154	text155	text156	text157	text158	text159	text160	text161	text162	text163	text164	text165	text166	text167	text168	text169	text170	text171	text172	text173	text174	text175	text176	text177	text178	text179	text180	text181	text182	text183	text184	text185	text186	text187	text188	text189	text190	text191	text192	text193	text194	text195	text196	text197
                +Warnings:
                +Warning	139	Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.
                 DROP TABLE t1;
                
                mysqltest: Result length mismatch
                
              • kvm-zyp-sles11-x86, kvm-zyp-sles11-x86_64 - minor upgrade test - fails expectedly, because there was no previous sles11 release

              10.0

              Show
              elenst Elena Stepanova added a comment - Older builds, for the reference 10.1 commit 98ba2bf424eec (Aug 21) kvm-bintar-centos5-amd64 test - main.max_statement_time ( MDEV-8346 ) kvm-deb-jessie-x86 test_4 - spider/bg.ha ( MDEV-7914 ) kvm-deb-sid-amd64 test_1 - upgrade ( MDEV-8497 ) deb-sid-amd64 test_4 - spider tests failed (TODO-731) deb-sid-x86 test_1 - upgrade ( MDEV-8497 ) deb-sid-x86 test_4 - spider tests failed (TODO-731) deb-vivid-amd64 test_1 - upgrade ( MDEV-8497 ) deb-vivid-amd64 test_2 - upgrade2 ( MDEV-8667 ) deb-vivid-x86 test_1 - upgrade ( MDEV-8497 ) deb-vivid-x86 test_2 - upgrade2 ( MDEV-8667 ) fulltest test_5 - plugins.show_all_plugins ( MDEV-8664 ) fulltest test_7 - main.max_statement_time ( MDEV-8346 ) fulltest test_9 - plugins.show_all_plugins ( MDEV-8664 ) fulltest2 test_4 - kvm did not start fulltest2 test_5 - kvm did not start fulltest2 test_6 - kvm did not start fulltest2 test_7 - kvm did not start fulltest2 test_8 - kvm did not start fulltest2 test_9 - kvm did not start rpm-fedora21-amd64 compile - scp timed out p8-rhel6-bintar git - failed git (TODO-730) p8-rhel6-bintar-debug git - failed git (TODO-730) p8-rhel6-rpm git - failed git (TODO-730) p8-rhel7-bintar-debug test - innodb.innodb_bug14147491 ( MDEV-8665 ) p8-trusty-bintar test - plugins.cracklib_password_check ( MDEV-7298 ) p8-trusty-bintar-debug test - innodb.innodb_bug14147491 ( MDEV-8665 ) win32-debug2 cmake - does not appear to contain CMakeLists.txt win64-release2 test - main.pool_of_threads ( MDEV-8512 ), main.max_statement_time ( MDEV-8346 ), main.mdev-504 ( MDEV-8670 ) work-amd64-valgrind test - innodb.innodb-page_compression_zip ( MDEV-8668 ) , mroonga/storage.index_multiple_column_unique_datetime_index_read ( MDEV-8643 ), main.max_statement_time ( MDEV-8346 ), 10.1 commit 0ad00c66d289 (Jul 17) bld-dan-release test_1 - rpl.semisync_future-7591 ( MDEV-7909 ), rpl.rpl_domain_id_filter ( MDEV-7873 ) bintar-centos5-x86 test - sys_vars.sysvars_server_notembedded ( MDEV-6887 ) bintar-quantal-amd64 test - encryption.innodb_first_page ( MDEV-8495 ) deb-precise-amd64 test_4 - wsrep.pool_of_threads ( MDEV-7915 ), wsrep.mdev_6832 ( MDEV-7915 ), encryption.innodb_first_page ( MDEV-8495 ) deb-sid-amd64 test_4 - main.max_statement_time ( MDEV-8346 ) deb-sid-x86 test_4 - encryption.innodb_first_page ( MDEV-8495 ) deb-utopic-x86 test_4 - encryption.innodb_first_page ( MDEV-8495 ) deb-vivid-amd64 test_1 - test upgrade ( MDEV-8497 ) deb-vivid-amd64 test_2 - test upgrade2 ( MDEV-8497 ) deb-vivid-amd64 test_4 - encryption.innodb_first_page ( MDEV-8495 ) deb-vivid-x86 test_1 - test upgrade ( MDEV-8497 ) deb-vivid-x86 test_2 - test upgrade2 ( MDEV-8497 ) deb-vivid-x86 test_4 - main.max_statement_time ( MDEV-8346 ) fulltest2 test_5 - sys_vars.sysvars_innodb ( MDEV-8500 ) fulltest2 test_6 - sys_vars.sysvars_innodb ( MDEV-8500 ), main.max_statement_time ( MDEV-8346 ) fulltest2 test_7 - sys_vars.sysvars_innodb ( MDEV-8500 ), main.max_statement_time ( MDEV-8346 ), sys_vars.wsrep_on_basic fulltest2 test_9 - sys_vars.sysvars_innodb ( MDEV-8500 ) rpm-centos5-amd64 test - test install (crash) p8-rhel71-bintar test - encryption.innodb_encryption_tables (crash), encryption.create_or_replace ( MDEV-8501 ) p8-rhel71-bintar-debug test - multi_source.info_logs (crash), encryption.create_or_replace ( MDEV-8501 ) - still building p8-trusty-bintar test - encryption.create_or_replace ( MDEV-8501 ) - still building p8-trusty-bintar-debug test - rpl.rpl_row_drop_create_temp_table (timeout), encryption.create_or_replace ( MDEV-8501 ), main.max_statement_time ( MDEV-8346 ), plugins.cracklib_password_check ( MDEV-8499 ), plugins.two_password_validations ( MDEV-8499 ) win32-packages build_zip - build fails ( MDEV-8492 ) winx64-packages build_zip - build fails ( MDEV-8492 ) work-amd64-valgrind test - main.max_statement_time ( MDEV-8346 ) 10.1 commit 536112dd30 (May 21) bld-dan-release test , kvm-deb-debian6-x86 test_4 - rpl.rpl_domain_id_filter - MDEV-7873 bld-dan-release test , bld-dan-release test_1 , p8-rhel71-bintar test - encryption.encrypt_and_grep - MDEV-8209 kvm-bintar-centos5-x86 test - plugins.server_audit - MDEV-8211 kvm-deb-precise-amd64 test_4 , kvm-deb-precise-x86 test_4 , kvm-deb-wheezy-amd64 test_4 , kvm-deb-wheezy-x86 test_4 - main.openssl_6975 - MDEV-7913 kvm-deb-trusty-amd64 test_2 - upgrade - failed to fetch kvm-deb-wheezy-x86 test_4 - encryption.innodb_first_page - MDEV-8495 kvm-fulltest test_5 , kvm-fulltest test_9 - main.features - MDEV-8153 kvm-fulltest test_6 , kvm-fulltest test_7 - warnings ***Warnings generated in error logs during shutdown after running tests: encryption.innodb_first_page 150522 0:10:39 [ERROR] InnoDB: Redo log crypto: getting mysqld crypto key from key version failed. Attempting backtrace. You can use the following information to find out ***Warnings generated in error logs during shutdown after running tests: encryption.innodb-page_encryption_log_encryption 150522 0:10:40 [ERROR] InnoDB: Redo log crypto: getting mysqld crypto key from key version failed. Attempting backtrace. You can use the following information to find out kvm-fulltest2 test_5 - sys_vars.sysvars_innodb '32bit,xtradb' sys_vars.sysvars_innodb '32bit,xtradb' w1 [ fail ] Test ended at 2015-05-22 01:15:08 CURRENT_TEST: sys_vars.sysvars_innodb 2015-05-22 01:15:04 b779c700 InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!! 2015-05-22 01:15:04 b779c700 InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!! --- /mnt/buildbot/build/mariadb-10.1.5/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.result~ 2015-05-22 01:15:04.000000000 +0300 +++ /mnt/buildbot/build/mariadb-10.1.5/mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.reject 2015-05-22 01:15:06.000000000 +0300 @@ -957,13 +957,27 @@ ENUM_VALUE_LIST OFF,ON,FORCE READ_ONLY NO COMMAND_LINE_ARGUMENT OPTIONAL +VARIABLE_NAME INNODB_FAKE_CHANGES +SESSION_VALUE OFF +GLOBAL_VALUE OFF +GLOBAL_VALUE_ORIGIN COMPILE-TIME +DEFAULT_VALUE OFF +VARIABLE_SCOPE SESSION +VARIABLE_TYPE BOOLEAN +VARIABLE_COMMENT In the transaction after enabled, UPDATE, INSERT and DELETE only move the cursor to the records and do nothing other operations (no changes, no ibuf, no undo, no transaction log) in the transaction. This is to cause replication prefetch IO. ATTENTION: the transaction started after enabled is affected. +NUMERIC_MIN_VALUE NULL +NUMERIC_MAX_VALUE NULL +NUMERIC_BLOCK_SIZE NULL +ENUM_VALUE_LIST NULL +READ_ONLY NO +COMMAND_LINE_ARGUMENT OPTIONAL VARIABLE_NAME INNODB_FAST_SHUTDOWN SESSION_VALUE NULL GLOBAL_VALUE 1 GLOBAL_VALUE_ORIGIN COMPILE-TIME DEFAULT_VALUE 1 VARIABLE_SCOPE GLOBAL -VARIABLE_TYPE BIGINT UNSIGNED +VARIABLE_TYPE INT UNSIGNED VARIABLE_COMMENT Speeds up the shutdown process of the InnoDB storage engine. Possible values are 0, 1 (faster) or 2 (fastest - crash-like). NUMERIC_MIN_VALUE 0 NUMERIC_MAX_VALUE 2 @@ -2203,6 +2217,48 @@ ENUM_VALUE_LIST NULL READ_ONLY NO COMMAND_LINE_ARGUMENT OPTIONAL +VARIABLE_NAME INNODB_SCHED_PRIORITY_IO +SESSION_VALUE NULL +GLOBAL_VALUE 19 +GLOBAL_VALUE_ORIGIN COMPILE-TIME +DEFAULT_VALUE 19 +VARIABLE_SCOPE GLOBAL +VARIABLE_TYPE INT UNSIGNED +VARIABLE_COMMENT Nice value for the I/O handler thread scheduling +NUMERIC_MIN_VALUE 0 +NUMERIC_MAX_VALUE 39 +NUMERIC_BLOCK_SIZE 0 +ENUM_VALUE_LIST NULL +READ_ONLY NO +COMMAND_LINE_ARGUMENT REQUIRED +VARIABLE_NAME INNODB_SCHED_PRIORITY_MASTER +SESSION_VALUE NULL +GLOBAL_VALUE 19 +GLOBAL_VALUE_ORIGIN COMPILE-TIME +DEFAULT_VALUE 19 +VARIABLE_SCOPE GLOBAL +VARIABLE_TYPE INT UNSIGNED +VARIABLE_COMMENT Nice value for the master thread scheduling +NUMERIC_MIN_VALUE 0 +NUMERIC_MAX_VALUE 39 +NUMERIC_BLOCK_SIZE 0 +ENUM_VALUE_LIST NULL +READ_ONLY NO +COMMAND_LINE_ARGUMENT REQUIRED +VARIABLE_NAME INNODB_SCHED_PRIORITY_PURGE +SESSION_VALUE NULL +GLOBAL_VALUE 19 +GLOBAL_VALUE_ORIGIN COMPILE-TIME +DEFAULT_VALUE 19 +VARIABLE_SCOPE GLOBAL +VARIABLE_TYPE INT UNSIGNED +VARIABLE_COMMENT Nice value for the purge thread scheduling +NUMERIC_MIN_VALUE 0 +NUMERIC_MAX_VALUE 39 +NUMERIC_BLOCK_SIZE 0 +ENUM_VALUE_LIST NULL +READ_ONLY NO +COMMAND_LINE_ARGUMENT REQUIRED VARIABLE_NAME INNODB_SCRUB_LOG SESSION_VALUE NULL GLOBAL_VALUE OFF mysqltest: Result length mismatch kvm-fulltest2 test_9 - multiple tests - MDEV-7871 kvm-rpm-centos5-amd64 test - install + mysql -uroot -e 'set global wsrep_provider="/usr/lib64/galera/libgalera_smm.so"; set global wsrep_cluster_address="gcomm://";show status like "wsrep%"' ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query p8-rhel7-bintar test , p8-rhel7-bintar-debug test - encryption tests fail massively CURRENT_TEST: encryption.innodb-page_encryption_log_encryption mysqltest: At line 17: query 'create table innodb_normal(c1 bigint not null, b char(200)) engine=innodb' failed: 1005: Can't create table `test`.`innodb_normal` (errno: 140 "Wrong create options") p8-rhel71-bintar test - encryption.encryption_create_or_replace encryption.encryption_create_or_replace 'cbc,xtradb' w3 [ fail ] timeout after 900 seconds Test ended at 2015-05-21 15:00:15 Test case timeout after 900 seconds == /home/buildbot/maria-slave/power8-vlp06-bintar/build/mysql-test/var/3/log/encryption_create_or_replace.log == 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 ); p8-rhel71-bintar test_2 - stress.ddl_innodb Test ended at 2015-05-21 17:25:34 Test case timeout after 2700 seconds == /home/buildbot/maria-slave/power8-vlp06-bintar/build/mysql-test/var/1/log/ddl_innodb.log == CREATE INDEX IDX ON t1 (f2); DROP INDEX IDX ON t1; CREATE UNIQUE INDEX IDX ON t1 (f2); DROP INDEX IDX ON t1; # Subtest 8A (one connection, no PREPARE/EXECUTE) # connection action # default: CREATE INDEX IDX ON t1 (f2) # default: SHOW CREATE TABLE t1 # default: DROP INDEX IDX ON t1 # default: CREATE UNIQUE INDEX IDX ON t1 (f2) # default: SHOW CREATE TABLE t1 # default: DROP INDEX IDX ON t1 # Subtest 8B (one connection, use PREPARE/EXECUTE) # connection action # default: CREATE INDEX IDX ON t1 (f2) # default: SHOW CREATE TABLE t1 # default: DROP INDEX IDX ON t1 # default: CREATE UNIQUE INDEX IDX ON t1 (f2) # default: SHOW CREATE TABLE t1 # default: DROP INDEX IDX ON t1 p8-rhel71-bintar-debug - Still running win32-packages , winx64-packages - compile - does not build work-amd64-valgrind - connect.json - MDEV-7879 work-amd64-valgrind - encryption.encryption_force, encryption.encrypt_and_grep - MDEV-8213 work-amd64-valgrind - innodb-page_compression_zip Attempting backtrace. You can use the following information to find out ==17026== 8 bytes in 1 blocks are still reachable in loss record 1 of 965 ==17026== at 0x4C25DD6: malloc (vg_replace_malloc.c:270) ==17026== by 0xB3A616: srv_parse_data_file_paths_and_sizes(char*) (srv0start.cc:393) ==17026== by 0xA062CD: innobase_init(void*) (ha_innodb.cc:3707) ==17026== by 0x7E42BB: ha_initialize_handlerton(st_plugin_int*) (handler.cc:512) ==17026== by 0x61359A: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1403) ==17026== by 0x61562C: plugin_init(int*, char**, int) (sql_plugin.cc:1675) ==17026== by 0x547FBC: init_server_components() (mysqld.cc:5039) ==17026== by 0x549034: mysqld_main(int, char**) (mysqld.cc:5631) ==17026== by 0x6244585: (below main) (in /lib64/libc-2.9.so) ==17026== 8 bytes in 1 blocks are still reachable in loss record 2 of 965 ==17026== at 0x4C25DD6: malloc (vg_replace_malloc.c:270) ==17026== by 0xB3A62E: srv_parse_data_file_paths_and_sizes(char*) (srv0start.cc:396) ==17026== by 0xA062CD: innobase_init(void*) (ha_innodb.cc:3707) ==17026== by 0x7E42BB: ha_initialize_handlerton(st_plugin_int*) (handler.cc:512) ==17026== by 0x61359A: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1403) ==17026== by 0x61562C: plugin_init(int*, char**, int) (sql_plugin.cc:1675) ==17026== by 0x547FBC: init_server_components() (mysqld.cc:5039) ==17026== by 0x549034: mysqld_main(int, char**) (mysqld.cc:5631) ==17026== by 0x6244585: (below main) (in /lib64/libc-2.9.so) ==17026== 8 bytes in 1 blocks are still reachable in loss record 3 of 965 work-amd64-valgrind - perfschema.socket_summary_by_instance_func Test case timeout after 9000 seconds == /dev/shm/var_auto_fqJ5/2/log/socket_summary_by_instance_func.log == # 1.1 Check that the entry of the disconnected old default session really # disappeared from performance_schema.socket_summary_by_instance. TRUNCATE TABLE performance_schema.socket_summary_by_instance; # 1.2 Check the base line TRUNCATE TABLE mysqltest.my_socket_summary_by_instance; # 2. Variations on Connect # 2.1 Connect fails because the user is unknown # length of user name = 4 character # length of default db = 9 character ERROR 28000: Access denied for user 'boot'@'localhost' (using password: NO) # 2.2 Connect fails because the user is unknown # length of user name = 14 character (10 more than in 2.1) # length of default db = 9 character ERROR 28000: Access denied for user 'boot0123456789'@'localhost' (using password: NO) # 2.3 Connect should pass, host = localhost # length of user name = 4 character # length of default db = 9 character # 2.4 Connect should pass, host = localhost # length of user name = 4 character # length of default db = 14 character (5 more than 2.3) == /dev/shm/var_auto_fqJ5/2/tmp/analyze-timeout-mysqld.1.err == mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/var/lib/buildbot/maria-slave/work-opensuse-amd64/build/mysql-test/var/tmp/2/mysqld.1.sock' (111 "Connection refused") - skipping '/dev/shm/var_auto_fqJ5/2/log/perfschema.socket_summary_by_instance_func/' 10.0 commit aa509562 (May 3) kvm-deb-debian6-x86 , kvm-deb-wheezy-x86 , kvm-rpm-centos5-x86 , kvm-zyp-sles12-amd64 - shell_1 - rsync fails kvm-deb-precise-amd64 , kvm-deb-precise-x86 - install Fetched 5,778 kB in 16min 53s (5,701 B/s) W: Failed to fetch gzip:/var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_main_source_Sources Hash Sum mismatch W: Failed to fetch gzip:/var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_universe_source_Sources Hash Sum mismatch E: Some index files failed to download. They have been ignored, or old ones used instead. Connection to localhost closed. kvm-deb-precise-x86 - test_4 - main.mysqldump - possibly MDEV-7429 kvm-deb-wheezy-amd64 - test_4 - archive.repair (first time ever) CURRENT_TEST: archive.repair --- /usr/share/mysql/mysql-test/suite/archive/repair.result 2015-05-03 14:08:19.000000000 -0400 +++ /run/shm/var/2/log/repair.reject 2015-05-03 15:59:39.802777376 -0400 @@ -1,5 +1,7 @@ create table t1 (a int) engine=archive; insert into t1 values (1); +Warnings: +Error 1194 Table 't1' is marked as crashed and should be repaired select * from t1; Got one of the listed errors insert into t1 values (2); mysqltest: Result length mismatch kvm-rpm-centos6-amd64 , kvm-rpm-centos6-x86 - install Error Downloading Packages: zlib-1.2.3-29.el6.x86_64: Caching enabled but no local cache of /var/cache/yum/x86_64/6/base/packages/zlib-1.2.3-29.el6.x86_64.rpm from base kvm-rpm-centos7-amd64 - minor upgrade Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates&infra=stock error was 12: Timeout on http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates&infra=stock: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds') 5.5 commit 1115a59d (April 16) bld-dan-debug - main.multi_update - MDEV-8018 bld-dan-release - main.multi_update - MDEV-8018 kvm-deb-precise-amd64 - shell - rsync failed kvm-fulltest - main.multi_update - MDEV-8018 kvm-fulltest2 - main.multi_update - MDEV-8018 p8-rhel71-bintar-debug - warnings on rpl.rpl_semi_sync_event - MDEV-8019 http://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/7050/steps/test/logs/stdio - innodb.innodb-mdev-7055 - MDEV-8020 5.5 commit cc84ac3b (April 5) bld-dan-release - tokudb_mariadb.commit_5396 - MDEV-7863 fulltest2 test_6 - plugins.feedback_plugin_send - MDEV-7932 P8 trusty - environmental issues, seem to have been fixed now win32-packages , winx64-packages - ever mysterious "SignTool error : The file is being used by another process" valgrind - innodb.innodb-mdev-7055 - valgrind warnings - Jan Lindström promised to take a look, but no prognosis for a fix 10.1 commit 47c344b0 (April 4) bld-dan-release and more - rpl.rpl_gtid_basic - MDEV-7877 bld-dan-release - tokudb.cluster_filter_unpack_varchar_hidden - MDEV-7907 bld-dan-release - rpl.semisync_future-7591 - MDEV-7909 bld-dan-release - rpl.rpl_domain_id_filter - MDEV-7873 kvm-bintar-centos5-amd64 - innodb.binlog_consistent - MDEV-7910 kvm-deb-precise-amd64 and more - main.openssl_6975 - MDEV-7913 kvm-deb-precise-x86 - spider/bg.ha - MDEV-7914 kvm-deb-trusty-amd64 - wsrep.foreign_key - MDEV-7915 fulltest2 test_9 - multiple tests - MDEV-7871 labrador - main.analyze_format_json - MDEV-7916 P8 - disk full p8-rhel71-bintar - main.log_tables - MDEV-7917 valgrind - connect.json - MDEV-7879 valgrind - multiple InnoDB tests - MDEV-7918 valgrind - main.explain_json, main.explain_json_innodb - MDEV-7919 valgrind - main.group_min_max - MDEV-7920 valgrind - main.sp_sync - MDEV-7921 valgrind - perfschema.aggregate - MDEV-7187 (to be merged) 10.1 commit b2a11873 (March 29) kvm-bintar-centos5-amd64 - rpl.rpl_domain_id_filter - MDEV-7873 All debian and Ubuntu builders - install, nm - MDEV-7874 fulltest - parts.partition_alter2_1_1_innodb - MDEV-7876 fulltest2 test_7 - innodb.innodb_sys_semaphore_waits - MDEV-7880 fulltest2 test_9 - multiple tests - MDEV-7871 labrador - rpl.rpl_semi_sync_uninstall_plugin - MDEV-7140 (timeout) P8 - rpl.rpl_gtid_basic - MDEV-7877 P8 - innodb_scrub_background - MDEV-7878 valgrind - connect.json - MDEV-7879 10.0 commit 323a7e93e (March 25) main.sp on kvm-deb-lucid-amd64 - MDEV-7866 upgrade on kvm-deb-sid-amd64 - "Failed to fetch xz:/var/lib/apt/lists/partial/ftp.us.debian.org_debian_dists_sid_main_source_Sources Hash Sum mismatch" parts.partition_alter4_innodb on fulltest2, test_3 - MDEV-7870 multiple "Assertion `status_var.memory_used == 0'" failures in fulltest2, test_9 - MDEV-7871 minor upgrade on kvm-rpm-centos5-x86, kvm-rpm-rhel5-amd64 - "Could not retrieve ... HTTP Error 404: Not Found" (temporary network failure?) multiple tests on labrador – leftovers after an exception on March 20 – killed binlog.binlog_commit_wait on p8-trusty-bintar - "Error: too much time elapsed: 31 seconds >= 20". It's the first failure of this kind, lets observe further all tests on work-amd64-valgrind - something went terribly wrong with the whole test run, lets observe further (although usually the tests aren't good either) 5.5 commit 86f46a3d (March 23) main.subselect_sj2_jcl6 'innodb_plugin' (everywhere) - MDEV-7858 tokudb_mariadb.commit_5396 - MDEV-7863 main.innodb_mysql_lock 'xtradb' - MDEV-7861 multiple tests on labrador – leftovers after an exception on March 20 – killed innodb.innodb-mdev-7055 with valgrind – valgrind warnings - Jan Lindström promised to take a look, but no prognosis for a fix Older failures, not known to have been fixed 5.5 bld-dan-debug - rpl.rpl_test_framework - MDEV-7571 kvm-bintar-centos5-x86, kvm-dgcov-jaunty-i386: innodb.innodb-mdev-7513 'innodb_plugin' w3 [ fail ] Test ended at 2015-02-10 09:55:00 CURRENT_TEST: innodb.innodb-mdev-7513 --- /usr/local/mariadb-5.5.42-linux-i686/mysql-test/suite/innodb/r/innodb-mdev-7513.result 2015-02-10 08:22:50.000000000 +0100 +++ /usr/local/mariadb-5.5.42-linux-i686/mysql-test/suite/innodb/r/innodb-mdev-7513.reject 2015-02-10 09:55:00.000000000 +0100 @@ -203,4 +203,6 @@ DELETE FROM t1 WHERE text1 = 'abcdef'; SELECT * from t1; text1 text2 text3 text4 text5 text6 text7 text8 text9 text10 text11 text12 text13 text14 text15 text16 text17 text18 text19 text20 text21 text22 text23 text24 text25 text26 text27 text28 text29 text30 text31 text32 text33 text34 text35 text36 text37 text38 text39 text40 text41 text42 text43 text44 text45 text46 text47 text48 text49 text50 text51 text52 text53 text54 text55 text56 text57 text58 text59 text60 text61 text62 text63 text64 text65 text66 text67 text68 text69 text70 text71 text72 text73 text74 text75 text76 text77 text78 text79 text80 text81 text82 text83 text84 text85 text86 text87 text88 text89 text90 text91 text92 text93 text94 text95 text96 text97 text98 text99 text100 text101 text102 text103 text104 text105 text106 text107 text108 text109 text110 text111 text112 text113 text114 text115 text116 text117 text118 text119 text120 text121 text122 text123 text124 text125 text126 text127 text128 text129 text130 text131 text132 text133 text134 text135 text136 text137 text138 text139 text140 text141 text142 text143 text144 text145 text146 text147 text148 text149 text150 text151 text152 text153 text154 text155 text156 text157 text158 text159 text160 text161 text162 text163 text164 text165 text166 text167 text168 text169 text170 text171 text172 text173 text174 text175 text176 text177 text178 text179 text180 text181 text182 text183 text184 text185 text186 text187 text188 text189 text190 text191 text192 text193 text194 text195 text196 text197 +Warnings: +Warning 139 Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline. DROP TABLE t1; mysqltest: Result length mismatch kvm-zyp-sles11-x86, kvm-zyp-sles11-x86_64 - minor upgrade test - fails expectedly, because there was no previous sles11 release 10.0 bld-dan-debug - various tests often fail with timeouts, most likely it's environmental issue but we have little control of this slave. kvm-deb-wheezy-amd64 - main.mysqldump - MDEV-7429 labrador - rpl.rpl_semi_sync_uninstall_plugin 'stmt' - MDEV-7140 work-amd64-valgrind - rpl.rpl_parallel - MDEV-7432 kvm-zyp-sles11-x86, kvm-zyp-sles11-x86_64 - minor upgrade test - fails expectedly, because there was no previous sles11 release sol10-64 - compile fails in groonga - MDEV-7440 bintar-rhel6-p8-debug , bintar-rhel7-p8-debug , bintar-trusty-p8-debug - main.openssl_6975 fails on P8 - MDEV-7155

                People

                • Assignee:
                  elenst Elena Stepanova
                  Reporter:
                  elenst Elena Stepanova
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  2 Start watching this issue

                  Dates

                  • Created:
                    Updated:

                    Time Tracking

                    Estimated:
                    Original Estimate - Not Specified
                    Not Specified
                    Remaining:
                    Remaining Estimate - 0 minutes
                    0m
                    Logged:
                    Time Spent - 1 day, 7 hours, 10 minutes
                    1d 7h 10m