Just checked past build logs https://launchpadlibrarian.net/665338538/buildlog_ubuntu-mantic-armhf.mysql-8.0_8.0.33-0ubuntu2_BUILDING.txt.gz which show. ``` RULES.override_dh_auto_test touch builddir/mysql-test/skiplist # Tests that are known to be unstable on all platforms are skipped # http://bugs.mysql.com/bug.php?id=83340 echo "main.xa_prepared_binlog_off : BUG#00000 - unstable test" >> builddir/mysql-test/skiplist echo "main.mysql_client_test : BUG#100274 - unstable test" >> builddir/mysql-test/skiplist echo "main.type_float : BUG#92375 - fails on ppc64el. Ref https://bugs.mysql.com/bug.php?id=92375" >> builddir/mysql-test/skiplist echo "main.type_newdecimal : BUG#92375 - Same as above" >> builddir/mysql-test/skiplist echo "main.type_ranges : BUG#92375 - Same as above" >> builddir/mysql-test/skiplist # https://bugs.mysql.com/bug.php?id=86608 echo "main.mysqlpump_basic : BUG#00000 - needs openssl with zlib" >> builddir/mysql-test/skiplist # Test is broken for 32bit. Fixed upstream, so remove in 8.0.12+ echo "main.window_functions_explain : BUG#00000 - broken on i386" >> builddir/mysql-test/skiplist # New test in 8.0.26, needs investigation echo "main.slow_log : BUG#00000 - broken" >> builddir/mysql-test/skiplist # Test is broken for 32bit. echo "main.index_merge_myisam : BUG#00000 - broken on i386" >> builddir/mysql-test/skiplist # Test is broken on Mantic echo "main.derived_condition_pushdown : BUG#00000 - broken on mantic" >> builddir/mysql-test/skiplist # Skip replication tests since they are timing sensitive and may # result in false positives. cd builddir/mysql-test && ./mtr --suite-timeout=600 --testcase-timeout=60 --report-unstable-tests --parallel=4 --skip-rpl --suite=main --force --skip-test-list=./skiplist || true ; Logging: /<>/mysql-test/mysql-test-run.pl --suite-timeout=600 --testcase-timeout=60 --report-unstable-tests --parallel=4 --skip-rpl --suite=main --force --skip-test-list=./skiplist 2023-05-09T14:58:46Z UTC - mysqld got signal 11 ; Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware. BuildID[sha1]=195a631af53dd4598a337c119fb58728b7bc1c74 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 = 0 thread_stack 0x100000 /<>/builddir/runtime_output_directory/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x2b) [0x1bec0bc] /<>/builddir/runtime_output_directory/mysqld(print_fatal_signal(int)+0x29d) [0x10c1ba2] /<>/builddir/runtime_output_directory/mysqld(handle_fatal_signal+0x71) [0x10c1c9e] /lib/arm-linux-gnueabihf/libc.so.6(+0x2d750) [0xf6d49750] /<>/builddir/runtime_output_directory/mysqld(memory::Aligned_atomic::Aligned_atomic()+0x51) [0x199b49a] /<>/builddir/runtime_output_directory/mysqld(Delegate::Delegate(unsigned int)+0x3b) [0x199b6c4] /<>/builddir/runtime_output_directory/mysqld(delegates_init()+0x37) [0x199b804] /<>/builddir/runtime_output_directory/mysqld(+0x8ec92c) [0xf2392c] /<>/builddir/runtime_output_directory/mysqld(mysqld_main(int, char**)+0x1959) [0xf2822a] /lib/arm-linux-gnueabihf/libc.so.6(+0x1d7da) [0xf6d397da] /lib/arm-linux-gnueabihf/libc.so.6(__libc_start_main+0x5d) [0xf6d3987e] 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. mysql-test-run: *** ERROR: Could not find version of MySQL ``` However the MySQL packaging in Ubuntu is configured to disregard the results of the MTR run.