[INFO] fetching crate xkbcommon 0.4.0... [INFO] checking xkbcommon-0.4.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate xkbcommon 0.4.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate xkbcommon 0.4.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xcb v0.8.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c519487b95dd2bb68dc7f51d5a8b696e1148c9a0cff152e170c79bbc2974dd0f [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" "c519487b95dd2bb68dc7f51d5a8b696e1148c9a0cff152e170c79bbc2974dd0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c519487b95dd2bb68dc7f51d5a8b696e1148c9a0cff152e170c79bbc2974dd0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c519487b95dd2bb68dc7f51d5a8b696e1148c9a0cff152e170c79bbc2974dd0f", kill_on_drop: false }` [INFO] [stdout] c519487b95dd2bb68dc7f51d5a8b696e1148c9a0cff152e170c79bbc2974dd0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eea7a021639fde6c22b853650f1937030082c64c442ecd2c83c34110365c5188 [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" "eea7a021639fde6c22b853650f1937030082c64c442ecd2c83c34110365c5188", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [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.69s [INFO] running `Command { std: "docker" "inspect" "eea7a021639fde6c22b853650f1937030082c64c442ecd2c83c34110365c5188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eea7a021639fde6c22b853650f1937030082c64c442ecd2c83c34110365c5188", kill_on_drop: false }` [INFO] [stdout] eea7a021639fde6c22b853650f1937030082c64c442ecd2c83c34110365c5188