[INFO] fetching crate xkbcommon 0.4.0... [INFO] checking xkbcommon-0.4.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate xkbcommon 0.4.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate xkbcommon 0.4.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", 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-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b581f13dd6005bb499de385636058a4b00e4eed055489d6a063ea0d9ccb0f7c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4b581f13dd6005bb499de385636058a4b00e4eed055489d6a063ea0d9ccb0f7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b581f13dd6005bb499de385636058a4b00e4eed055489d6a063ea0d9ccb0f7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b581f13dd6005bb499de385636058a4b00e4eed055489d6a063ea0d9ccb0f7c", kill_on_drop: false }` [INFO] [stdout] 4b581f13dd6005bb499de385636058a4b00e4eed055489d6a063ea0d9ccb0f7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85b7748020673a43b9df4a4e757890a773d9d859dd0bee2d3b24476bfd16f184 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "85b7748020673a43b9df4a4e757890a773d9d859dd0bee2d3b24476bfd16f184", kill_on_drop: false }` [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 1.28s [INFO] running `Command { std: "docker" "inspect" "85b7748020673a43b9df4a4e757890a773d9d859dd0bee2d3b24476bfd16f184", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85b7748020673a43b9df4a4e757890a773d9d859dd0bee2d3b24476bfd16f184", kill_on_drop: false }` [INFO] [stdout] 85b7748020673a43b9df4a4e757890a773d9d859dd0bee2d3b24476bfd16f184