12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-11-20T13:50:25.176132 #1] INFO -- : Skipping file ./.github/pages/make_switcher.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 9
def report_output(stdout: bytes, label: str) -> List[str]:
^
SyntaxError: invalid syntax
I, [2024-11-20T13:50:25.369009 #1] INFO -- : Skipping file ./python/src/odin_data/meta_writer/hdf5dataset.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 9
def units(unit: str):
^
SyntaxError: invalid syntax
I, [2024-11-20T13:50:25.994670 #1] INFO -- : Skipping file ./docs/conf.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 135
switcher_json = f"https://{github_user}.github.io/{github_repo}/switcher.json"
^
SyntaxError: invalid syntax
|