I am running into the following issue when building from source:
test/base58_tests.cpp(150): error in "base58_keys_valid_parse": !IsValid:["13p1ijLwsnrcuyqcTvJXkq2ASdXqcnEBLE","1ed467017f043e91ed4c44b4e8dd674db211c4e6",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(153): error in "base58_keys_valid_parse": addrType mismatch["13p1ijLwsnrcuyqcTvJXkq2ASdXqcnEBLE","1ed467017f043e91ed4c44b4e8dd674db211c4e6",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(150): error in "base58_keys_valid_parse": !IsValid:["3ALJH9Y951VCGcVZYAdpA3KchoP9McEj1G","5ece0cadddc415b1980f001785947120acdb36fc",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(151): error in "base58_keys_valid_parse": isScript mismatch["3ALJH9Y951VCGcVZYAdpA3KchoP9McEj1G","5ece0cadddc415b1980f001785947120acdb36fc",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(153): error in "base58_keys_valid_parse": addrType mismatch["3ALJH9Y951VCGcVZYAdpA3KchoP9McEj1G","5ece0cadddc415b1980f001785947120acdb36fc",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i","65a16059864a2fdbc7c99a4723a8395bc6f188eb",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["3CMNFxN1oHBc4R1EpboAL5yzHGgE611Xou","74f209f6ea907e2ea48f74fae05782ae8a665257",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["1Ax4gZtb7gAit2TivwejZHYtNNLT18PUXJ","6d23156cbbdcc82a5a47eee4c2c7c583c18b6bf4",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["3QjYXhTkvuj8qPaXHTTWb5wjXhdsLAAWVy","fcc5460dd6e2487c7d75b1963625da0e8f4c5975",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["1C5bSj1iEGUgSTbziymG7Cn18ENQuT36vv","7987ccaa53d02c8873487ef919677cd3db7a6912",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["3AnNxabYGoTxYiTEZwFEnerUoeFXK2Zoks","63bcc565f9e68ee0189dd5cc67f1b0e5f02f45cb",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["1Gqk4Tv79P91Cc1STQtU3s1W6277M2CVWu","adc1cc2081a27206fae25792f28bbc55b831549d",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["33vt8ViH5jsr115AGkW6cEmEz9MpvJSwDk","188f91a931947eddd7432d6e614387e32b244709",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["1JwMWBVLtiqtscbaRHai4pqHokhFCbtoB4","c4c1b72491ede1eedaca00618407ee0b772cad0d",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["3QCzvfL4ZRvmJFiWWBVwxfdaNBT8EtxB5y","f6fe69bcb548a829cce4c57bf6fff8af3a5981f9",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["19dcawoKcZdQz365WpXWMhX6QCUpR9SY4r","5eadaf9bb7121f0f192561a5a62f5e5f54210292",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["37Sp6Rv3y4kVd1nQ1JV5pfqXccHNyZm1x3","3f210e7277c899c3a155cc1c90f4106cbddeec6e",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["13p1ijLwsnrcuyqcTvJXkq2ASdXqcnEBLE","1ed467017f043e91ed4c44b4e8dd674db211c4e6",{"addrType":"pubkey","isPrivkey":false,"isTestnet":false}]
test/base58_tests.cpp(217): error in "base58_keys_valid_gen": mismatch: ["3ALJH9Y951VCGcVZYAdpA3KchoP9McEj1G","5ece0cadddc415b1980f001785947120acdb36fc",{"addrType":"script","isPrivkey":false,"isTestnet":false}]
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/miner_tests.cpp(77): error in "CreateNewBlock_validity": check ProcessBlock(state, __null, pblock) failed
test/miner_tests.cpp(78): error in "CreateNewBlock_validity": check state.IsValid() failed
test/netbase_tests.cpp(55): error in "netbase_splithost": check TestSplitHost("www.bitcoin.org", "www.bytecoin.org", -1) failed
test/netbase_tests.cpp(56): error in "netbase_splithost": check TestSplitHost("[www.bitcoin.org]", "www.bytecoin.org", -1) failed
test/netbase_tests.cpp(57): error in "netbase_splithost": check TestSplitHost("www.bitcoin.org:80", "www.bytecoin.org", 80) failed
test/netbase_tests.cpp(58): error in "netbase_splithost": check TestSplitHost("[www.bitcoin.org]:80", "www.bytecoin.org", 80) failed
test/Checkpoints_tests.cpp(24): error in "sanity": check !Checkpoints::CheckBlock(11111, p134444) failed
test/Checkpoints_tests.cpp(25): error in "sanity": check !Checkpoints::CheckBlock(134444, p11111) failed
test/Checkpoints_tests.cpp(31): error in "sanity": check Checkpoints::GetTotalBlocksEstimate() >= 134444 failed
unknown location(0): fatal error in "rpc_rawsign": std::runtime_error: Invalid Bytecoin address: 3HqAe9LtNBjnsfM4CyYaWTnvCaUYT7v4oZ
test/rpc_tests.cpp(128): last checkpoint
test/key_tests.cpp(84): error in "key_test1": check addr1.Get() == CTxDestination(key1.GetPubKey().GetID()) failed
test/key_tests.cpp(85): error in "key_test1": check addr2.Get() == CTxDestination(key2.GetPubKey().GetID()) failed
test/key_tests.cpp(86): error in "key_test1": check addr1C.Get() == CTxDestination(key1C.GetPubKey().GetID()) failed
test/key_tests.cpp(87): error in "key_test1": check addr2C.Get() == CTxDestination(key2C.GetPubKey().GetID()) failed
*** 281 failures detected in test suite "Bytecoin Test Suite"