Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dependency]: Bump pylint from 3.1.0 to 3.2.7 #50

Closed
wants to merge 1 commit into from

[dependency]: Bump pylint from 3.1.0 to 3.2.7

48e47ea
Select commit
Loading
Failed to load commit list.
Closed

[dependency]: Bump pylint from 3.1.0 to 3.2.7 #50

[dependency]: Bump pylint from 3.1.0 to 3.2.7
48e47ea
Select commit
Loading
Failed to load commit list.
Symbol-Github-Bot / Jenkins CI - Miscellaneous Python Scripts failed Sep 1, 2024 in 4m 22s

CI pipeline/run lint: error in 'sh (scripts/ci/lint.sh)' step

CI pipeline / run lint / scripts/ci/lint.sh

Error in sh (scripts/ci/lint.sh) step, with arguments bash -c 'scripts/ci/lint.sh'.

script returned exit code 123
Build log
[2024-09-01T04:13:11.117Z] + bash -c scripts/ci/lint.sh
[2024-09-01T04:13:11.117Z] + '[' 0 -gt 0 ']'
[2024-09-01T04:13:11.117Z] + find . -name _symbol -prune -o -type f -name '*.sh' -print0
[2024-09-01T04:13:11.117Z] + xargs -0 shellcheck
[2024-09-01T04:13:11.117Z] + find . -name _symbol -prune -o -type f -name '*.py' -print0
[2024-09-01T04:13:11.117Z] + PYTHONPATH=.
[2024-09-01T04:13:11.117Z] + xargs -0 python3 -m isort --line-length 140 --indent '	' --multi-line 3 --check-only
[2024-09-01T04:13:11.373Z] + find . -name _symbol -prune -o -type f -name '*.py' -print0
[2024-09-01T04:13:11.373Z] ++ git rev-parse --show-toplevel
[2024-09-01T04:13:11.373Z] + PYTHONPATH=.
[2024-09-01T04:13:11.373Z] + xargs -0 python3 -m pycodestyle --config=/home/ubuntu/jenkins/workspace/linters/python/.pycodestyle
[2024-09-01T04:13:11.629Z] + find . -name _symbol -prune -o -type f -name '*.py' -print0
[2024-09-01T04:13:11.629Z] ++ git rev-parse --show-toplevel
[2024-09-01T04:13:11.629Z] + PYTHONPATH=.
[2024-09-01T04:13:11.629Z] + xargs -0 python3 -m pylint --rcfile /home/ubuntu/jenkins/workspace/linters/python/.pylintrc --disable ''
[2024-09-01T04:13:18.177Z] ************* Module network.nodes
[2024-09-01T04:13:18.177Z] network/nodes.py:101:47: E0606: Possibly using variable 'json_peers' before assignment (possibly-used-before-assignment)
[2024-09-01T04:13:18.177Z] 
[2024-09-01T04:13:18.177Z] -----------------------------------
[2024-09-01T04:13:18.177Z] Your code has been rated at 9.97/10
[2024-09-01T04:13:18.177Z] 

Details

  • Declarative: Checkout SCM (18 sec)
    • setup environment (2.8 sec)
    • CI pipeline (2 min 3 sec)
      • display environment (1.6 sec)
      • checkout (0.83 sec)
      • setup docker environment (5.6 sec)
      • verify conventional commit message (0.82 sec)
      • setup lint (32 sec)
      • run lint (10 sec)
        Error: script returned exit code 123
      • setup build (0.83 sec)
      • run build (0.78 sec)
      • setup tests (0.76 sec)
      • run tests (0.81 sec)
      • run tests (examples) (0.72 sec)
      • run tests (vectors) (0.79 sec)
      • code coverage (0.77 sec)
    • CD pipeline (2.5 sec)
      • publish RC (0.82 sec)
      • publish Release (0.76 sec)
    • Declarative: Post Actions (0.9 sec)