[INFO] cloning repository https://github.com/Yu-Xiao-Sheng/aegis-input [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yu-Xiao-Sheng/aegis-input" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYu-Xiao-Sheng%2Faegis-input", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYu-Xiao-Sheng%2Faegis-input'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c2485dbb11ec23e61e90819109daf0c8ce4514ba [INFO] testing Yu-Xiao-Sheng/aegis-input against 1.97.0-beta.6+cargoflags=--release for beta-1.98-release-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYu-Xiao-Sheng%2Faegis-input" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/Yu-Xiao-Sheng/aegis-input [INFO] finished tweaking git repo https://github.com/Yu-Xiao-Sheng/aegis-input [INFO] tweaked toml for git repo https://github.com/Yu-Xiao-Sheng/aegis-input written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Yu-Xiao-Sheng/aegis-input on toolchain 1.97.0-beta.6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Yu-Xiao-Sheng/aegis-input 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded udev v0.7.0 [INFO] [stderr] Downloaded predicates-core v1.0.10 [INFO] [stderr] Downloaded normalize-line-endings v0.3.0 [INFO] [stderr] Downloaded getrandom v0.4.1 [INFO] [stderr] Downloaded predicates v3.1.4 [INFO] [stderr] Downloaded float-cmp v0.10.0 [INFO] [stderr] Downloaded predicates-tree v1.0.13 [INFO] [stderr] Downloaded evdev v0.12.2 [INFO] [stderr] Downloaded assert_cmd v2.1.2 [INFO] [stderr] Downloaded crossterm v0.27.0 [INFO] [stderr] Downloaded nix v0.23.2 [INFO] [stderr] Downloaded bstr v1.12.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a [INFO] running `Command { std: "docker" "start" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a", 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" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a", 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" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling nix v0.23.2 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling which v6.0.3 [INFO] [stderr] Compiling udev v0.7.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling evdev v0.12.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling aegis-input v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/cli/config.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/cli/detect.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/platform/linux/monitor.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `devices` [INFO] [stdout] --> src/cli/detect.rs:70:26 [INFO] [stdout] | [INFO] [stdout] 70 | async fn run_config_mode(devices: &[crate::detection::InputDevice]) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_devices` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/platform/linux/input.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | fn extract_device_path(name: &str) -> PathBuf { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/platform/linux/monitor.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [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: `shutdown_rx` [INFO] [stdout] --> src/platform/linux/monitor.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_shutdown_rx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device_name` is never read [INFO] [stdout] --> src/platform/linux/monitor.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct LinuxDetectionDeviceMonitor { [INFO] [stdout] | --------------------------- field in this struct [INFO] [stdout] 14 | device_path: PathBuf, [INFO] [stdout] 15 | device_name: String, [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 48s [INFO] running `Command { std: "docker" "inspect" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a", 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" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling predicates-core v1.0.10 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling nix v0.23.2 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling assert_cmd v2.1.2 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling predicates v3.1.4 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling evdev v0.12.2 [INFO] [stderr] Compiling which v6.0.3 [INFO] [stderr] Compiling predicates-tree v1.0.13 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling udev v0.7.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling tempfile v3.26.0 [INFO] [stderr] Compiling aegis-input v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/cli/config.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/cli/detect.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/platform/linux/monitor.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `devices` [INFO] [stdout] --> src/cli/detect.rs:70:26 [INFO] [stdout] | [INFO] [stdout] 70 | async fn run_config_mode(devices: &[crate::detection::InputDevice]) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_devices` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/platform/linux/input.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | fn extract_device_path(name: &str) -> PathBuf { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/platform/linux/monitor.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [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: `shutdown_rx` [INFO] [stdout] --> src/platform/linux/monitor.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_shutdown_rx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device_name` is never read [INFO] [stdout] --> src/platform/linux/monitor.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct LinuxDetectionDeviceMonitor { [INFO] [stdout] | --------------------------- field in this struct [INFO] [stdout] 14 | device_path: PathBuf, [INFO] [stdout] 15 | device_name: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/cli/config.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/cli/detect.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/platform/linux/monitor.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `devices` [INFO] [stdout] --> src/cli/detect.rs:70:26 [INFO] [stdout] | [INFO] [stdout] 70 | async fn run_config_mode(devices: &[crate::detection::InputDevice]) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_devices` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/platform/linux/input.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | fn extract_device_path(name: &str) -> PathBuf { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/platform/linux/monitor.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [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: `shutdown_rx` [INFO] [stdout] --> src/platform/linux/monitor.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_shutdown_rx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device_name` is never read [INFO] [stdout] --> src/platform/linux/monitor.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct LinuxDetectionDeviceMonitor { [INFO] [stdout] | --------------------------- field in this struct [INFO] [stdout] 14 | device_path: PathBuf, [INFO] [stdout] 15 | device_name: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/cli/config.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/cli/detect.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/platform/linux/monitor.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `devices` [INFO] [stdout] --> src/cli/detect.rs:70:26 [INFO] [stdout] | [INFO] [stdout] 70 | async fn run_config_mode(devices: &[crate::detection::InputDevice]) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_devices` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/platform/linux/input.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | fn extract_device_path(name: &str) -> PathBuf { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/platform/linux/monitor.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [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: `shutdown_rx` [INFO] [stdout] --> src/platform/linux/monitor.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_shutdown_rx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device_name` is never read [INFO] [stdout] --> src/platform/linux/monitor.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct LinuxDetectionDeviceMonitor { [INFO] [stdout] | --------------------------- field in this struct [INFO] [stdout] 14 | device_path: PathBuf, [INFO] [stdout] 15 | device_name: String, [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 3m 00s [INFO] running `Command { std: "docker" "inspect" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a", 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" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::path::PathBuf` [INFO] [stderr] --> src/cli/config.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::path::PathBuf; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::PathBuf` [INFO] [stderr] --> src/cli/detect.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::path::PathBuf; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/platform/linux/monitor.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `devices` [INFO] [stderr] --> src/cli/detect.rs:70:26 [INFO] [stderr] | [INFO] [stderr] 70 | async fn run_config_mode(devices: &[crate::detection::InputDevice]) -> Result { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_devices` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/platform/linux/input.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | fn extract_device_path(name: &str) -> PathBuf { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/platform/linux/monitor.rs:39:27 [INFO] [stderr] | [INFO] [stderr] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [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: `shutdown_rx` [INFO] [stderr] --> src/platform/linux/monitor.rs:39:27 [INFO] [stderr] | [INFO] [stderr] 39 | let (shutdown_tx, mut shutdown_rx) = mpsc::channel::<()>(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_shutdown_rx` [INFO] [stderr] [INFO] [stderr] warning: field `device_name` is never read [INFO] [stderr] --> src/platform/linux/monitor.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 13 | pub struct LinuxDetectionDeviceMonitor { [INFO] [stderr] | --------------------------- field in this struct [INFO] [stderr] 14 | device_path: PathBuf, [INFO] [stderr] 15 | device_name: String, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `aegis-input` (lib) generated 8 warnings (run `cargo fix --lib -p aegis-input` to apply 7 suggestions) [INFO] [stderr] warning: `aegis-input` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] warning: `aegis-input` (lib) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.34s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/aegis_input-ae93c986930c8b5b) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test installer::logging::tests::test_logging ... ok [INFO] [stdout] test installer::tests::test_default_config ... ok [INFO] [stdout] test installer::tests::test_default_metadata ... ok [INFO] [stdout] test installer::linux::tests::test_linux_installer_creation ... ok [INFO] [stdout] test installer::linux::tests::test_system_info_collection ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/aegis_input-5872ffdd171c3289) [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 tests/contract.rs (/opt/rustwide/target/release/deps/contract-3986a60fc843aa3e) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test config_rules::default_rules_when_config_missing ... ok [INFO] [stdout] test config_rules::parse_rules_from_config_file ... ok [INFO] [stdout] test cli_control::cli_enable_disable_status ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/release/deps/integration-558a298c0c84e8d9) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test multi_keyboard::multiple_external_keyboards_require_all_removed ... ok [INFO] [stdout] test recovery_paths::disable_feature_restores_and_blocks_actions ... ok [INFO] [stdout] test type_isolation::keyboard_and_mouse_are_independent ... ok [INFO] [stdout] test keyboard_disable::external_keyboard_disables_and_restores_internal ... ok [INFO] [stdout] test pointing_disable::external_mouse_disables_and_restores_internal_pointing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests aegis_input [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" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a", kill_on_drop: false }` [INFO] [stdout] 584c633a732a5cd8ee10184e712b7e3fb94cfac8ddf94360e1aae3f6fc8def0a