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

[wip] Mnemonic support for wallet entropy #117

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Temp

6d29577
Select commit
Loading
Failed to load commit list.
Open

[wip] Mnemonic support for wallet entropy #117

Temp
6d29577
Select commit
Loading
Failed to load commit list.
Cirrus CI / Win64, unit tests, no functional tests failed Aug 20, 2024 in 17m 52s

Task Summary

Instruction ci failed in 17:40

Details

✅ 00:03 clone
✅ 00:04 merge_base
❌ 17:40 ci

test/banman_tests.cpp(16): Test suite "banman_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/base58_tests.cpp(21): Test suite "base58_tests" is skipped because disabled
test/validation_tests.cpp(17): Test suite "validation_tests" is skipped because disabled
test/bloom_tests.cpp(25): Test suite "bloom_tests" is skipped because disabled
test/policyestimator_tests.cpp(17): Test suite "policyestimator_tests" is skipped because disabled
wallet/test/db_tests.cpp(60): Test suite "db_tests" is skipped because disabled
test/net_tests.cpp(37): Test suite "net_tests" is skipped because disabled
test/blsct/arith/mcl/mcl_scalar_tests.cpp(37): Test suite "mcl_scalar_tests" is skipped because disabled
test/amount_tests.cpp(12): Test suite "amount_tests" is skipped because disabled
test/blsct/range_proof/range_proof_common_tests.cpp(13): Test suite "range_proof_common_tests" is skipped because disabled
test/blsct/wallet/chain_tests.cpp(19): Test suite "chain_tests" is skipped because disabled
test/blockfilter_tests.cpp(19): Test suite "blockfilter_tests" is skipped because disabled
test/script_segwit_tests.cpp(10): Test suite "script_segwit_tests" is skipped because disabled
test/bech32_tests.cpp(13): Test suite "bech32_tests" is skipped because disabled
test/orphanage_tests.cpp(19): Test suite "orphanage_tests" is skipped because disabled
test/torcontrol_tests.cpp(17): Test suite "torcontrol_tests" is skipped because disabled
test/hash_tests.cpp(14): Test suite "hash_tests" is skipped because disabled
test/compilerbug_tests.cpp(7): Test suite "compilerbug_tests" is skipped because disabled
test/fs_tests.cpp(15): Test suite "fs_tests" is skipped because disabled
test/blockmanager_tests.cpp(25): Test suite "blockmanager_tests" is skipped because disabled
test/dbwrapper_tests.cpp(25): Test suite "dbwrapper_tests" is skipped because disabled
test/blsct/arith/mcl/mcl_g1point_tests.cpp(51): Test case "test_map_str_to_point" is skipped because disabled
test/disconnected_transactions.cpp(10): Test suite "disconnected_transactions" is skipped because disabled
test/blsct/arith/mcl/mcl_g1point_tests.cpp(36): Test case "test_uint256_ctor" is skipped because disabled
test/miniscript_tests.cpp(496): Test suite "miniscript_tests" is skipped because disabled
test/span_tests.cpp(47): Test suite "span_tests" is skipped because disabled
test/validation_block_tests.cpp(34): Test suite "validation_block_tests" is skipped because disabled
test/httpserver_tests.cpp(10): Test suite "httpserver_tests" is skipped because disabled
test/blsct/wallet/address_tests.cpp(13): Test suite "blsct_address_tests" is skipped because disabled
wallet/test/wallet_transaction_tests.cpp(12): Test suite "wallet_transaction_tests" is skipped because disabled
test/bip324_tests.cpp(161): Test suite "bip324_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/blsct/bech32_mod_tests.cpp(33): Test suite "bech32_mod_tests" is skipped because disabled
test/blsct/arith/elements_tests.cpp(15): Test suite "elements_tests" is skipped because disabled
test/addrman_tests.cpp(61): Test suite "addrman_tests" is skipped because disabled
test/i2p_tests.cpp(44): Test suite "i2p_tests" is skipped because disabled
test/skiplist_tests.cpp(15): Test suite "skiplist_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(15): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/feebumper_tests.cpp(18): Test suite "feebumper_tests" is skipped because disabled
test/uint256_tests.cpp(17): Test suite "uint256_tests" is skipped because disabled
test/script_parse_tests.cpp(12): Test suite "script_parse_tests" is skipped because disabled
test/blsct/arith/mcl/mcl_g1point_tests.cpp(43): Test case "test_get_hash_with_salt" is skipped because disabled
test/blsct/eip_2333/bls12_381_keygen_tests.cpp(12): Test suite "bls12_381_keygen_tests" is skipped because disabled
Leaving test module "Navio Core Test Suite"; testing time: 8002062us

*** 1 failure is detected in the test module "Navio Core Test Suite"
make[3]: *** [Makefile:26071: wallet/test/wallet_tests.cpp.test] Error 1
make[3]: Leaving directory '/ci_container_base/ci/scratch/build/navio-x86_64-w64-mingw32/src'
make[2]: *** [Makefile:23595: check-am] Error 2
make[2]: Leaving directory '/ci_container_base/ci/scratch/build/navio-x86_64-w64-mingw32/src'
make[1]: *** [Makefile:23267: check-recursive] Error 1
make[1]: Leaving directory '/ci_container_base/ci/scratch/build/navio-x86_64-w64-mingw32/src'
make: *** [Makefile:719: check-recursive] Error 1

Exit status: 2