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(yaml.safe_load(config_file)) # 19| except FileNotFoundError: Error: PROSPECTOR_WARNING: [#def2] /usr/lib/python3.14/site-packages/logdetective/utils.py:161:13: W1514[pylint]: Using open without explicitly specifying an encoding # 159| raise ValueError(f"Local log {log_path} doesn't exist!") # 160| # 161|-> with open(log_path, "rt") as f: # 162| log = f.read() # 163| Error: PROSPECTOR_WARNING: [#def3] /usr/lib/python3.14/site-packages/logdetective/utils.py:203:17: W1514[pylint]: Using open without explicitly specifying an encoding # 201| if path: # 202| try: # 203|-> with open(path, "r") as file: # 204| return PromptConfig(yaml.safe_load(file)) # 205| except FileNotFoundError: Error: PROSPECTOR_WARNING: [#def4] /usr/lib/python3.14/site-packages/logdetective/utils.py:253:17: W1514[pylint]: Using open without explicitly specifying an encoding # 251| if path: # 252| try: # 253|-> with open(path, "r") as file: # 254| return SkipSnippets(yaml.safe_load(file)) # 255| except OSError as e:
| analyzer-version-clippy | 1.90.0 |
| analyzer-version-cppcheck | 2.18.3 |
| analyzer-version-gcc | 15.2.1 |
| analyzer-version-gcc-analyzer | 15.2.1 |
| analyzer-version-pylint | 4.0.2 |
| 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.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | python-logdetective-2.5.0-1.20251029141748120265.main.1.g1404b45 |
| store-results-to | /tmp/tmprh3e35q4/python-logdetective-2.5.0-1.20251029141748120265.main.1.g1404b45.tar.xz |
| time-created | 2025-10-29 16:40:28 |
| time-finished | 2025-10-29 16:44:03 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,shellcheck,clippy,unicontrol' '-o' '/tmp/tmprh3e35q4/python-logdetective-2.5.0-1.20251029141748120265.main.1.g1404b45.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '-t=pylint' '/tmp/tmprh3e35q4/python-logdetective-2.5.0-1.20251029141748120265.main.1.g1404b45.src.rpm' |
| tool-version | csmock-3.8.3.20251027.143044.ge6b947b-1.el9 |