Error: CLIPPY_WARNING: [#def1] crates/xtask/src/tmt.rs:3:5: warning: importing legacy numeric constants # | # 3 | use std::usize; # | ^^^^^^^^^^ # | # = help: remove this import # = note: then `usize::<CONST>` will resolve to the respective associated constant # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#legacy_numeric_constants # = note: `#[warn(clippy::legacy_numeric_constants)]` on by default Error: CLIPPY_WARNING: [#def2] crates/xtask/src/tmt.rs:371:1: warning: this function has too many arguments (12/7) # | # 371 | / fn run_plan( # 372 | | plan: String, # 373 | | vm_name: String, # 374 | | image: String, # ... | # 383 | | libvirt_lock: Arc<Mutex<()>>, # 384 | | ) -> RunPlanResult { # | |__________________^ # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#too_many_arguments # = note: `#[warn(clippy::too_many_arguments)]` on by default Error: CLIPPY_WARNING: [#def3] crates/xtask/src/tmt.rs:893:5: warning: consider using `sort_by_key` # | # 893 | test_results.sort_by(|a, b| b.time_taken.cmp(&a.time_taken)); # | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#unnecessary_sort_by # = note: `#[warn(clippy::unnecessary_sort_by)]` on by default # help: try # | # 893 - test_results.sort_by(|a, b| b.time_taken.cmp(&a.time_taken)); # 893 + test_results.sort_by_key(|b| std::cmp::Reverse(b.time_taken)); # | Error: CLIPPY_WARNING: [#def4] crates/xtask/src/tmt.rs:1458:9: warning: this `if` statement can be collapsed # | # 1458 | / if let serde_yaml::Value::Mapping(map) = &test.tmt { # 1459 | | if let Some(adjust) = map.get(&serde_yaml::Value::String(FIELD_ADJUST.to_string())) { # 1460 | | plan_value.insert( # 1461 | | serde_yaml::Value::String(FIELD_ADJUST.to_string()), # ... | # 1465 | | } # | |_________^ # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#collapsible_if # help: collapse nested if block # | # 1458 ~ if let serde_yaml::Value::Mapping(map) = &test.tmt # 1459 ~ && let Some(adjust) = map.get(&serde_yaml::Value::String(FIELD_ADJUST.to_string())) { # 1460 | plan_value.insert( # ... # 1463 | ); # 1464 ~ } # |
| analyzer-version-clippy | 1.95.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.95.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-60.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-202605232056.ge0975251e7-1 |
| diffbase-store-results-to | /tmp/tmpzsn4ubd0/bootc-202605232056.ge0975251e7-1.tar.xz |
| diffbase-time-created | 2026-05-25 09:10:28 |
| diffbase-time-finished | 2026-05-25 09:35:53 |
| diffbase-tool | csmock |
| diffbase-tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'shellcheck,cppcheck,clippy,unicontrol,gcc' '-o' '/tmp/tmpzsn4ubd0/bootc-202605232056.ge0975251e7-1.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmpzsn4ubd0/bootc-202605232056.ge0975251e7-1.src.rpm' |
| diffbase-tool-version | csmock-3.8.5-1.el9 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-60.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-202605250820.g2110c6c562-1 |
| store-results-to | /tmp/tmpssgx_px2/bootc-202605250820.g2110c6c562-1.tar.xz |
| time-created | 2026-05-25 09:36:10 |
| time-finished | 2026-05-25 10:00:52 |
| title | Newly introduced findings |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'shellcheck,cppcheck,clippy,unicontrol,gcc' '-o' '/tmp/tmpssgx_px2/bootc-202605250820.g2110c6c562-1.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmpssgx_px2/bootc-202605250820.g2110c6c562-1.src.rpm' |
| tool-version | csmock-3.8.5-1.el9 |