Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946615 - [guru] dev-db/limbo-0.0.9 fails tests: error: test failed, to rerun pass -p core_tester --lib
Summary: [guru] dev-db/limbo-0.0.9 fails tests: error: test failed, to rerun pass -p c...
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jonas Frei
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-12-18 07:49 UTC by Agostino Sarubbo
Modified: 2024-12-20 00:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,655.81 KB, text/plain)
2024-12-18 07:49 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-12-18 07:49:27 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-18 07:49:29 UTC
Created attachment 914284 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-12-18 07:49:30 UTC
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`
Comment 3 Jonas Frei 2024-12-19 05:42:15 UTC
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.
Comment 4 Agostino Sarubbo gentoo-dev 2024-12-19 07:39:46 UTC
(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.
Comment 5 Larry the Git Cow gentoo-dev 2024-12-20 00:36:26 UTC
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(-)