Error: PROSPECTOR_WARNING: [#def1] /usr/lib/python3.14/site-packages/logdetective/remote_log.py:114:13: W1514[pylint]: Using open without explicitly specifying an encoding # 112| raise ValueError(f"Local log {log_path} doesn't exist!") # 113| # 114|-> with open(log_path, "rt") as f: # 115| log = f.read() # 116| Error: PROSPECTOR_WARNING: [#def2] /usr/lib/python3.14/site-packages/logdetective/server/config.py:18:17: W1514[pylint]: Using open without explicitly specifying an encoding # 16| if path is not None: # 17| try: # 18|-> with open(path, "r") as config_file: # 19| return Config.model_validate(yaml.safe_load(config_file)) # 20| except FileNotFoundError: Error: PROSPECTOR_WARNING: [#def3] /usr/lib/python3.14/site-packages/logdetective/utils.py:248:17: W1514[pylint]: Using open without explicitly specifying an encoding # 246| if config_path: # 247| try: # 248|-> with open(config_path, "r") as file: # 249| configuration = PromptConfig(**yaml.safe_load(file)) # 250| except FileNotFoundError: Error: PROSPECTOR_WARNING: [#def4] /usr/lib/python3.14/site-packages/logdetective/utils.py:310:17: W1514[pylint]: Using open without explicitly specifying an encoding # 308| if path: # 309| try: # 310|-> with open(path, "r") as file: # 311| return SkipSnippets(yaml.safe_load(file)) # 312| except OSError as e:
| analyzer-version-clippy | 1.94.1 |
| analyzer-version-cppcheck | 2.20.0 |
| analyzer-version-gcc | 16.0.1 |
| analyzer-version-gcc-analyzer | 16.0.1 |
| analyzer-version-pylint | 4.0.5 |
| 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-204.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.20260320.200800.gd35503f.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | python-logdetective-3.9.0-1.20260408075353951436.main.14.gdfa3a3f |
| store-results-to | /tmp/tmpit2cnnsz/python-logdetective-3.9.0-1.20260408075353951436.main.14.gdfa3a3f.tar.xz |
| time-created | 2026-04-08 08:32:32 |
| time-finished | 2026-04-08 08:34:43 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'cppcheck,gcc,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpit2cnnsz/python-logdetective-3.9.0-1.20260408075353951436.main.14.gdfa3a3f.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '-t=pylint' '/tmp/tmpit2cnnsz/python-logdetective-3.9.0-1.20260408075353951436.main.14.gdfa3a3f.src.rpm' |
| tool-version | csmock-3.8.5-1.el9 |