[INFO] cloning repository https://github.com/linjunyou04/KernelSU-Manager-weiwen
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/linjunyou04/KernelSU-Manager-weiwen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinjunyou04%2FKernelSU-Manager-weiwen", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinjunyou04%2FKernelSU-Manager-weiwen'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 84b68d3c35711dc2bda7558d3f3c5de04a9f88af
[INFO] testing linjunyou04/KernelSU-Manager-weiwen against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinjunyou04%2FKernelSU-Manager-weiwen" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/linjunyou04/KernelSU-Manager-weiwen
[INFO] finished tweaking git repo https://github.com/linjunyou04/KernelSU-Manager-weiwen
[INFO] tweaked toml for git repo https://github.com/linjunyou04/KernelSU-Manager-weiwen written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/linjunyou04/KernelSU-Manager-weiwen on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/linjunyou04/KernelSU-Manager-weiwen already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658
[INFO] running `Command { std: "docker" "start" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling dary_heap v0.3.8
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustix v0.38.34 (https://github.com/Kernel-SU/rustix.git?rev=4a53fbc#4a53fbc7)
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling syscalls v0.8.1
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling libflate_lz77 v2.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling libflate v2.2.1
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling ksuinit v2.0.0 (/opt/rustwide/workdir/userspace/ksuinit)
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling kernlog v0.3.1 (https://github.com/kstep/kernlog.rs#68caa7bf)
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling which v8.0.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling scroll_derive v0.13.1
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling scroll v0.13.0
[INFO] [stderr]    Compiling goblin v0.10.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling include-flate-compress v0.3.2
[INFO] [stderr]    Compiling include-flate-codegen v0.3.2
[INFO] [stderr]    Compiling sha256 v1.6.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling ksud v0.1.0 (/opt/rustwide/workdir/userspace/ksud)
[INFO] [stderr]    Compiling include-flate v0.3.2
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:414:9
[INFO] [stdout]     |
[INFO] [stdout] 414 |     let mut bootdevice = None;
[INFO] [stdout]     |         ----^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `kmi`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:407:5
[INFO] [stdout]     |
[INFO] [stdout] 407 |     kmi: &str,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_kmi`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ota`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:408:5
[INFO] [stdout]     |
[INFO] [stdout] 408 |     ota: bool,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_ota`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_replace_kernel`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:409:5
[INFO] [stdout]     |
[INFO] [stdout] 409 |     is_replace_kernel: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_replace_kernel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `workdir`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:410:5
[INFO] [stdout]     |
[INFO] [stdout] 410 |     workdir: &Path,
[INFO] [stdout]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_workdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `partition`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:411:5
[INFO] [stdout]     |
[INFO] [stdout] 411 |     partition: &Option<String>,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_partition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VERSION_CODE` is never used
[INFO] [stdout]   --> userspace/ksud/src/defs.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub const VERSION_CODE: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_CODE"));
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling scroll v0.13.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling dary_heap v0.3.8
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling syscalls v0.8.1
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling goblin v0.10.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v0.38.34 (https://github.com/Kernel-SU/rustix.git?rev=4a53fbc#4a53fbc7)
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling libflate_lz77 v2.2.0
[INFO] [stderr]    Compiling kernlog v0.3.1 (https://github.com/kstep/kernlog.rs#68caa7bf)
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling which v8.0.2
[INFO] [stderr]    Compiling libflate v2.2.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling include-flate-compress v0.3.2
[INFO] [stderr]    Compiling include-flate v0.3.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]    Compiling sha256 v1.6.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling ksud v0.1.0 (/opt/rustwide/workdir/userspace/ksud)
[INFO] [stderr]    Compiling ksuinit v2.0.0 (/opt/rustwide/workdir/userspace/ksuinit)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:414:9
[INFO] [stdout]     |
[INFO] [stdout] 414 |     let mut bootdevice = None;
[INFO] [stdout]     |         ----^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `kmi`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:407:5
[INFO] [stdout]     |
[INFO] [stdout] 407 |     kmi: &str,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_kmi`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ota`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:408:5
[INFO] [stdout]     |
[INFO] [stdout] 408 |     ota: bool,
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_ota`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_replace_kernel`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:409:5
[INFO] [stdout]     |
[INFO] [stdout] 409 |     is_replace_kernel: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_replace_kernel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `workdir`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:410:5
[INFO] [stdout]     |
[INFO] [stdout] 410 |     workdir: &Path,
[INFO] [stdout]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_workdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `partition`
[INFO] [stdout]    --> userspace/ksud/src/boot_patch.rs:411:5
[INFO] [stdout]     |
[INFO] [stdout] 411 |     partition: &Option<String>,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_partition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VERSION_CODE` is never used
[INFO] [stdout]   --> userspace/ksud/src/defs.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub const VERSION_CODE: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_CODE"));
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 24.29s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> userspace/ksud/src/boot_patch.rs:414:9
[INFO] [stderr]     |
[INFO] [stderr] 414 |     let mut bootdevice = None;
[INFO] [stderr]     |         ----^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `kmi`
[INFO] [stderr]    --> userspace/ksud/src/boot_patch.rs:407:5
[INFO] [stderr]     |
[INFO] [stderr] 407 |     kmi: &str,
[INFO] [stderr]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_kmi`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ota`
[INFO] [stderr]    --> userspace/ksud/src/boot_patch.rs:408:5
[INFO] [stderr]     |
[INFO] [stderr] 408 |     ota: bool,
[INFO] [stderr]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_ota`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `is_replace_kernel`
[INFO] [stderr]    --> userspace/ksud/src/boot_patch.rs:409:5
[INFO] [stderr]     |
[INFO] [stderr] 409 |     is_replace_kernel: bool,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_replace_kernel`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `workdir`
[INFO] [stderr]    --> userspace/ksud/src/boot_patch.rs:410:5
[INFO] [stderr]     |
[INFO] [stderr] 410 |     workdir: &Path,
[INFO] [stderr]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_workdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `partition`
[INFO] [stderr]    --> userspace/ksud/src/boot_patch.rs:411:5
[INFO] [stderr]     |
[INFO] [stderr] 411 |     partition: &Option<String>,
[INFO] [stderr]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_partition`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VERSION_CODE` is never used
[INFO] [stderr]   --> userspace/ksud/src/defs.rs:48:11
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub const VERSION_CODE: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_CODE"));
[INFO] [stderr]    |           ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ksud` (bin "ksud" test) generated 7 warnings (run `cargo fix --bin "ksud" -p ksud --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/ksud-7345820afa04c2f8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/ksuinit-b866102bbdd44a7d)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/ksuinit-287be2284c31451d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ksuinit
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658", kill_on_drop: false }`
[INFO] [stdout] 4998e038b2cbf46e74a06e5d5b7cabb67b864bb6dbe7c9aacf16665fcd2bd658
