[INFO] fetching crate evdev 0.10.2... [INFO] checking evdev-0.10.2 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate evdev 0.10.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate evdev 0.10.2 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 evdev 0.10.2 [INFO] finished tweaking crates.io crate evdev 0.10.2 [INFO] tweaked toml for crates.io crate evdev 0.10.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate evdev 0.10.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] c22d36e6b4854998919b49b91ceb1e10caecd150566dfd0908eb4c65a13f066c [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" "c22d36e6b4854998919b49b91ceb1e10caecd150566dfd0908eb4c65a13f066c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c22d36e6b4854998919b49b91ceb1e10caecd150566dfd0908eb4c65a13f066c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c22d36e6b4854998919b49b91ceb1e10caecd150566dfd0908eb4c65a13f066c", kill_on_drop: false }` [INFO] [stdout] c22d36e6b4854998919b49b91ceb1e10caecd150566dfd0908eb4c65a13f066c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] e644af69fc828f393745bce3a3668e6f9f3be09504230858de9d1157d095adaa [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" "e644af69fc828f393745bce3a3668e6f9f3be09504230858de9d1157d095adaa", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking bitflags v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking nix v0.9.0 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking evdev v0.10.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | / bitflags! { [INFO] [stdout] 89 | | /// Event types supported by the device. [INFO] [stdout] 90 | | pub flags Types: u32 { [INFO] [stdout] 91 | | /// A bookkeeping event. Usually not important to applications. [INFO] [stdout] ... | [INFO] [stdout] 124 | | } [INFO] [stdout] 125 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | / bitflags! { [INFO] [stdout] 89 | | /// Event types supported by the device. [INFO] [stdout] 90 | | pub flags Types: u32 { [INFO] [stdout] 91 | | /// A bookkeeping event. Usually not important to applications. [INFO] [stdout] ... | [INFO] [stdout] 124 | | } [INFO] [stdout] 125 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / bitflags! { [INFO] [stdout] 128 | | /// Device properties. [INFO] [stdout] 129 | | pub flags Props: u32 { [INFO] [stdout] 130 | | /// This input device needs a pointer ("cursor") for the user to know its state. [INFO] [stdout] ... | [INFO] [stdout] 145 | | } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / bitflags! { [INFO] [stdout] 128 | | /// Device properties. [INFO] [stdout] 129 | | pub flags Props: u32 { [INFO] [stdout] 130 | | /// This input device needs a pointer ("cursor") for the user to know its state. [INFO] [stdout] ... | [INFO] [stdout] 145 | | } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | / bitflags! { [INFO] [stdout] 151 | | pub flags RelativeAxis: u32 { [INFO] [stdout] 152 | | const REL_X = 1 << 0x00, [INFO] [stdout] 153 | | const REL_Y = 1 << 0x01, [INFO] [stdout] ... | [INFO] [stdout] 166 | | } [INFO] [stdout] 167 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | / bitflags! { [INFO] [stdout] 151 | | pub flags RelativeAxis: u32 { [INFO] [stdout] 152 | | const REL_X = 1 << 0x00, [INFO] [stdout] 153 | | const REL_Y = 1 << 0x01, [INFO] [stdout] ... | [INFO] [stdout] 166 | | } [INFO] [stdout] 167 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / bitflags! { [INFO] [stdout] 170 | | pub flags AbsoluteAxis: u64 { [INFO] [stdout] 171 | | const ABS_X = 1 << 0x00, [INFO] [stdout] 172 | | const ABS_Y = 1 << 0x01, [INFO] [stdout] ... | [INFO] [stdout] 227 | | } [INFO] [stdout] 228 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / bitflags! { [INFO] [stdout] 170 | | pub flags AbsoluteAxis: u64 { [INFO] [stdout] 171 | | const ABS_X = 1 << 0x00, [INFO] [stdout] 172 | | const ABS_Y = 1 << 0x01, [INFO] [stdout] ... | [INFO] [stdout] 227 | | } [INFO] [stdout] 228 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | / bitflags! { [INFO] [stdout] 231 | | pub flags Switch: u32 { [INFO] [stdout] 232 | | /// "set = lid shut" [INFO] [stdout] 233 | | const SW_LID = 1 << 0x00, [INFO] [stdout] ... | [INFO] [stdout] 265 | | } [INFO] [stdout] 266 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | / bitflags! { [INFO] [stdout] 231 | | pub flags Switch: u32 { [INFO] [stdout] 232 | | /// "set = lid shut" [INFO] [stdout] 233 | | const SW_LID = 1 << 0x00, [INFO] [stdout] ... | [INFO] [stdout] 265 | | } [INFO] [stdout] 266 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | / bitflags! { [INFO] [stdout] 269 | | /// LEDs specified by USB HID. [INFO] [stdout] 270 | | pub flags Led: u32 { [INFO] [stdout] 271 | | const LED_NUML = 1 << 0x00, [INFO] [stdout] ... | [INFO] [stdout] 287 | | } [INFO] [stdout] 288 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | / bitflags! { [INFO] [stdout] 269 | | /// LEDs specified by USB HID. [INFO] [stdout] 270 | | pub flags Led: u32 { [INFO] [stdout] 271 | | const LED_NUML = 1 << 0x00, [INFO] [stdout] ... | [INFO] [stdout] 287 | | } [INFO] [stdout] 288 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:290:1 [INFO] [stdout] | [INFO] [stdout] 290 | / bitflags! { [INFO] [stdout] 291 | | /// Various miscellaneous event types. Current as of kernel 4.1. [INFO] [stdout] 292 | | pub flags Misc: u32 { [INFO] [stdout] 293 | | /// Serial number, only exported for tablets ("Transducer Serial Number") [INFO] [stdout] ... | [INFO] [stdout] 306 | | } [INFO] [stdout] 307 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | / bitflags! { [INFO] [stdout] 89 | | /// Event types supported by the device. [INFO] [stdout] 90 | | pub flags Types: u32 { [INFO] [stdout] 91 | | /// A bookkeeping event. Usually not important to applications. [INFO] [stdout] ... | [INFO] [stdout] 124 | | } [INFO] [stdout] 125 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | / bitflags! { [INFO] [stdout] 89 | | /// Event types supported by the device. [INFO] [stdout] 90 | | pub flags Types: u32 { [INFO] [stdout] 91 | | /// A bookkeeping event. Usually not important to applications. [INFO] [stdout] ... | [INFO] [stdout] 124 | | } [INFO] [stdout] 125 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / bitflags! { [INFO] [stdout] 128 | | /// Device properties. [INFO] [stdout] 129 | | pub flags Props: u32 { [INFO] [stdout] 130 | | /// This input device needs a pointer ("cursor") for the user to know its state. [INFO] [stdout] ... | [INFO] [stdout] 145 | | } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / bitflags! { [INFO] [stdout] 128 | | /// Device properties. [INFO] [stdout] 129 | | pub flags Props: u32 { [INFO] [stdout] 130 | | /// This input device needs a pointer ("cursor") for the user to know its state. [INFO] [stdout] ... | [INFO] [stdout] 145 | | } [INFO] [stdout] 146 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:290:1 [INFO] [stdout] | [INFO] [stdout] 290 | / bitflags! { [INFO] [stdout] 291 | | /// Various miscellaneous event types. Current as of kernel 4.1. [INFO] [stdout] 292 | | pub flags Misc: u32 { [INFO] [stdout] 293 | | /// Serial number, only exported for tablets ("Transducer Serial Number") [INFO] [stdout] ... | [INFO] [stdout] 306 | | } [INFO] [stdout] 307 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / bitflags! { [INFO] [stdout] 310 | | pub flags FFStatus: u32 { [INFO] [stdout] 311 | | const FF_STATUS_STOPPED = 1 << 0x00, [INFO] [stdout] 312 | | const FF_STATUS_PLAYING = 1 << 0x01, [INFO] [stdout] 313 | | } [INFO] [stdout] 314 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / bitflags! { [INFO] [stdout] 310 | | pub flags FFStatus: u32 { [INFO] [stdout] 311 | | const FF_STATUS_STOPPED = 1 << 0x00, [INFO] [stdout] 312 | | const FF_STATUS_PLAYING = 1 << 0x01, [INFO] [stdout] 313 | | } [INFO] [stdout] 314 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / bitflags! { [INFO] [stdout] 339 | | pub flags Repeat: u32 { [INFO] [stdout] 340 | | const REP_DELAY = 1 << 0x00, [INFO] [stdout] 341 | | const REP_PERIOD = 1 << 0x01, [INFO] [stdout] 342 | | } [INFO] [stdout] 343 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / bitflags! { [INFO] [stdout] 339 | | pub flags Repeat: u32 { [INFO] [stdout] 340 | | const REP_DELAY = 1 << 0x00, [INFO] [stdout] 341 | | const REP_PERIOD = 1 << 0x01, [INFO] [stdout] 342 | | } [INFO] [stdout] 343 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:345:1 [INFO] [stdout] | [INFO] [stdout] 345 | / bitflags! { [INFO] [stdout] 346 | | pub flags Sound: u32 { [INFO] [stdout] 347 | | const SND_CLICK = 1 << 0x00, [INFO] [stdout] 348 | | const SND_BELL = 1 << 0x01, [INFO] [stdout] 349 | | const SND_TONE = 1 << 0x02, [INFO] [stdout] 350 | | } [INFO] [stdout] 351 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | / bitflags! { [INFO] [stdout] 151 | | pub flags RelativeAxis: u32 { [INFO] [stdout] 152 | | const REL_X = 1 << 0x00, [INFO] [stdout] 153 | | const REL_Y = 1 << 0x01, [INFO] [stdout] ... | [INFO] [stdout] 166 | | } [INFO] [stdout] 167 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:345:1 [INFO] [stdout] | [INFO] [stdout] 345 | / bitflags! { [INFO] [stdout] 346 | | pub flags Sound: u32 { [INFO] [stdout] 347 | | const SND_CLICK = 1 << 0x00, [INFO] [stdout] 348 | | const SND_BELL = 1 << 0x01, [INFO] [stdout] 349 | | const SND_TONE = 1 << 0x02, [INFO] [stdout] 350 | | } [INFO] [stdout] 351 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:514:9 [INFO] [stdout] | [INFO] [stdout] 514 | try!(writeln!(f, "{:?}", self.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:515:9 [INFO] [stdout] | [INFO] [stdout] 515 | try!(writeln!(f, " Driver version: {}.{}.{}", self.driver_version.0, self.driver_version.1, self.driver_version.2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:517:13 [INFO] [stdout] | [INFO] [stdout] 517 | try!(writeln!(f, " Physical address: {:?}", phys)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | try!(writeln!(f, " Unique name: {:?}", uniq)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:523:9 [INFO] [stdout] | [INFO] [stdout] 523 | try!(writeln!(f, " Bus: {}", bus_name(self.id.bustype))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:524:9 [INFO] [stdout] | [INFO] [stdout] 524 | try!(writeln!(f, " Vendor: 0x{:x}", self.id.vendor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:525:9 [INFO] [stdout] | [INFO] [stdout] 525 | try!(writeln!(f, " Product: 0x{:x}", self.id.product)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:526:9 [INFO] [stdout] | [INFO] [stdout] 526 | try!(writeln!(f, " Version: 0x{:x}", self.id.version)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:527:9 [INFO] [stdout] | [INFO] [stdout] 527 | try!(writeln!(f, " Properties: {:?}", self.props)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:534:13 [INFO] [stdout] | [INFO] [stdout] 534 | try!(writeln!(f, " Keys supported:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:538:21 [INFO] [stdout] | [INFO] [stdout] 538 | try!(writeln!(f, " {:?} ({}index {})", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:546:13 [INFO] [stdout] | [INFO] [stdout] 546 | try!(writeln!(f, " Relative Axes: {:?}", self.rel)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:549:13 [INFO] [stdout] | [INFO] [stdout] 549 | try!(writeln!(f, " Absolute Axes:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:554:21 [INFO] [stdout] | [INFO] [stdout] 554 | try!(writeln!(f, " {:?} ({:?}, index {})", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:562:13 [INFO] [stdout] | [INFO] [stdout] 562 | try!(writeln!(f, " Miscellaneous capabilities: {:?}", self.misc)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:565:13 [INFO] [stdout] | [INFO] [stdout] 565 | try!(writeln!(f, " Switches:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:569:21 [INFO] [stdout] | [INFO] [stdout] 569 | try!(writeln!(f, " {:?} ({:?}, index {})", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:577:13 [INFO] [stdout] | [INFO] [stdout] 577 | try!(writeln!(f, " LEDs:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:581:21 [INFO] [stdout] | [INFO] [stdout] 581 | try!(writeln!(f, " {:?} ({:?}, index {})", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:589:13 [INFO] [stdout] | [INFO] [stdout] 589 | try!(writeln!(f, " Sound: {:?}", self.snd)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:592:13 [INFO] [stdout] | [INFO] [stdout] 592 | try!(writeln!(f, " Repeats: {:?}", self.rep)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:595:13 [INFO] [stdout] | [INFO] [stdout] 595 | try!(writeln!(f, " Force Feedback supported")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:598:13 [INFO] [stdout] | [INFO] [stdout] 598 | try!(writeln!(f, " Power supported")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:601:13 [INFO] [stdout] | [INFO] [stdout] 601 | try!(writeln!(f, " Force Feedback status supported")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:785:9 [INFO] [stdout] | [INFO] [stdout] 785 | try!(dev.sync_state()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:683:24 [INFO] [stdout] | [INFO] [stdout] 683 | pub fn open(path: &AsRef) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn AsRef` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:850:9 [INFO] [stdout] | [INFO] [stdout] 850 | try!(self.sync_state()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:956:9 [INFO] [stdout] | [INFO] [stdout] 956 | try!(self.fill_events()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:964:9 [INFO] [stdout] | [INFO] [stdout] 964 | try!(self.fill_events()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:965:9 [INFO] [stdout] | [INFO] [stdout] 965 | try!(self.compensate_dropped()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 150 | / bitflags! { [INFO] [stdout] 151 | | pub flags RelativeAxis: u32 { [INFO] [stdout] 152 | | const REL_X = 1 << 0x00, [INFO] [stdout] 153 | | const REL_Y = 1 << 0x01, [INFO] [stdout] ... | [INFO] [stdout] 166 | | } [INFO] [stdout] 167 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / bitflags! { [INFO] [stdout] 170 | | pub flags AbsoluteAxis: u64 { [INFO] [stdout] 171 | | const ABS_X = 1 << 0x00, [INFO] [stdout] 172 | | const ABS_Y = 1 << 0x01, [INFO] [stdout] ... | [INFO] [stdout] 227 | | } [INFO] [stdout] 228 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / bitflags! { [INFO] [stdout] 170 | | pub flags AbsoluteAxis: u64 { [INFO] [stdout] 171 | | const ABS_X = 1 << 0x00, [INFO] [stdout] 172 | | const ABS_Y = 1 << 0x01, [INFO] [stdout] ... | [INFO] [stdout] 227 | | } [INFO] [stdout] 228 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | / bitflags! { [INFO] [stdout] 231 | | pub flags Switch: u32 { [INFO] [stdout] 232 | | /// "set = lid shut" [INFO] [stdout] 233 | | const SW_LID = 1 << 0x00, [INFO] [stdout] ... | [INFO] [stdout] 265 | | } [INFO] [stdout] 266 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | / bitflags! { [INFO] [stdout] 231 | | pub flags Switch: u32 { [INFO] [stdout] 232 | | /// "set = lid shut" [INFO] [stdout] 233 | | const SW_LID = 1 << 0x00, [INFO] [stdout] ... | [INFO] [stdout] 265 | | } [INFO] [stdout] 266 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | / bitflags! { [INFO] [stdout] 269 | | /// LEDs specified by USB HID. [INFO] [stdout] 270 | | pub flags Led: u32 { [INFO] [stdout] 271 | | const LED_NUML = 1 << 0x00, [INFO] [stdout] ... | [INFO] [stdout] 287 | | } [INFO] [stdout] 288 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | / bitflags! { [INFO] [stdout] 269 | | /// LEDs specified by USB HID. [INFO] [stdout] 270 | | pub flags Led: u32 { [INFO] [stdout] 271 | | const LED_NUML = 1 << 0x00, [INFO] [stdout] ... | [INFO] [stdout] 287 | | } [INFO] [stdout] 288 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:290:1 [INFO] [stdout] | [INFO] [stdout] 290 | / bitflags! { [INFO] [stdout] 291 | | /// Various miscellaneous event types. Current as of kernel 4.1. [INFO] [stdout] 292 | | pub flags Misc: u32 { [INFO] [stdout] 293 | | /// Serial number, only exported for tablets ("Transducer Serial Number") [INFO] [stdout] ... | [INFO] [stdout] 306 | | } [INFO] [stdout] 307 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:290:1 [INFO] [stdout] | [INFO] [stdout] 290 | / bitflags! { [INFO] [stdout] 291 | | /// Various miscellaneous event types. Current as of kernel 4.1. [INFO] [stdout] 292 | | pub flags Misc: u32 { [INFO] [stdout] 293 | | /// Serial number, only exported for tablets ("Transducer Serial Number") [INFO] [stdout] ... | [INFO] [stdout] 306 | | } [INFO] [stdout] 307 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / bitflags! { [INFO] [stdout] 310 | | pub flags FFStatus: u32 { [INFO] [stdout] 311 | | const FF_STATUS_STOPPED = 1 << 0x00, [INFO] [stdout] 312 | | const FF_STATUS_PLAYING = 1 << 0x01, [INFO] [stdout] 313 | | } [INFO] [stdout] 314 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / bitflags! { [INFO] [stdout] 310 | | pub flags FFStatus: u32 { [INFO] [stdout] 311 | | const FF_STATUS_STOPPED = 1 << 0x00, [INFO] [stdout] 312 | | const FF_STATUS_PLAYING = 1 << 0x01, [INFO] [stdout] 313 | | } [INFO] [stdout] 314 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / bitflags! { [INFO] [stdout] 339 | | pub flags Repeat: u32 { [INFO] [stdout] 340 | | const REP_DELAY = 1 << 0x00, [INFO] [stdout] 341 | | const REP_PERIOD = 1 << 0x01, [INFO] [stdout] 342 | | } [INFO] [stdout] 343 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / bitflags! { [INFO] [stdout] 339 | | pub flags Repeat: u32 { [INFO] [stdout] 340 | | const REP_DELAY = 1 << 0x00, [INFO] [stdout] 341 | | const REP_PERIOD = 1 << 0x01, [INFO] [stdout] 342 | | } [INFO] [stdout] 343 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:345:1 [INFO] [stdout] | [INFO] [stdout] 345 | / bitflags! { [INFO] [stdout] 346 | | pub flags Sound: u32 { [INFO] [stdout] 347 | | const SND_CLICK = 1 << 0x00, [INFO] [stdout] 348 | | const SND_BELL = 1 << 0x01, [INFO] [stdout] 349 | | const SND_TONE = 1 << 0x02, [INFO] [stdout] 350 | | } [INFO] [stdout] 351 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:345:1 [INFO] [stdout] | [INFO] [stdout] 345 | / bitflags! { [INFO] [stdout] 346 | | pub flags Sound: u32 { [INFO] [stdout] 347 | | const SND_CLICK = 1 << 0x00, [INFO] [stdout] 348 | | const SND_BELL = 1 << 0x01, [INFO] [stdout] 349 | | const SND_TONE = 1 << 0x02, [INFO] [stdout] 350 | | } [INFO] [stdout] 351 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:514:9 [INFO] [stdout] | [INFO] [stdout] 514 | try!(writeln!(f, "{:?}", self.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:515:9 [INFO] [stdout] | [INFO] [stdout] 515 | try!(writeln!(f, " Driver version: {}.{}.{}", self.driver_version.0, self.driver_version.1, self.driver_version.2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:517:13 [INFO] [stdout] | [INFO] [stdout] 517 | try!(writeln!(f, " Physical address: {:?}", phys)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:520:13 [INFO] [stdout] | [INFO] [stdout] 520 | try!(writeln!(f, " Unique name: {:?}", uniq)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:523:9 [INFO] [stdout] | [INFO] [stdout] 523 | try!(writeln!(f, " Bus: {}", bus_name(self.id.bustype))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:524:9 [INFO] [stdout] | [INFO] [stdout] 524 | try!(writeln!(f, " Vendor: 0x{:x}", self.id.vendor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:525:9 [INFO] [stdout] | [INFO] [stdout] 525 | try!(writeln!(f, " Product: 0x{:x}", self.id.product)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:526:9 [INFO] [stdout] | [INFO] [stdout] 526 | try!(writeln!(f, " Version: 0x{:x}", self.id.version)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:527:9 [INFO] [stdout] | [INFO] [stdout] 527 | try!(writeln!(f, " Properties: {:?}", self.props)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:534:13 [INFO] [stdout] | [INFO] [stdout] 534 | try!(writeln!(f, " Keys supported:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:538:21 [INFO] [stdout] | [INFO] [stdout] 538 | try!(writeln!(f, " {:?} ({}index {})", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:546:13 [INFO] [stdout] | [INFO] [stdout] 546 | try!(writeln!(f, " Relative Axes: {:?}", self.rel)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:549:13 [INFO] [stdout] | [INFO] [stdout] 549 | try!(writeln!(f, " Absolute Axes:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:554:21 [INFO] [stdout] | [INFO] [stdout] 554 | try!(writeln!(f, " {:?} ({:?}, index {})", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:562:13 [INFO] [stdout] | [INFO] [stdout] 562 | try!(writeln!(f, " Miscellaneous capabilities: {:?}", self.misc)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:565:13 [INFO] [stdout] | [INFO] [stdout] 565 | try!(writeln!(f, " Switches:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:569:21 [INFO] [stdout] | [INFO] [stdout] 569 | try!(writeln!(f, " {:?} ({:?}, index {})", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:577:13 [INFO] [stdout] | [INFO] [stdout] 577 | try!(writeln!(f, " LEDs:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:581:21 [INFO] [stdout] | [INFO] [stdout] 581 | try!(writeln!(f, " {:?} ({:?}, index {})", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:589:13 [INFO] [stdout] | [INFO] [stdout] 589 | try!(writeln!(f, " Sound: {:?}", self.snd)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:592:13 [INFO] [stdout] | [INFO] [stdout] 592 | try!(writeln!(f, " Repeats: {:?}", self.rep)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:595:13 [INFO] [stdout] | [INFO] [stdout] 595 | try!(writeln!(f, " Force Feedback supported")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:598:13 [INFO] [stdout] | [INFO] [stdout] 598 | try!(writeln!(f, " Power supported")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:601:13 [INFO] [stdout] | [INFO] [stdout] 601 | try!(writeln!(f, " Force Feedback status supported")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:785:9 [INFO] [stdout] | [INFO] [stdout] 785 | try!(dev.sync_state()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:683:24 [INFO] [stdout] | [INFO] [stdout] 683 | pub fn open(path: &AsRef) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn AsRef` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:850:9 [INFO] [stdout] | [INFO] [stdout] 850 | try!(self.sync_state()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:956:9 [INFO] [stdout] | [INFO] [stdout] 956 | try!(self.fill_events()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:964:9 [INFO] [stdout] | [INFO] [stdout] 964 | try!(self.fill_events()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:965:9 [INFO] [stdout] | [INFO] [stdout] 965 | try!(self.compensate_dropped()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.64s [INFO] running `Command { std: "docker" "inspect" "e644af69fc828f393745bce3a3668e6f9f3be09504230858de9d1157d095adaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e644af69fc828f393745bce3a3668e6f9f3be09504230858de9d1157d095adaa", kill_on_drop: false }` [INFO] [stdout] e644af69fc828f393745bce3a3668e6f9f3be09504230858de9d1157d095adaa