https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-db/limbo-0.0.9 fails tests. Discovered on: amd64 (internal ref: guru_ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 914284 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: test result: FAILED. 0 passed; 4 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.02s test tests::test_last_insert_rowid_basic ... FAILED test tests::test_sequential_overflow_page ... FAILED test tests::test_simple_overflow_page ... FAILED test tests::test_wal_restart ... FAILED thread 'tests::test_last_insert_rowid_basic' panicked at test/src/lib.rs:25:82: thread 'tests::test_sequential_overflow_page' panicked at test/src/lib.rs:25:82: thread 'tests::test_simple_overflow_page' panicked at test/src/lib.rs:25:82: thread 'tests::test_wal_restart' panicked at test/src/lib.rs:25:82: error: test failed, to rerun pass `-p core_tester --lib`
This bug happens because CONFIG_IO_URING is not set in the kernel for tinderboxes. Upstream is working on a fallback solution for systems without IO_URING. But for now, this bug will remain open to skip the test phase on the tinderbox for the time being. Details: see linked bug on Github.
(In reply to Jonas Frei from comment #3) > This bug happens because CONFIG_IO_URING is not set in the kernel for > tinderboxes. Upstream is working on a fallback solution for systems without > IO_URING. But for now, this bug will remain open to skip the test phase on > the tinderbox for the time being. > Details: see linked bug on Github. If you want, you can check for IO_URING in case of test enabled.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c88e04b2cd3fd40a4ac06a9f9f75c02e58b91cb0 commit c88e04b2cd3fd40a4ac06a9f9f75c02e58b91cb0 Author: Jonas Frei <freijon@pm.me> AuthorDate: 2024-12-19 18:16:15 +0000 Commit: Jonas Frei <freijon@pm.me> CommitDate: 2024-12-19 18:17:03 +0000 dev-db/limbo: Check for IO_URING, warn otherwise. Bug: https://bugs.gentoo.org/946615 Signed-off-by: Jonas Frei <freijon@pm.me> dev-db/limbo/limbo-0.0.10.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)