[INFO] fetching crate libevdev-sys 0.1.1... [INFO] checking libevdev-sys-0.1.1 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate libevdev-sys 0.1.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate libevdev-sys 0.1.1 [INFO] finished tweaking crates.io crate libevdev-sys 0.1.1 [INFO] tweaked toml for crates.io crate libevdev-sys 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate libevdev-sys 0.1.1 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b120c2411ea8f249ab7301c53feeac41a6e2efb68db8f2e2290ef7c7321e9988 [INFO] running `Command { std: "docker" "start" "-a" "b120c2411ea8f249ab7301c53feeac41a6e2efb68db8f2e2290ef7c7321e9988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b120c2411ea8f249ab7301c53feeac41a6e2efb68db8f2e2290ef7c7321e9988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b120c2411ea8f249ab7301c53feeac41a6e2efb68db8f2e2290ef7c7321e9988", kill_on_drop: false }` [INFO] [stdout] b120c2411ea8f249ab7301c53feeac41a6e2efb68db8f2e2290ef7c7321e9988 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7edc60c31699117ec83029843ed6c13cb51145b77cfa8f2f7db79889ff4b5af3 [INFO] running `Command { std: "docker" "start" "-a" "7edc60c31699117ec83029843ed6c13cb51145b77cfa8f2f7db79889ff4b5af3", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking libevdev-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:15:32 [INFO] [stdout] | [INFO] [stdout] 15 | pub const INPUT_PROP_CNT: u8 = (INPUT_PROP_MAX + 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15 - pub const INPUT_PROP_CNT: u8 = (INPUT_PROP_MAX + 1); [INFO] [stdout] 15 + pub const INPUT_PROP_CNT: u8 = INPUT_PROP_MAX + 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 34 | pub const EV_CNT: u16 = (EV_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 34 - pub const EV_CNT: u16 = (EV_MAX+1); [INFO] [stdout] 34 + pub const EV_CNT: u16 = EV_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | pub const SYN_CNT: u16 = (SYN_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 - pub const SYN_CNT: u16 = (SYN_MAX+1); [INFO] [stdout] 45 + pub const SYN_CNT: u16 = SYN_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub const KEY_CNT: u16 = (KEY_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 643 - pub const KEY_CNT: u16 = (KEY_MAX+1); [INFO] [stdout] 643 + pub const KEY_CNT: u16 = KEY_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:660:26 [INFO] [stdout] | [INFO] [stdout] 660 | pub const REL_CNT: u16 = (REL_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 660 - pub const REL_CNT: u16 = (REL_MAX+1); [INFO] [stdout] 660 + pub const REL_CNT: u16 = REL_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:713:26 [INFO] [stdout] | [INFO] [stdout] 713 | pub const ABS_CNT: u16 = (ABS_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 713 - pub const ABS_CNT: u16 = (ABS_MAX+1); [INFO] [stdout] 713 + pub const ABS_CNT: u16 = ABS_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:737:25 [INFO] [stdout] | [INFO] [stdout] 737 | pub const SW_CNT: u16 = (SW_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 737 - pub const SW_CNT: u16 = (SW_MAX+1); [INFO] [stdout] 737 + pub const SW_CNT: u16 = SW_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:750:26 [INFO] [stdout] | [INFO] [stdout] 750 | pub const MSC_CNT: u16 = (MSC_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 750 - pub const MSC_CNT: u16 = (MSC_MAX+1); [INFO] [stdout] 750 + pub const MSC_CNT: u16 = MSC_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:768:26 [INFO] [stdout] | [INFO] [stdout] 768 | pub const LED_CNT: u16 = (LED_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 768 - pub const LED_CNT: u16 = (LED_MAX+1); [INFO] [stdout] 768 + pub const LED_CNT: u16 = LED_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:777:26 [INFO] [stdout] | [INFO] [stdout] 777 | pub const REP_CNT: u16 = (REP_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 777 - pub const REP_CNT: u16 = (REP_MAX+1); [INFO] [stdout] 777 + pub const REP_CNT: u16 = REP_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:787:26 [INFO] [stdout] | [INFO] [stdout] 787 | pub const SND_CNT: u16 = (SND_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 787 - pub const SND_CNT: u16 = (SND_MAX+1); [INFO] [stdout] 787 + pub const SND_CNT: u16 = SND_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:15:32 [INFO] [stdout] | [INFO] [stdout] 15 | pub const INPUT_PROP_CNT: u8 = (INPUT_PROP_MAX + 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15 - pub const INPUT_PROP_CNT: u8 = (INPUT_PROP_MAX + 1); [INFO] [stdout] 15 + pub const INPUT_PROP_CNT: u8 = INPUT_PROP_MAX + 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 34 | pub const EV_CNT: u16 = (EV_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 34 - pub const EV_CNT: u16 = (EV_MAX+1); [INFO] [stdout] 34 + pub const EV_CNT: u16 = EV_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | pub const SYN_CNT: u16 = (SYN_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 - pub const SYN_CNT: u16 = (SYN_MAX+1); [INFO] [stdout] 45 + pub const SYN_CNT: u16 = SYN_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:643:26 [INFO] [stdout] | [INFO] [stdout] 643 | pub const KEY_CNT: u16 = (KEY_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 643 - pub const KEY_CNT: u16 = (KEY_MAX+1); [INFO] [stdout] 643 + pub const KEY_CNT: u16 = KEY_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:660:26 [INFO] [stdout] | [INFO] [stdout] 660 | pub const REL_CNT: u16 = (REL_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 660 - pub const REL_CNT: u16 = (REL_MAX+1); [INFO] [stdout] 660 + pub const REL_CNT: u16 = REL_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:713:26 [INFO] [stdout] | [INFO] [stdout] 713 | pub const ABS_CNT: u16 = (ABS_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 713 - pub const ABS_CNT: u16 = (ABS_MAX+1); [INFO] [stdout] 713 + pub const ABS_CNT: u16 = ABS_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:737:25 [INFO] [stdout] | [INFO] [stdout] 737 | pub const SW_CNT: u16 = (SW_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 737 - pub const SW_CNT: u16 = (SW_MAX+1); [INFO] [stdout] 737 + pub const SW_CNT: u16 = SW_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:750:26 [INFO] [stdout] | [INFO] [stdout] 750 | pub const MSC_CNT: u16 = (MSC_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 750 - pub const MSC_CNT: u16 = (MSC_MAX+1); [INFO] [stdout] 750 + pub const MSC_CNT: u16 = MSC_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:768:26 [INFO] [stdout] | [INFO] [stdout] 768 | pub const LED_CNT: u16 = (LED_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 768 - pub const LED_CNT: u16 = (LED_MAX+1); [INFO] [stdout] 768 + pub const LED_CNT: u16 = LED_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:777:26 [INFO] [stdout] | [INFO] [stdout] 777 | pub const REP_CNT: u16 = (REP_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 777 - pub const REP_CNT: u16 = (REP_MAX+1); [INFO] [stdout] 777 + pub const REP_CNT: u16 = REP_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_event_codes.rs:787:26 [INFO] [stdout] | [INFO] [stdout] 787 | pub const SND_CNT: u16 = (SND_MAX+1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 787 - pub const SND_CNT: u16 = (SND_MAX+1); [INFO] [stdout] 787 + pub const SND_CNT: u16 = SND_MAX+1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `Command { std: "docker" "inspect" "7edc60c31699117ec83029843ed6c13cb51145b77cfa8f2f7db79889ff4b5af3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7edc60c31699117ec83029843ed6c13cb51145b77cfa8f2f7db79889ff4b5af3", kill_on_drop: false }` [INFO] [stdout] 7edc60c31699117ec83029843ed6c13cb51145b77cfa8f2f7db79889ff4b5af3