maddevsio/raiden-client-python

View on GitHub
Set theme jekyll-theme-minimal #161
Aleksandr Sobolev authored 4eecdda1
complete00:00:13
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

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-20T23:43:17.482164 #1]  INFO -- : Skipping file ./raiden_client/endpoints/payment.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 __init__(self, token_address: str, target_address: str, amount: int, identifier: int = None) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.482222 #1]  INFO -- : Skipping file ./raiden_client/endpoints/channel_deposit.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 __init__(self, token_address: str, partner_address: str, total_deposit: int) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.493458 #1]  INFO -- : Skipping file ./raiden_client/endpoints/payment_events.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 __init__(self, token_address: str, target_address: str) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.494000 #1]  INFO -- : Skipping file ./raiden_client/endpoints/connection_disconnect.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 __init__(self, token_address: str) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.504601 #1]  INFO -- : Skipping file ./raiden_client/endpoints/connections.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 name(self) -> str:
                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.505107 #1]  INFO -- : Skipping file ./raiden_client/endpoints/tokens.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
    def __init__(self, token_address: str = None) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.515733 #1]  INFO -- : Skipping file ./raiden_client/endpoints/channel_withdraw.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 __init__(self, token_address: str, partner_address: str, total_withdraw: int) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.521917 #1]  INFO -- : Skipping file ./raiden_client/endpoints/mint_tokens.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 __init__(self, token_address: str, to: str, value: int, contract_method: str = "mintFor"):
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.526879 #1]  INFO -- : Skipping file ./raiden_client/endpoints/channel_open.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 __init__(self, token_address: str, partner_address: str, total_deposit: int, settle_timeout: int) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.532979 #1]  INFO -- : Skipping file ./raiden_client/endpoints/base.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 name(self) -> str:
                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.537915 #1]  INFO -- : Skipping file ./raiden_client/endpoints/channels.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
    def __init__(self, token_address: str = None) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.543926 #1]  INFO -- : Skipping file ./raiden_client/endpoints/non_settled_partners.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 __init__(self, token_address: str) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.549059 #1]  INFO -- : Skipping file ./raiden_client/endpoints/address.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
    def name(self) -> str:
                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.554787 #1]  INFO -- : Skipping file ./raiden_client/endpoints/channel_close.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 __init__(self, token_address: str, partner_address: str) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.560279 #1]  INFO -- : Skipping file ./raiden_client/endpoints/pending_transfers.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 __init__(self, token_address: str = None, partner_address: str = None):
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.565773 #1]  INFO -- : Skipping file ./raiden_client/endpoints/channel.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 17
    def __init__(self, token_address: str, partner_address: str) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.571130 #1]  INFO -- : Skipping file ./raiden_client/endpoints/token_registry.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 17
    def __init__(self, token_address: str = None) -> None:
                                    ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.582043 #1]  INFO -- : Skipping file ./raiden_client/endpoints/connections_connect.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
    token_address: str,
                 ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.588105 #1]  INFO -- : Skipping file ./raiden_client/raiden_api.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 __init__(self, endpoint: str, version: str) -> None:
                               ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.592973 #1]  INFO -- : Skipping file ./raiden_client/types.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 5
    token_network_address: str
                         ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.598885 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/payment.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.604164 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/channel_deposit.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.609831 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/payment_events.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.615045 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/connection_disconnect.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.620642 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/connections.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.625820 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/tokens.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.631544 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/channel_withdraw.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.636920 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/mint_tokens.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.642483 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/channel_open.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.648003 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/channels.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.653270 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/non_settled_partners.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.658715 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/address.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.664235 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/channel_close.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.669454 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/pending_transfers.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.674969 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/channel.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.680251 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/token_registry.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.691027 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli_commands/connections_connect.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 6
    def configure_parser(arg_parser: ArgumentParser, subparser: _SubParsersAction) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.696090 #1]  INFO -- : Skipping file ./raiden_client/interfaces/cli.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 27
    def create_subparsers(parser: argparse.ArgumentParser, subparser: argparse._SubParsersAction) -> None:
                                ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.701888 #1]  INFO -- : Skipping file ./raiden_client/interfaces/client.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 27
    def __init__(self, endpoint: str = default_endpoint, version: str = "v1") -> None:
                               ^
SyntaxError: invalid syntax


I, [2024-04-20T23:43:17.718341 #1]  INFO -- : Skipping file ./raiden_client/utils.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 7
    def normalize_address_eip55(address: str) -> str:
                                       ^
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
[node_visitor]	INFO	Unable to find qualified name for module: setup.py
8
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: Invalid character encountered in file '/code/docs/_static/md-logo.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: 69 files indexed
ERROR: Unable to parse file: /code/raiden_client/endpoints/connections_connect.py
ERROR: Parse error at line 37 column 12:

   33: (self) -> str:
   34:         return "put"
   35: 
   36:     def payload(self) -> Dict[str, Any]:
  -->          data: Dict[str, Any] = {"funds": self.funds}
   38: 
   39:         if self.initial_channel_target:
   40:             data["initial_channel_target"] = self.

ERROR: Unable to parse file: /code/raiden_client/types.py
ERROR: Parse error at line 5 column 25:

    1: from mypy_extensions import TypedDict
    2: 
    3: 
    4: class ChannelType(TypedDict):
  -->      token_network_address: str
    6:     channel_identifier: int
    7:     partner_address: str
    8:     token_address: str
    9:     balance: int
   10:     total_deposit: int
   11:     total_withdraw: int
   12:     state: str

INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.455s
INFO: Final Memory: 6M/295M
INFO: ------------------------------------------------------------------------