Cirrus CI / lint
failed
Jul 16, 2025 in 1m 6s
Task Summary
Instruction lint failed in 00:28
Details
✅ 00:03 clone
✅ 00:01 merge_base
✅ 00:32 unshallow
❌ 00:28 lint
[22:59:12.965] + '[' 76b271de973870073634ab04c7acb48580604d81 '!=' 76b271de973870073634ab04c7acb48580604d81 ']'
[22:59:12.965] + RUST_BACKTRACE=1
[22:59:12.965] + cargo run --manifest-path ./test/lint/test_runner/Cargo.toml
[22:59:13.064] Compiling test_runner v0.1.0 (/tmp/cirrus-ci-build/test/lint/test_runner)
[22:59:14.130] Finished dev [unoptimized + debuginfo] target(s) in 1.15s
[22:59:14.131] Running `test/lint/test_runner/target/debug/test_runner`
[22:59:14.138] Checking commit range (HEAD~..HEAD):
[22:59:14.138] 725dbeb6e2 script/verify_flags: extend script_verify_flags to 64 bits
[22:59:14.138] cda9b78d73 script/interpreter: make script_verify_flag_name an ordinary enum
[22:59:14.138] 900823da59 script/verify_flags: make script_verify_flags type safe
[22:59:14.138] cd3eba44e0 script/interpreter: introduce script_verify_flags typename
[22:59:14.138] 8fca7c2e54 rpc: have getdeploymentinfo report script verify flags
[22:59:14.138] ab7c9f6f28 validation: export GetBlockScriptFlags()
[22:59:14.138] 69c5e8141e Move mapFlagNames and FormatScriptFlags logic to script/interpreter.h
[22:59:14.138]
[22:59:14.410] Args used : 206
[22:59:14.410] Args documented : 218
[22:59:14.410] Args undocumented: 0
[22:59:14.410] set()
[22:59:14.410] Args unknown : 12
[22:59:14.410] {'-includeconf', '-zmqpubsequence', '-testdatadir', '-zmqpubrawtxhwm', '-zmqpubrawblockhwm', '-zmqpubhashblockhwm', '-zmqpubsequencehwm', '-zmqpubhashtx', '-zmqpubhashblock', '-zmqpubrawtx', '-zmqpubrawblock', '-zmqpubhashtxhwm'}
[22:59:18.150] All checks passed!
[22:59:18.729] src/crc32c in HEAD currently refers to tree 454691a9b89ee8b9e1f71a48a7398edba49c3805
[22:59:18.738] src/crc32c in HEAD was last updated in commit 5d45552fd4303f8d668ffbc50cce1053485aeead (tree 454691a9b89ee8b9e1f71a48a7398edba49c3805)
[22:59:18.740] GOOD
[22:59:19.300] src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
[22:59:19.306] src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
[22:59:19.306] GOOD
[22:59:19.377] src/ipc/libmultiprocess in HEAD currently refers to tree 918b3c8915a1163c2f7aba7df2ddddd8d295f037
[22:59:19.379] src/ipc/libmultiprocess in HEAD was last updated in commit 154af1eea1170f5626aa1c5f19cc77d1434bcc9d (tree 918b3c8915a1163c2f7aba7df2ddddd8d295f037)
[22:59:19.379] GOOD
[22:59:19.398] src/leveldb in HEAD currently refers to tree d14157fb2064132c65fef31feb2aba21d0aff025
[22:59:19.404] src/leveldb in HEAD was last updated in commit 240a4fb95d5b843826081807019cd405aa654e2b (tree d14157fb2064132c65fef31feb2aba21d0aff025)
[22:59:19.404] GOOD
[22:59:19.434] src/minisketch in HEAD currently refers to tree a79ef74c72212ddba7435e63769685157782ed6a
[22:59:19.435] src/minisketch in HEAD was last updated in commit bf25a0918f94524bda8e8fb7505d68a772e88b45 (tree a79ef74c72212ddba7435e63769685157782ed6a)
[22:59:19.435] GOOD
[22:59:19.482] src/secp256k1 in HEAD currently refers to tree b20631a75e1e5b5b5cd75b668f01d16508173c81
[22:59:19.485] src/secp256k1 in HEAD was last updated in commit c31fcaaad38b68fa170cf9fd900f2237c24016e3 (tree b20631a75e1e5b5b5cd75b668f01d16508173c81)
[22:59:19.485] GOOD
[22:59:27.310] src/script/verify_flags.h:35: converstion ==> conversion, conversation
[22:59:27.310] ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt
[22:59:35.900] Success: no issues found in 299 source files
[22:59:41.063] src/script/verify_flags.h seems to be missing the expected include guard to prevent the double inclusion problem:
[22:59:41.063] #ifndef BITCOIN_SCRIPT_VERIFY_FLAGS_H
[22:59:41.063] #define BITCOIN_SCRIPT_VERIFY_FLAGS_H
[22:59:41.063] ...
[22:59:41.063] #endif // BITCOIN_SCRIPT_VERIFY_FLAGS_H
[22:59:41.063]
[22:59:41.067] ^---- ⚠️ Failure generated from lint-include-guards.py
[22:59:41.067] ^^^
[22:59:41.067]
[22:59:41.067] ^---- ⚠️ Failure generated from lint check 'all_python_linters' (Run all linters of the form: test/lint/lint-*.py)!
[22:59:41.067]
[22:59:41.067]
��������
Loading