I recently ran a test that produced too much text output (about 250k lines) and it caused Kyua to crash with the below error and exit status 2. Instead of crashing, Kyua should treat this kind of failure as a BROKEN test case, and proceed.
kyua: E: string or blob too big (sqlite op: sqlite3_bind_blob) (sqlite db: /root/.kyua/store/results.usr_tests.20241231-203317-570235.db)
For the specific test that failed, see https://reviews.freebsd.org/D48275