binlog_encryption.rpl_typeconv 'row' w5 [ fail ] timeout after 900 seconds
|
Test ended at 2023-11-30 12:24:42
|
Test case timeout after 900 seconds
|
== /Users/ec2-user/buildbot/aarch64-macos/build/mysql-test/var/5/log/rpl_typeconv.log ==
|
ALL_NON_LOSSY
|
SET GLOBAL SLAVE_TYPE_CONVERSIONS='ALL_LOSSY';
|
SELECT @@global.slave_type_conversions;
|
@@global.slave_type_conversions
|
ALL_LOSSY
|
SET GLOBAL SLAVE_TYPE_CONVERSIONS='ALL_LOSSY,ALL_NON_LOSSY';
|
SELECT @@global.slave_type_conversions;
|
@@global.slave_type_conversions
|
ALL_LOSSY,ALL_NON_LOSSY
|
SET GLOBAL SLAVE_TYPE_CONVERSIONS='ALL_LOSSY,ALL_NON_LOSSY,NONEXISTING_BIT';
|
ERROR 42000: Variable 'slave_type_conversions' can't be set to the value of 'NONEXISTING_BIT'
|
SELECT @@global.slave_type_conversions;
|
@@global.slave_type_conversions
|
ALL_LOSSY,ALL_NON_LOSSY
|
connection slave;
|
SET GLOBAL SLAVE_TYPE_CONVERSIONS='';
|
**** Running tests with @@SLAVE_TYPE_CONVERSIONS = '' ****
|
#
|
# MDEV-15821 Row format replication from LONGBLOB COMPRESSED to LONGBLOB does not work
|
#
|
== /Users/ec2-user/buildbot/aarch64-macos/build/mysql-test/var/5/tmp/analyze-timeout-mysqld.1.err ==
|
mysqltest: Could not open connection 'default': 2013 Lost connection to server at 'handshake: reading initial communication packet', system error: 60
|
== /Users/ec2-user/buildbot/aarch64-macos/build/mysql-test/var/5/tmp/analyze-timeout-mysqld.2.err ==
|
mysqltest: Could not open connection 'default': 2013 Lost connection to server at 'handshake: reading initial communication packet', system error: 60
|
- found 'core.23917', moving it to '/Users/ec2-user/buildbot/aarch64-macos/build/mysql-test/var/5/log/binlog_encryption.rpl_typeconv-row'
|
- found 'core.24200', moving it to '/Users/ec2-user/buildbot/aarch64-macos/build/mysql-test/var/5/log/binlog_encryption.rpl_typeconv-row'
|
- found 'core.23917' (0/1)
|
Trying 'dbx' to get a backtrace
|
Trying 'lldb' to get a backtrace from coredump /Users/ec2-user/buildbot/aarch64-macos/build/mysql-test/var/5/log/binlog_encryption.rpl_typeconv-row/core.23917
|
worker[18] Trying to dump core for [mysqltest - pid: 26724, winpid: 26724]
|
worker[18] Trying to dump core for [mysqld.1 - pid: 26650, winpid: 26650, exit: 0]
|
worker[46] Trying to dump core for [mysqltest - pid: 26728, winpid: 26728]
|
worker[46] Trying to dump core for [mysqld.1 - pid: 26665, winpid: 26665, exit: 0]
|
worker[38] Trying to dump core for [mysqltest - pid: 26734, winpid: 26734]
|
worker[38] Trying to dump core for [mysqld.1 - pid: 26671, winpid: 26671, exit: 0]
|
worker[34] Trying to dump core for [mysqltest - pid: 26822, winpid: 26822]
|
worker[34] Trying to dump core for [mysqld.1 - pid: 26736, winpid: 26736, exit: 0]
|
worker[47] Trying to dump core for [mysqltest - pid: 26871, winpid: 26871]
|
worker[47] Trying to dump core for [mysqld.1 - pid: 26767, winpid: 26767, exit: 0]
|
worker[32] > Restart - not started
|
worker[60] > Restart [mysqld.1 - pid: 27766, winpid: 27766] - using different config file
|
worker[60] > Restart [mysqld.2 - pid: 28125, winpid: 28125] - using different config file
|
worker[35] > Restart [mysqld.1 - pid: 27927, winpid: 27927] - using different config file
|
worker[35] > Restart [mysqld.2 - pid: 28243, winpid: 28243] - using different config file
|
Output from lldb follows. The first stack trace is from the failing thread.
|
The following stack traces are from all threads (so the failing one is
|
duplicated).
|
--------------------------
|
(lldb) target create --core "/Users/ec2-user/buildbot/aarch64-macos/build/mysql-test/var/5/log/binlog_encryption.rpl_typeconv-row/core.23917"
|
Core file '/Users/ec2-user/buildbot/aarch64-macos/build/mysql-test/var/5/log/binlog_encryption.rpl_typeconv-row/core.23917' (x86_64) was loaded.
|
(lldb) command source -s 0 '/var/folders/sk/1rps9wzs79zdj9f2wz8m0yf00000gn/T/HDwcOU7dpX'
|
Executing commands in '/var/folders/sk/1rps9wzs79zdj9f2wz8m0yf00000gn/T/HDwcOU7dpX'.
|
(lldb) bt
|
* thread #1
|
* frame #0: 0x0000000000000000
|
(lldb) thread backtrace all
|
* thread #1
|
* frame #0: 0x0000000000000000
|
thread #2
|
frame #0: 0x0000000000000000
|