IdentityPython/pyFF

View on GitHub
Correct full namespace for mdui #497
Thijs Kinkhorst authored f2a40b2c
complete00:00:24
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

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
docker pull codeclimate/codeclimate-radon:b695
b695: Pulling from codeclimate/codeclimate-radon
e00d546a75ad: Pulling fs layer
21f0a0866768: Pulling fs layer
cd9d3946aa16: Pulling fs layer
2e56add6654f: Pulling fs layer
6c87f215a2be: Pulling fs layer
c2b31566ca3d: Pulling fs layer
2e56add6654f: Waiting
6c87f215a2be: Waiting
c2b31566ca3d: Waiting
21f0a0866768: Verifying Checksum
21f0a0866768: Download complete
e00d546a75ad: Verifying Checksum
e00d546a75ad: Download complete
cd9d3946aa16: Verifying Checksum
cd9d3946aa16: Download complete
c2b31566ca3d: Verifying Checksum
c2b31566ca3d: Download complete
e00d546a75ad: Pull complete
6c87f215a2be: Verifying Checksum
6c87f215a2be: Download complete
21f0a0866768: Pull complete
cd9d3946aa16: Pull complete
2e56add6654f: Verifying Checksum
2e56add6654f: Download complete
2e56add6654f: Pull complete
6c87f215a2be: Pull complete
c2b31566ca3d: Pull complete
Digest: sha256:dfeb7edc634b4e2f851f3c788f7c21bd8bae097d4c66af722c76a6ba51121f98
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-radon:b695
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-17T13:58:30.410137 #1]  INFO -- : Skipping file src/pyff/builtins.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 68
    def dump(req: Plumbing.Request, *opts):
                ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.443808 #1]  INFO -- : Skipping file src/pyff/parse.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
    description: str
               ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.452319 #1]  INFO -- : Skipping file src/pyff/api.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
    def __init__(self) -> None:
                       ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.484256 #1]  INFO -- : Skipping file src/pyff/resource.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 55
    self.pending: Dict[str, Resource] = {}
                ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.491209 #1]  INFO -- : Skipping file src/pyff/constants.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 220
    def S(*args: object, **kwargs: object) -> BaseSetting:
               ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.506698 #1]  INFO -- : Skipping file src/pyff/samlmd.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 87
    source: BytesIO, opts: ResourceOpts, base_url=None, validation_errors: Optional[Dict[str, Any]] = None,
          ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.573625 #1]  INFO -- : Skipping file src/pyff/pipes.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 25
    registry: Dict[str, Callable] = dict()
            ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.596171 #1]  INFO -- : Skipping file src/pyff/utils.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 82
    def resource_string(name: str, pfx: Optional[str] = None) -> Optional[Union[str, bytes]]:
                            ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.614382 #1]  INFO -- : Skipping file src/pyff/repo.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 16
    def __init__(self, scheduler=None) -> None:
                                       ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.634620 #1]  INFO -- : Skipping file src/pyff/logs.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 39
    def warn(self, msg: str) -> Any:
                      ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.656621 #1]  INFO -- : Skipping file src/pyff/store.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 311
    log.debug(f'Nothing to update for resource {r.name} with {len(r.children)} children')
                                                                                       ^
SyntaxError: invalid syntax


I, [2024-04-17T13:58:30.676013 #1]  INFO -- : Skipping file setup.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 15
    def load_requirements(path: PurePath) -> List[str]:
                              ^
SyntaxError: invalid syntax
7
csslint
csslint engine documentation
8
eslint
eslint engine documentation
View output
ESLint is running with the default parser.

(node:9) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:9) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
(node:9) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
9
fixme
fixme engine documentation
10
radon
radon engine documentation
View output
Running radon3...