Cirrus CI / lint
failed
Nov 22, 2024 in 1m 34s
Task Summary
Instruction lint failed in 00:37
Details
✅ 00:03 clone
✅ 00:12 merge_base
✅ 00:01 test_runner
✅ 00:05 python
✅ 00:30 unshallow
❌ 00:37 lint
[14:00:22.218] Args used : 214
[14:00:22.218] Args documented : 226
[14:00:22.218] Args undocumented: 0
[14:00:22.218] set()
[14:00:22.218] Args unknown : 12
[14:00:22.218] {'-zmqpubhashtxhwm', '-zmqpubrawtxhwm', '-zmqpubsequencehwm', '-zmqpubsequence', '-zmqpubrawtx', '-zmqpubhashblockhwm', '-zmqpubhashblock', '-zmqpubhashtx', '-zmqpubrawblockhwm', '-includeconf', '-zmqpubrawblock', '-testdatadir'}
[14:00:27.292] All checks passed!
[14:00:27.529] src/crc32c in HEAD currently refers to tree 454691a9b89ee8b9e1f71a48a7398edba49c3805
[14:00:27.531] src/crc32c in HEAD was last updated in commit 5d45552fd4303f8d668ffbc50cce1053485aeead (tree 454691a9b89ee8b9e1f71a48a7398edba49c3805)
[14:00:27.531] GOOD
[14:00:27.980] src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
[14:00:27.983] src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
[14:00:27.983] GOOD
[14:00:28.114] src/leveldb in HEAD currently refers to tree cb176f0f0a9a93bcef89bdd70424cae01ad21629
[14:00:28.115] src/leveldb in HEAD was last updated in commit a37778d4d32b4ddeff96f68a130dc8da3a84b278 (tree cb176f0f0a9a93bcef89bdd70424cae01ad21629)
[14:00:28.115] GOOD
[14:00:28.161] src/minisketch in HEAD currently refers to tree 85cb93120ae68ef1f6fa597da30e18298848e0e9
[14:00:28.164] src/minisketch in HEAD was last updated in commit cb59af38e72ab189b052ec84e2d1027473235ba4 (tree 85cb93120ae68ef1f6fa597da30e18298848e0e9)
[14:00:28.164] GOOD
[14:00:28.184] src/secp256k1 in HEAD currently refers to tree a6dd5562b35bdbf5f959a18a8af51d526527b9b1
[14:00:28.187] src/secp256k1 in HEAD was last updated in commit 2d46a89386d34d72edf93a24b67e44b82fe6e390 (tree a6dd5562b35bdbf5f959a18a8af51d526527b9b1)
[14:00:28.187] GOOD
[14:00:32.307] src/txmempool.cpp:445: tranaction ==> transaction
[14:00:32.307] src/txmempool.h:813: transacion ==> transaction
[14:00:32.307] ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt
[14:00:38.894]
[14:00:38.894] In ci/test/03_test_script.sh line 160:
[14:00:38.894] tcpdump -n -i $ifname -w "$(tcpdump_file_for_interface $ifname)" &
[14:00:38.894] ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting.
[14:00:38.894] ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting.
[14:00:38.894]
[14:00:38.894] Did you mean:
[14:00:38.894] tcpdump -n -i "$ifname" -w "$(tcpdump_file_for_interface "$ifname")" &
[14:00:38.894]
[14:00:38.894]
[14:00:38.894] In ci/test/03_test_script.sh line 167:
[14:00:38.894] while kill -SIGTERM $(jobs -p) ; do
[14:00:38.894] ^--------^ SC2046 (warning): Quote this to prevent word splitting.
[14:00:38.894]
[14:00:38.894]
[14:00:38.894] In ci/test/03_test_script.sh line 172:
[14:00:38.894] f=$(tcpdump_file_for_interface $ifname)
[14:00:38.894] ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting.
[14:00:38.894]
[14:00:38.894] Did you mean:
[14:00:38.894] f=$(tcpdump_file_for_interface "$ifname")
[14:00:38.894]
[14:00:38.894] For more information:
[14:00:38.894] https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt...
[14:00:38.894] https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
[14:00:38.909] ^---- ⚠️ Failure generated from lint-shell.py
[14:00:46.887] Success: no issues found in 302 source files
[14:00:51.316]
[14:00:51.316] ^---- ⚠️ Failure generated from lint check 'all_python_linters'!
[14:00:51.316] Run all linters of the form: test/lint/lint-*.py
��������
Loading