Error: CLIPPY_WARNING: [#def1] crates/lib/src/deploy.rs:637:62: warning: unnecessary use of `to_string` # | # 637 | crate::bootc_composefs::repo::bootc_tag_for_manifest(&pull_result.manifest_digest.to_string()); # | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `pull_result.manifest_digest.as_ref()` # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#unnecessary_to_owned Error: CLIPPY_WARNING: [#def2] crates/lib/src/image.rs:339:30: warning: manual implementation of `ok` # | # 339 | let reflinks_supported = match sysroot.reflinks_supported() { # | ______________________________^ # 340 | | Ok(v) => Some(v), # 341 | | Err(_) => None, # 342 | | }; # | |_____^ help: replace with: `sysroot.reflinks_supported().ok()` # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#manual_ok_err # = note: `#[warn(clippy::manual_ok_err)]` on by default Error: CLIPPY_WARNING: [#def3] crates/lib/src/image.rs:1189:13: warning: unnecessary use of `to_string` # | # 1189 | &pull_result.manifest_digest.to_string(), # | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `pull_result.manifest_digest.as_ref()` # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#unnecessary_to_owned Error: CLIPPY_WARNING: [#def4] crates/ostree-ext/src/container/composefs_import.rs:150:17: warning: this `map_or` can be simplified # | # 150 | && !value.last().copied().map_or(true, |b| b == 0) # | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#unnecessary_map_or # = note: `#[warn(clippy::unnecessary_map_or)]` on by default # help: use `is_none_or` instead # | # 150 - && !value.last().copied().map_or(true, |b| b == 0) # 150 + && !value.last().copied().is_none_or(|b| b == 0) # | Error: CLIPPY_WARNING: [#def5] crates/ostree-ext/src/container/composefs_import.rs:503:25: warning: this `map_or` can be simplified # | # 503 | && !value.last().copied().map_or(true, |b| b == 0) # | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#unnecessary_map_or # help: use `is_none_or` instead # | # 503 - && !value.last().copied().map_or(true, |b| b == 0) # 503 + && !value.last().copied().is_none_or(|b| b == 0) # | Error: CLIPPY_WARNING: [#def6] crates/xtask/src/tmt.rs:1239:9: warning: this `if` statement can be collapsed # | # 1239 | / if let serde_yaml::Value::Mapping(map) = &test.tmt { # 1240 | | if let Some(adjust) = map.get(&serde_yaml::Value::String(FIELD_ADJUST.to_string())) { # 1241 | | plan_value.insert( # 1242 | | serde_yaml::Value::String(FIELD_ADJUST.to_string()), # ... | # 1246 | | } # | |_________^ # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#collapsible_if # help: collapse nested if block # | # 1239 ~ if let serde_yaml::Value::Mapping(map) = &test.tmt # 1240 ~ && let Some(adjust) = map.get(&serde_yaml::Value::String(FIELD_ADJUST.to_string())) { # 1241 | plan_value.insert( # ... # 1244 | ); # 1245 ~ } # |
| analyzer-version-clippy | 1.96.0 |
| analyzer-version-cppcheck | 2.20.0 |
| analyzer-version-gcc | 16.1.1 |
| analyzer-version-gcc-analyzer | 16.1.1 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| diffbase-analyzer-version-clippy | 1.96.0 |
| diffbase-analyzer-version-cppcheck | 2.20.0 |
| diffbase-analyzer-version-gcc | 16.1.1 |
| diffbase-analyzer-version-gcc-analyzer | 16.1.1 |
| diffbase-analyzer-version-shellcheck | 0.11.0 |
| diffbase-analyzer-version-unicontrol | 0.0.2 |
| diffbase-enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| diffbase-exit-code | 0 |
| diffbase-host | ip-172-16-1-218.us-west-2.compute.internal |
| diffbase-known-false-positives | /usr/share/csmock/known-false-positives.js |
| diffbase-known-false-positives-rpm | known-false-positives-0.0.0.20260524.213755.g3c6d0be.main-1.el9.noarch |
| diffbase-mock-config | fedora-rawhide-x86_64 |
| diffbase-project-name | bootc-202606021445.g9c3e439fbc-1 |
| diffbase-store-results-to | /tmp/tmp3sbkcuki/bootc-202606021445.g9c3e439fbc-1.tar.xz |
| diffbase-time-created | 2026-06-03 02:25:36 |
| diffbase-time-finished | 2026-06-03 02:51:43 |
| diffbase-tool | csmock |
| diffbase-tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'shellcheck,cppcheck,clippy,unicontrol,gcc' '-o' '/tmp/tmp3sbkcuki/bootc-202606021445.g9c3e439fbc-1.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmp3sbkcuki/bootc-202606021445.g9c3e439fbc-1.src.rpm' |
| diffbase-tool-version | csmock-3.8.5.20260529.133039.g6f3b5c6-1.el9 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-218.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.20260524.213755.g3c6d0be.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | bootc-202606030120.gd981e693f5-1 |
| store-results-to | /tmp/tmpxu_prlna/bootc-202606030120.gd981e693f5-1.tar.xz |
| time-created | 2026-06-03 02:52:21 |
| time-finished | 2026-06-03 03:19:13 |
| title | Newly introduced findings |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'shellcheck,cppcheck,clippy,unicontrol,gcc' '-o' '/tmp/tmpxu_prlna/bootc-202606030120.gd981e693f5-1.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmpxu_prlna/bootc-202606030120.gd981e693f5-1.src.rpm' |
| tool-version | csmock-3.8.5.20260529.133039.g6f3b5c6-1.el9 |