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

Open make check errors #178

Closed
ghost opened this issue Feb 26, 2024 · 0 comments
Closed

Open make check errors #178

ghost opened this issue Feb 26, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 26, 2024

make check errors

1). amount_tests.cpp(88)
CFeeRate(MAX_MONEY, std::numeric_limits<uint32_t>::max()).GetFeePerK();


2). test/mempool_tests.cpp(476)
error: in "mempool_tests/MempoolSizeLimitTest": check pool.GetMinFee(1).GetFeePerK() == maxFeeRateRemoved.GetFeePerK() + 1000 has failed [208412000000 != 198413000]

3). test/mempool_tests.cpp(553)
error: in "mempool_tests/MempoolSizeLimitTest": check pool.GetMinFee(1).GetFeePerK() == maxFeeRateRemoved.GetFeePerK() + 1000 has failed [208412000000 != 198413000]

4). test/mempool_tests.cpp(557)
error: in "mempool_tests/MempoolSizeLimitTest": check pool.GetMinFee(1).GetFeePerK() == llround((maxFeeRateRemoved.GetFeePerK() + 1000)/2.0) has failed [104206000000 != 99206500]

5). test/mempool_tests.cpp(561)
error: in "mempool_tests/MempoolSizeLimitTest": check pool.GetMinFee(pool.DynamicMemoryUsage() * 5 / 2).GetFeePerK() == llround((maxFeeRateRemoved.GetFeePerK() + 1000)/4.0) has failed [52103000000 != 49603250]

6). test/mempool_tests.cpp(565)
error: in "mempool_tests/MempoolSizeLimitTest": check pool.GetMinFee(pool.DynamicMemoryUsage() * 9 / 2).GetFeePerK() == llround((maxFeeRateRemoved.GetFeePerK() + 1000)/8.0) has failed [26051500000 != 24801625]

7). test/mempool_tests.cpp(569)
error: in "mempool_tests/MempoolSizeLimitTest": check pool.GetMinFee(1).GetFeePerK() == 1000 has failed [0 != 1000]


8). test/miner_tests.cpp(203)
fatal error: in "miner_tests/CreateNewBlock_validity": critical check pblocktemplate->block.vtx.size() == 9U has failed [6 != 9]


9). test/policy_fee_tests.cpp(23)
error: in "policy_fee_tests/FeeRounder": check *results.begin() == 974 has failed [0 != 974]

10). test/policy_fee_tests.cpp(24)
error: in "policy_fee_tests/FeeRounder": check *++results.begin() == 1071 has failed [500000 != 1071]

11). test/policy_fee_tests.cpp(31)
error: in "policy_fee_tests/FeeRounder": check fee_rounder.round(MAX_MONEY) == 9170997 has failed [9170997512 != 9170997]


12). test/policyestimator_tests.cpp(86)
error: in "policyestimator_tests/BlockPolicyEstimates": check feeEst.estimateFee(2).GetFeePerK() < 9*baseRate.GetFeePerK() + deltaFee has failed

4X
13). test/policyestimator_tests.cpp(105)
error: in "policyestimator_tests/BlockPolicyEstimates": check origFeeEst[i-1] < mult*baseRate.GetFeePerK() + deltaFee has failed


14). test/transaction_tests.cpp(774)
error: in "transaction_tests/test_IsStandard": check nDustThreshold == 546 has failed [5460000 != 546]

15). test/transaction_tests.cpp(778)
error: in "transaction_tests/test_IsStandard": check !IsStandardTx(CTransaction(t), reason) has failed

16). test/transaction_tests.cpp(779)
error: in "transaction_tests/test_IsStandard": check reason == "dust" has failed [ != dust]


17). wallet/test/wallet_tests.cpp(551)
error: in "wallet_tests/ListCoins": check list.begin()->second.size() == COINBASE_MATURITY_2 - COINBASE_MATURITY + 1 has failed [1 != 93]

18). wallet/test/wallet_tests.cpp(558)
error: in "wallet_tests/ListCoins": check expectedAmount == wallet->GetAvailableBalance() has failed [669600000000000 != 7200000000000]

19). wallet/test/wallet_tests.cpp(571)
error: in "wallet_tests/ListCoins": check list.begin()->second.size() == COINBASE_MATURITY_2 - COINBASE_MATURITY + 2 has failed [2 != 94]2024-02-26T00:29:35.362750Z (mocktime: 2020-08-31T18:54:12Z) [scheduler] [validationinterface.cpp:200] [operator()] UpdatedBlockTip: new block hash=435e2436edead73c3c7e6733dbf27345970a9693bcdb94424fe570ae03948ae2 fork block hash=50d0507ef8fe28a4b6e3ba6aeb1ae2362b3295da895f58b551f28ab1f0364e41 (in IBD=false)

20). wallet/test/wallet_tests.cpp(578)
error: in "wallet_tests/ListCoins": check available.size() == COINBASE_MATURITY_2 - COINBASE_MATURITY + 2 has failed [2 != 94]

21). wallet/test/wallet_tests.cpp(600)
error: in "wallet_tests/ListCoins": check list.begin()->second.size() == COINBASE_MATURITY_2 - COINBASE_MATURITY + 2 has failed [2 != 94]


22). bench/block_assemble.cpp(42)
void AssembleBlock(ankerl::nanobench::Bench&): Assertion res.m_result_type == MempoolAcceptResult::ResultType::VALID failed.


Updates

RC1 / RC2 Make check same first error ( amount_tests.cpp ) as RC3.

@ghost ghost changed the title make check errors Open make check errors Feb 26, 2024
@ghost ghost mentioned this issue Feb 28, 2024
@ghost ghost closed this as completed Mar 15, 2024
This issue was closed.
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

0 participants