Improve error reporting from VerifyAmounts #1254
+50
−42
Open
Cirrus CI / lint [bionic]
failed
Aug 1, 2023 in 3m 30s
Task Summary
Instruction lint failed in 02:22
Details
✅ 00:41 clone
✅ 00:24 merge_base
❌ 02:22 lint
Downloading https://files.pythonhosted.org/packages/db/b2/90ebbea07dca3187a6a1117b876b569ce6dc80463280612790c6f1ff6998/mypy-0.781-cp36-cp36m-manylinux1_x86_64.whl (20.5MB)
Collecting mypy-extensions<0.5.0,>=0.4.3 (from mypy==0.781)
Downloading https://files.pythonhosted.org/packages/d6/c6/7809c27b5c5dacb9f6537e9489d969b266f7091204c75a03048edcb4daf9/mypy_extensions-0.4.4.tar.gz
Requirement already satisfied: typing-extensions>=3.7.4 in /usr/local/lib/python3.6/dist-packages (from mypy==0.781)
Collecting typed-ast<1.5.0,>=1.4.0 (from mypy==0.781)
Downloading https://files.pythonhosted.org/packages/7e/4b/d7377c5d25b5c3b2682dada2eee1086b23842f3eb76e41063436aa4e302f/typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl (743kB)
Building wheels for collected packages: mypy-extensions
Running setup.py bdist_wheel for mypy-extensions: started
Running setup.py bdist_wheel for mypy-extensions: finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/ec/1d/96/19f0b5052e22b513d6f837e7690a6657b20eb0f29da0ebc051
Successfully built mypy-extensions
Installing collected packages: mypy-extensions, typed-ast, mypy
Successfully installed mypy-0.781 mypy-extensions-0.4.4 typed-ast-1.4.3
Collecting vulture==2.3
Downloading https://files.pythonhosted.org/packages/a9/68/6dd3fdcbf00a1ca3c74e6e0876cda6c36c27744a7cde3e3b9f95e908b7b5/vulture-2.3-py2.py3-none-any.whl
Collecting toml (from vulture==2.3)
Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Installing collected packages: toml, vulture
Successfully installed toml-0.10.2 vulture-2.3
src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
GOOD
src/secp256k1 in HEAD currently refers to tree 87581ee0083f135464b366b426782068e420a279
src/secp256k1 in HEAD was last updated in commit 35d6112a72ef419af9cb1ee3ffd9e28ad0df04a0 (tree 87581ee0083f135464b366b426782068e420a279)
GOOD
src/univalue in HEAD currently refers to tree aa2a67bf0746bdc2c61f36e6c27e72775ad8dfb9
src/univalue in HEAD was last updated in commit 2a55a0ed3055a2ce0a33b58a3a7bbf6e30df3dfd (tree aa2a67bf0746bdc2c61f36e6c27e72775ad8dfb9)
GOOD
src/leveldb in HEAD currently refers to tree 52dde68beb13b70f6d5f2b1935c783db89087fc9
src/leveldb in HEAD was last updated in commit 66480821b36c839ab7615cb9309850015bceadb0 (tree 52dde68beb13b70f6d5f2b1935c783db89087fc9)
GOOD
src/crc32c in HEAD currently refers to tree 26c84a4d3078067b015064080032e30f3bd94e1c
src/crc32c in HEAD was last updated in commit 90c0f267bdedc261d8fdab188e96ca58c206652a (tree 26c84a4d3078067b015064080032e30f3bd94e1c)
GOOD
Args used : 267
Args documented : 282
Args undocumented: 0
set()
Args unknown : 15
{'-zmqpubhashtxhwm', '-zmqpubrawblockhwm', '-zmqpubrawtx', '-fallback_fee_enabled', '-testnet', '-zmqpubrawtxhwm', '-zmqpubhashblock', '-zmqpubhashtx', '-signet', '-zmqpubhashblockhwm', '-regtest', '-zmqpubrawblock', '-zmqpubsequencehwm', '-includeconf', '-zmqpubsequence'}
All calls to LogPrintf() and LogPrint() should be terminated with \n
src/wallet/wallet.cpp: WalletLogPrintf("VerifyAmounts error: %s", verify_amounts_result);
^---- failure generated from test/lint/lint-logs.sh
Success: no issues found in 232 source files
src/net_processing.cpp:2026: recieved ==> received
test/functional/rpc_psbt.py:835: LigH ==> light, lie, lye
test/functional/rpc_psbt.py:836: LigH ==> light, lie, lye
test/functional/rpc_psbt.py:837: LigH ==> light, lie, lye
test/functional/rpc_psbt.py:838: LigH ==> light, lie, lye
test/functional/rpc_psbt.py:839: LigH ==> light, lie, lye
test/functional/rpc_psbt.py:840: LigH ==> light, lie, lye
test/functional/rpc_psbt.py:841: LigH ==> light, lie, lye
test/functional/rpc_psbt.py:842: LigH ==> light, lie, lye
test/functional/rpc_psbt.py:843: LigH ==> light, lie, lye
^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/lint-spelling.ignore-words.txt
Loading