Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 935061

Summary: sys-libs/ldb-2.8.0 (and all other versions) test fail on sparc - [ FAILED ] test_free_list_read_lock
Product: Gentoo Linux Reporter: Ben Kohler <bkohler>
Component: Current packagesAssignee: Gentoo's SAMBA Team <samba>
Status: CONFIRMED ---    
Severity: normal CC: bkohler
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: Sparc64   
OS: Linux   
See Also: https://bugzilla.samba.org/show_bug.cgi?id=14404
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Ben Kohler gentoo-dev 2024-06-28 12:18:30 UTC
Created attachment 896558 [details]
build.log

Working on stabilizing samba & deps on sparc, I noticed a test failure on ldb.  But it's not a regression blocking the stabilization, the test fails on every version currently in ::gentoo.

[==========] Running 3 test(s).
[ RUN      ] test_free_list_no_read_lock   
[       OK ] test_free_list_no_read_lock   
[ RUN      ] test_free_list_read_lock
[  ERROR   ] --- 0xffffffffffff87b8 != 0   
[   LINE   ] --- ../../tests/ldb_lmdb_free_list_test.c:434: error: Failure!
[  FAILED  ] test_free_list_read_lock
[ RUN      ] test_free_list_stale_reader   
LMDB Stale readers, deleted (1)
[       OK ] test_free_list_stale_reader   
[==========] 3 test(s) run.
[  PASSED  ] 2 test(s).
[  FAILED  ] 1 test(s), listed below:
[  FAILED  ] test_free_list_read_lock

 1 FAILED TEST(S)
[  ERROR   ] --- 0 != 0x2
[   LINE   ] --- ../../tests/ldb_lmdb_free_list_test.c:484: error: Failure!
[  FAILED  ] test_free_list_read_lock
[ RUN      ] test_free_list_stale_reader   
LMDB Stale readers, deleted (1)
[       OK ] test_free_list_stale_reader   
[==========] 3 test(s) run.
[  PASSED  ] 2 test(s).
[  FAILED  ] 1 test(s), listed below:
[  FAILED  ] test_free_list_read_lock
Comment 1 Ben Kohler gentoo-dev 2024-06-28 12:19:11 UTC
Possibly related to https://bugzilla.samba.org/show_bug.cgi?id=14404 but not 100% certain