[INFO] fetching crate xkbcommon 0.4.0... [INFO] checking xkbcommon-0.4.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate xkbcommon 0.4.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate xkbcommon 0.4.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0b138e9d79fbce9ae77e2c74d3f1dd899332ff5c7a062c666f2aedea7756c78 [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" "a0b138e9d79fbce9ae77e2c74d3f1dd899332ff5c7a062c666f2aedea7756c78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0b138e9d79fbce9ae77e2c74d3f1dd899332ff5c7a062c666f2aedea7756c78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0b138e9d79fbce9ae77e2c74d3f1dd899332ff5c7a062c666f2aedea7756c78", kill_on_drop: false }` [INFO] [stdout] a0b138e9d79fbce9ae77e2c74d3f1dd899332ff5c7a062c666f2aedea7756c78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe4a6ad8118ca11c76e5d7ca019ac2dd75c1601f0245dfd18d689d18eb0cd60e [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" "fe4a6ad8118ca11c76e5d7ca019ac2dd75c1601f0245dfd18d689d18eb0cd60e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 3.08s [INFO] running `Command { std: "docker" "inspect" "fe4a6ad8118ca11c76e5d7ca019ac2dd75c1601f0245dfd18d689d18eb0cd60e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe4a6ad8118ca11c76e5d7ca019ac2dd75c1601f0245dfd18d689d18eb0cd60e", kill_on_drop: false }` [INFO] [stdout] fe4a6ad8118ca11c76e5d7ca019ac2dd75c1601f0245dfd18d689d18eb0cd60e