Skip to content

test: Check that the GUI interactive reindex works

MarcoFalke bbbb527
Cirrus CI / lint failed Jul 16, 2025 in 1m 12s

Task Summary

Instruction lint failed in 00:30

Details

✅ 00:02 clone
✅ 00:01 merge_base
✅ 00:35 unshallow
❌ 00:30 lint

[05:20:45.503] + COMMIT_RANGE=HEAD~..HEAD
[05:20:45.503] ++ git rev-list -1 HEAD
[05:20:45.506] ++ git rev-list -1 --merges HEAD
[05:20:45.508] + '[' dfe1b3b8eea2c27f803fa975a060ec61c100a495 '!=' dfe1b3b8eea2c27f803fa975a060ec61c100a495 ']'
[05:20:45.508] + RUST_BACKTRACE=1
[05:20:45.508] + cargo run --manifest-path ./test/lint/test_runner/Cargo.toml
[05:20:45.668]    Compiling test_runner v0.1.0 (/tmp/cirrus-ci-build/test/lint/test_runner)
[05:20:47.055]     Finished dev [unoptimized + debuginfo] target(s) in 1.53s
[05:20:47.056]      Running `test/lint/test_runner/target/debug/test_runner`
[05:20:47.064] Checking commit range (HEAD~..HEAD):
[05:20:47.064] bbbb5271e6 test: Check that the GUI interactive reindex works
[05:20:47.064] faaaddaaf8 init: [gui] Avoid UB/crash in InitAndLoadChainstate
[05:20:47.064] 
[05:20:47.469] Args used        : 207
[05:20:47.469] Args documented  : 219
[05:20:47.469] Args undocumented: 0
[05:20:47.469] set()
[05:20:47.469] Args unknown     : 12
[05:20:47.469] {'-testdatadir', '-zmqpubrawblockhwm', '-zmqpubrawtx', '-includeconf', '-zmqpubhashblock', '-zmqpubrawblock', '-zmqpubhashtx', '-zmqpubhashblockhwm', '-zmqpubsequencehwm', '-zmqpubhashtxhwm', '-zmqpubsequence', '-zmqpubrawtxhwm'}
[05:20:52.606] test/functional/feature_reindex_init.py:11:8: F401 [*] `os` imported but unused
[05:20:52.606]    |
[05:20:52.606]  9 |     assert_equal,
[05:20:52.606] 10 | )
[05:20:52.606] 11 | import os
[05:20:52.606]    |        ^^ F401
[05:20:52.606] 12 | import shutil
[05:20:52.606]    |
[05:20:52.606]    = help: Remove unused import: `os`
[05:20:52.606] 
[05:20:52.606] Found 1 error.
[05:20:52.606] [*] 1 fixable with the `--fix` option.
[05:20:52.607] ^^^
[05:20:52.607] `ruff` found errors!
[05:20:52.607] ^---- ⚠️ Failure generated from lint check 'py_lint' (Lint Python code)!
[05:20:52.607] 
[05:20:52.607] 
[05:20:52.982] src/crc32c in HEAD currently refers to tree 454691a9b89ee8b9e1f71a48a7398edba49c3805
[05:20:52.985] src/crc32c in HEAD was last updated in commit 5d45552fd4303f8d668ffbc50cce1053485aeead (tree 454691a9b89ee8b9e1f71a48a7398edba49c3805)
[05:20:52.985] GOOD
[05:20:53.540] src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
[05:20:53.548] src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
[05:20:53.548] GOOD
[05:20:53.574] src/ipc/libmultiprocess in HEAD currently refers to tree 918b3c8915a1163c2f7aba7df2ddddd8d295f037
[05:20:53.576] src/ipc/libmultiprocess in HEAD was last updated in commit 154af1eea1170f5626aa1c5f19cc77d1434bcc9d (tree 918b3c8915a1163c2f7aba7df2ddddd8d295f037)
[05:20:53.576] GOOD
[05:20:53.595] src/leveldb in HEAD currently refers to tree d14157fb2064132c65fef31feb2aba21d0aff025
[05:20:53.597] src/leveldb in HEAD was last updated in commit 240a4fb95d5b843826081807019cd405aa654e2b (tree d14157fb2064132c65fef31feb2aba21d0aff025)
[05:20:53.597] GOOD
[05:20:53.628] src/minisketch in HEAD currently refers to tree a79ef74c72212ddba7435e63769685157782ed6a
[05:20:53.630] src/minisketch in HEAD was last updated in commit bf25a0918f94524bda8e8fb7505d68a772e88b45 (tree a79ef74c72212ddba7435e63769685157782ed6a)
[05:20:53.630] GOOD
[05:20:53.688] src/secp256k1 in HEAD currently refers to tree b20631a75e1e5b5b5cd75b668f01d16508173c81
[05:20:53.691] src/secp256k1 in HEAD was last updated in commit c31fcaaad38b68fa170cf9fd900f2237c24016e3 (tree b20631a75e1e5b5b5cd75b668f01d16508173c81)
[05:20:53.691] GOOD
[05:21:11.069] Success: no issues found in 300 source files
����