OZI-Project/OZI

View on GitHub
:arrow_up: Update hypothesis[cli,codemods,ghostwriter] requirement #1975
dependabot[bot] authored fdc75aec
complete00:00:20
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: Pulling fs layer
b79bab524d4c: Pulling fs layer
8f5dd72031b5: Pulling fs layer
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
2eee1528bf95: Waiting
bea36b8d88de: Waiting
3396c77940f8: Waiting
829628b17035: Waiting
8cdb73c9d65d: Waiting
d8313b68eb98: Waiting
233957f25f4d: Waiting
5ad2029184d4: Waiting
f7287a81074b: Waiting
8f5dd72031b5: Verifying Checksum
8f5dd72031b5: Download complete
b79bab524d4c: Download complete
df20fa9351a1: Verifying Checksum
df20fa9351a1: Download complete
3396c77940f8: Verifying Checksum
3396c77940f8: Download complete
df20fa9351a1: Pull complete
829628b17035: Download complete
b79bab524d4c: Pull complete
2eee1528bf95: Verifying Checksum
2eee1528bf95: Download complete
8cdb73c9d65d: Download complete
8f5dd72031b5: Pull complete
5ad2029184d4: Verifying Checksum
5ad2029184d4: Download complete
f7287a81074b: Verifying Checksum
f7287a81074b: Download complete
bea36b8d88de: Download complete
233957f25f4d: Verifying Checksum
233957f25f4d: Download complete
d8313b68eb98: Verifying Checksum
d8313b68eb98: 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-10-09T16:18:50.130136 #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 47
    """  # pragma: no cover
      ^
SyntaxError: invalid syntax


I, [2024-10-09T16:18:50.142901 #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-10-09T16:18:50.160495 #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-10-09T16:18:50.164468 #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-10-09T16:18:50.204079 #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-10-09T16:18:50.223261 #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.405s
INFO: Final Memory: 6M/295M
INFO: ------------------------------------------------------------------------
10
standard
standard engine documentation