Cirrus CI / lint
failed
Feb 9, 2025 in 1m 26s
Task Summary
Instruction lint failed in 00:33
Details
✅ 00:03 clone
✅ 00:09 merge_base
✅ 00:01 test_runner
✅ 00:05 python
✅ 00:30 unshallow
❌ 00:33 lint
[02:45:27.261] Requirement already satisfied: tomli>=1.1.0 in /python_build/lib/python3.10/site-packages (from mypy==1.4.1) (2.2.1)
[02:45:27.265] Requirement already satisfied: toml in /python_build/lib/python3.10/site-packages (from vulture==2.6) (0.10.2)
[02:45:27.314] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[02:45:27.518]
[02:45:27.518] [notice] A new release of pip is available: 23.0.1 -> 25.0
[02:45:27.518] [notice] To update, run: pip install --upgrade pip
[02:45:28.443] /tmp/cirrus-ci-build
[02:45:28.446] + '[' -n 31826 ']'
[02:45:28.446] + export COMMIT_RANGE=HEAD~..HEAD
[02:45:28.446] + COMMIT_RANGE=HEAD~..HEAD
[02:45:28.446] ++ git rev-list -1 HEAD
[02:45:28.448] ++ git rev-list -1 --merges HEAD
[02:45:28.450] + '[' 8fd4c24baf759a5a8360dedb66351f18064caa73 '!=' 8fd4c24baf759a5a8360dedb66351f18064caa73 ']'
[02:45:28.450] + RUST_BACKTRACE=1
[02:45:28.450] + /lint_test_runner/test_runner
[02:45:28.455] Checking commit range (HEAD~..HEAD):
[02:45:28.455] a6bbfbe689 Let `GetRNDRRS` fallback to `GetRNDR` if retried too many times
[02:45:28.455] d2f540a5ff Limit retries in GetRNDRRS to avoid infinite loop
[02:45:28.455]
[02:45:28.695] Args used : 214
[02:45:28.695] Args documented : 226
[02:45:28.695] Args undocumented: 0
[02:45:28.695] set()
[02:45:28.695] Args unknown : 12
[02:45:28.695] {'-zmqpubsequencehwm', '-zmqpubhashtxhwm', '-zmqpubrawtx', '-zmqpubhashtx', '-includeconf', '-zmqpubrawtxhwm', '-testdatadir', '-zmqpubrawblock', '-zmqpubrawblockhwm', '-zmqpubhashblock', '-zmqpubsequence', '-zmqpubhashblockhwm'}
[02:45:33.099] All checks passed!
[02:45:33.363] src/crc32c in HEAD currently refers to tree 454691a9b89ee8b9e1f71a48a7398edba49c3805
[02:45:33.365] src/crc32c in HEAD was last updated in commit 5d45552fd4303f8d668ffbc50cce1053485aeead (tree 454691a9b89ee8b9e1f71a48a7398edba49c3805)
[02:45:33.365] GOOD
[02:45:33.784] src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
[02:45:33.786] src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
[02:45:33.786] GOOD
[02:45:33.825] src/leveldb in HEAD currently refers to tree 2028d572e583eb7e45ffb378a57b8e096c1a3687
[02:45:33.827] src/leveldb in HEAD was last updated in commit d336b7ab85dd2b4f049f2f6fe176ffdd2621215e (tree 2028d572e583eb7e45ffb378a57b8e096c1a3687)
[02:45:33.827] GOOD
[02:45:33.875] src/minisketch in HEAD currently refers to tree 85cb93120ae68ef1f6fa597da30e18298848e0e9
[02:45:33.885] src/minisketch in HEAD was last updated in commit cb59af38e72ab189b052ec84e2d1027473235ba4 (tree 85cb93120ae68ef1f6fa597da30e18298848e0e9)
[02:45:33.885] GOOD
[02:45:33.909] src/secp256k1 in HEAD currently refers to tree a6dd5562b35bdbf5f959a18a8af51d526527b9b1
[02:45:33.911] src/secp256k1 in HEAD was last updated in commit 2d46a89386d34d72edf93a24b67e44b82fe6e390 (tree a6dd5562b35bdbf5f959a18a8af51d526527b9b1)
[02:45:33.911] GOOD
[02:45:33.985] src/random.cpp:238: // https://github.com/bitcoin/bitcoin/issues/31817
[02:45:33.985] src/random.cpp:239: // Limit the number of retries to avoid infinite loops.
[02:45:33.985] src/random.cpp:250: // fallback to GtRNDR, ref: https://github.com/bitcoin/bitcoin/pull/31826#discussion_r1947836644
[02:45:33.992] ^^^
[02:45:33.992] Use of tabs in this codebase is problematic, because existing code uses spaces and tabs will cause
[02:45:33.992] display issues and conflict with editor settings.
[02:45:33.992]
[02:45:33.992] Please remove the tabs.
[02:45:33.992]
[02:45:33.992] Please add any false positives, such as subtrees, or externally sourced files to the exclude list.
[02:45:33.992] ^---- ⚠️ Failure generated from lint check 'tabs_whitespace' (Check that tabs are not used as whitespace)!
[02:45:33.992]
[02:45:33.992]
[02:45:45.022] Success: no issues found in 305 source files
����
Loading