I am seeing this same error now on Salsa CI with 10.11.5 builds, and also when I run build+MTR inside a Docker container on my own laptop:
maria.maria-purge w1 [ fail ] Found warnings/errors in server log file!
|
Test ended at 2023-10-05 02:57:14
|
line
|
2023-10-05 2:57:11 0 [ERROR] mariadbd: File '/builds/otto/mariadb-server/debian/output/source_dir/builddir/mysql-test/var/1/mysqld.1/data/aria_log.00000002' not found (Errcode: 2 "No such file or directory")
|
2023-10-05 2:57:11 0 [ERROR] mariadbd: Aria engine: log purging failed
|
^ Found warnings in /builds/otto/mariadb-server/debian/output/source_dir/builddir/mysql-test/var/1/log/mysqld.1.err
|
Examples:
This is not a sporadic failure but repeats ever time in the build+MTR situation. However, if I run MTR outside of the built sources this test passes, example from https://salsa.debian.org/otto/mariadb-server/-/jobs/4767530/raw:
maria.maria-purge w2 [ pass ] 11707
|
Thus there is something weird going on specifically when the test is run with freshly built binaries in the source code directory which does not occur when running test in standalone mode.
10.9 e1a631fecc364ce1268b13a81
alice@:~/git/10.10/mysql-test$ ./mtr maria.maria-big maria.maria-purge
Logging: ./mtr maria.maria-big maria.maria-purge
==============================================================================
TEST RESULT TIME (ms) or COMMENT
--------------------------------------------------------------------------
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
maria.maria-big [ pass ] 8664
maria.maria-purge [ fail ] Found warnings/errors in server log file!
Test ended at 2023-06-23 21:02:01
line
2023-06-23 21:01:51 0 [ERROR] mariadbd: File '/10.10/mysql-test/var/mysqld.1/data/aria_log.00000002' not found (Errcode: 2 "No such file or directory")
2023-06-23 21:01:51 0 [ERROR] mariadbd: Aria engine: log purging failed
^ Found warnings in /10.10/mysql-test/var/log/mysqld.1.err
ok
--------------------------------------------------------------------------
The servers were restarted 0 times
Spent 8.664 of 26 seconds executing testcases