twschiller/open-synthesis

View on GitHub
Bump @babel/core from 7.24.0 to 7.24.5 #1346
dependabot[bot] authored 5b227aef
complete00:00:15
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
WARNING: 'ratings' has been deprecated, and will not be used
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-29T22:16:49.988055 #1]  INFO -- : Skipping file ./openach/views/boards.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 257
    selected = request.POST.get(f"hypothesis-{hypothesis.id}", None)
                                                            ^
SyntaxError: invalid syntax


I, [2024-04-29T22:16:50.145354 #1]  INFO -- : Skipping file openach/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 74
    def __init__(self, *args, user=None, **kwargs):
                                 ^
SyntaxError: invalid syntax
7
radon
radon engine documentation
View output
Running radon3...
8
pep8
pep8 engine documentation
View output
conftest.py openach/templatetags/ openach/metrics.py openach/management/ openach/signals.py openach/sitemap.py openach/context_processors.py openach/tasks.py openach/templates/ openach/static/ openach/donate.py openach/views/ openach/fixtures/ openach/decorators.py openach/util.py openach/apps.py openach/auth.py openach/admin.py openach/account_adapters.py openach/__init__.py openach/urls.py openach/models.py openach/digest.py openach/forms.py openintel/ .github/ .idea/ openach-frontend/ manage.py conf.py/usr/lib/python3.9/site-packages/pycodestyle.py:2665: UserWarning: [pep8] section is deprecated. Use [pycodestyle].
  warnings.warn('[pep8] section is deprecated. Use [pycodestyle].')