history test crashing
Hello, compiling this package in Arch crashes at test "history", both with architectures aarch64
and x86_64
. It seems it fails on an sql query. I double-checked I had the sqlite
C library installed. I can provide more logs if needed.
Here are the logs on x86_64
:
# Start of history tests
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation memory (GMemorySettingsBackend) for ?gsettings-backend?
ok 1 /history/new
ok 2 /history/chat
ok 3 /history/message
ok 4 /history/raw_message
ok 5 /history/db
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ?gio-vfs?
stderr:
** (/home/lafleur/Sources/AUR/purism-chatty-git/src/build/tests/history:34765): WARNING **: 16:53:27.174: 6 7 sql: SELECT COUNT (*) FROM (SELECT name,threads.alias,users.username,protocol,threads.type FROM main.threads INNER JOIN main.accounts ON accounts.id=threads.account_id INNER JOIN main.users ON users.id=accounts.user_id UNION SELECT name,threads.alias,users.username,protocol,threads.type FROM test.threads INNER JOIN test.accounts ON accounts.id=threads.account_id INNER JOIN test.users ON users.id=accounts.user_id );
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Summary of Failures:
18/18 history FAIL 3.38s killed by signal 5 SIGTRAP
Ok: 17
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /home/lafleur/Sources/AUR/purism-chatty-git/src/build/meson-logs/testlog.txt
FAILED: meson-test
/usr/bin/meson test --no-rebuild --print-errorlogs
ninja: build stopped: subcommand failed.
Edited by la Fleur