[debian-mysql] MariaDB 11.4 import work in progress

Otto Kekäläinen otto at debian.org
Thu May 30 21:25:23 BST 2024


Hi!

I just wanted to give you heads-up that I am drafting
https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/88

While testing, I noticed in cross-builds that they don't seem to
produce the JdbcInterface.jar:

https://salsa.debian.org/otto/mariadb-server/-/jobs/5790795
dh_install: warning: mariadb-plugin-connect-jdbc missing files:
usr/share/mariadb/JdbcInterface.jar
796

Also seems build-any does not work correctly for RocksDB, it is not
producing all files and thus dh_dmz starts screaming on unrelated
failure:

https://salsa.debian.org/otto/mariadb-server/-/jobs/5790798
dwz: debian/mariadb-plugin-rocksdb/usr/lib/mysql/plugin/ha_rocksdb.so:
elf_update failed
1592dwz: Too few files for multifile optimization
1593dh_dwz: error: dwz
-mdebian/mariadb-plugin-rocksdb/usr/lib/debug/.dwz/x86_64-linux-gnu/mariadb-plugin-rocksdb.debug
-M/usr/lib/debug/.dwz/x86_64-linux-gnu/mariadb-plugin-rocksdb.debug --
debian/mariadb-plugin-rocksdb/usr/bin/mariadb-ldb
debian/mariadb-plugin-rocksdb/usr/lib/mysql/plugin/ha_rocksdb.so
returned exit code 1
1594dwz: debian/libmariadbd19t64/usr/lib/x86_64-linux-gnu/libmariadbd.so.19:
elf_update failed
1595dh_dwz: error: dwz --
debian/libmariadbd19t64/usr/lib/x86_64-linux-gnu/libmariadbd.so.19
returned exit code 1
1596dh_dwz: error: Aborting due to earlier error

Additionally I noticed one of the main suite tests are broken:

https://launchpadlibrarian.net/732736844/buildlog_ubuntu-noble-amd64.mariadb_1%3A11.4.2-1~bpo24.04.1~1717074475.82b32a38cbb+debian.latest_BUILDING.txt.gz

main.mysql_upgrade-28915                 w1 [ fail ]  timeout after 7200 seconds
        Test ended at 2024-05-30 15:50:31

Test case timeout after 7200 seconds

== /<<PKGBUILDDIR>>/builddir/mysql-test/var/1/log/mysql_upgrade-28915.log ==
END BEGIN
SELECT val1 FROM t1;
END
CALL sp1();
val1
SELECT name, body_utf8, body FROM mysql.proc WHERE name like 'sp1';
name body_utf8 body
sp1 BEGIN
SELECT val1 FROM t1;
END BEGIN
SELECT val1 FROM t1;
END
SET GLOBAL event_scheduler=ON;
SELECT name, body_utf8, body FROM mysql.event;
name body_utf8 body
CREATE EVENT ev1 ON SCHEDULE EVERY 1 SECOND DO INSERT INTO t1 VALUES (1, 'abc');
SELECT name, body_utf8, body FROM mysql.event;
name body_utf8 body
ev1 INSERT INTO t1 VALUES (1, 'abc') INSERT INTO t1 VALUES (1, 'abc')
# mysql_upgrade changes columns from utf8mb4 to utf8mb3

 == /<<PKGBUILDDIR>>/builddir/mysql-test/var/1/tmp/analyze-timeout-mysqld.1.err
==
mysqltest: Could not open connection 'default' after 500 attempts:
2002 Can't connect to local server through socket
'/<<PKGBUILDDIR>>/builddir/mysql-test/var/tmp' (111)


 - skipping '/<<PKGBUILDDIR>>/builddir/mysql-test/var/1/log/main.mysql_upgrade-28915/'

Retrying test main.mysql_upgrade-28915, attempt(2/3)...

worker[01] > Restart  - not started
***Warnings generated in error logs during shutdown after running
tests: main.mysql_upgrade-28915



More information about the pkg-mysql-maint mailing list