Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failed on boost1.83 #932

Open
yuzibo opened this issue Dec 28, 2023 · 1 comment
Open

test failed on boost1.83 #932

yuzibo opened this issue Dec 28, 2023 · 1 comment

Comments

@yuzibo
Copy link

yuzibo commented Dec 28, 2023

Hi,
litecoin 0.21.2.2 has a build failed issue based on boost1.83, the bug is here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059138

After cherry-picking the commit. The build is ok but the tests failed:

2023-12-28T02:55:17.400246Z [test] init message: Verifying wallet(s)...
wallet/test/init_tests.cpp(72): error: in "init_tests/walletinit_verify_walletdir_no_trailing": check walletdir == expected_path has failed
wallet/test/init_tests.cpp(65): Leaving test case "walletinit_verify_walletdir_no_trailing"; testing time: 2284us
wallet/test/init_tests.cpp(75): Entering test case "walletinit_verify_walletdir_no_trailing2"
2023-12-28T02:55:17.401024Z [test] Seed: Setting random seed for current tests to RANDOM_CTX_SEED=25ab916ff4dd121ad739e5a2caeb0397cd2b5b0b1661b25a9fe17e68c0672423
2023-12-28T02:55:17.401045Z [test] Litecoin Core version v0.21.2.2-g953811f77a85cfc79d79e08f2283ddf0b9730928 (release build)
2023-12-28T02:55:17.401106Z [test] Assuming ancestors of block 62e2e3d21343a00994d38a63524867507dbeee6850e8fbf02e9c47a3ccf82f24 have valid signatures.
2023-12-28T02:55:17.401111Z [test] Setting nMinimumChainWork=000000000000000000000000000000000000000000000702edaa57d42a9fd9e2
2023-12-28T02:55:17.401879Z [test] Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2023-12-28T02:55:17.402414Z [test] Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2023-12-28T02:55:17.402531Z [test] Using wallet directory /tmp/test_common_Litecoin Core/0f4dcb1b5c80e8d6c94b33883dffbe821fb28be06a5ada86dfa332b70efad982/wallets/
2023-12-28T02:55:17.402540Z [test] init message: Verifying wallet(s)...
wallet/test/init_tests.cpp(82): error: in "init_tests/walletinit_verify_walletdir_no_trailing2": check walletdir == expected_path has failed
wallet/test/init_tests.cpp(75): Leaving test case "walletinit_verify_walletdir_no_trailing2"; testing time: 2274us

OS: Debian sid/unstable on amd64

@losh11
Copy link
Member

losh11 commented Jan 19, 2024

The linked commit from bitcoin upstream doesn't bump boost version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants