Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935061 - sys-libs/ldb-2.8.0 (and all other versions) test fail on sparc - [ FAILED ] test_free_list_read_lock
Summary: sys-libs/ldb-2.8.0 (and all other versions) test fail on sparc - [ FAILED ]...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc64 Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-06-28 12:18 UTC by Ben Kohler
Modified: 2024-06-28 12:24 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,303.37 KB, text/x-log)
2024-06-28 12:18 UTC, Ben Kohler
Details

Note You need to log in before you can comment on or make changes to this bug.
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