djbrown/hbscorez

View on GitHub
Bump idna from 3.6 to 3.7 #654
dependabot[bot] authored 61cf5220
complete00:00:27
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No errors or warnings found in .codeclimate.json.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-04-11T22:57:38.494847 #1]  INFO -- : Skipping file ./src/players/management/commands/parse_report.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 11
    def parse_spectators(table) -> int | None:
                                ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.512381 #1]  INFO -- : Skipping file ./src/players/management/commands/import_reports.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 24
    options: dict[str, Any] = {}
           ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.551182 #1]  INFO -- : Skipping file src/players/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 20
    return f"{self.name} {self.team.short_name}"
                                               ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.598336 #1]  INFO -- : Skipping file ./src/hbscorez/settings.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 4
    ROOT_DIR: Path = Path.cwd()
            ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.610373 #1]  INFO -- : Skipping file ./src/leagues/management/commands/import_leagues.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 90
    def scrape_district_season(district: District, season: Season, options):
                                       ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.658291 #1]  INFO -- : Skipping file src/leagues/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 19
    return f"{self.start_year}/{self.start_year + 1}"
                                                    ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.687456 #1]  INFO -- : Skipping file src/sports_halls/urls.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 3
    urlpatterns: list = []
               ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.700654 #1]  INFO -- : Skipping file src/sports_halls/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 15
    return f"{self.number} {self.name}"
                                      ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.738971 #1]  INFO -- : Skipping file src/users/forms.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 57
    raise ValidationError("Mannschaft konnte nicht gefunden werden.") from exc
                                                                         ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.751253 #1]  INFO -- : Skipping file ./src/base/templatetags/scores_extras.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 14
    def team_outcome_badge(outcome: TeamOutcome):
                                  ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.768129 #1]  INFO -- : Skipping file ./src/base/middleware/env.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 4
    def _ensure_env(name: str, default: models.Value, force: bool = False) -> models.Env:
                        ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.788663 #1]  INFO -- : Skipping file ./src/base/management/commands/correct_data.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 51
    player_number: int, goals: int = 0, penalty_tries: int = 0, penalty_goals: int = 0, **kwargs
                 ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.822433 #1]  INFO -- : Skipping file src/base/captcha.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 12
    def encode_captcha_image_base64(captcha: str) -> str:
                                           ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.822601 #1]  INFO -- : Skipping file src/base/logic.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 19
    def add_ranking_place(items: list, field: str):
                               ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.834408 #1]  INFO -- : Skipping file src/base/http.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 10
    def get_text(url) -> str:
                      ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.863094 #1]  INFO -- : Skipping file src/base/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 15
    def set_value(self, value: Value):
                             ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.881690 #1]  INFO -- : Skipping file src/base/parsing.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 16
    def html_dom(html_text: str) -> _Element:
                          ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.897255 #1]  INFO -- : Skipping file ./src/districts/management/commands/import_districts.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 50
    def scrape_districs(association: Association, options):
                                   ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.957817 #1]  INFO -- : Skipping file src/districts/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 16
    return f"{self.bhv_id} {self.name}"
                                      ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.971217 #1]  INFO -- : Skipping file src/manage.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 14
    ) from exc
         ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:38.971893 #1]  INFO -- : Skipping file src/teams/views.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 79
    cal.add("X-WR-CALNAME", f"Spielplan {team.league.abbreviation} {team.short_name}")
                                                                                    ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.012947 #1]  INFO -- : Skipping file src/teams/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 25
    return f"{self.bhv_id} {self.short_name}"
                                            ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.049916 #1]  INFO -- : Skipping file ./src/games/management/commands/import_games.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 18
    options: dict[str, Any] = {}
           ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.089316 #1]  INFO -- : Skipping file src/games/urls.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 3
    urlpatterns: list = []
               ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.102232 #1]  INFO -- : Skipping file src/games/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 56
    return f"{self.number} {self.league} {self.home_team.short_name} vs. {self.guest_team.short_name}"
                                                                                                     ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.115999 #1]  INFO -- : Skipping file ./src/associations/management/commands/import_associations.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 53
    def scrape_association(url: str, options):
                              ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.152852 #1]  INFO -- : Skipping file src/associations/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 13
    return f"{self.bhv_id} {self.abbreviation}"
                                              ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.164571 #1]  INFO -- : Skipping file ./src/clubs/management/commands/import_clubs.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 18
    options: dict[str, Any] = {}
           ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.182463 #1]  INFO -- : Skipping file src/clubs/views.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 12
    team: Team
        ^
SyntaxError: invalid syntax


I, [2024-04-11T22:57:39.217553 #1]  INFO -- : Skipping file src/clubs/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 14
    return f"{self.bhv_id} {self.name}"
                                      ^
SyntaxError: invalid syntax
7
bandit
bandit engine documentation
View output
[main]	INFO	profile include tests: None
[main]	INFO	profile exclude tests: None
[main]	INFO	cli include tests: None
[main]	INFO	cli exclude tests: None
100 [0.. 50.. ]
8
eslint
eslint engine documentation
View output
No rules are configured. Make sure you have added a config file with rules enabled.
See our documentation at https://docs.codeclimate.com/docs/eslint for more information.
(node:8) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:8) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
9
fixme
fixme engine documentation
10
git-legal
git-legal engine documentation
11
markdownlint
markdownlint engine documentation
View output
/usr/local/bundle/gems/posix-spawn-0.3.11/lib/posix/spawn.rb:467: warning: constant ::Fixnum is deprecated
12
pep8
pep8 engine documentation
View output
.github/ src/players/management/ src/players/views.py src/players/jinja2/ src/players/apps.py src/players/admin.py src/players/__init__.py src/players/urls.py src/players/models.py src/hbscorez/ src/leagues/management/ src/leagues/views.py src/leagues/jinja2/ src/leagues/apps.py src/leagues/admin.py src/leagues/__init__.py src/leagues/urls.py src/leagues/models.py src/sports_halls/apps.py src/sports_halls/admin.py src/sports_halls/__init__.py src/sports_halls/urls.py src/sports_halls/models.py src/users/views.py src/users/templates/ src/users/static/ src/users/apps.py src/users/__init__.py src/users/urls.py src/users/forms.py src/base/templatetags/ src/base/middleware/ src/base/management/ src/base/context_processors.py src/base/views.py src/base/templates/ src/base/logic.py src/base/captcha.py src/base/jinja2/ src/base/http.py src/base/apps.py src/base/admin.py src/base/__init__.py src/base/urls.py src/base/models.py src/base/parsing.py src/base/forms.py src/districts/management/ src/districts/views.py src/districts/jinja2/ src/districts/apps.py src/districts/admin.py src/districts/__init__.py src/districts/urls.py src/districts/models.py src/manage.py src/teams/views.py src/teams/jinja2/ src/teams/apps.py src/teams/admin.py src/teams/__init__.py src/teams/urls.py src/teams/models.py src/api/ src/games/management/ src/games/views.py src/games/apps.py src/games/admin.py src/games/__init__.py src/games/urls.py src/games/models.py src/associations/management/ src/associations/views.py src/associations/jinja2/ src/associations/apps.py src/associations/admin.py src/associations/__init__.py src/associations/urls.py src/associations/models.py src/clubs/management/ src/clubs/views.py src/clubs/jinja2/ src/clubs/apps.py src/clubs/admin.py src/clubs/__init__.py src/clubs/urls.py src/clubs/models.py
13
radon
radon engine documentation
View output
Running radon3...
14
shellcheck
shellcheck engine documentation
15
sonar-python
sonar-python engine documentation
View output
INFO: Java 1.8.0_111-internal Oracle Corporation (64-bit)
INFO: Linux 4.4.0-1128-aws amd64
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-core-2.17.0.899.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-cli-2.1.0.566.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
INFO: Index files
INFO: 167 files indexed
ERROR: Unable to parse file: /code/src/players/management/commands/parse_report.py
ERROR: Parse error at line 12 column 9:

    6: from teams.models import Team
    7: 
    8: LOGGER = logging.getLogger("hbscorez")
    9: 
   10: 
   11: def parse_spectators(table) -> int | None:
  -->      specs: str = table["data"][4][2]["text"]
   13:     if specs == "k.A.":
   14:         return None
   15: 
   16:     try:

ERROR: Unable to parse file: /code/src/players/management/commands/import_reports.py
ERROR: Parse error at line 24 column 11:

   17: .commands import parse_report
   18: from players.models import ReportsBlacklist
   19: 
   20: LOGGER = logging.getLogger("hbscorez")
   21: 
   22: 
   23: class Command(BaseCommand):
  -->      options: dict[str, Any] = {}
   25: 
   26:     def add_arguments(self, parser):
   27:         add_default_arguments(parser)
   28:         parser.add_argument(

ERROR: Unable to parse file: /code/src/hbscorez/settings.py
ERROR: Parse error at line 4 column 8:

    1: import os
    2: from pathlib import Path
    3: 
  -->  ROOT_DIR: Path = Path.cwd()
    5: 
    6: SECRET_KEY = " "        
    7: 
    8: DEBUG = True
    9: 
   10: INSTALLED_APPS = [
   11:     "django.contrib.admin",
   12:     "django.contrib.auth",
   13:     "django.contrib.contenttypes",
   14:     "django.contrib.sessions",
   15:     "django.contrib.messages",

ERROR: Unable to parse file: /code/src/sports_halls/urls.py
ERROR: Parse error at line 3 column 11:

    1: app_name = "sports-halls"
    2: 
  -->  urlpatterns: list = []
    4: EOF

ERROR: Unable to parse file: /code/src/base/logic.py
ERROR: Parse error at line 90 column 12:

   86: != game.report_number:
   87:         game.score_set.all().delete()
   88:         LOGGER.info("DELETED Game Scores: %s", game)
   89: 
  -->      defaults: dict[str, Any | None] = {
   91:         "home_goals": home_goals,
   92:         "guest_goals": guest_goals,
   93:         "report_number": report_number,
   94:         "opening_whistle": opening_whistle,
   95:         "sports_hall": sports_hall

ERROR: Unable to parse file: /code/src/base/parsing.py
ERROR: Parse error at line 86 column 12:

   80: ]
   81:     paragraphs = cast(
   82:         list[html.HtmlMixin],
   83:         dom.xpath('//table[@class="scoretable"]/following::div[following::table[@class="gametable"]]'),
   84:     )
   85:     for paragraph in paragraphs:
  -->          text: str = cast(str, paragraph.text_content())
   87:         matches = re.match(r"(?:Der|Die) (.*) hat.* ([0123]\d\.[012]\d\.\d{2,4}).* zurückgezogen.*", text)
   88:         if matches:
   89:             

ERROR: Unable to parse file: /code/src/teams/models.py
ERROR: Parse error at line 68 column 16:

   65: staticmethod
   66:     def find_matching_short_name(name: str, short_names: list[str]) -> str:
   67:         counter = Counter(short_names)
  -->          by_count: list[tuple[str, int]] = counter.most_common()
   69:         max_count: int = by_count[0][1]
   70:         most_commons

ERROR: Unable to parse file: /code/src/games/management/commands/import_games.py
ERROR: Parse error at line 18 column 11:

   11: import add_default_arguments
   12: from leagues.models import League, Season
   13: 
   14: LOGGER = logging.getLogger("hbscorez")
   15: 
   16: 
   17: class Command(BaseCommand):
  -->      options: dict[str, Any] = {}
   19: 
   20:     def add_arguments(self, parser):
   21:         add_default_arguments(parser)
   22:         parser.add_argument(

ERROR: Unable to parse file: /code/src/games/urls.py
ERROR: Parse error at line 3 column 11:

    1: app_name = "games"
    2: 
  -->  urlpatterns: list = []
    4: EOF

ERROR: Unable to parse file: /code/src/games/models.py
ERROR: Parse error at line 121 column 18:

  118: self) -> GameOutcome:
  119:         if self.home_goals is None and self.guest_goals is None:
  120:             return GameOutcome.OPEN
  -->          home_goals: int = Maybe.from_optional(self.home_goals).unwrap()
  122:         guest_goals: int = Maybe.from_optional(self.guest_goals).unwrap

ERROR: Unable to parse file: /code/src/clubs/management/commands/import_clubs.py
ERROR: Parse error at line 18 column 11:

   11: import District
   12: from teams.models import Club, Team
   13: 
   14: LOGGER = logging.getLogger("hbscorez")
   15: 
   16: 
   17: class Command(BaseCommand):
  -->      options: dict[str, Any] = {}
   19: 
   20:     def add_arguments(self, parser):
   21:         parser.add_argument(
   22:             "--associations", "-a", nargs

ERROR: Unable to parse file: /code/src/clubs/views.py
ERROR: Parse error at line 12 column 8:

    6: 
    7: 
    8: 
    9: def detail(request, bhv_id):
   10:     club = get_object_or_404(Club, bhv_id=bhv_id)
   11:     teams_by_season = defaultdict(list)
  -->      team: Team
   13:     for team in club.team_set.order_by("-league__season__start_year", "name", "league__abbreviation"):
   14:         teams_by_season[team.league.season.start_year

INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.477s
INFO: Final Memory: 6M/295M
INFO: ------------------------------------------------------------------------
16
stylelint
stylelint engine documentation
View output
•• Timing: .engineConfig: 0.016s
Error: No configuration provided. Make sure you have added a config file with rules enabled.
See our documentation at https://docs.codeclimate.com/docs/stylelint for more information.