Cirrus CI / lint
failed
Dec 24, 2024 in 1m 29s
Task Summary
Instruction lint failed in 00:33
Details
✅ 00:03 clone
✅ 00:11 merge_base
✅ 00:01 test_runner
✅ 00:05 python
✅ 00:31 unshallow
❌ 00:33 lint
[02:43:50.550] src/txmempool.cpp:445: tranaction ==> transaction
[02:43:50.550] src/txmempool.h:813: transacion ==> transaction
[02:43:50.550] ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt
[02:43:54.787] Missing "export LC_ALL=C" (to avoid locale dependence) as first non-comment non-empty line in contrib/utxo-tools/dump_to_sqlite.sh
[02:43:54.791] ^---- ⚠️ Failure generated from lint-shell-locale.py
[02:43:56.350]
[02:43:56.350] In contrib/utxo-tools/dump_to_sqlite.sh line 10:
[02:43:56.350] UTXO_TO_SQLITE=`dirname $0`/utxo_to_sqlite.py
[02:43:56.350] ^----------^ SC2006 (style): Use $(...) notation instead of legacy backticks `...`.
[02:43:56.350] ^-- SC2086 (info): Double quote to prevent globbing and word splitting.
[02:43:56.350]
[02:43:56.350] Did you mean:
[02:43:56.350] UTXO_TO_SQLITE=$(dirname "$0")/utxo_to_sqlite.py
[02:43:56.350]
[02:43:56.350]
[02:43:56.350] In contrib/utxo-tools/dump_to_sqlite.sh line 15:
[02:43:56.350] mkfifo $FIFOPATH
[02:43:56.350] ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting.
[02:43:56.350]
[02:43:56.350] Did you mean:
[02:43:56.350] mkfifo "$FIFOPATH"
[02:43:56.350]
[02:43:56.350]
[02:43:56.350] In contrib/utxo-tools/dump_to_sqlite.sh line 18:
[02:43:56.350] $BITCOIN_CLI dumptxoutset $FIFOPATH latest &
[02:43:56.350] ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting.
[02:43:56.350]
[02:43:56.350] Did you mean:
[02:43:56.350] $BITCOIN_CLI dumptxoutset "$FIFOPATH" latest &
[02:43:56.350]
[02:43:56.350]
[02:43:56.350] In contrib/utxo-tools/dump_to_sqlite.sh line 22:
[02:43:56.350] $UTXO_TO_SQLITE $FIFOPATH $OUTPUT_FILE
[02:43:56.350] ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting.
[02:43:56.350] ^----------^ SC2086 (info): Double quote to prevent globbing and word splitting.
[02:43:56.350]
[02:43:56.350] Did you mean:
[02:43:56.350] $UTXO_TO_SQLITE "$FIFOPATH" "$OUTPUT_FILE"
[02:43:56.350]
[02:43:56.350]
[02:43:56.350] In contrib/utxo-tools/dump_to_sqlite.sh line 26:
[02:43:56.350] rm -r $TEMPPATH
[02:43:56.350] ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting.
[02:43:56.350]
[02:43:56.350] Did you mean:
[02:43:56.350] rm -r "$TEMPPATH"
[02:43:56.350]
[02:43:56.350] For more information:
[02:43:56.350] https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
[02:43:56.350] https://www.shellcheck.net/wiki/SC2006 -- Use $(...) notation instead of le...
[02:43:56.356] ^---- ⚠️ Failure generated from lint-shell.py
[02:44:03.635] Success: no issues found in 305 source files
[02:44:07.715]
[02:44:07.715] ^---- ⚠️ Failure generated from lint check 'all_python_linters'!
[02:44:07.715] Run all linters of the form: test/lint/lint-*.py
������������
Loading