[INFO] fetching crate xkbcommon 0.4.0... [INFO] checking xkbcommon-0.4.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate xkbcommon 0.4.0 into /workspace/builds/worker-53/source [INFO] validating manifest of crates.io crate xkbcommon 0.4.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xkbcommon 0.4.0 [INFO] finished tweaking crates.io crate xkbcommon 0.4.0 [INFO] tweaked toml for crates.io crate xkbcommon 0.4.0 written to /workspace/builds/worker-53/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6eb67b828c21e370ac14f0921ad6fe06b6a4b8d864afb47a89b02c982b755580 [INFO] running `Command { std: "docker" "start" "-a" "6eb67b828c21e370ac14f0921ad6fe06b6a4b8d864afb47a89b02c982b755580", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6eb67b828c21e370ac14f0921ad6fe06b6a4b8d864afb47a89b02c982b755580", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eb67b828c21e370ac14f0921ad6fe06b6a4b8d864afb47a89b02c982b755580", kill_on_drop: false }` [INFO] [stdout] 6eb67b828c21e370ac14f0921ad6fe06b6a4b8d864afb47a89b02c982b755580 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 482b432975056d776d6b97174ddc77ad889a5fb37e42d1d66366fde2a0b06e6b [INFO] running `Command { std: "docker" "start" "-a" "482b432975056d776d6b97174ddc77ad889a5fb37e42d1d66366fde2a0b06e6b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Checking xkbcommon v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:63:46 [INFO] [stdout] | [INFO] [stdout] 63 | pub const XKB_KEYSYM_CASE_INSENSITIVE: u32 = (1 << 0); [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/xkb/ffi.rs:67:50 [INFO] [stdout] | [INFO] [stdout] 67 | pub const XKB_CONTEXT_NO_DEFAULT_INCLUDES: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:68:51 [INFO] [stdout] | [INFO] [stdout] 68 | pub const XKB_CONTEXT_NO_ENVIRONMENT_NAMES: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:97:43 [INFO] [stdout] | [INFO] [stdout] 97 | pub const XKB_STATE_MODS_DEPRESSED: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:98:41 [INFO] [stdout] | [INFO] [stdout] 98 | pub const XKB_STATE_MODS_LATCHED: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:99:40 [INFO] [stdout] | [INFO] [stdout] 99 | pub const XKB_STATE_MODS_LOCKED: u32 = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:100:43 [INFO] [stdout] | [INFO] [stdout] 100 | pub const XKB_STATE_MODS_EFFECTIVE: u32 = (1 << 3); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:101:45 [INFO] [stdout] | [INFO] [stdout] 101 | pub const XKB_STATE_LAYOUT_DEPRESSED: u32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:102:43 [INFO] [stdout] | [INFO] [stdout] 102 | pub const XKB_STATE_LAYOUT_LATCHED: u32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | pub const XKB_STATE_LAYOUT_LOCKED: u32 = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:104:45 [INFO] [stdout] | [INFO] [stdout] 104 | pub const XKB_STATE_LAYOUT_EFFECTIVE: u32 = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:105:33 [INFO] [stdout] | [INFO] [stdout] 105 | pub const XKB_STATE_LEDS: u32 = (1 << 8); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | pub const XKB_STATE_MATCH_ANY: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:110:38 [INFO] [stdout] | [INFO] [stdout] 110 | pub const XKB_STATE_MATCH_ALL: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:111:48 [INFO] [stdout] | [INFO] [stdout] 111 | pub const XKB_STATE_MATCH_NON_EXCLUSIVE: u32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:178:42 [INFO] [stdout] | [INFO] [stdout] 178 | pub const KEYSYM_CASE_INSENSITIVE: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:185:46 [INFO] [stdout] | [INFO] [stdout] 185 | pub const CONTEXT_NO_DEFAULT_INCLUDES: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:187:47 [INFO] [stdout] | [INFO] [stdout] 187 | pub const CONTEXT_NO_ENVIRONMENT_NAMES: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:232:39 [INFO] [stdout] | [INFO] [stdout] 232 | pub const STATE_MODS_DEPRESSED: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:235:37 [INFO] [stdout] | [INFO] [stdout] 235 | pub const STATE_MODS_LATCHED: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:238:36 [INFO] [stdout] | [INFO] [stdout] 238 | pub const STATE_MODS_LOCKED: u32 = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:242:39 [INFO] [stdout] | [INFO] [stdout] 242 | pub const STATE_MODS_EFFECTIVE: u32 = (1 << 3); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:244:41 [INFO] [stdout] | [INFO] [stdout] 244 | pub const STATE_LAYOUT_DEPRESSED: u32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:247:39 [INFO] [stdout] | [INFO] [stdout] 247 | pub const STATE_LAYOUT_LATCHED: u32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:250:38 [INFO] [stdout] | [INFO] [stdout] 250 | pub const STATE_LAYOUT_LOCKED: u32 = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:254:41 [INFO] [stdout] | [INFO] [stdout] 254 | pub const STATE_LAYOUT_EFFECTIVE: u32 = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:256:29 [INFO] [stdout] | [INFO] [stdout] 256 | pub const STATE_LEDS: u32 = (1 << 8); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:266:34 [INFO] [stdout] | [INFO] [stdout] 266 | pub const STATE_MATCH_ANY: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:268:34 [INFO] [stdout] | [INFO] [stdout] 268 | pub const STATE_MATCH_ALL: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:271:44 [INFO] [stdout] | [INFO] [stdout] 271 | pub const STATE_MATCH_NON_EXCLUSIVE: u32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:63:46 [INFO] [stdout] | [INFO] [stdout] 63 | pub const XKB_KEYSYM_CASE_INSENSITIVE: u32 = (1 << 0); [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/xkb/ffi.rs:67:50 [INFO] [stdout] | [INFO] [stdout] 67 | pub const XKB_CONTEXT_NO_DEFAULT_INCLUDES: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:68:51 [INFO] [stdout] | [INFO] [stdout] 68 | pub const XKB_CONTEXT_NO_ENVIRONMENT_NAMES: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:97:43 [INFO] [stdout] | [INFO] [stdout] 97 | pub const XKB_STATE_MODS_DEPRESSED: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:98:41 [INFO] [stdout] | [INFO] [stdout] 98 | pub const XKB_STATE_MODS_LATCHED: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:99:40 [INFO] [stdout] | [INFO] [stdout] 99 | pub const XKB_STATE_MODS_LOCKED: u32 = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:100:43 [INFO] [stdout] | [INFO] [stdout] 100 | pub const XKB_STATE_MODS_EFFECTIVE: u32 = (1 << 3); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:101:45 [INFO] [stdout] | [INFO] [stdout] 101 | pub const XKB_STATE_LAYOUT_DEPRESSED: u32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:102:43 [INFO] [stdout] | [INFO] [stdout] 102 | pub const XKB_STATE_LAYOUT_LATCHED: u32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | pub const XKB_STATE_LAYOUT_LOCKED: u32 = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:104:45 [INFO] [stdout] | [INFO] [stdout] 104 | pub const XKB_STATE_LAYOUT_EFFECTIVE: u32 = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:105:33 [INFO] [stdout] | [INFO] [stdout] 105 | pub const XKB_STATE_LEDS: u32 = (1 << 8); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | pub const XKB_STATE_MATCH_ANY: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:110:38 [INFO] [stdout] | [INFO] [stdout] 110 | pub const XKB_STATE_MATCH_ALL: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/ffi.rs:111:48 [INFO] [stdout] | [INFO] [stdout] 111 | pub const XKB_STATE_MATCH_NON_EXCLUSIVE: u32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:178:42 [INFO] [stdout] | [INFO] [stdout] 178 | pub const KEYSYM_CASE_INSENSITIVE: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:185:46 [INFO] [stdout] | [INFO] [stdout] 185 | pub const CONTEXT_NO_DEFAULT_INCLUDES: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:187:47 [INFO] [stdout] | [INFO] [stdout] 187 | pub const CONTEXT_NO_ENVIRONMENT_NAMES: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:232:39 [INFO] [stdout] | [INFO] [stdout] 232 | pub const STATE_MODS_DEPRESSED: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:235:37 [INFO] [stdout] | [INFO] [stdout] 235 | pub const STATE_MODS_LATCHED: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:238:36 [INFO] [stdout] | [INFO] [stdout] 238 | pub const STATE_MODS_LOCKED: u32 = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:242:39 [INFO] [stdout] | [INFO] [stdout] 242 | pub const STATE_MODS_EFFECTIVE: u32 = (1 << 3); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:244:41 [INFO] [stdout] | [INFO] [stdout] 244 | pub const STATE_LAYOUT_DEPRESSED: u32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:247:39 [INFO] [stdout] | [INFO] [stdout] 247 | pub const STATE_LAYOUT_LATCHED: u32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:250:38 [INFO] [stdout] | [INFO] [stdout] 250 | pub const STATE_LAYOUT_LOCKED: u32 = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:254:41 [INFO] [stdout] | [INFO] [stdout] 254 | pub const STATE_LAYOUT_EFFECTIVE: u32 = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:256:29 [INFO] [stdout] | [INFO] [stdout] 256 | pub const STATE_LEDS: u32 = (1 << 8); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:266:34 [INFO] [stdout] | [INFO] [stdout] 266 | pub const STATE_MATCH_ANY: u32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:268:34 [INFO] [stdout] | [INFO] [stdout] 268 | pub const STATE_MATCH_ALL: u32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xkb/mod.rs:271:44 [INFO] [stdout] | [INFO] [stdout] 271 | pub const STATE_MATCH_NON_EXCLUSIVE: u32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.16s [INFO] running `Command { std: "docker" "inspect" "482b432975056d776d6b97174ddc77ad889a5fb37e42d1d66366fde2a0b06e6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "482b432975056d776d6b97174ddc77ad889a5fb37e42d1d66366fde2a0b06e6b", kill_on_drop: false }` [INFO] [stdout] 482b432975056d776d6b97174ddc77ad889a5fb37e42d1d66366fde2a0b06e6b