Skip to content

fuzz: wallet: add target for spkm migration

Cirrus CI / lint failed Nov 26, 2024 in 1m 33s

Task Summary

Instruction lint failed in 00:34

Details

✅ 00:03 clone
✅ 00:12 merge_base
✅ 00:01 test_runner
✅ 00:05 python
✅ 00:32 unshallow
❌ 00:34 lint

[19:35:05.073] + '[' -n 29694 ']'
[19:35:05.073] + COMMIT_RANGE=HEAD~..HEAD
[19:35:05.073] ++ git rev-list -1 HEAD
[19:35:05.076] ++ git rev-list -1 --merges HEAD
[19:35:05.078] + '[' 37866285f999ad565b759387ab39d7a080f6394f '!=' 37866285f999ad565b759387ab39d7a080f6394f ']'
[19:35:05.078] + export COMMIT_RANGE
[19:35:05.078] + echo
[19:35:05.078] 
[19:35:05.078] + git log --no-merges --oneline HEAD~..HEAD
[19:35:05.080] ed1a16b336 fuzz: wallet: add target for spkm migration
[19:35:05.081] + echo
[19:35:05.081] 
[19:35:05.081] + test/lint/commit-script-check.sh HEAD~..HEAD
[19:35:05.109] + RUST_BACKTRACE=1
[19:35:05.109] + /lint_test_runner/test_runner
[19:35:05.443] Args used        : 214
[19:35:05.443] Args documented  : 226
[19:35:05.443] Args undocumented: 0
[19:35:05.443] set()
[19:35:05.443] Args unknown     : 12
[19:35:05.443] {'-zmqpubsequence', '-includeconf', '-testdatadir', '-zmqpubrawtxhwm', '-zmqpubhashtx', '-zmqpubhashtxhwm', '-zmqpubhashblock', '-zmqpubsequencehwm', '-zmqpubrawtx', '-zmqpubrawblock', '-zmqpubhashblockhwm', '-zmqpubrawblockhwm'}
[19:35:10.119] All checks passed!
[19:35:10.322] src/crc32c in HEAD currently refers to tree 454691a9b89ee8b9e1f71a48a7398edba49c3805
[19:35:10.324] src/crc32c in HEAD was last updated in commit 5d45552fd4303f8d668ffbc50cce1053485aeead (tree 454691a9b89ee8b9e1f71a48a7398edba49c3805)
[19:35:10.324] GOOD
[19:35:10.765] src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
[19:35:10.767] src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
[19:35:10.767] GOOD
[19:35:10.889] src/leveldb in HEAD currently refers to tree cb176f0f0a9a93bcef89bdd70424cae01ad21629
[19:35:10.892] src/leveldb in HEAD was last updated in commit a37778d4d32b4ddeff96f68a130dc8da3a84b278 (tree cb176f0f0a9a93bcef89bdd70424cae01ad21629)
[19:35:10.892] GOOD
[19:35:10.942] src/minisketch in HEAD currently refers to tree 85cb93120ae68ef1f6fa597da30e18298848e0e9
[19:35:10.944] src/minisketch in HEAD was last updated in commit cb59af38e72ab189b052ec84e2d1027473235ba4 (tree 85cb93120ae68ef1f6fa597da30e18298848e0e9)
[19:35:10.944] GOOD
[19:35:10.963] src/secp256k1 in HEAD currently refers to tree a6dd5562b35bdbf5f959a18a8af51d526527b9b1
[19:35:10.966] src/secp256k1 in HEAD was last updated in commit 2d46a89386d34d72edf93a24b67e44b82fe6e390 (tree a6dd5562b35bdbf5f959a18a8af51d526527b9b1)
[19:35:10.966] GOOD
[19:35:11.149] src/wallet/test/fuzz/scriptpubkeyman.cpp:294:    assert(res->desc_spkms.size() == (keys.size() + size_t{add_hd_chain} + script_count)); 
[19:35:11.242] 
[19:35:11.242] ^^^
[19:35:11.242] Trailing whitespace (including Windows line endings [CR LF]) is problematic, because git may warn
[19:35:11.242] about it, or editors may remove it by default, forcing developers in the future to either undo the
[19:35:11.242] changes manually or spend time on review.
[19:35:11.242] 
[19:35:11.242] Thus, it is best to remove the trailing space now.
[19:35:11.242] 
[19:35:11.242] Please add any false positives, such as subtrees, Windows-related files, patch files, or externally
[19:35:11.242] sourced files to the exclude list.
[19:35:11.242]             
[19:35:11.242] ^---- ⚠️ Failure generated from lint check 'trailing_whitespace'!
[19:35:11.242] Check for trailing whitespace
[19:35:14.806] src/txmempool.cpp:445: tranaction ==> transaction
[19:35:14.806] src/txmempool.h:813: transacion ==> transaction
[19:35:14.806] ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt
[19:35:28.572] Success: no issues found in 302 source files
����