Cirrus CI / lint
failed
May 30, 2025 in 1m 3s
Task Summary
Instruction lint failed in 00:26
Details
✅ 00:03 clone
✅ 00:01 merge_base
✅ 00:31 unshallow
❌ 00:26 lint
[13:50:24.566] 9 | COINBASE_MATURITY,
[13:50:24.566] 10 | NORMAL_GBT_REQUEST_PARAMS,
[13:50:24.566] 11 | add_witness_commitment,
[13:50:24.566] | ^^^^^^^^^^^^^^^^^^^^^^ F401
[13:50:24.566] 12 | create_block,
[13:50:24.566] 13 | )
[13:50:24.566] |
[13:50:24.566] = help: Remove unused import: `test_framework.blocktools.add_witness_commitment`
[13:50:24.566]
[13:50:24.566] test/functional/p2p_compactblocks.py:766:23: F541 [*] f-string without any placeholders
[13:50:24.566] |
[13:50:24.566] 764 | delivery_peer = self.nodes[0].add_p2p_connection(TestP2PConn())
[13:50:24.566] 765 |
[13:50:24.566] 766 | self.log.info(f"Setting delivery_peer as high bandwidth peer")
[13:50:24.566] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ F541
[13:50:24.566] 767 | block, cmpct_block = announce_cmpct_block(node, delivery_peer)
[13:50:24.566] 768 | msg = msg_blocktxn()
[13:50:24.566] |
[13:50:24.566] = help: Remove extraneous `f` prefix
[13:50:24.566]
[13:50:24.566] Found 2 errors.
[13:50:24.566] [*] 2 fixable with the `--fix` option.
[13:50:24.567] ^^^
[13:50:24.567] `ruff` found errors!
[13:50:24.567] ^---- ⚠️ Failure generated from lint check 'py_lint' (Lint Python code)!
[13:50:24.567]
[13:50:24.567]
[13:50:24.888] src/crc32c in HEAD currently refers to tree 454691a9b89ee8b9e1f71a48a7398edba49c3805
[13:50:24.890] src/crc32c in HEAD was last updated in commit 5d45552fd4303f8d668ffbc50cce1053485aeead (tree 454691a9b89ee8b9e1f71a48a7398edba49c3805)
[13:50:24.890] GOOD
[13:50:25.340] src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
[13:50:25.342] src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
[13:50:25.342] GOOD
[13:50:25.357] src/ipc/libmultiprocess in HEAD currently refers to tree 918b3c8915a1163c2f7aba7df2ddddd8d295f037
[13:50:25.359] src/ipc/libmultiprocess in HEAD was last updated in commit 154af1eea1170f5626aa1c5f19cc77d1434bcc9d (tree 918b3c8915a1163c2f7aba7df2ddddd8d295f037)
[13:50:25.359] GOOD
[13:50:25.384] src/leveldb in HEAD currently refers to tree 210877e90df222e01b352bddcb3b6be3f7cef84a
[13:50:25.386] src/leveldb in HEAD was last updated in commit e2c84b896fad37cbbf40c02f24c058b641e5bccc (tree 210877e90df222e01b352bddcb3b6be3f7cef84a)
[13:50:25.386] GOOD
[13:50:25.406] src/minisketch in HEAD currently refers to tree a79ef74c72212ddba7435e63769685157782ed6a
[13:50:25.408] src/minisketch in HEAD was last updated in commit bf25a0918f94524bda8e8fb7505d68a772e88b45 (tree a79ef74c72212ddba7435e63769685157782ed6a)
[13:50:25.408] GOOD
[13:50:25.443] src/secp256k1 in HEAD currently refers to tree b20631a75e1e5b5b5cd75b668f01d16508173c81
[13:50:25.446] src/secp256k1 in HEAD was last updated in commit c31fcaaad38b68fa170cf9fd900f2237c24016e3 (tree b20631a75e1e5b5b5cd75b668f01d16508173c81)
[13:50:25.446] GOOD
[13:50:32.673] doc/release-notes-27826.md:1: Additionaly ==> Additionally
[13:50:32.673] doc/zmq.md:130: mesage ==> message
[13:50:32.673] src/common/netif.cpp:312: addreses ==> addresses
[13:50:32.673] src/test/fuzz/p2p_headers_presync.cpp:37: gloabl ==> global
[13:50:32.673] test/functional/data/rpc_psbt.json:83: ot ==> to, of, or, not
[13:50:32.673] test/functional/data/rpc_psbt.json:87: ot ==> to, of, or, not
[13:50:32.673] test/functional/data/rpc_psbt.json:91: ot ==> to, of, or, not
[13:50:32.673] test/functional/mining_basic.py:108: inteference ==> interference
[13:50:32.673] ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt
[13:50:40.776] Success: no issues found in 295 source files
����
Loading