Skip to content

validation: fetch block inputs in parallel

Cirrus CI / lint failed Dec 4, 2024 in 1m 31s

Task Summary

Instruction lint failed in 00:34

Details

✅ 00:02 clone
✅ 00:13 merge_base
✅ 00:01 test_runner
✅ 00:05 python
✅ 00:30 unshallow
❌ 00:34 lint

[00:56:36.560] + export COMMIT_RANGE
[00:56:36.560] + echo
[00:56:36.560] 
[00:56:36.560] + git log --no-merges --oneline HEAD~..HEAD
[00:56:36.563] c2e3f6e8f2 validation: fetch block inputs in parallel
[00:56:36.563] e4aa843f0d fuzz: add inputfetcher fuzz harness
[00:56:36.563] 7db1d36b2d bench: add inputfetcher bench
[00:56:36.563] 86beb1f7fa tests: add inputfetcher tests
[00:56:36.563] b82d63fb0a coins: add inputfetcher
[00:56:36.563] a681106331 coins: allow emplacing non-dirty coins internally
[00:56:36.563] + echo
[00:56:36.563] 
[00:56:36.563] + test/lint/commit-script-check.sh HEAD~..HEAD
[00:56:36.674] + RUST_BACKTRACE=1
[00:56:36.674] + /lint_test_runner/test_runner
[00:56:36.979] Args used        : 214
[00:56:36.979] Args documented  : 226
[00:56:36.979] Args undocumented: 0
[00:56:36.979] set()
[00:56:36.979] Args unknown     : 12
[00:56:36.979] {'-zmqpubrawtxhwm', '-testdatadir', '-zmqpubrawtx', '-zmqpubhashblockhwm', '-zmqpubhashtx', '-zmqpubhashtxhwm', '-includeconf', '-zmqpubhashblock', '-zmqpubsequencehwm', '-zmqpubsequence', '-zmqpubrawblockhwm', '-zmqpubrawblock'}
[00:56:41.499] All checks passed!
[00:56:41.699] src/crc32c in HEAD currently refers to tree 454691a9b89ee8b9e1f71a48a7398edba49c3805
[00:56:41.701] src/crc32c in HEAD was last updated in commit 5d45552fd4303f8d668ffbc50cce1053485aeead (tree 454691a9b89ee8b9e1f71a48a7398edba49c3805)
[00:56:41.701] GOOD
[00:56:42.145] src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
[00:56:42.147] src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
[00:56:42.147] GOOD
[00:56:42.278] src/leveldb in HEAD currently refers to tree cb176f0f0a9a93bcef89bdd70424cae01ad21629
[00:56:42.280] src/leveldb in HEAD was last updated in commit a37778d4d32b4ddeff96f68a130dc8da3a84b278 (tree cb176f0f0a9a93bcef89bdd70424cae01ad21629)
[00:56:42.280] GOOD
[00:56:42.325] src/minisketch in HEAD currently refers to tree 85cb93120ae68ef1f6fa597da30e18298848e0e9
[00:56:42.328] src/minisketch in HEAD was last updated in commit cb59af38e72ab189b052ec84e2d1027473235ba4 (tree 85cb93120ae68ef1f6fa597da30e18298848e0e9)
[00:56:42.328] GOOD
[00:56:42.347] src/secp256k1 in HEAD currently refers to tree a6dd5562b35bdbf5f959a18a8af51d526527b9b1
[00:56:42.358] src/secp256k1 in HEAD was last updated in commit 2d46a89386d34d72edf93a24b67e44b82fe6e390 (tree a6dd5562b35bdbf5f959a18a8af51d526527b9b1)
[00:56:42.358] GOOD
[00:56:42.460] src/inputfetcher.h:167:        for (auto n{0}; n < worker_thread_count + 1; ++n) { 
[00:56:42.577] 
[00:56:42.577] ^^^
[00:56:42.577] Trailing whitespace (including Windows line endings [CR LF]) is problematic, because git may warn
[00:56:42.577] about it, or editors may remove it by default, forcing developers in the future to either undo the
[00:56:42.577] changes manually or spend time on review.
[00:56:42.577] 
[00:56:42.577] Thus, it is best to remove the trailing space now.
[00:56:42.577] 
[00:56:42.577] Please add any false positives, such as subtrees, Windows-related files, patch files, or externally
[00:56:42.577] sourced files to the exclude list.
[00:56:42.577]             
[00:56:42.577] ^---- ⚠️ Failure generated from lint check 'trailing_whitespace'!
[00:56:42.577] Check for trailing whitespace
[00:56:46.094] src/txmempool.cpp:445: tranaction ==> transaction
[00:56:46.094] src/txmempool.h:813: transacion ==> transaction
[00:56:46.094] ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt
[00:57:00.108] Success: no issues found in 303 source files
����