[INFO] fetching crate input-event-codes 0.2.1... [INFO] checking input-event-codes-0.2.1 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate input-event-codes 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate input-event-codes 0.2.1 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate input-event-codes 0.2.1 [INFO] finished tweaking crates.io crate input-event-codes 0.2.1 [INFO] tweaked toml for crates.io crate input-event-codes 0.2.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57530d3bae3a464ef30ff016348bbd190158a86c86449c56eb971edb696d9653 [INFO] running `Command { std: "docker" "start" "-a" "57530d3bae3a464ef30ff016348bbd190158a86c86449c56eb971edb696d9653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57530d3bae3a464ef30ff016348bbd190158a86c86449c56eb971edb696d9653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57530d3bae3a464ef30ff016348bbd190158a86c86449c56eb971edb696d9653", kill_on_drop: false }` [INFO] [stdout] 57530d3bae3a464ef30ff016348bbd190158a86c86449c56eb971edb696d9653 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 120c99ff3c64920b6f7cdc27071e4a63d6bb2f8b437a4731190d97719104d738 [INFO] running `Command { std: "docker" "start" "-a" "120c99ff3c64920b6f7cdc27071e4a63d6bb2f8b437a4731190d97719104d738", kill_on_drop: false }` [INFO] [stderr] Checking input-event-codes v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/abs.rs:49:26 [INFO] [stdout] | [INFO] [stdout] 49 | pub const ABS_CNT: u16 = (ABS_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/ev.rs:14:25 [INFO] [stdout] | [INFO] [stdout] 14 | pub const EV_CNT: u16 = (EV_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_prop.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | pub const INPUT_PROP_CNT: u16 = (INPUT_PROP_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/key.rs:606:26 [INFO] [stdout] | [INFO] [stdout] 606 | pub const KEY_CNT: u16 = (KEY_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/led.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | pub const LED_CNT: u16 = (LED_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/msc.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | pub const MSC_CNT: u16 = (MSC_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/rel.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | pub const REL_CNT: u16 = (REL_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/rep.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub const REP_CNT: u16 = (REP_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/snd.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | pub const SND_CNT: u16 = (SND_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/sw.rs:20:25 [INFO] [stdout] | [INFO] [stdout] 20 | pub const SW_CNT: u16 = (SW_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/syn.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | pub const SYN_CNT: u16 = (SYN_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/abs.rs:49:26 [INFO] [stdout] | [INFO] [stdout] 49 | pub const ABS_CNT: u16 = (ABS_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/ev.rs:14:25 [INFO] [stdout] | [INFO] [stdout] 14 | pub const EV_CNT: u16 = (EV_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/input_prop.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | pub const INPUT_PROP_CNT: u16 = (INPUT_PROP_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/key.rs:606:26 [INFO] [stdout] | [INFO] [stdout] 606 | pub const KEY_CNT: u16 = (KEY_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/led.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | pub const LED_CNT: u16 = (LED_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/msc.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | pub const MSC_CNT: u16 = (MSC_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/rel.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | pub const REL_CNT: u16 = (REL_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/rep.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub const REP_CNT: u16 = (REP_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/snd.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | pub const SND_CNT: u16 = (SND_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/sw.rs:20:25 [INFO] [stdout] | [INFO] [stdout] 20 | pub const SW_CNT: u16 = (SW_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/syn.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | pub const SYN_CNT: u16 = (SYN_MAX + 1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s [INFO] running `Command { std: "docker" "inspect" "120c99ff3c64920b6f7cdc27071e4a63d6bb2f8b437a4731190d97719104d738", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "120c99ff3c64920b6f7cdc27071e4a63d6bb2f8b437a4731190d97719104d738", kill_on_drop: false }` [INFO] [stdout] 120c99ff3c64920b6f7cdc27071e4a63d6bb2f8b437a4731190d97719104d738