DefinetlyNotAI/Logicytics

View on GitHub
Delete .github/workflows/powershell.yml #213
Shahm Najeeb authored b9d9a11d
complete00:00:16
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-fixme:b188
b188: Pulling from codeclimate/codeclimate-fixme
90f4dba627d6: Already exists
a3ed95caeb02: Pulling fs layer
84319a08f3d7: Pulling fs layer
9a7a3c8b75ac: Pulling fs layer
a295ebbbbdc1: Pulling fs layer
e9068dee127d: Pulling fs layer
1ba56920fd8f: Pulling fs layer
df6640a2ada9: Pulling fs layer
0b4a6fa6bdae: Pulling fs layer
df6640a2ada9: Waiting
e9068dee127d: Waiting
a295ebbbbdc1: Waiting
84319a08f3d7: Waiting
0b4a6fa6bdae: Waiting
1ba56920fd8f: Waiting
9a7a3c8b75ac: Waiting
a3ed95caeb02: Download complete
9a7a3c8b75ac: Download complete
a3ed95caeb02: Pull complete
84319a08f3d7: Verifying Checksum
84319a08f3d7: Download complete
a295ebbbbdc1: Verifying Checksum
a295ebbbbdc1: Download complete
e9068dee127d: Verifying Checksum
e9068dee127d: Download complete
df6640a2ada9: Verifying Checksum
df6640a2ada9: Download complete
0b4a6fa6bdae: Verifying Checksum
0b4a6fa6bdae: Download complete
1ba56920fd8f: Verifying Checksum
1ba56920fd8f: Download complete
84319a08f3d7: Pull complete
9a7a3c8b75ac: Pull complete
a295ebbbbdc1: Pull complete
e9068dee127d: Pull complete
1ba56920fd8f: Pull complete
df6640a2ada9: Pull complete
0b4a6fa6bdae: Pull complete
Digest: sha256:a1d81814b1bcb2a08a5537aa956a566723daef4b1b02dd2bc6addf4d836a4a2d
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-fixme:b188
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-11-11T06:16:29.762678 #1]  INFO -- : Skipping file CODE/_extra.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 23
    print(f"{i + 1}. {file}")
                           ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.762843 #1]  INFO -- : Skipping file CODE/wmic.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 31
    log.info(f"Executing Command Number {i + 1}: {wmic_commands[i]}")
                                                                   ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.774181 #1]  INFO -- : Skipping file CODE/driverquery+sysinfo.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 7
    def command(file: str, com: str, message: str):
                    ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.785478 #1]  INFO -- : Skipping file CODE/_dev.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 7
    def __update_json_file(filename: str, new_data: list | str, key: str) -> None:
                                   ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.786716 #1]  INFO -- : Skipping file CODE/registry.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
    log.info(f"Registry backed up successfully to {export_path}")
                                                               ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.799757 #1]  INFO -- : Skipping file CODE/ssh_miner.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 41
    log.error(f"Failed to back up SSH keys and configuration: {e}")
                                                                 ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.810925 #1]  INFO -- : Skipping file CODE/sys_internal.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 32
    command = f"{os.path.join('SysInternal_Suite', executable)}"
                                                               ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.811468 #1]  INFO -- : Skipping file CODE/media_backup.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 12
    def __get_default_paths() -> list:
                              ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.822329 #1]  INFO -- : Skipping file CODE/log_miner.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 22
    cmd = f'Get-EventLog -LogName "{log_type}" | Export-Csv -Path "{backup_file}" -NoTypeInformation'
                                                                                                    ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.822899 #1]  INFO -- : Skipping file CODE/tasklist.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 27
    log.error(f"Subprocess Error: {e}")
                                     ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.833500 #1]  INFO -- : Skipping file CODE/_health.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 7
    def backup(directory: str, name: str) -> None:
                        ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.834140 #1]  INFO -- : Skipping file CODE/wifi_stealer.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 get_password(ssid: str) -> str | None:
                         ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.844946 #1]  INFO -- : Skipping file CODE/_hide_my_tracks.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 21
    subprocess.run(f'del "{os.path.join(log_path, file)}"', shell=False)
                                                         ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.845541 #1]  INFO -- : Skipping file CODE/Logicytics.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 49
    def special_run(file_path: str):
                             ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.856319 #1]  INFO -- : Skipping file CODE/__lib_class.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 open_file(file: str, use_full_path=False) -> str | None:
                      ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.856912 #1]  INFO -- : Skipping file CODE/_zipper.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 37
    def __get_files_to_zip(path: str) -> list:
                               ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.867496 #1]  INFO -- : Skipping file CODE/_debug.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
    ) -> bool | tuple[tuple[str, str, str], tuple[str, str, str]]:
      ^
SyntaxError: invalid syntax


I, [2024-11-11T06:16:29.867802 #1]  INFO -- : Skipping file CODE/online_ip_scraper.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 12
    def __get_my_ip() -> str:
                      ^
SyntaxError: invalid syntax
7
fixme
fixme engine documentation
8
git-legal
git-legal engine documentation