Error: PROSPECTOR_WARNING: [#def1] /usr/lib/python3.14/site-packages/logdetective/server/config.py:17:17: W1514[pylint]: Using open without explicitly specifying an encoding # 15| if path is not None: # 16| try: # 17|-> with open(path, "r") as config_file: # 18| return Config.model_validate(yaml.safe_load(config_file)) # 19| except FileNotFoundError: Error: PROSPECTOR_WARNING: [#def2] /usr/lib/python3.14/site-packages/logdetective/utils.py:177:13: W1514[pylint]: Using open without explicitly specifying an encoding # 175| raise ValueError(f"Local log {log_path} doesn't exist!") # 176| # 177|-> with open(log_path, "rt") as f: # 178| log = f.read() # 179| Error: PROSPECTOR_WARNING: [#def3] /usr/lib/python3.14/site-packages/logdetective/utils.py:216:17: W1514[pylint]: Using open without explicitly specifying an encoding # 214| if config_path: # 215| try: # 216|-> with open(config_path, "r") as file: # 217| configuration = PromptConfig(**yaml.safe_load(file)) # 218| except FileNotFoundError: Error: PROSPECTOR_WARNING: [#def4] /usr/lib/python3.14/site-packages/logdetective/utils.py:277:17: W1514[pylint]: Using open without explicitly specifying an encoding # 275| if path: # 276| try: # 277|-> with open(path, "r") as file: # 278| return SkipSnippets(yaml.safe_load(file)) # 279| except OSError as e:
| analyzer-version-clippy | 1.93.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.1 |
| analyzer-version-gcc-analyzer | 16.0.1 |
| analyzer-version-pylint | 4.0.4 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, pylint, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-222.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20260119.105402.g7a5be1b.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | python-logdetective-3.2.0-1.20260203133851493866.main.4.g9ea4574 |
| store-results-to | /tmp/tmpx_0_r7c5/python-logdetective-3.2.0-1.20260203133851493866.main.4.g9ea4574.tar.xz |
| time-created | 2026-02-04 10:15:57 |
| time-finished | 2026-02-04 10:18:11 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'cppcheck,unicontrol,shellcheck,gcc,clippy' '-o' '/tmp/tmpx_0_r7c5/python-logdetective-3.2.0-1.20260203133851493866.main.4.g9ea4574.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '-t=pylint' '/tmp/tmpx_0_r7c5/python-logdetective-3.2.0-1.20260203133851493866.main.4.g9ea4574.src.rpm' |
| tool-version | csmock-3.8.3.20260128.181932.g41af877-1.el9 |