Cirrus CI / lint
failed
Jul 15, 2025 in 1m 5s
Task Summary
Instruction lint failed in 00:27
Details
✅ 00:02 clone
✅ 00:01 merge_base
✅ 00:32 unshallow
❌ 00:27 lint
[17:28:46.156] Args documented : 218
[17:28:46.156] Args undocumented: 0
[17:28:46.156] set()
[17:28:46.156] Args unknown : 12
[17:28:46.156] {'-zmqpubhashtx', '-zmqpubsequencehwm', '-zmqpubrawblockhwm', '-zmqpubrawblock', '-zmqpubhashtxhwm', '-zmqpubsequence', '-zmqpubrawtx', '-includeconf', '-zmqpubhashblock', '-testdatadir', '-zmqpubrawtxhwm', '-zmqpubhashblockhwm'}
[17:28:49.879] test/functional/wallet_createwallet.py:173:9: F841 Local variable `wallet_version` is assigned to but never used
[17:28:49.879] |
[17:28:49.879] 171 | node.createwallet("version_check")
[17:28:49.879] 172 | wallet = node.get_wallet_rpc("version_check")
[17:28:49.879] 173 | wallet_version = wallet.getwalletinfo()["walletversion"]
[17:28:49.879] | ^^^^^^^^^^^^^^ F841
[17:28:49.879] 174 | client_version = node.getnetworkinfo()["version"]
[17:28:49.879] 175 | wallet.unloadwallet()
[17:28:49.879] |
[17:28:49.879] = help: Remove assignment to unused variable `wallet_version`
[17:28:49.879]
[17:28:49.879] Found 1 error.
[17:28:49.879] No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).
[17:28:49.880] ^^^
[17:28:49.880] `ruff` found errors!
[17:28:49.880] ^---- ⚠️ Failure generated from lint check 'py_lint' (Lint Python code)!
[17:28:49.880]
[17:28:49.880]
[17:28:50.146] src/crc32c in HEAD currently refers to tree 454691a9b89ee8b9e1f71a48a7398edba49c3805
[17:28:50.152] src/crc32c in HEAD was last updated in commit 5d45552fd4303f8d668ffbc50cce1053485aeead (tree 454691a9b89ee8b9e1f71a48a7398edba49c3805)
[17:28:50.152] GOOD
[17:28:50.630] src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
[17:28:50.632] src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
[17:28:50.632] GOOD
[17:28:50.658] src/ipc/libmultiprocess in HEAD currently refers to tree 918b3c8915a1163c2f7aba7df2ddddd8d295f037
[17:28:50.661] src/ipc/libmultiprocess in HEAD was last updated in commit 154af1eea1170f5626aa1c5f19cc77d1434bcc9d (tree 918b3c8915a1163c2f7aba7df2ddddd8d295f037)
[17:28:50.661] GOOD
[17:28:50.677] src/leveldb in HEAD currently refers to tree d14157fb2064132c65fef31feb2aba21d0aff025
[17:28:50.679] src/leveldb in HEAD was last updated in commit 240a4fb95d5b843826081807019cd405aa654e2b (tree d14157fb2064132c65fef31feb2aba21d0aff025)
[17:28:50.679] GOOD
[17:28:50.706] src/minisketch in HEAD currently refers to tree a79ef74c72212ddba7435e63769685157782ed6a
[17:28:50.708] src/minisketch in HEAD was last updated in commit bf25a0918f94524bda8e8fb7505d68a772e88b45 (tree a79ef74c72212ddba7435e63769685157782ed6a)
[17:28:50.709] GOOD
[17:28:50.762] src/secp256k1 in HEAD currently refers to tree b20631a75e1e5b5b5cd75b668f01d16508173c81
[17:28:50.765] src/secp256k1 in HEAD was last updated in commit c31fcaaad38b68fa170cf9fd900f2237c24016e3 (tree b20631a75e1e5b5b5cd75b668f01d16508173c81)
[17:28:50.765] GOOD
[17:28:51.055] src/wallet/scriptpubkeyman.cpp:627:
[17:28:51.065] ^^^
[17:28:51.065] Trailing whitespace (including Windows line endings [CR LF]) is problematic, because git may warn
[17:28:51.065] about it, or editors may remove it by default, forcing developers in the future to either undo the
[17:28:51.065] changes manually or spend time on review.
[17:28:51.065]
[17:28:51.065] Thus, it is best to remove the trailing space now.
[17:28:51.065]
[17:28:51.065] Please add any false positives, such as subtrees, Windows-related files, patch files, or externally
[17:28:51.065] sourced files to the exclude list.
[17:28:51.065] ^---- ⚠️ Failure generated from lint check 'trailing_whitespace' (Check for trailing whitespace)!
[17:28:51.065]
[17:28:51.065]
[17:29:07.082] Success: no issues found in 299 source files
��������
Loading