OZI-Project/OZI

View on GitHub
:arrow_up: Update flake8-pyi requirement in /ozi/lint #1886
dependabot[bot] authored 1aad7c44
complete00:00:21
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: unknown engine or channel <codescan:stable>
WARNING: unknown engine or channel <cody:stable>
WARNING: unknown engine or channel <isort:stable>
WARNING: unknown engine or channel <proselint:stable>
WARNING: unknown engine or channel <protobuf:stable>
WARNING: unknown engine or channel <rustfmt:stable>
WARNING: unknown engine or channel <tfsec:stable>
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-standard:b1014
b1014: Pulling from codeclimate/codeclimate-standard
df20fa9351a1: Already exists
b79bab524d4c: Already exists
8f5dd72031b5: Already exists
bea36b8d88de: Pulling fs layer
3396c77940f8: Pulling fs layer
829628b17035: Pulling fs layer
2eee1528bf95: Pulling fs layer
8cdb73c9d65d: Pulling fs layer
5ad2029184d4: Pulling fs layer
f7287a81074b: Pulling fs layer
d8313b68eb98: Pulling fs layer
233957f25f4d: Pulling fs layer
f7287a81074b: Waiting
8cdb73c9d65d: Waiting
d8313b68eb98: Waiting
5ad2029184d4: Waiting
233957f25f4d: Waiting
2eee1528bf95: Waiting
829628b17035: Verifying Checksum
829628b17035: Download complete
3396c77940f8: Verifying Checksum
3396c77940f8: Download complete
2eee1528bf95: Verifying Checksum
2eee1528bf95: Download complete
8cdb73c9d65d: Verifying Checksum
8cdb73c9d65d: Download complete
f7287a81074b: Download complete
5ad2029184d4: Verifying Checksum
5ad2029184d4: Download complete
d8313b68eb98: Verifying Checksum
d8313b68eb98: Download complete
233957f25f4d: Download complete
bea36b8d88de: Download complete
bea36b8d88de: Pull complete
3396c77940f8: Pull complete
829628b17035: Pull complete
2eee1528bf95: Pull complete
8cdb73c9d65d: Pull complete
5ad2029184d4: Pull complete
f7287a81074b: Pull complete
d8313b68eb98: Pull complete
233957f25f4d: Pull complete
Digest: sha256:ba4ffc8a451881d168174ac75fd918ac3149cfec17c5a3490a01a736b882b4c3
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-standard:b1014
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-09-24T12:16:00.402670 #1]  INFO -- : Skipping file ozi/__main__.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
    const=lambda: print(__version__) or exit(0),
                      ^
SyntaxError: invalid syntax


I, [2024-09-24T12:16:00.420950 #1]  INFO -- : Skipping file ./ozi/scripts/meson_dist_setuptools_scm.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 65
    file=sys.stderr,
        ^
SyntaxError: invalid syntax


I, [2024-09-24T12:16:00.435462 #1]  INFO -- : Skipping file ./ozi/scripts/meson_setuptools_scm.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 58
    file=sys.stderr,
        ^
SyntaxError: invalid syntax


I, [2024-09-24T12:16:00.436848 #1]  INFO -- : Skipping file ./ozi/scripts/render_requirements.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 35
    print(f'Requires-Dist: {req}')
                                ^
SyntaxError: invalid syntax


I, [2024-09-24T12:16:00.477575 #1]  INFO -- : Skipping file ozi/tasks.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 36
    c: Context,
     ^
SyntaxError: invalid syntax


I, [2024-09-24T12:16:00.499795 #1]  INFO -- : Skipping file ozi/__init__.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
    def current_version() -> 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
8
fixme
fixme engine documentation
9
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: 59 files indexed
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.327s
INFO: Final Memory: 6M/295M
INFO: ------------------------------------------------------------------------
10
standard
standard engine documentation