PyDrocsid/CrypticBot

View on GitHub
Merge pull request #272 from PyDrocsid/template #245
Felix authored 2 years ago72dedf39
complete00:00:11
Your first build completed successfully!
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No checked in config: nothing to validate.
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, [2025-03-17T04:13:03.419436 #1]  INFO -- : Skipping file ./bot/cogs/custom/server_info/cog.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
    class CustomServerInfoCog(ServerInfoCog, name="Server Information"):
                                                 ^
SyntaxError: invalid syntax


I, [2025-03-17T04:13:03.437091 #1]  INFO -- : Skipping file ./bot/bot.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 40
    async def fetch_prefix(_, msg: Message) -> Iterable[str]:
            ^
SyntaxError: invalid syntax


I, [2025-03-17T04:13:03.454354 #1]  INFO -- : Skipping file ./bot/cryptic_bot.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 31
    logger.info(f"Starting {Config.NAME} v{Config.VERSION} ({Config.REPO_LINK})\n")
                                                                                 ^
SyntaxError: invalid syntax

Congratulations

Your first build completed successfully!

See the Results