rust-dolby_vision-3.3.2-1.fc44

List of Findings

Error: CLIPPY_WARNING: [#def1]
src/rpu/mod.rs:61:1: warning: this `impl` can be derived
#     |
#  61 | / impl Default for ConversionMode {
#  62 | |     fn default() -> Self {
#  63 | |         Self::Lossless
#  64 | |     }
#  65 | | }
#     | |_^
#     |
#     = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#derivable_impls
#  help: replace the manual implementation with a derive attribute and mark the default variant
#     |
#  22 + #[derive(Default)]
#  23 | pub enum ConversionMode {
#  24 ~     #[default]
#  25 ~     Lossless = 0,
#     |

Error: CLIPPY_WARNING: [#def2]
src/rpu/rpu_data_mapping.rs:527:1: warning: this `impl` can be derived
#      |
#  527 | / impl Default for DoviMappingMethod {
#  528 | |     fn default() -> Self {
#  529 | |         Self::Invalid
#  530 | |     }
#  531 | | }
#      | |_^
#      |
#      = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#derivable_impls
#      = note: `#[warn(clippy::derivable_impls)]` on by default
#  help: replace the manual implementation with a derive attribute and mark the default variant
#      |
#   19 + #[derive(Default)]
#   20 | pub enum DoviMappingMethod {
#   21 |     /// Not a valid value, placeholder for Default
#   22 ~     #[default]
#   23 ~     Invalid = 255,
#      |

Scan Properties

analyzer-version-clippy1.92.0
analyzer-version-cppcheck2.19.1
analyzer-version-gcc16.0.0
analyzer-version-gcc-analyzer16.0.0
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-6.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namerust-dolby_vision-3.3.2-1.fc44
store-results-to/tmp/tmpmih1ecf6/rust-dolby_vision-3.3.2-1.fc44.tar.xz
time-created2026-01-08 21:34:59
time-finished2026-01-08 21:37:06
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpmih1ecf6/rust-dolby_vision-3.3.2-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpmih1ecf6/rust-dolby_vision-3.3.2-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9