[INFO] fetching crate x11 2.18.2... [INFO] checking x11-2.18.2 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate x11 2.18.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate x11 2.18.2 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 x11 2.18.2 [INFO] finished tweaking crates.io crate x11 2.18.2 [INFO] tweaked toml for crates.io crate x11 2.18.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate x11 2.18.2 already has a lockfile, it will not be regenerated [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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 88b3e74153f3276940e4cd4ce66e63076f3181203bf124f3a9c64a0a24dbb84c [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" "88b3e74153f3276940e4cd4ce66e63076f3181203bf124f3a9c64a0a24dbb84c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88b3e74153f3276940e4cd4ce66e63076f3181203bf124f3a9c64a0a24dbb84c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88b3e74153f3276940e4cd4ce66e63076f3181203bf124f3a9c64a0a24dbb84c", kill_on_drop: false }` [INFO] [stdout] 88b3e74153f3276940e4cd4ce66e63076f3181203bf124f3a9c64a0a24dbb84c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 56932e24a818480e7303d5dfbc4f5a8dd9ee0f579da8fad4229893f6ecc17ff7 [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" "56932e24a818480e7303d5dfbc4f5a8dd9ee0f579da8fad4229893f6ecc17ff7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling x11 v2.18.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2916:33 [INFO] [stdout] | [INFO] [stdout] 2916 | pub const Button1Mask: c_uint = (1<<8); [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/xlib.rs:2917:33 [INFO] [stdout] | [INFO] [stdout] 2917 | pub const Button2Mask: c_uint = (1<<9); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2918:33 [INFO] [stdout] | [INFO] [stdout] 2918 | pub const Button3Mask: c_uint = (1<<10); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2919:33 [INFO] [stdout] | [INFO] [stdout] 2919 | pub const Button4Mask: c_uint = (1<<11); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2920:33 [INFO] [stdout] | [INFO] [stdout] 2920 | pub const Button5Mask: c_uint = (1<<12); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2921:33 [INFO] [stdout] | [INFO] [stdout] 2921 | pub const AnyModifier: c_uint = (1<<15); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2995:27 [INFO] [stdout] | [INFO] [stdout] 2995 | pub const CWX: c_ushort = (1<<0); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2996:27 [INFO] [stdout] | [INFO] [stdout] 2996 | pub const CWY: c_ushort = (1<<1); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2997:31 [INFO] [stdout] | [INFO] [stdout] 2997 | pub const CWWidth: c_ushort = (1<<2); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2998:32 [INFO] [stdout] | [INFO] [stdout] 2998 | pub const CWHeight: c_ushort = (1<<3); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2999:37 [INFO] [stdout] | [INFO] [stdout] 2999 | pub const CWBorderWidth: c_ushort = (1<<4); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3000:33 [INFO] [stdout] | [INFO] [stdout] 3000 | pub const CWSibling: c_ushort = (1<<5); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3001:35 [INFO] [stdout] | [INFO] [stdout] 3001 | pub const CWStackMode: c_ushort = (1<<6); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3144:32 [INFO] [stdout] | [INFO] [stdout] 3144 | pub const GCFunction: c_uint = (1<<0); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3145:33 [INFO] [stdout] | [INFO] [stdout] 3145 | pub const GCPlaneMask: c_uint = (1<<1); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3146:34 [INFO] [stdout] | [INFO] [stdout] 3146 | pub const GCForeground: c_uint = (1<<2); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3147:34 [INFO] [stdout] | [INFO] [stdout] 3147 | pub const GCBackground: c_uint = (1<<3); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3148:33 [INFO] [stdout] | [INFO] [stdout] 3148 | pub const GCLineWidth: c_uint = (1<<4); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3149:33 [INFO] [stdout] | [INFO] [stdout] 3149 | pub const GCLineStyle: c_uint = (1<<5); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3150:32 [INFO] [stdout] | [INFO] [stdout] 3150 | pub const GCCapStyle: c_uint = (1<<6); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3151:33 [INFO] [stdout] | [INFO] [stdout] 3151 | pub const GCJoinStyle: c_uint = (1<<7); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3152:33 [INFO] [stdout] | [INFO] [stdout] 3152 | pub const GCFillStyle: c_uint = (1<<8); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3153:32 [INFO] [stdout] | [INFO] [stdout] 3153 | pub const GCFillRule: c_uint = (1<<9); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3154:28 [INFO] [stdout] | [INFO] [stdout] 3154 | pub const GCTile: c_uint = (1<<10); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3155:31 [INFO] [stdout] | [INFO] [stdout] 3155 | pub const GCStipple: c_uint = (1<<11); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3156:39 [INFO] [stdout] | [INFO] [stdout] 3156 | pub const GCTileStipXOrigin: c_uint = (1<<12); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3157:39 [INFO] [stdout] | [INFO] [stdout] 3157 | pub const GCTileStipYOrigin: c_uint = (1<<13); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3158:29 [INFO] [stdout] | [INFO] [stdout] 3158 | pub const GCFont : c_uint = (1<<14); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3159:37 [INFO] [stdout] | [INFO] [stdout] 3159 | pub const GCSubwindowMode: c_uint = (1<<15); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3160:41 [INFO] [stdout] | [INFO] [stdout] 3160 | pub const GCGraphicsExposures: c_uint = (1<<16); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3161:35 [INFO] [stdout] | [INFO] [stdout] 3161 | pub const GCClipXOrigin: c_uint = (1<<17); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3162:35 [INFO] [stdout] | [INFO] [stdout] 3162 | pub const GCClipYOrigin: c_uint = (1<<18); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3163:32 [INFO] [stdout] | [INFO] [stdout] 3163 | pub const GCClipMask: c_uint = (1<<19); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3164:34 [INFO] [stdout] | [INFO] [stdout] 3164 | pub const GCDashOffset: c_uint = (1<<20); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3165:32 [INFO] [stdout] | [INFO] [stdout] 3165 | pub const GCDashList: c_uint = (1<<21); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3166:31 [INFO] [stdout] | [INFO] [stdout] 3166 | pub const GCArcMode: c_uint = (1<<22); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3190:40 [INFO] [stdout] | [INFO] [stdout] 3190 | pub const KBKeyClickPercent: c_ulong = (1<<0); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3191:36 [INFO] [stdout] | [INFO] [stdout] 3191 | pub const KBBellPercent: c_ulong = (1<<1); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3192:34 [INFO] [stdout] | [INFO] [stdout] 3192 | pub const KBBellPitch: c_ulong = (1<<2); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3193:37 [INFO] [stdout] | [INFO] [stdout] 3193 | pub const KBBellDuration: c_ulong = (1<<3); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3194:28 [INFO] [stdout] | [INFO] [stdout] 3194 | pub const KBLed: c_ulong = (1<<4); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3195:32 [INFO] [stdout] | [INFO] [stdout] 3195 | pub const KBLedMode: c_ulong = (1<<5); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3196:28 [INFO] [stdout] | [INFO] [stdout] 3196 | pub const KBKey: c_ulong = (1<<6); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3197:39 [INFO] [stdout] | [INFO] [stdout] 3197 | pub const KBAutoRepeatMode: c_ulong = (1<<7); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:119:32 [INFO] [stdout] | [INFO] [stdout] 119 | pub const XIMasterAdded: i32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:120:34 [INFO] [stdout] | [INFO] [stdout] 120 | pub const XIMasterRemoved: i32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:121:31 [INFO] [stdout] | [INFO] [stdout] 121 | pub const XISlaveAdded: i32 = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:122:33 [INFO] [stdout] | [INFO] [stdout] 122 | pub const XISlaveRemoved: i32 = (1 << 3); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:123:34 [INFO] [stdout] | [INFO] [stdout] 123 | pub const XISlaveAttached: i32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:124:34 [INFO] [stdout] | [INFO] [stdout] 124 | pub const XISlaveDetached: i32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:125:34 [INFO] [stdout] | [INFO] [stdout] 125 | pub const XIDeviceEnabled: i32 = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:126:35 [INFO] [stdout] | [INFO] [stdout] 126 | pub const XIDeviceDisabled: i32 = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:147:42 [INFO] [stdout] | [INFO] [stdout] 147 | pub const XIScrollFlagNoEmulation: i32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:148:40 [INFO] [stdout] | [INFO] [stdout] 148 | pub const XIScrollFlagPreferred: i32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:149:30 [INFO] [stdout] | [INFO] [stdout] 149 | pub const XIKeyRepeat: i32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:150:36 [INFO] [stdout] | [INFO] [stdout] 150 | pub const XIPointerEmulated: i32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:151:36 [INFO] [stdout] | [INFO] [stdout] 151 | pub const XITouchPendingEnd: i32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:152:42 [INFO] [stdout] | [INFO] [stdout] 152 | pub const XITouchEmulatingPointer: i32 = (1 << 17); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:153:43 [INFO] [stdout] | [INFO] [stdout] 153 | pub const XIBarrierPointerReleased: i32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | pub const XIBarrierDeviceIsGrabbed: i32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:186:39 [INFO] [stdout] | [INFO] [stdout] 186 | pub const XI_DeviceChangedMask: i32 = (1 << XI_DeviceChanged); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:187:34 [INFO] [stdout] | [INFO] [stdout] 187 | pub const XI_KeyPressMask: i32 = (1 << XI_KeyPress); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:188:36 [INFO] [stdout] | [INFO] [stdout] 188 | pub const XI_KeyReleaseMask: i32 = (1 << XI_KeyRelease); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:189:37 [INFO] [stdout] | [INFO] [stdout] 189 | pub const XI_ButtonPressMask: i32 = (1 << XI_ButtonPress); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:190:39 [INFO] [stdout] | [INFO] [stdout] 190 | pub const XI_ButtonReleaseMask: i32 = (1 << XI_ButtonRelease); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:191:32 [INFO] [stdout] | [INFO] [stdout] 191 | pub const XI_MotionMask: i32 = (1 << XI_Motion); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:192:31 [INFO] [stdout] | [INFO] [stdout] 192 | pub const XI_EnterMask: i32 = (1 << XI_Enter); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | pub const XI_LeaveMask: i32 = (1 << XI_Leave); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:194:33 [INFO] [stdout] | [INFO] [stdout] 194 | pub const XI_FocusInMask: i32 = (1 << XI_FocusIn); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:195:34 [INFO] [stdout] | [INFO] [stdout] 195 | pub const XI_FocusOutMask: i32 = (1 << XI_FocusOut); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:196:42 [INFO] [stdout] | [INFO] [stdout] 196 | pub const XI_HierarchyChangedMask: i32 = (1 << XI_HierarchyChanged); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:197:39 [INFO] [stdout] | [INFO] [stdout] 197 | pub const XI_PropertyEventMask: i32 = (1 << XI_PropertyEvent); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:198:37 [INFO] [stdout] | [INFO] [stdout] 198 | pub const XI_RawKeyPressMask: i32 = (1 << XI_RawKeyPress); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:199:39 [INFO] [stdout] | [INFO] [stdout] 199 | pub const XI_RawKeyReleaseMask: i32 = (1 << XI_RawKeyRelease); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:200:40 [INFO] [stdout] | [INFO] [stdout] 200 | pub const XI_RawButtonPressMask: i32 = (1 << XI_RawButtonPress); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:201:42 [INFO] [stdout] | [INFO] [stdout] 201 | pub const XI_RawButtonReleaseMask: i32 = (1 << XI_RawButtonRelease); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:202:35 [INFO] [stdout] | [INFO] [stdout] 202 | pub const XI_RawMotionMask: i32 = (1 << XI_RawMotion); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:203:36 [INFO] [stdout] | [INFO] [stdout] 203 | pub const XI_TouchBeginMask: i32 = (1 << XI_TouchBegin); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:204:34 [INFO] [stdout] | [INFO] [stdout] 204 | pub const XI_TouchEndMask: i32 = (1 << XI_TouchEnd); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:205:47 [INFO] [stdout] | [INFO] [stdout] 205 | pub const XI_TouchOwnershipChangedMask: i32 = (1 << XI_TouchOwnership); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:206:37 [INFO] [stdout] | [INFO] [stdout] 206 | pub const XI_TouchUpdateMask: i32 = (1 << XI_TouchUpdate); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:207:39 [INFO] [stdout] | [INFO] [stdout] 207 | pub const XI_RawTouchBeginMask: i32 = (1 << XI_RawTouchBegin); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:208:37 [INFO] [stdout] | [INFO] [stdout] 208 | pub const XI_RawTouchEndMask: i32 = (1 << XI_RawTouchEnd); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:209:40 [INFO] [stdout] | [INFO] [stdout] 209 | pub const XI_RawTouchUpdateMask: i32 = (1 << XI_RawTouchUpdate); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:210:36 [INFO] [stdout] | [INFO] [stdout] 210 | pub const XI_BarrierHitMask: i32 = (1 << XI_BarrierHit); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:211:38 [INFO] [stdout] | [INFO] [stdout] 211 | pub const XI_BarrierLeaveMask: i32 = (1 << XI_BarrierLeave); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2916:33 [INFO] [stdout] | [INFO] [stdout] 2916 | pub const Button1Mask: c_uint = (1<<8); [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/xlib.rs:2917:33 [INFO] [stdout] | [INFO] [stdout] 2917 | pub const Button2Mask: c_uint = (1<<9); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2918:33 [INFO] [stdout] | [INFO] [stdout] 2918 | pub const Button3Mask: c_uint = (1<<10); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2919:33 [INFO] [stdout] | [INFO] [stdout] 2919 | pub const Button4Mask: c_uint = (1<<11); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2920:33 [INFO] [stdout] | [INFO] [stdout] 2920 | pub const Button5Mask: c_uint = (1<<12); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2921:33 [INFO] [stdout] | [INFO] [stdout] 2921 | pub const AnyModifier: c_uint = (1<<15); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2995:27 [INFO] [stdout] | [INFO] [stdout] 2995 | pub const CWX: c_ushort = (1<<0); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2996:27 [INFO] [stdout] | [INFO] [stdout] 2996 | pub const CWY: c_ushort = (1<<1); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2997:31 [INFO] [stdout] | [INFO] [stdout] 2997 | pub const CWWidth: c_ushort = (1<<2); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2998:32 [INFO] [stdout] | [INFO] [stdout] 2998 | pub const CWHeight: c_ushort = (1<<3); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:2999:37 [INFO] [stdout] | [INFO] [stdout] 2999 | pub const CWBorderWidth: c_ushort = (1<<4); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3000:33 [INFO] [stdout] | [INFO] [stdout] 3000 | pub const CWSibling: c_ushort = (1<<5); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3001:35 [INFO] [stdout] | [INFO] [stdout] 3001 | pub const CWStackMode: c_ushort = (1<<6); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3144:32 [INFO] [stdout] | [INFO] [stdout] 3144 | pub const GCFunction: c_uint = (1<<0); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3145:33 [INFO] [stdout] | [INFO] [stdout] 3145 | pub const GCPlaneMask: c_uint = (1<<1); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3146:34 [INFO] [stdout] | [INFO] [stdout] 3146 | pub const GCForeground: c_uint = (1<<2); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3147:34 [INFO] [stdout] | [INFO] [stdout] 3147 | pub const GCBackground: c_uint = (1<<3); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3148:33 [INFO] [stdout] | [INFO] [stdout] 3148 | pub const GCLineWidth: c_uint = (1<<4); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3149:33 [INFO] [stdout] | [INFO] [stdout] 3149 | pub const GCLineStyle: c_uint = (1<<5); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3150:32 [INFO] [stdout] | [INFO] [stdout] 3150 | pub const GCCapStyle: c_uint = (1<<6); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3151:33 [INFO] [stdout] | [INFO] [stdout] 3151 | pub const GCJoinStyle: c_uint = (1<<7); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3152:33 [INFO] [stdout] | [INFO] [stdout] 3152 | pub const GCFillStyle: c_uint = (1<<8); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3153:32 [INFO] [stdout] | [INFO] [stdout] 3153 | pub const GCFillRule: c_uint = (1<<9); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3154:28 [INFO] [stdout] | [INFO] [stdout] 3154 | pub const GCTile: c_uint = (1<<10); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3155:31 [INFO] [stdout] | [INFO] [stdout] 3155 | pub const GCStipple: c_uint = (1<<11); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3156:39 [INFO] [stdout] | [INFO] [stdout] 3156 | pub const GCTileStipXOrigin: c_uint = (1<<12); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3157:39 [INFO] [stdout] | [INFO] [stdout] 3157 | pub const GCTileStipYOrigin: c_uint = (1<<13); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3158:29 [INFO] [stdout] | [INFO] [stdout] 3158 | pub const GCFont : c_uint = (1<<14); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3159:37 [INFO] [stdout] | [INFO] [stdout] 3159 | pub const GCSubwindowMode: c_uint = (1<<15); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3160:41 [INFO] [stdout] | [INFO] [stdout] 3160 | pub const GCGraphicsExposures: c_uint = (1<<16); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3161:35 [INFO] [stdout] | [INFO] [stdout] 3161 | pub const GCClipXOrigin: c_uint = (1<<17); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3162:35 [INFO] [stdout] | [INFO] [stdout] 3162 | pub const GCClipYOrigin: c_uint = (1<<18); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3163:32 [INFO] [stdout] | [INFO] [stdout] 3163 | pub const GCClipMask: c_uint = (1<<19); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3164:34 [INFO] [stdout] | [INFO] [stdout] 3164 | pub const GCDashOffset: c_uint = (1<<20); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3165:32 [INFO] [stdout] | [INFO] [stdout] 3165 | pub const GCDashList: c_uint = (1<<21); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3166:31 [INFO] [stdout] | [INFO] [stdout] 3166 | pub const GCArcMode: c_uint = (1<<22); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3190:40 [INFO] [stdout] | [INFO] [stdout] 3190 | pub const KBKeyClickPercent: c_ulong = (1<<0); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3191:36 [INFO] [stdout] | [INFO] [stdout] 3191 | pub const KBBellPercent: c_ulong = (1<<1); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3192:34 [INFO] [stdout] | [INFO] [stdout] 3192 | pub const KBBellPitch: c_ulong = (1<<2); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3193:37 [INFO] [stdout] | [INFO] [stdout] 3193 | pub const KBBellDuration: c_ulong = (1<<3); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3194:28 [INFO] [stdout] | [INFO] [stdout] 3194 | pub const KBLed: c_ulong = (1<<4); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3195:32 [INFO] [stdout] | [INFO] [stdout] 3195 | pub const KBLedMode: c_ulong = (1<<5); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3196:28 [INFO] [stdout] | [INFO] [stdout] 3196 | pub const KBKey: c_ulong = (1<<6); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xlib.rs:3197:39 [INFO] [stdout] | [INFO] [stdout] 3197 | pub const KBAutoRepeatMode: c_ulong = (1<<7); [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:119:32 [INFO] [stdout] | [INFO] [stdout] 119 | pub const XIMasterAdded: i32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:120:34 [INFO] [stdout] | [INFO] [stdout] 120 | pub const XIMasterRemoved: i32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:121:31 [INFO] [stdout] | [INFO] [stdout] 121 | pub const XISlaveAdded: i32 = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:122:33 [INFO] [stdout] | [INFO] [stdout] 122 | pub const XISlaveRemoved: i32 = (1 << 3); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:123:34 [INFO] [stdout] | [INFO] [stdout] 123 | pub const XISlaveAttached: i32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:124:34 [INFO] [stdout] | [INFO] [stdout] 124 | pub const XISlaveDetached: i32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:125:34 [INFO] [stdout] | [INFO] [stdout] 125 | pub const XIDeviceEnabled: i32 = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:126:35 [INFO] [stdout] | [INFO] [stdout] 126 | pub const XIDeviceDisabled: i32 = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:147:42 [INFO] [stdout] | [INFO] [stdout] 147 | pub const XIScrollFlagNoEmulation: i32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:148:40 [INFO] [stdout] | [INFO] [stdout] 148 | pub const XIScrollFlagPreferred: i32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:149:30 [INFO] [stdout] | [INFO] [stdout] 149 | pub const XIKeyRepeat: i32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:150:36 [INFO] [stdout] | [INFO] [stdout] 150 | pub const XIPointerEmulated: i32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:151:36 [INFO] [stdout] | [INFO] [stdout] 151 | pub const XITouchPendingEnd: i32 = (1 << 16); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:152:42 [INFO] [stdout] | [INFO] [stdout] 152 | pub const XITouchEmulatingPointer: i32 = (1 << 17); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:153:43 [INFO] [stdout] | [INFO] [stdout] 153 | pub const XIBarrierPointerReleased: i32 = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | pub const XIBarrierDeviceIsGrabbed: i32 = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:186:39 [INFO] [stdout] | [INFO] [stdout] 186 | pub const XI_DeviceChangedMask: i32 = (1 << XI_DeviceChanged); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:187:34 [INFO] [stdout] | [INFO] [stdout] 187 | pub const XI_KeyPressMask: i32 = (1 << XI_KeyPress); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:188:36 [INFO] [stdout] | [INFO] [stdout] 188 | pub const XI_KeyReleaseMask: i32 = (1 << XI_KeyRelease); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:189:37 [INFO] [stdout] | [INFO] [stdout] 189 | pub const XI_ButtonPressMask: i32 = (1 << XI_ButtonPress); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:190:39 [INFO] [stdout] | [INFO] [stdout] 190 | pub const XI_ButtonReleaseMask: i32 = (1 << XI_ButtonRelease); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:191:32 [INFO] [stdout] | [INFO] [stdout] 191 | pub const XI_MotionMask: i32 = (1 << XI_Motion); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:192:31 [INFO] [stdout] | [INFO] [stdout] 192 | pub const XI_EnterMask: i32 = (1 << XI_Enter); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | pub const XI_LeaveMask: i32 = (1 << XI_Leave); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:194:33 [INFO] [stdout] | [INFO] [stdout] 194 | pub const XI_FocusInMask: i32 = (1 << XI_FocusIn); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:195:34 [INFO] [stdout] | [INFO] [stdout] 195 | pub const XI_FocusOutMask: i32 = (1 << XI_FocusOut); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:196:42 [INFO] [stdout] | [INFO] [stdout] 196 | pub const XI_HierarchyChangedMask: i32 = (1 << XI_HierarchyChanged); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:197:39 [INFO] [stdout] | [INFO] [stdout] 197 | pub const XI_PropertyEventMask: i32 = (1 << XI_PropertyEvent); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:198:37 [INFO] [stdout] | [INFO] [stdout] 198 | pub const XI_RawKeyPressMask: i32 = (1 << XI_RawKeyPress); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:199:39 [INFO] [stdout] | [INFO] [stdout] 199 | pub const XI_RawKeyReleaseMask: i32 = (1 << XI_RawKeyRelease); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:200:40 [INFO] [stdout] | [INFO] [stdout] 200 | pub const XI_RawButtonPressMask: i32 = (1 << XI_RawButtonPress); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:201:42 [INFO] [stdout] | [INFO] [stdout] 201 | pub const XI_RawButtonReleaseMask: i32 = (1 << XI_RawButtonRelease); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:202:35 [INFO] [stdout] | [INFO] [stdout] 202 | pub const XI_RawMotionMask: i32 = (1 << XI_RawMotion); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:203:36 [INFO] [stdout] | [INFO] [stdout] 203 | pub const XI_TouchBeginMask: i32 = (1 << XI_TouchBegin); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:204:34 [INFO] [stdout] | [INFO] [stdout] 204 | pub const XI_TouchEndMask: i32 = (1 << XI_TouchEnd); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:205:47 [INFO] [stdout] | [INFO] [stdout] 205 | pub const XI_TouchOwnershipChangedMask: i32 = (1 << XI_TouchOwnership); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:206:37 [INFO] [stdout] | [INFO] [stdout] 206 | pub const XI_TouchUpdateMask: i32 = (1 << XI_TouchUpdate); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:207:39 [INFO] [stdout] | [INFO] [stdout] 207 | pub const XI_RawTouchBeginMask: i32 = (1 << XI_RawTouchBegin); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:208:37 [INFO] [stdout] | [INFO] [stdout] 208 | pub const XI_RawTouchEndMask: i32 = (1 << XI_RawTouchEnd); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:209:40 [INFO] [stdout] | [INFO] [stdout] 209 | pub const XI_RawTouchUpdateMask: i32 = (1 << XI_RawTouchUpdate); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:210:36 [INFO] [stdout] | [INFO] [stdout] 210 | pub const XI_BarrierHitMask: i32 = (1 << XI_BarrierHit); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/xinput2.rs:211:38 [INFO] [stdout] | [INFO] [stdout] 211 | pub const XI_BarrierLeaveMask: i32 = (1 << XI_BarrierLeave); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 86 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 86 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.62s [INFO] running `Command { std: "docker" "inspect" "56932e24a818480e7303d5dfbc4f5a8dd9ee0f579da8fad4229893f6ecc17ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56932e24a818480e7303d5dfbc4f5a8dd9ee0f579da8fad4229893f6ecc17ff7", kill_on_drop: false }` [INFO] [stdout] 56932e24a818480e7303d5dfbc4f5a8dd9ee0f579da8fad4229893f6ecc17ff7