[INFO] fetching crate blurz 0.4.0... [INFO] testing blurz-0.4.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate blurz 0.4.0 into /workspace/builds/worker-119/source [INFO] validating manifest of crates.io crate blurz 0.4.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate blurz 0.4.0 [INFO] finished tweaking crates.io crate blurz 0.4.0 [INFO] tweaked toml for crates.io crate blurz 0.4.0 written to /workspace/builds/worker-119/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dbus v0.6.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dcb1017ad530e615023cede145bc1591b21789803fff0ddca37ba4c83aa355eb [INFO] running `Command { std: "docker" "start" "-a" "dcb1017ad530e615023cede145bc1591b21789803fff0ddca37ba4c83aa355eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dcb1017ad530e615023cede145bc1591b21789803fff0ddca37ba4c83aa355eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcb1017ad530e615023cede145bc1591b21789803fff0ddca37ba4c83aa355eb", kill_on_drop: false }` [INFO] [stdout] dcb1017ad530e615023cede145bc1591b21789803fff0ddca37ba4c83aa355eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b7928ba6a70b61b86f240192fb4c97fbbb7b05c719b59f1a9283fd2299f1c55 [INFO] running `Command { std: "docker" "start" "-a" "1b7928ba6a70b61b86f240192fb4c97fbbb7b05c719b59f1a9283fd2299f1c55", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling libdbus-sys v0.2.2 [INFO] [stderr] Compiling dbus v0.6.5 [INFO] [stderr] Compiling blurz v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 25 | let adapters = try!(bluetooth_utils::get_adapters(session.get_connection())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | let adapters = try!(bluetooth_utils::get_adapters(session.get_connection())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | let devices = try!(bluetooth_utils::list_devices( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:113:23 [INFO] [stdout] | [INFO] [stdout] 113 | let address = try!(self.get_property("Address")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | let name = try!(self.get_property("Name")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | let alias = try!(self.get_property("Alias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 136 | let class = try!(self.get_property("Class")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | let powered = try!(self.get_property("Powered")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:153:28 [INFO] [stdout] | [INFO] [stdout] 153 | let discoverable = try!(self.get_property("Discoverable")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | let pairable = try!(self.get_property("Pairable")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:175:32 [INFO] [stdout] | [INFO] [stdout] 175 | let pairable_timeout = try!(self.get_property("PairableTimeout")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:186:36 [INFO] [stdout] | [INFO] [stdout] 186 | let discoverable_timeout = try!(self.get_property("DiscoverableTimeout")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:197:27 [INFO] [stdout] | [INFO] [stdout] 197 | let discovering = try!(self.get_property("Discovering")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | let uuids = try!(self.get_property("UUIDs")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:214:24 [INFO] [stdout] | [INFO] [stdout] 214 | let modalias = try!(self.get_property("Modalias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:232:43 [INFO] [stdout] | [INFO] [stdout] 232 | let (vendor_id_source, _, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:237:36 [INFO] [stdout] | [INFO] [stdout] 237 | let (_, vendor_id, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:242:37 [INFO] [stdout] | [INFO] [stdout] 242 | let (_, _, product_id, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:247:36 [INFO] [stdout] | [INFO] [stdout] 247 | let (_, _, _, device_id) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | let address = try!(self.get_property("Address")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | let name = try!(self.get_property("Name")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | let icon = try!(self.get_property("Icon")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | let class = try!(self.get_property("Class")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:96:26 [INFO] [stdout] | [INFO] [stdout] 96 | let appearance = try!(self.get_property("Appearance")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | let uuids = try!(self.get_property("UUIDs")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | let paired = try!(self.get_property("Paired")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | let connected = try!(self.get_property("Connected")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | let trusted = try!(self.get_property("Trusted")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:148:23 [INFO] [stdout] | [INFO] [stdout] 148 | let blocked = try!(self.get_property("Blocked")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:154:21 [INFO] [stdout] | [INFO] [stdout] 154 | let alias = try!(self.get_property("Alias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:165:23 [INFO] [stdout] | [INFO] [stdout] 165 | let adapter = try!(self.get_property("Adapter")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:171:30 [INFO] [stdout] | [INFO] [stdout] 171 | let legacy_pairing = try!(self.get_property("LegacyPairing")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:177:24 [INFO] [stdout] | [INFO] [stdout] 177 | let modalias = try!(self.get_property("Modalias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:195:43 [INFO] [stdout] | [INFO] [stdout] 195 | let (vendor_id_source, _, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | let (_, vendor_id, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:205:37 [INFO] [stdout] | [INFO] [stdout] 205 | let (_, _, product_id, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:210:36 [INFO] [stdout] | [INFO] [stdout] 210 | let (_, _, _, device_id) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:216:20 [INFO] [stdout] | [INFO] [stdout] 216 | let rssi = try!(self.get_property("RSSI")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | let tx_power = try!(self.get_property("TxPower")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:228:39 [INFO] [stdout] | [INFO] [stdout] 228 | let manufacturer_data_array = try!(self.get_property("ManufacturerData")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:250:34 [INFO] [stdout] | [INFO] [stdout] 250 | let service_data_array = try!(self.get_property("ServiceData")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_discovery_session.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_discovery_session.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | let service = try!(self.get_property("Service")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let value = try!(self.get_property("Value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | let notifying = try!(self.get_property("Notifying")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | let flags = try!(self.get_property("Flags")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:127:21 [INFO] [stdout] | [INFO] [stdout] 127 | let reply = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | let service = try!(self.get_property("Characteristic")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let value = try!(self.get_property("Value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | let flags = try!(self.get_property("Flags")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:116:21 [INFO] [stdout] | [INFO] [stdout] 116 | let reply = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:42:20 [INFO] [stdout] | [INFO] [stdout] 42 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | let primary = try!(self.get_property("Primary")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | let device = try!(self.get_property("Device")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_session.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | let m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | let r = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | let objects: Vec = try!(get_managed_objects(&c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:67:37 [INFO] [stdout] | [INFO] [stdout] 67 | let objects: Vec = try!(get_managed_objects(&c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | let prop = try!(get_property(c, item_interface, objpath, item_property)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | Ok(try!(p.get(prop)).clone()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | Ok(try!(p.set(prop, value.into()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | try!(c.send_with_reply_and_block(m, timeout_ms)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:121:17 [INFO] [stdout] | [INFO] [stdout] 121 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:24:77 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] 24 + pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:37:39 [INFO] [stdout] | [INFO] [stdout] 37 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - ) -> Result> { [INFO] [stdout] 37 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:52:67 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_first_device(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - pub fn get_first_device(&self) -> Result> { [INFO] [stdout] 52 + pub fn get_first_device(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:64:62 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] 64 + pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:68:67 [INFO] [stdout] | [INFO] [stdout] 68 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 68 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:77:88 [INFO] [stdout] | [INFO] [stdout] 77 | fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] 77 + fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:96:25 [INFO] [stdout] | [INFO] [stdout] 96 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - ) -> Result<(), Box> { [INFO] [stdout] 96 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:112:53 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn get_address(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - pub fn get_address(&self) -> Result> { [INFO] [stdout] 112 + pub fn get_address(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:118:50 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get_name(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 118 - pub fn get_name(&self) -> Result> { [INFO] [stdout] 118 + pub fn get_name(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:124:51 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn get_alias(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 124 - pub fn get_alias(&self) -> Result> { [INFO] [stdout] 124 + pub fn get_alias(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:130:62 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 130 - pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] 130 + pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:135:48 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn get_class(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 135 - pub fn get_class(&self) -> Result> { [INFO] [stdout] 135 + pub fn get_class(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:141:50 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn is_powered(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 141 - pub fn is_powered(&self) -> Result> { [INFO] [stdout] 141 + pub fn is_powered(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:147:62 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 147 - pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 147 + pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:152:55 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 152 - pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] 152 + pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:158:67 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 - pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 158 + pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:163:51 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn is_pairable(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 - pub fn is_pairable(&self) -> Result> { [INFO] [stdout] 163 + pub fn is_pairable(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:169:63 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 169 + pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:174:59 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] 174 + pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:180:70 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 180 - pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] 180 + pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:185:63 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 185 - pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] 185 + pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:191:74 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 191 - pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] 191 + pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:196:54 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn is_discovering(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 196 - pub fn is_discovering(&self) -> Result> { [INFO] [stdout] 196 + pub fn is_discovering(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:202:56 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 202 - pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] 202 + pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:213:71 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 - pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] 213 + pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:231:62 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 231 - pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] 231 + pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:236:52 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 236 - pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] 236 + pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:241:53 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 241 - pub fn get_product_id(&self) -> Result> { [INFO] [stdout] 241 + pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:246:52 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 246 - pub fn get_device_id(&self) -> Result> { [INFO] [stdout] 246 + pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:256:53 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 256 - pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 256 + pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:261:52 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 261 - pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 261 + pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:266:67 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 266 - pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] 266 + pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:37:88 [INFO] [stdout] | [INFO] [stdout] 37 | fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] 37 + fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - ) -> Result<(), Box> { [INFO] [stdout] 56 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:71:53 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn get_address(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn get_address(&self) -> Result> { [INFO] [stdout] 71 + pub fn get_address(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:77:50 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn get_name(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - pub fn get_name(&self) -> Result> { [INFO] [stdout] 77 + pub fn get_name(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:83:50 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_icon(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 83 - pub fn get_icon(&self) -> Result> { [INFO] [stdout] 83 + pub fn get_icon(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:89:48 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn get_class(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 - pub fn get_class(&self) -> Result> { [INFO] [stdout] 89 + pub fn get_class(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_appearance(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 - pub fn get_appearance(&self) -> Result> { [INFO] [stdout] 95 + pub fn get_appearance(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:101:56 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 101 - pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] 101 + pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:112:49 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn is_paired(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - pub fn is_paired(&self) -> Result> { [INFO] [stdout] 112 + pub fn is_paired(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn is_connected(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 118 - pub fn is_connected(&self) -> Result> { [INFO] [stdout] 118 + pub fn is_connected(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:136:62 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 136 + pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:141:50 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn is_trusted(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 141 - pub fn is_trusted(&self) -> Result> { [INFO] [stdout] 141 + pub fn is_trusted(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:147:50 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn is_blocked(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 147 - pub fn is_blocked(&self) -> Result> { [INFO] [stdout] 147 + pub fn is_blocked(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:153:51 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn get_alias(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 153 - pub fn get_alias(&self) -> Result> { [INFO] [stdout] 153 + pub fn get_alias(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:159:62 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 159 - pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] 159 + pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:164:53 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_adapter(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 164 - pub fn get_adapter(&self) -> Result> { [INFO] [stdout] 164 + pub fn get_adapter(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:170:57 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 170 - pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] 170 + pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:176:71 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] 176 + pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:194:62 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] 194 + pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:199:52 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 199 - pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] 199 + pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:204:53 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 204 - pub fn get_product_id(&self) -> Result> { [INFO] [stdout] 204 + pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:209:52 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 209 - pub fn get_device_id(&self) -> Result> { [INFO] [stdout] 209 + pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:215:47 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn get_rssi(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 215 - pub fn get_rssi(&self) -> Result> { [INFO] [stdout] 215 + pub fn get_rssi(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:221:51 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 221 - pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] 221 + pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:227:78 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 227 - pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] 227 + pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:249:76 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 249 - pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] 249 + pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:269:64 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 269 - pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] 269 + pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:278:62 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 278 - pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] 278 + pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:283:48 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 283 - pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] 283 + pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:288:67 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 288 - pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] 288 + pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:293:70 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 293 - pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] 293 + pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:298:42 [INFO] [stdout] | [INFO] [stdout] 298 | pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 298 - pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] 298 + pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:303:52 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 303 - pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] 303 + pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:17:48 [INFO] [stdout] | [INFO] [stdout] 17 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - ) -> Result> { [INFO] [stdout] 17 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:28:92 [INFO] [stdout] | [INFO] [stdout] 28 | fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] 28 + fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:47:53 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 47 + pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:51:52 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 51 + pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - ) -> Result<(), Box> { [INFO] [stdout] 60 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 - ) -> Result<(), Box> { [INFO] [stdout] 42 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:58:50 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 58 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:64:53 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_service(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_service(&self) -> Result> { [INFO] [stdout] 64 + pub fn get_service(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] 70 + pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:81:52 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn is_notifying(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 81 - pub fn is_notifying(&self) -> Result> { [INFO] [stdout] 81 + pub fn is_notifying(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:87:56 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 - pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] 87 + pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:98:67 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 - pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] 98 + pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:107:74 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] 107 + pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:138:87 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 138 - pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] 138 + pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:168:50 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 168 - pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] 168 + pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:173:49 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 173 - pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] 173 + pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:177:64 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 177 - pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] 177 + pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:195:63 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 195 - pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] 195 + pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 - ) -> Result<(), Box> { [INFO] [stdout] 42 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:58:50 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 58 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:64:60 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] 64 + pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] 70 + pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:81:56 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 81 - pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] 81 + pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:96:74 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] 96 + pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:127:87 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 127 - pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] 127 + pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:27:67 [INFO] [stdout] | [INFO] [stdout] 27 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 27 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 27 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:41:50 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 41 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn is_primary(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub fn is_primary(&self) -> Result> { [INFO] [stdout] 47 + pub fn is_primary(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:53:52 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get_device(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - pub fn get_device(&self) -> Result> { [INFO] [stdout] 53 + pub fn get_device(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:59:59 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 59 - pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] 59 + pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:63:71 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 63 - pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] 63 + pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn open_bus_connection() -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - pub fn open_bus_connection() -> Result> { [INFO] [stdout] 60 + pub fn open_bus_connection() -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:75:47 [INFO] [stdout] | [INFO] [stdout] 75 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 - ) -> Result, Box> { [INFO] [stdout] 75 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:96:52 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] 96 + pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:119:48 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 119 - ) -> Result, Box> { [INFO] [stdout] 119 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:145:48 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn status(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 145 - pub fn status(&self) -> Result> { [INFO] [stdout] 145 + pub fn status(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:161:67 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 161 - pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] 161 + pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_session.rs:13:79 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] 13 + pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:11:72 [INFO] [stdout] | [INFO] [stdout] 11 | fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] 11 + fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:22:64 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] 22 + pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:41:87 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] 41 + pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:45:87 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 45 - pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] 45 + pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - ) -> Result, Box> { [INFO] [stdout] 52 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:56:90 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] 56 + pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:65:30 [INFO] [stdout] | [INFO] [stdout] 65 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - ) -> Result, Box> { [INFO] [stdout] 65 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 - ) -> Result> { [INFO] [stdout] 93 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:105:21 [INFO] [stdout] | [INFO] [stdout] 105 | ) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 105 - ) -> Result<(), Box> [INFO] [stdout] 105 + ) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:120:21 [INFO] [stdout] | [INFO] [stdout] 120 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - ) -> Result<(), Box> { [INFO] [stdout] 120 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_event.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | (&str, HashMap>>), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - (&str, HashMap>>), [INFO] [stdout] 36 + (&str, HashMap>>), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 188 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.53s [INFO] running `Command { std: "docker" "inspect" "1b7928ba6a70b61b86f240192fb4c97fbbb7b05c719b59f1a9283fd2299f1c55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b7928ba6a70b61b86f240192fb4c97fbbb7b05c719b59f1a9283fd2299f1c55", kill_on_drop: false }` [INFO] [stdout] 1b7928ba6a70b61b86f240192fb4c97fbbb7b05c719b59f1a9283fd2299f1c55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4e83f6b9f6be6ad43177aa1b126e8888406d868698be2143e7998a8c201469f [INFO] running `Command { std: "docker" "start" "-a" "f4e83f6b9f6be6ad43177aa1b126e8888406d868698be2143e7998a8c201469f", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 25 | let adapters = try!(bluetooth_utils::get_adapters(session.get_connection())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | let adapters = try!(bluetooth_utils::get_adapters(session.get_connection())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | let devices = try!(bluetooth_utils::list_devices( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:113:23 [INFO] [stdout] | [INFO] [stdout] 113 | let address = try!(self.get_property("Address")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | let name = try!(self.get_property("Name")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | let alias = try!(self.get_property("Alias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 136 | let class = try!(self.get_property("Class")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | let powered = try!(self.get_property("Powered")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:153:28 [INFO] [stdout] | [INFO] [stdout] 153 | let discoverable = try!(self.get_property("Discoverable")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | let pairable = try!(self.get_property("Pairable")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:175:32 [INFO] [stdout] | [INFO] [stdout] 175 | let pairable_timeout = try!(self.get_property("PairableTimeout")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:186:36 [INFO] [stdout] | [INFO] [stdout] 186 | let discoverable_timeout = try!(self.get_property("DiscoverableTimeout")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:197:27 [INFO] [stdout] | [INFO] [stdout] 197 | let discovering = try!(self.get_property("Discovering")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | let uuids = try!(self.get_property("UUIDs")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:214:24 [INFO] [stdout] | [INFO] [stdout] 214 | let modalias = try!(self.get_property("Modalias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:232:43 [INFO] [stdout] | [INFO] [stdout] 232 | let (vendor_id_source, _, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:237:36 [INFO] [stdout] | [INFO] [stdout] 237 | let (_, vendor_id, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:242:37 [INFO] [stdout] | [INFO] [stdout] 242 | let (_, _, product_id, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:247:36 [INFO] [stdout] | [INFO] [stdout] 247 | let (_, _, _, device_id) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | let address = try!(self.get_property("Address")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | let name = try!(self.get_property("Name")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | let icon = try!(self.get_property("Icon")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | let class = try!(self.get_property("Class")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:96:26 [INFO] [stdout] | [INFO] [stdout] 96 | let appearance = try!(self.get_property("Appearance")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | let uuids = try!(self.get_property("UUIDs")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | let paired = try!(self.get_property("Paired")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | let connected = try!(self.get_property("Connected")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | let trusted = try!(self.get_property("Trusted")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:148:23 [INFO] [stdout] | [INFO] [stdout] 148 | let blocked = try!(self.get_property("Blocked")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:154:21 [INFO] [stdout] | [INFO] [stdout] 154 | let alias = try!(self.get_property("Alias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:165:23 [INFO] [stdout] | [INFO] [stdout] 165 | let adapter = try!(self.get_property("Adapter")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:171:30 [INFO] [stdout] | [INFO] [stdout] 171 | let legacy_pairing = try!(self.get_property("LegacyPairing")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:177:24 [INFO] [stdout] | [INFO] [stdout] 177 | let modalias = try!(self.get_property("Modalias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:195:43 [INFO] [stdout] | [INFO] [stdout] 195 | let (vendor_id_source, _, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | let (_, vendor_id, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:205:37 [INFO] [stdout] | [INFO] [stdout] 205 | let (_, _, product_id, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:210:36 [INFO] [stdout] | [INFO] [stdout] 210 | let (_, _, _, device_id) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:216:20 [INFO] [stdout] | [INFO] [stdout] 216 | let rssi = try!(self.get_property("RSSI")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | let tx_power = try!(self.get_property("TxPower")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:228:39 [INFO] [stdout] | [INFO] [stdout] 228 | let manufacturer_data_array = try!(self.get_property("ManufacturerData")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:250:34 [INFO] [stdout] | [INFO] [stdout] 250 | let service_data_array = try!(self.get_property("ServiceData")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_discovery_session.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_discovery_session.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | let service = try!(self.get_property("Service")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let value = try!(self.get_property("Value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | let notifying = try!(self.get_property("Notifying")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | let flags = try!(self.get_property("Flags")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:127:21 [INFO] [stdout] | [INFO] [stdout] 127 | let reply = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | let service = try!(self.get_property("Characteristic")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let value = try!(self.get_property("Value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | let flags = try!(self.get_property("Flags")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:116:21 [INFO] [stdout] | [INFO] [stdout] 116 | let reply = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:42:20 [INFO] [stdout] | [INFO] [stdout] 42 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | let primary = try!(self.get_property("Primary")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | let device = try!(self.get_property("Device")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_session.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | let m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | let r = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | let objects: Vec = try!(get_managed_objects(&c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:67:37 [INFO] [stdout] | [INFO] [stdout] 67 | let objects: Vec = try!(get_managed_objects(&c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | let prop = try!(get_property(c, item_interface, objpath, item_property)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | Ok(try!(p.get(prop)).clone()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | Ok(try!(p.set(prop, value.into()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | try!(c.send_with_reply_and_block(m, timeout_ms)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:121:17 [INFO] [stdout] | [INFO] [stdout] 121 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:24:77 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] 24 + pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:37:39 [INFO] [stdout] | [INFO] [stdout] 37 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - ) -> Result> { [INFO] [stdout] 37 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:52:67 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_first_device(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - pub fn get_first_device(&self) -> Result> { [INFO] [stdout] 52 + pub fn get_first_device(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:64:62 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] 64 + pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:68:67 [INFO] [stdout] | [INFO] [stdout] 68 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 68 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:77:88 [INFO] [stdout] | [INFO] [stdout] 77 | fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] 77 + fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:96:25 [INFO] [stdout] | [INFO] [stdout] 96 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - ) -> Result<(), Box> { [INFO] [stdout] 96 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:112:53 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn get_address(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - pub fn get_address(&self) -> Result> { [INFO] [stdout] 112 + pub fn get_address(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:118:50 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get_name(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 118 - pub fn get_name(&self) -> Result> { [INFO] [stdout] 118 + pub fn get_name(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:124:51 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn get_alias(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 124 - pub fn get_alias(&self) -> Result> { [INFO] [stdout] 124 + pub fn get_alias(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:130:62 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 130 - pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] 130 + pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:135:48 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn get_class(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 135 - pub fn get_class(&self) -> Result> { [INFO] [stdout] 135 + pub fn get_class(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:141:50 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn is_powered(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 141 - pub fn is_powered(&self) -> Result> { [INFO] [stdout] 141 + pub fn is_powered(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:147:62 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 147 - pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 147 + pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:152:55 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 152 - pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] 152 + pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:158:67 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 - pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 158 + pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:163:51 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn is_pairable(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 - pub fn is_pairable(&self) -> Result> { [INFO] [stdout] 163 + pub fn is_pairable(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:169:63 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 169 + pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:174:59 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] 174 + pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:180:70 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 180 - pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] 180 + pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:185:63 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 185 - pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] 185 + pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:191:74 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 191 - pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] 191 + pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:196:54 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn is_discovering(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 196 - pub fn is_discovering(&self) -> Result> { [INFO] [stdout] 196 + pub fn is_discovering(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:202:56 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 202 - pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] 202 + pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:213:71 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 - pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] 213 + pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:231:62 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 231 - pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] 231 + pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:236:52 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 236 - pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] 236 + pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:241:53 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 241 - pub fn get_product_id(&self) -> Result> { [INFO] [stdout] 241 + pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:246:52 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 246 - pub fn get_device_id(&self) -> Result> { [INFO] [stdout] 246 + pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:256:53 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 256 - pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 256 + pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:261:52 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 261 - pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 261 + pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:266:67 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 266 - pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] 266 + pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:37:88 [INFO] [stdout] | [INFO] [stdout] 37 | fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] 37 + fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - ) -> Result<(), Box> { [INFO] [stdout] 56 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:71:53 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn get_address(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn get_address(&self) -> Result> { [INFO] [stdout] 71 + pub fn get_address(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:77:50 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn get_name(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - pub fn get_name(&self) -> Result> { [INFO] [stdout] 77 + pub fn get_name(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:83:50 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_icon(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 83 - pub fn get_icon(&self) -> Result> { [INFO] [stdout] 83 + pub fn get_icon(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:89:48 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn get_class(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 - pub fn get_class(&self) -> Result> { [INFO] [stdout] 89 + pub fn get_class(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_appearance(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 - pub fn get_appearance(&self) -> Result> { [INFO] [stdout] 95 + pub fn get_appearance(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:101:56 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 101 - pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] 101 + pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:112:49 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn is_paired(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - pub fn is_paired(&self) -> Result> { [INFO] [stdout] 112 + pub fn is_paired(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn is_connected(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 118 - pub fn is_connected(&self) -> Result> { [INFO] [stdout] 118 + pub fn is_connected(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:136:62 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 136 + pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:141:50 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn is_trusted(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 141 - pub fn is_trusted(&self) -> Result> { [INFO] [stdout] 141 + pub fn is_trusted(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:147:50 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn is_blocked(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 147 - pub fn is_blocked(&self) -> Result> { [INFO] [stdout] 147 + pub fn is_blocked(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:153:51 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn get_alias(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 153 - pub fn get_alias(&self) -> Result> { [INFO] [stdout] 153 + pub fn get_alias(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:159:62 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 159 - pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] 159 + pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:164:53 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_adapter(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 164 - pub fn get_adapter(&self) -> Result> { [INFO] [stdout] 164 + pub fn get_adapter(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:170:57 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 170 - pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] 170 + pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:176:71 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] 176 + pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:194:62 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] 194 + pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:199:52 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 199 - pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] 199 + pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:204:53 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 204 - pub fn get_product_id(&self) -> Result> { [INFO] [stdout] 204 + pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:209:52 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 209 - pub fn get_device_id(&self) -> Result> { [INFO] [stdout] 209 + pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:215:47 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn get_rssi(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 215 - pub fn get_rssi(&self) -> Result> { [INFO] [stdout] 215 + pub fn get_rssi(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:221:51 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 221 - pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] 221 + pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:227:78 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 227 - pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] 227 + pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:249:76 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 249 - pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] 249 + pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:269:64 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 269 - pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] 269 + pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:278:62 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 278 - pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] 278 + pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:283:48 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 283 - pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] 283 + pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:288:67 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 288 - pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] 288 + pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:293:70 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 293 - pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] 293 + pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:298:42 [INFO] [stdout] | [INFO] [stdout] 298 | pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 298 - pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] 298 + pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:303:52 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 303 - pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] 303 + pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:17:48 [INFO] [stdout] | [INFO] [stdout] 17 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - ) -> Result> { [INFO] [stdout] 17 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:28:92 [INFO] [stdout] | [INFO] [stdout] 28 | fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] 28 + fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:47:53 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 47 + pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:51:52 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 51 + pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - ) -> Result<(), Box> { [INFO] [stdout] 60 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 - ) -> Result<(), Box> { [INFO] [stdout] 42 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:58:50 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 58 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:64:53 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_service(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_service(&self) -> Result> { [INFO] [stdout] 64 + pub fn get_service(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] 70 + pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:81:52 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn is_notifying(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 81 - pub fn is_notifying(&self) -> Result> { [INFO] [stdout] 81 + pub fn is_notifying(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:87:56 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 - pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] 87 + pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:98:67 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 - pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] 98 + pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:107:74 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] 107 + pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:138:87 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 138 - pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] 138 + pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:168:50 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 168 - pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] 168 + pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:173:49 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 173 - pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] 173 + pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:177:64 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 177 - pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] 177 + pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:195:63 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 195 - pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] 195 + pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 - ) -> Result<(), Box> { [INFO] [stdout] 42 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:58:50 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 58 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:64:60 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] 64 + pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] 70 + pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:81:56 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 81 - pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] 81 + pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:96:74 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] 96 + pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:127:87 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 127 - pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] 127 + pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:27:67 [INFO] [stdout] | [INFO] [stdout] 27 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 27 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 27 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:41:50 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 41 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn is_primary(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub fn is_primary(&self) -> Result> { [INFO] [stdout] 47 + pub fn is_primary(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:53:52 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get_device(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - pub fn get_device(&self) -> Result> { [INFO] [stdout] 53 + pub fn get_device(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:59:59 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 59 - pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] 59 + pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:63:71 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 63 - pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] 63 + pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn open_bus_connection() -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - pub fn open_bus_connection() -> Result> { [INFO] [stdout] 60 + pub fn open_bus_connection() -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:75:47 [INFO] [stdout] | [INFO] [stdout] 75 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 - ) -> Result, Box> { [INFO] [stdout] 75 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling blurz v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:96:52 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] 96 + pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:119:48 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 119 - ) -> Result, Box> { [INFO] [stdout] 119 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:145:48 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn status(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 145 - pub fn status(&self) -> Result> { [INFO] [stdout] 145 + pub fn status(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:161:67 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 161 - pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] 161 + pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_session.rs:13:79 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] 13 + pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:11:72 [INFO] [stdout] | [INFO] [stdout] 11 | fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] 11 + fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:22:64 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] 22 + pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:41:87 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] 41 + pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:45:87 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 45 - pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] 45 + pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - ) -> Result, Box> { [INFO] [stdout] 52 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:56:90 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] 56 + pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:65:30 [INFO] [stdout] | [INFO] [stdout] 65 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - ) -> Result, Box> { [INFO] [stdout] 65 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 - ) -> Result> { [INFO] [stdout] 93 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:105:21 [INFO] [stdout] | [INFO] [stdout] 105 | ) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 105 - ) -> Result<(), Box> [INFO] [stdout] 105 + ) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:120:21 [INFO] [stdout] | [INFO] [stdout] 120 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - ) -> Result<(), Box> { [INFO] [stdout] 120 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_event.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | (&str, HashMap>>), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - (&str, HashMap>>), [INFO] [stdout] 36 + (&str, HashMap>>), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 188 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | try!(session.start_discovery()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/test4.rs:16:48 [INFO] [stdout] | [INFO] [stdout] 16 | fn test_obex_file_transfer() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn test_obex_file_transfer() -> Result<(), Box> { [INFO] [stdout] 16 + fn test_obex_file_transfer() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | try!(session.stop_discovery()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | try!(device.disconnect()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | let adapter: Adapter = try!(Adapter::init(bt_session)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | let session = try!(DiscoverySession::create_session( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | let devices = try!(adapter.get_device_list()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | let devices = try!(adapter.get_device_list()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:44:21 [INFO] [stdout] | [INFO] [stdout] 44 | let uuids = try!(device.get_uuids()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> examples/test2.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | 'uuid_loop: for uuid in uuids { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | if try!(device.is_connected()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | if !try!(device.is_connected()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | let services = try!(device.get_gatt_services()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:75:31 [INFO] [stdout] | [INFO] [stdout] 75 | let characteristics = try!(s.get_gatt_characteristics()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test2.rs:80:31 [INFO] [stdout] | [INFO] [stdout] 80 | let descriptors = try!(c.get_gatt_descriptors()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/test2.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | fn test2() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 18 - fn test2() -> Result<(), Box> { [INFO] [stdout] 18 + fn test2() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | let adapter: Adapter = try!(Adapter::init(session)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test3.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | try!(adapter.set_powered(true)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/test5.rs:8:30 [INFO] [stdout] | [INFO] [stdout] 8 | fn test5() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 - fn test5() -> Result<(), Box> { [INFO] [stdout] 8 + fn test5() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test.rs:12:26 [INFO] [stdout] | [INFO] [stdout] 12 | let device: Device = try!(adapter.get_first_device()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/test.rs:9:29 [INFO] [stdout] | [INFO] [stdout] 9 | fn test() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 - fn test() -> Result<(), Box> { [INFO] [stdout] 9 + fn test() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test3.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | let adapter: Adapter = try!(Adapter::init(bt_session)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test3.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | try!(session.start_discovery()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test3.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | try!(session.stop_discovery()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test3.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | let session = try!(DiscoverySession::create_session( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test3.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | let devices = try!(adapter.get_device_list()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/test3.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | try!(adapter.remove_device(device.get_id())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> examples/test3.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | 'device_loop: for d in devices { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/test3.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | fn test3() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 12 - fn test3() -> Result<(), Box> { [INFO] [stdout] 12 + fn test3() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 25 | let adapters = try!(bluetooth_utils::get_adapters(session.get_connection())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | let adapters = try!(bluetooth_utils::get_adapters(session.get_connection())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | let devices = try!(bluetooth_utils::list_devices( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:113:23 [INFO] [stdout] | [INFO] [stdout] 113 | let address = try!(self.get_property("Address")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | let name = try!(self.get_property("Name")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | let alias = try!(self.get_property("Alias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 136 | let class = try!(self.get_property("Class")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | let powered = try!(self.get_property("Powered")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:153:28 [INFO] [stdout] | [INFO] [stdout] 153 | let discoverable = try!(self.get_property("Discoverable")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | let pairable = try!(self.get_property("Pairable")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:175:32 [INFO] [stdout] | [INFO] [stdout] 175 | let pairable_timeout = try!(self.get_property("PairableTimeout")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:186:36 [INFO] [stdout] | [INFO] [stdout] 186 | let discoverable_timeout = try!(self.get_property("DiscoverableTimeout")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:197:27 [INFO] [stdout] | [INFO] [stdout] 197 | let discovering = try!(self.get_property("Discovering")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | let uuids = try!(self.get_property("UUIDs")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:214:24 [INFO] [stdout] | [INFO] [stdout] 214 | let modalias = try!(self.get_property("Modalias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:232:43 [INFO] [stdout] | [INFO] [stdout] 232 | let (vendor_id_source, _, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:237:36 [INFO] [stdout] | [INFO] [stdout] 237 | let (_, vendor_id, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:242:37 [INFO] [stdout] | [INFO] [stdout] 242 | let (_, _, product_id, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_adapter.rs:247:36 [INFO] [stdout] | [INFO] [stdout] 247 | let (_, _, _, device_id) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | let address = try!(self.get_property("Address")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | let name = try!(self.get_property("Name")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | let icon = try!(self.get_property("Icon")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | let class = try!(self.get_property("Class")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:96:26 [INFO] [stdout] | [INFO] [stdout] 96 | let appearance = try!(self.get_property("Appearance")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | let uuids = try!(self.get_property("UUIDs")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | let paired = try!(self.get_property("Paired")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | let connected = try!(self.get_property("Connected")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | let trusted = try!(self.get_property("Trusted")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:148:23 [INFO] [stdout] | [INFO] [stdout] 148 | let blocked = try!(self.get_property("Blocked")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:154:21 [INFO] [stdout] | [INFO] [stdout] 154 | let alias = try!(self.get_property("Alias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:165:23 [INFO] [stdout] | [INFO] [stdout] 165 | let adapter = try!(self.get_property("Adapter")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:171:30 [INFO] [stdout] | [INFO] [stdout] 171 | let legacy_pairing = try!(self.get_property("LegacyPairing")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:177:24 [INFO] [stdout] | [INFO] [stdout] 177 | let modalias = try!(self.get_property("Modalias")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:195:43 [INFO] [stdout] | [INFO] [stdout] 195 | let (vendor_id_source, _, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | let (_, vendor_id, _, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:205:37 [INFO] [stdout] | [INFO] [stdout] 205 | let (_, _, product_id, _) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:210:36 [INFO] [stdout] | [INFO] [stdout] 210 | let (_, _, _, device_id) = try!(self.get_modalias()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:216:20 [INFO] [stdout] | [INFO] [stdout] 216 | let rssi = try!(self.get_property("RSSI")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | let tx_power = try!(self.get_property("TxPower")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:228:39 [INFO] [stdout] | [INFO] [stdout] 228 | let manufacturer_data_array = try!(self.get_property("ManufacturerData")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_device.rs:250:34 [INFO] [stdout] | [INFO] [stdout] 250 | let service_data_array = try!(self.get_property("ServiceData")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_discovery_session.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_discovery_session.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | let service = try!(self.get_property("Service")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let value = try!(self.get_property("Value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | let notifying = try!(self.get_property("Notifying")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | let flags = try!(self.get_property("Flags")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:127:21 [INFO] [stdout] | [INFO] [stdout] 127 | let reply = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | let service = try!(self.get_property("Characteristic")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let value = try!(self.get_property("Value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | let flags = try!(self.get_property("Flags")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:116:21 [INFO] [stdout] | [INFO] [stdout] 116 | let reply = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:42:20 [INFO] [stdout] | [INFO] [stdout] 42 | let uuid = try!(self.get_property("UUID")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | let primary = try!(self.get_property("Primary")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_gatt_service.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | let device = try!(self.get_property("Device")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_session.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | let m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | let r = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | let objects: Vec = try!(get_managed_objects(&c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:67:37 [INFO] [stdout] | [INFO] [stdout] 67 | let objects: Vec = try!(get_managed_objects(&c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | let prop = try!(get_property(c, item_interface, objpath, item_property)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | Ok(try!(p.get(prop)).clone()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | Ok(try!(p.set(prop, value.into()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | try!(c.send_with_reply_and_block(m, timeout_ms)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bluetooth_utils.rs:121:17 [INFO] [stdout] | [INFO] [stdout] 121 | let mut m = try!(Message::new_method_call( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:24:77 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] 24 + pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:37:39 [INFO] [stdout] | [INFO] [stdout] 37 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - ) -> Result> { [INFO] [stdout] 37 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:52:67 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn get_first_device(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - pub fn get_first_device(&self) -> Result> { [INFO] [stdout] 52 + pub fn get_first_device(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:64:62 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] 64 + pub fn get_device_list(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:68:67 [INFO] [stdout] | [INFO] [stdout] 68 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 68 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:77:88 [INFO] [stdout] | [INFO] [stdout] 77 | fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] 77 + fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:96:25 [INFO] [stdout] | [INFO] [stdout] 96 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - ) -> Result<(), Box> { [INFO] [stdout] 96 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:112:53 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn get_address(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - pub fn get_address(&self) -> Result> { [INFO] [stdout] 112 + pub fn get_address(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:118:50 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get_name(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 118 - pub fn get_name(&self) -> Result> { [INFO] [stdout] 118 + pub fn get_name(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:124:51 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn get_alias(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 124 - pub fn get_alias(&self) -> Result> { [INFO] [stdout] 124 + pub fn get_alias(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:130:62 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 130 - pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] 130 + pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:135:48 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn get_class(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 135 - pub fn get_class(&self) -> Result> { [INFO] [stdout] 135 + pub fn get_class(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:141:50 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn is_powered(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 141 - pub fn is_powered(&self) -> Result> { [INFO] [stdout] 141 + pub fn is_powered(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:147:62 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 147 - pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 147 + pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:152:55 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 152 - pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] 152 + pub fn is_discoverable(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:158:67 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 - pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 158 + pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:163:51 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn is_pairable(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 - pub fn is_pairable(&self) -> Result> { [INFO] [stdout] 163 + pub fn is_pairable(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:169:63 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 169 + pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:174:59 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] 174 + pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:180:70 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 180 - pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] 180 + pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:185:63 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 185 - pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] 185 + pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:191:74 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 191 - pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] 191 + pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:196:54 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn is_discovering(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 196 - pub fn is_discovering(&self) -> Result> { [INFO] [stdout] 196 + pub fn is_discovering(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:202:56 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 202 - pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] 202 + pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:213:71 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 - pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] 213 + pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:231:62 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 231 - pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] 231 + pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:236:52 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 236 - pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] 236 + pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:241:53 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 241 - pub fn get_product_id(&self) -> Result> { [INFO] [stdout] 241 + pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:246:52 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 246 - pub fn get_device_id(&self) -> Result> { [INFO] [stdout] 246 + pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:256:53 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 256 - pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 256 + pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:261:52 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 261 - pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 261 + pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_adapter.rs:266:67 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 266 - pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] 266 + pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:37:88 [INFO] [stdout] | [INFO] [stdout] 37 | fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] 37 + fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - ) -> Result<(), Box> { [INFO] [stdout] 56 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:71:53 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn get_address(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 - pub fn get_address(&self) -> Result> { [INFO] [stdout] 71 + pub fn get_address(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:77:50 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn get_name(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - pub fn get_name(&self) -> Result> { [INFO] [stdout] 77 + pub fn get_name(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:83:50 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_icon(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 83 - pub fn get_icon(&self) -> Result> { [INFO] [stdout] 83 + pub fn get_icon(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:89:48 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn get_class(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 - pub fn get_class(&self) -> Result> { [INFO] [stdout] 89 + pub fn get_class(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_appearance(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 - pub fn get_appearance(&self) -> Result> { [INFO] [stdout] 95 + pub fn get_appearance(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:101:56 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 101 - pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] 101 + pub fn get_uuids(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:112:49 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn is_paired(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - pub fn is_paired(&self) -> Result> { [INFO] [stdout] 112 + pub fn is_paired(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn is_connected(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 118 - pub fn is_connected(&self) -> Result> { [INFO] [stdout] 118 + pub fn is_connected(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:136:62 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] 136 + pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:141:50 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn is_trusted(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 141 - pub fn is_trusted(&self) -> Result> { [INFO] [stdout] 141 + pub fn is_trusted(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:147:50 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn is_blocked(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 147 - pub fn is_blocked(&self) -> Result> { [INFO] [stdout] 147 + pub fn is_blocked(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:153:51 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn get_alias(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 153 - pub fn get_alias(&self) -> Result> { [INFO] [stdout] 153 + pub fn get_alias(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:159:62 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 159 - pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] 159 + pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:164:53 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn get_adapter(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 164 - pub fn get_adapter(&self) -> Result> { [INFO] [stdout] 164 + pub fn get_adapter(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:170:57 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 170 - pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] 170 + pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:176:71 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] 176 + pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:194:62 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] 194 + pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:199:52 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 199 - pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] 199 + pub fn get_vendor_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:204:53 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 204 - pub fn get_product_id(&self) -> Result> { [INFO] [stdout] 204 + pub fn get_product_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:209:52 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 209 - pub fn get_device_id(&self) -> Result> { [INFO] [stdout] 209 + pub fn get_device_id(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:215:47 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn get_rssi(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 215 - pub fn get_rssi(&self) -> Result> { [INFO] [stdout] 215 + pub fn get_rssi(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:221:51 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 221 - pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] 221 + pub fn get_tx_power(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:227:78 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 227 - pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] 227 + pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:249:76 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 249 - pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] 249 + pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:269:64 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 269 - pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] 269 + pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:278:62 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 278 - pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] 278 + pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:283:48 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 283 - pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] 283 + pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:288:67 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 288 - pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] 288 + pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:293:70 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 293 - pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] 293 + pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:298:42 [INFO] [stdout] | [INFO] [stdout] 298 | pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 298 - pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] 298 + pub fn pair(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_device.rs:303:52 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 303 - pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] 303 + pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:17:48 [INFO] [stdout] | [INFO] [stdout] 17 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - ) -> Result> { [INFO] [stdout] 17 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:28:92 [INFO] [stdout] | [INFO] [stdout] 28 | fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] 28 + fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:47:53 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 47 + pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:51:52 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] 51 + pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_discovery_session.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - ) -> Result<(), Box> { [INFO] [stdout] 60 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 - ) -> Result<(), Box> { [INFO] [stdout] 42 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:58:50 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 58 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:64:53 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_service(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_service(&self) -> Result> { [INFO] [stdout] 64 + pub fn get_service(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] 70 + pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:81:52 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn is_notifying(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 81 - pub fn is_notifying(&self) -> Result> { [INFO] [stdout] 81 + pub fn is_notifying(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:87:56 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 - pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] 87 + pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:98:67 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 - pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] 98 + pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:107:74 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] 107 + pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:138:87 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 138 - pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] 138 + pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:168:50 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 168 - pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] 168 + pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:173:49 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 173 - pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] 173 + pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:177:64 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 177 - pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] 177 + pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_characteristic.rs:195:63 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 195 - pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] 195 + pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:28:67 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 - ) -> Result<(), Box> { [INFO] [stdout] 42 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:58:50 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 58 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:64:60 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] 64 + pub fn get_characteristic(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] 70 + pub fn get_value(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:81:56 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 81 - pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] 81 + pub fn get_flags(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:96:74 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] 96 + pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_descriptor.rs:127:87 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 127 - pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] 127 + pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:27:67 [INFO] [stdout] | [INFO] [stdout] 27 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 27 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] 27 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:41:50 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub fn get_uuid(&self) -> Result> { [INFO] [stdout] 41 + pub fn get_uuid(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn is_primary(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub fn is_primary(&self) -> Result> { [INFO] [stdout] 47 + pub fn is_primary(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:53:52 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get_device(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - pub fn get_device(&self) -> Result> { [INFO] [stdout] 53 + pub fn get_device(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:59:59 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 59 - pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] 59 + pub fn get_includes(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_gatt_service.rs:63:71 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 63 - pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] 63 + pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn open_bus_connection() -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - pub fn open_bus_connection() -> Result> { [INFO] [stdout] 60 + pub fn open_bus_connection() -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:75:47 [INFO] [stdout] | [INFO] [stdout] 75 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 - ) -> Result, Box> { [INFO] [stdout] 75 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:96:52 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] 96 + pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:119:48 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 119 - ) -> Result, Box> { [INFO] [stdout] 119 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:145:48 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn status(&self) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 145 - pub fn status(&self) -> Result> { [INFO] [stdout] 145 + pub fn status(&self) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_obex.rs:161:67 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 161 - pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] 161 + pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_session.rs:13:79 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] 13 + pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:11:72 [INFO] [stdout] | [INFO] [stdout] 11 | fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] 11 + fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:22:64 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] 22 + pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:41:87 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] 41 + pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:45:87 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 45 - pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] 45 + pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - ) -> Result, Box> { [INFO] [stdout] 52 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:56:90 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] 56 + pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:65:30 [INFO] [stdout] | [INFO] [stdout] 65 | ) -> Result, Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - ) -> Result, Box> { [INFO] [stdout] 65 + ) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | ) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 - ) -> Result> { [INFO] [stdout] 93 + ) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:105:21 [INFO] [stdout] | [INFO] [stdout] 105 | ) -> Result<(), Box> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 105 - ) -> Result<(), Box> [INFO] [stdout] 105 + ) -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_utils.rs:120:21 [INFO] [stdout] | [INFO] [stdout] 120 | ) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - ) -> Result<(), Box> { [INFO] [stdout] 120 + ) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bluetooth_event.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | (&str, HashMap>>), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - (&str, HashMap>>), [INFO] [stdout] 36 + (&str, HashMap>>), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 188 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.15s [INFO] running `Command { std: "docker" "inspect" "f4e83f6b9f6be6ad43177aa1b126e8888406d868698be2143e7998a8c201469f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4e83f6b9f6be6ad43177aa1b126e8888406d868698be2143e7998a8c201469f", kill_on_drop: false }` [INFO] [stdout] f4e83f6b9f6be6ad43177aa1b126e8888406d868698be2143e7998a8c201469f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 07f3edaafdafcec935d8ee7c146fc00702678a509f020a42342e061d2c01a6cc [INFO] running `Command { std: "docker" "start" "-a" "07f3edaafdafcec935d8ee7c146fc00702678a509f020a42342e061d2c01a6cc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:25:24 [INFO] [stderr] | [INFO] [stderr] 25 | let adapters = try!(bluetooth_utils::get_adapters(session.get_connection())); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | let adapters = try!(bluetooth_utils::get_adapters(session.get_connection())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:53:23 [INFO] [stderr] | [INFO] [stderr] 53 | let devices = try!(bluetooth_utils::list_devices( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:113:23 [INFO] [stderr] | [INFO] [stderr] 113 | let address = try!(self.get_property("Address")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:119:20 [INFO] [stderr] | [INFO] [stderr] 119 | let name = try!(self.get_property("Name")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:125:21 [INFO] [stderr] | [INFO] [stderr] 125 | let alias = try!(self.get_property("Alias")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:136:21 [INFO] [stderr] | [INFO] [stderr] 136 | let class = try!(self.get_property("Class")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:142:23 [INFO] [stderr] | [INFO] [stderr] 142 | let powered = try!(self.get_property("Powered")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:153:28 [INFO] [stderr] | [INFO] [stderr] 153 | let discoverable = try!(self.get_property("Discoverable")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:164:24 [INFO] [stderr] | [INFO] [stderr] 164 | let pairable = try!(self.get_property("Pairable")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:175:32 [INFO] [stderr] | [INFO] [stderr] 175 | let pairable_timeout = try!(self.get_property("PairableTimeout")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:186:36 [INFO] [stderr] | [INFO] [stderr] 186 | let discoverable_timeout = try!(self.get_property("DiscoverableTimeout")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:197:27 [INFO] [stderr] | [INFO] [stderr] 197 | let discovering = try!(self.get_property("Discovering")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:203:21 [INFO] [stderr] | [INFO] [stderr] 203 | let uuids = try!(self.get_property("UUIDs")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:214:24 [INFO] [stderr] | [INFO] [stderr] 214 | let modalias = try!(self.get_property("Modalias")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:232:43 [INFO] [stderr] | [INFO] [stderr] 232 | let (vendor_id_source, _, _, _) = try!(self.get_modalias()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:237:36 [INFO] [stderr] | [INFO] [stderr] 237 | let (_, vendor_id, _, _) = try!(self.get_modalias()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:242:37 [INFO] [stderr] | [INFO] [stderr] 242 | let (_, _, product_id, _) = try!(self.get_modalias()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_adapter.rs:247:36 [INFO] [stderr] | [INFO] [stderr] 247 | let (_, _, _, device_id) = try!(self.get_modalias()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:72:23 [INFO] [stderr] | [INFO] [stderr] 72 | let address = try!(self.get_property("Address")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:78:20 [INFO] [stderr] | [INFO] [stderr] 78 | let name = try!(self.get_property("Name")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:84:20 [INFO] [stderr] | [INFO] [stderr] 84 | let icon = try!(self.get_property("Icon")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:90:21 [INFO] [stderr] | [INFO] [stderr] 90 | let class = try!(self.get_property("Class")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:96:26 [INFO] [stderr] | [INFO] [stderr] 96 | let appearance = try!(self.get_property("Appearance")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:102:21 [INFO] [stderr] | [INFO] [stderr] 102 | let uuids = try!(self.get_property("UUIDs")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:113:22 [INFO] [stderr] | [INFO] [stderr] 113 | let paired = try!(self.get_property("Paired")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:119:25 [INFO] [stderr] | [INFO] [stderr] 119 | let connected = try!(self.get_property("Connected")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:142:23 [INFO] [stderr] | [INFO] [stderr] 142 | let trusted = try!(self.get_property("Trusted")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:148:23 [INFO] [stderr] | [INFO] [stderr] 148 | let blocked = try!(self.get_property("Blocked")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:154:21 [INFO] [stderr] | [INFO] [stderr] 154 | let alias = try!(self.get_property("Alias")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:165:23 [INFO] [stderr] | [INFO] [stderr] 165 | let adapter = try!(self.get_property("Adapter")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:171:30 [INFO] [stderr] | [INFO] [stderr] 171 | let legacy_pairing = try!(self.get_property("LegacyPairing")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:177:24 [INFO] [stderr] | [INFO] [stderr] 177 | let modalias = try!(self.get_property("Modalias")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:195:43 [INFO] [stderr] | [INFO] [stderr] 195 | let (vendor_id_source, _, _, _) = try!(self.get_modalias()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:200:36 [INFO] [stderr] | [INFO] [stderr] 200 | let (_, vendor_id, _, _) = try!(self.get_modalias()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:205:37 [INFO] [stderr] | [INFO] [stderr] 205 | let (_, _, product_id, _) = try!(self.get_modalias()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:210:36 [INFO] [stderr] | [INFO] [stderr] 210 | let (_, _, _, device_id) = try!(self.get_modalias()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:216:20 [INFO] [stderr] | [INFO] [stderr] 216 | let rssi = try!(self.get_property("RSSI")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:222:24 [INFO] [stderr] | [INFO] [stderr] 222 | let tx_power = try!(self.get_property("TxPower")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:228:39 [INFO] [stderr] | [INFO] [stderr] 228 | let manufacturer_data_array = try!(self.get_property("ManufacturerData")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_device.rs:250:34 [INFO] [stderr] | [INFO] [stderr] 250 | let service_data_array = try!(self.get_property("ServiceData")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_discovery_session.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | try!( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_discovery_session.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | let mut m = try!(Message::new_method_call( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:59:20 [INFO] [stderr] | [INFO] [stderr] 59 | let uuid = try!(self.get_property("UUID")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:65:23 [INFO] [stderr] | [INFO] [stderr] 65 | let service = try!(self.get_property("Service")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | let value = try!(self.get_property("Value")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:82:25 [INFO] [stderr] | [INFO] [stderr] 82 | let notifying = try!(self.get_property("Notifying")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:88:21 [INFO] [stderr] | [INFO] [stderr] 88 | let flags = try!(self.get_property("Flags")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | let mut m = try!(Message::new_method_call( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:127:21 [INFO] [stderr] | [INFO] [stderr] 127 | let reply = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:59:20 [INFO] [stderr] | [INFO] [stderr] 59 | let uuid = try!(self.get_property("UUID")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:65:23 [INFO] [stderr] | [INFO] [stderr] 65 | let service = try!(self.get_property("Characteristic")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | let value = try!(self.get_property("Value")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:82:21 [INFO] [stderr] | [INFO] [stderr] 82 | let flags = try!(self.get_property("Flags")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:98:21 [INFO] [stderr] | [INFO] [stderr] 98 | let mut m = try!(Message::new_method_call( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:116:21 [INFO] [stderr] | [INFO] [stderr] 116 | let reply = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_service.rs:42:20 [INFO] [stderr] | [INFO] [stderr] 42 | let uuid = try!(self.get_property("UUID")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_service.rs:48:23 [INFO] [stderr] | [INFO] [stderr] 48 | let primary = try!(self.get_property("Primary")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_gatt_service.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | let device = try!(self.get_property("Device")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_session.rs:22:17 [INFO] [stderr] | [INFO] [stderr] 22 | let c = try!(Connection::get_private(BusType::System)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | let m = try!(Message::new_method_call( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | let r = try!(c.send_with_reply_and_block(m, 1000)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:24:37 [INFO] [stderr] | [INFO] [stderr] 24 | let objects: Vec = try!(get_managed_objects(&c)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:67:37 [INFO] [stderr] | [INFO] [stderr] 67 | let objects: Vec = try!(get_managed_objects(&c)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | let prop = try!(get_property(c, item_interface, objpath, item_property)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:95:8 [INFO] [stderr] | [INFO] [stderr] 95 | Ok(try!(p.get(prop)).clone()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:110:8 [INFO] [stderr] | [INFO] [stderr] 110 | Ok(try!(p.set(prop, value.into()))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | try!(c.send_with_reply_and_block(m, timeout_ms)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bluetooth_utils.rs:121:17 [INFO] [stderr] | [INFO] [stderr] 121 | let mut m = try!(Message::new_method_call( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:24:77 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 24 - pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stderr] 24 + pub fn init(session: &BluetoothSession) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:37:39 [INFO] [stderr] | [INFO] [stderr] 37 | ) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 37 - ) -> Result> { [INFO] [stderr] 37 + ) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:52:67 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn get_first_device(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 52 - pub fn get_first_device(&self) -> Result> { [INFO] [stderr] 52 + pub fn get_first_device(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:64:62 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_device_list(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 64 - pub fn get_device_list(&self) -> Result, Box> { [INFO] [stderr] 64 + pub fn get_device_list(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:68:67 [INFO] [stderr] | [INFO] [stderr] 68 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 68 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] 68 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:77:88 [INFO] [stderr] | [INFO] [stderr] 77 | fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 77 - fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stderr] 77 + fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:96:25 [INFO] [stderr] | [INFO] [stderr] 96 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 96 - ) -> Result<(), Box> { [INFO] [stderr] 96 + ) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:112:53 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn get_address(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 112 - pub fn get_address(&self) -> Result> { [INFO] [stderr] 112 + pub fn get_address(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:118:50 [INFO] [stderr] | [INFO] [stderr] 118 | pub fn get_name(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 118 - pub fn get_name(&self) -> Result> { [INFO] [stderr] 118 + pub fn get_name(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:124:51 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn get_alias(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 124 - pub fn get_alias(&self) -> Result> { [INFO] [stderr] 124 + pub fn get_alias(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:130:62 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 130 - pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stderr] 130 + pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:135:48 [INFO] [stderr] | [INFO] [stderr] 135 | pub fn get_class(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 135 - pub fn get_class(&self) -> Result> { [INFO] [stderr] 135 + pub fn get_class(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:141:50 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn is_powered(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 141 - pub fn is_powered(&self) -> Result> { [INFO] [stderr] 141 + pub fn is_powered(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:147:62 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 147 - pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] 147 + pub fn set_powered(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:152:55 [INFO] [stderr] | [INFO] [stderr] 152 | pub fn is_discoverable(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 152 - pub fn is_discoverable(&self) -> Result> { [INFO] [stderr] 152 + pub fn is_discoverable(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:158:67 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 158 - pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] 158 + pub fn set_discoverable(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:163:51 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn is_pairable(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 163 - pub fn is_pairable(&self) -> Result> { [INFO] [stderr] 163 + pub fn is_pairable(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:169:63 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 169 - pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] 169 + pub fn set_pairable(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:174:59 [INFO] [stderr] | [INFO] [stderr] 174 | pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 174 - pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stderr] 174 + pub fn get_pairable_timeout(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:180:70 [INFO] [stderr] | [INFO] [stderr] 180 | pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 180 - pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stderr] 180 + pub fn set_pairable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:185:63 [INFO] [stderr] | [INFO] [stderr] 185 | pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 185 - pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stderr] 185 + pub fn get_discoverable_timeout(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:191:74 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 191 - pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stderr] 191 + pub fn set_discoverable_timeout(&self, value: u32) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:196:54 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn is_discovering(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 196 - pub fn is_discovering(&self) -> Result> { [INFO] [stderr] 196 + pub fn is_discovering(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:202:56 [INFO] [stderr] | [INFO] [stderr] 202 | pub fn get_uuids(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 202 - pub fn get_uuids(&self) -> Result, Box> { [INFO] [stderr] 202 + pub fn get_uuids(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:213:71 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 213 - pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stderr] 213 + pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:231:62 [INFO] [stderr] | [INFO] [stderr] 231 | pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 231 - pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stderr] 231 + pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:236:52 [INFO] [stderr] | [INFO] [stderr] 236 | pub fn get_vendor_id(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 236 - pub fn get_vendor_id(&self) -> Result> { [INFO] [stderr] 236 + pub fn get_vendor_id(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:241:53 [INFO] [stderr] | [INFO] [stderr] 241 | pub fn get_product_id(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 241 - pub fn get_product_id(&self) -> Result> { [INFO] [stderr] 241 + pub fn get_product_id(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:246:52 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn get_device_id(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 246 - pub fn get_device_id(&self) -> Result> { [INFO] [stderr] 246 + pub fn get_device_id(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:256:53 [INFO] [stderr] | [INFO] [stderr] 256 | pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 256 - pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stderr] 256 + pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:261:52 [INFO] [stderr] | [INFO] [stderr] 261 | pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 261 - pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stderr] 261 + pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_adapter.rs:266:67 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 266 - pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stderr] 266 + pub fn remove_device(&self, device: String) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:28:67 [INFO] [stderr] | [INFO] [stderr] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:37:88 [INFO] [stderr] | [INFO] [stderr] 37 | fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 37 - fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stderr] 37 + fn set_property(&self, prop: &str, value: T, timeout_ms: i32) -> Result<(), Box> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 56 - ) -> Result<(), Box> { [INFO] [stderr] 56 + ) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:71:53 [INFO] [stderr] | [INFO] [stderr] 71 | pub fn get_address(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 71 - pub fn get_address(&self) -> Result> { [INFO] [stderr] 71 + pub fn get_address(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:77:50 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn get_name(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 77 - pub fn get_name(&self) -> Result> { [INFO] [stderr] 77 + pub fn get_name(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:83:50 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn get_icon(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 83 - pub fn get_icon(&self) -> Result> { [INFO] [stderr] 83 + pub fn get_icon(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:89:48 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn get_class(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 89 - pub fn get_class(&self) -> Result> { [INFO] [stderr] 89 + pub fn get_class(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:95:53 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn get_appearance(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 95 - pub fn get_appearance(&self) -> Result> { [INFO] [stderr] 95 + pub fn get_appearance(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:101:56 [INFO] [stderr] | [INFO] [stderr] 101 | pub fn get_uuids(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 101 - pub fn get_uuids(&self) -> Result, Box> { [INFO] [stderr] 101 + pub fn get_uuids(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:112:49 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn is_paired(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 112 - pub fn is_paired(&self) -> Result> { [INFO] [stderr] 112 + pub fn is_paired(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:118:52 [INFO] [stderr] | [INFO] [stderr] 118 | pub fn is_connected(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 118 - pub fn is_connected(&self) -> Result> { [INFO] [stderr] 118 + pub fn is_connected(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:136:62 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 136 - pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] 136 + pub fn set_trusted(&self, value: bool) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:141:50 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn is_trusted(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 141 - pub fn is_trusted(&self) -> Result> { [INFO] [stderr] 141 + pub fn is_trusted(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:147:50 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn is_blocked(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 147 - pub fn is_blocked(&self) -> Result> { [INFO] [stderr] 147 + pub fn is_blocked(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:153:51 [INFO] [stderr] | [INFO] [stderr] 153 | pub fn get_alias(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 153 - pub fn get_alias(&self) -> Result> { [INFO] [stderr] 153 + pub fn get_alias(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:159:62 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 159 - pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stderr] 159 + pub fn set_alias(&self, value: String) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:164:53 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn get_adapter(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 164 - pub fn get_adapter(&self) -> Result> { [INFO] [stderr] 164 + pub fn get_adapter(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:170:57 [INFO] [stderr] | [INFO] [stderr] 170 | pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 170 - pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stderr] 170 + pub fn is_legacy_pairing(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:176:71 [INFO] [stderr] | [INFO] [stderr] 176 | pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 176 - pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stderr] 176 + pub fn get_modalias(&self) -> Result<(String, u32, u32, u32), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:194:62 [INFO] [stderr] | [INFO] [stderr] 194 | pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 194 - pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stderr] 194 + pub fn get_vendor_id_source(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:199:52 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn get_vendor_id(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 199 - pub fn get_vendor_id(&self) -> Result> { [INFO] [stderr] 199 + pub fn get_vendor_id(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:204:53 [INFO] [stderr] | [INFO] [stderr] 204 | pub fn get_product_id(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 204 - pub fn get_product_id(&self) -> Result> { [INFO] [stderr] 204 + pub fn get_product_id(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:209:52 [INFO] [stderr] | [INFO] [stderr] 209 | pub fn get_device_id(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 209 - pub fn get_device_id(&self) -> Result> { [INFO] [stderr] 209 + pub fn get_device_id(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:215:47 [INFO] [stderr] | [INFO] [stderr] 215 | pub fn get_rssi(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 215 - pub fn get_rssi(&self) -> Result> { [INFO] [stderr] 215 + pub fn get_rssi(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:221:51 [INFO] [stderr] | [INFO] [stderr] 221 | pub fn get_tx_power(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 221 - pub fn get_tx_power(&self) -> Result> { [INFO] [stderr] 221 + pub fn get_tx_power(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:227:78 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 227 - pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stderr] 227 + pub fn get_manufacturer_data(&self) -> Result>, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:249:76 [INFO] [stderr] | [INFO] [stderr] 249 | pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 249 - pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stderr] 249 + pub fn get_service_data(&self) -> Result>, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:269:64 [INFO] [stderr] | [INFO] [stderr] 269 | pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 269 - pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stderr] 269 + pub fn get_gatt_services(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:278:62 [INFO] [stderr] | [INFO] [stderr] 278 | pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 278 - pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stderr] 278 + pub fn connect(&self, timeout_ms: i32) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:283:48 [INFO] [stderr] | [INFO] [stderr] 283 | pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 283 - pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stderr] 283 + pub fn disconnect(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:288:67 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 288 - pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stderr] 288 + pub fn connect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:293:70 [INFO] [stderr] | [INFO] [stderr] 293 | pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 293 - pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stderr] 293 + pub fn disconnect_profile(&self, uuid: String) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:298:42 [INFO] [stderr] | [INFO] [stderr] 298 | pub fn pair(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 298 - pub fn pair(&self) -> Result<(), Box> { [INFO] [stderr] 298 + pub fn pair(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_device.rs:303:52 [INFO] [stderr] | [INFO] [stderr] 303 | pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 303 - pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stderr] 303 + pub fn cancel_pairing(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_discovery_session.rs:17:48 [INFO] [stderr] | [INFO] [stderr] 17 | ) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 17 - ) -> Result> { [INFO] [stderr] 17 + ) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_discovery_session.rs:28:92 [INFO] [stderr] | [INFO] [stderr] 28 | fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 28 - fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stderr] 28 + fn call_method(&self, method: &str, param: Option<[MessageItem; 1]>) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_discovery_session.rs:47:53 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 47 - pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stderr] 47 + pub fn start_discovery(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_discovery_session.rs:51:52 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 51 - pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stderr] 51 + pub fn stop_discovery(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_discovery_session.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 60 - ) -> Result<(), Box> { [INFO] [stderr] 60 + ) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:28:67 [INFO] [stderr] | [INFO] [stderr] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 42 - ) -> Result<(), Box> { [INFO] [stderr] 42 + ) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:58:50 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn get_uuid(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 58 - pub fn get_uuid(&self) -> Result> { [INFO] [stderr] 58 + pub fn get_uuid(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:64:53 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_service(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 64 - pub fn get_service(&self) -> Result> { [INFO] [stderr] 64 + pub fn get_service(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:70:52 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn get_value(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 70 - pub fn get_value(&self) -> Result, Box> { [INFO] [stderr] 70 + pub fn get_value(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:81:52 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn is_notifying(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 81 - pub fn is_notifying(&self) -> Result> { [INFO] [stderr] 81 + pub fn is_notifying(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:87:56 [INFO] [stderr] | [INFO] [stderr] 87 | pub fn get_flags(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 87 - pub fn get_flags(&self) -> Result, Box> { [INFO] [stderr] 87 + pub fn get_flags(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:98:67 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 98 - pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stderr] 98 + pub fn get_gatt_descriptors(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:107:74 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 107 - pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stderr] 107 + pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:138:87 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 138 - pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stderr] 138 + pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:168:50 [INFO] [stderr] | [INFO] [stderr] 168 | pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 168 - pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stderr] 168 + pub fn start_notify(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:173:49 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 173 - pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stderr] 173 + pub fn stop_notify(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:177:64 [INFO] [stderr] | [INFO] [stderr] 177 | pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 177 - pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stderr] 177 + pub fn acquire_notify(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_characteristic.rs:195:63 [INFO] [stderr] | [INFO] [stderr] 195 | pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 195 - pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stderr] 195 + pub fn acquire_write(&self) -> Result<(OwnedFd, u16), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:28:67 [INFO] [stderr] | [INFO] [stderr] 28 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 28 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] 28 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 42 - ) -> Result<(), Box> { [INFO] [stderr] 42 + ) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:58:50 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn get_uuid(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 58 - pub fn get_uuid(&self) -> Result> { [INFO] [stderr] 58 + pub fn get_uuid(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:64:60 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_characteristic(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 64 - pub fn get_characteristic(&self) -> Result> { [INFO] [stderr] 64 + pub fn get_characteristic(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:70:52 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn get_value(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 70 - pub fn get_value(&self) -> Result, Box> { [INFO] [stderr] 70 + pub fn get_value(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:81:56 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn get_flags(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 81 - pub fn get_flags(&self) -> Result, Box> { [INFO] [stderr] 81 + pub fn get_flags(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:96:74 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 96 - pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stderr] 96 + pub fn read_value(&self, offset: Option) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_descriptor.rs:127:87 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 127 - pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stderr] 127 + pub fn write_value(&self, values: Vec, offset: Option) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_service.rs:27:67 [INFO] [stderr] | [INFO] [stderr] 27 | fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 27 - fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] 27 + fn get_property(&self, prop: &str) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_service.rs:41:50 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn get_uuid(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 41 - pub fn get_uuid(&self) -> Result> { [INFO] [stderr] 41 + pub fn get_uuid(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_service.rs:47:50 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn is_primary(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 47 - pub fn is_primary(&self) -> Result> { [INFO] [stderr] 47 + pub fn is_primary(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_service.rs:53:52 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn get_device(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 53 - pub fn get_device(&self) -> Result> { [INFO] [stderr] 53 + pub fn get_device(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_service.rs:59:59 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn get_includes(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 59 - pub fn get_includes(&self) -> Result, Box> { [INFO] [stderr] 59 + pub fn get_includes(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_gatt_service.rs:63:71 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 63 - pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stderr] 63 + pub fn get_gatt_characteristics(&self) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_obex.rs:60:56 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn open_bus_connection() -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 60 - pub fn open_bus_connection() -> Result> { [INFO] [stderr] 60 + pub fn open_bus_connection() -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_obex.rs:75:47 [INFO] [stderr] | [INFO] [stderr] 75 | ) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 75 - ) -> Result, Box> { [INFO] [stderr] 75 + ) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_obex.rs:96:52 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 96 - pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stderr] 96 + pub fn remove_session(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_obex.rs:119:48 [INFO] [stderr] | [INFO] [stderr] 119 | ) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 119 - ) -> Result, Box> { [INFO] [stderr] 119 + ) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_obex.rs:145:48 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn status(&self) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 145 - pub fn status(&self) -> Result> { [INFO] [stderr] 145 + pub fn status(&self) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_obex.rs:161:67 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 161 - pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stderr] 161 + pub fn wait_until_transfer_completed(&self) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_session.rs:13:79 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 13 - pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stderr] 13 + pub fn create_session(path: Option<&str>) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:11:72 [INFO] [stderr] | [INFO] [stderr] 11 | fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 11 - fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stderr] 11 + fn get_managed_objects(c: &Connection) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:22:64 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 22 - pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stderr] 22 + pub fn get_adapters(c: &Connection) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:41:87 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 41 - pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stderr] 41 + pub fn list_devices(c: &Connection, adapter_path: &String) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:45:87 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 45 - pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stderr] 45 + pub fn list_services(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:52:30 [INFO] [stderr] | [INFO] [stderr] 52 | ) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 52 - ) -> Result, Box> { [INFO] [stderr] 52 + ) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:56:90 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 56 - pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stderr] 56 + pub fn list_descriptors(c: &Connection, device_path: &String) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:65:30 [INFO] [stderr] | [INFO] [stderr] 65 | ) -> Result, Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 65 - ) -> Result, Box> { [INFO] [stderr] 65 + ) -> Result, Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:93:30 [INFO] [stderr] | [INFO] [stderr] 93 | ) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 93 - ) -> Result> { [INFO] [stderr] 93 + ) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 105 | ) -> Result<(), Box> [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 105 - ) -> Result<(), Box> [INFO] [stderr] 105 + ) -> Result<(), Box> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_utils.rs:120:21 [INFO] [stderr] | [INFO] [stderr] 120 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 120 - ) -> Result<(), Box> { [INFO] [stderr] 120 + ) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bluetooth_event.rs:36:48 [INFO] [stderr] | [INFO] [stderr] 36 | (&str, HashMap>>), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 36 - (&str, HashMap>>), [INFO] [stderr] 36 + (&str, HashMap>>), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `blurz` (lib) generated 188 warnings [INFO] [stderr] warning: `blurz` (lib test) generated 188 warnings (188 duplicates) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/test4.rs:16:48 [INFO] [stderr] | [INFO] [stderr] 16 | fn test_obex_file_transfer() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 16 - fn test_obex_file_transfer() -> Result<(), Box> { [INFO] [stderr] 16 + fn test_obex_file_transfer() -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/test5.rs:8:30 [INFO] [stderr] | [INFO] [stderr] 8 | fn test5() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 8 - fn test5() -> Result<(), Box> { [INFO] [stderr] 8 + fn test5() -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test3.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | try!(adapter.set_powered(true)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test3.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | let adapter: Adapter = try!(Adapter::init(bt_session)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test3.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | try!(session.start_discovery()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test3.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | try!(session.stop_discovery()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test3.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | let session = try!(DiscoverySession::create_session( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test3.rs:24:23 [INFO] [stderr] | [INFO] [stderr] 24 | let devices = try!(adapter.get_device_list()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test3.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | try!(adapter.remove_device(device.get_id())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> examples/test3.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | 'device_loop: for d in devices { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/test3.rs:12:30 [INFO] [stderr] | [INFO] [stderr] 12 | fn test3() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 12 - fn test3() -> Result<(), Box> { [INFO] [stderr] 12 + fn test3() -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | try!(session.start_discovery()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | try!(session.stop_discovery()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | try!(device.disconnect()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | let adapter: Adapter = try!(Adapter::init(bt_session)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:21:19 [INFO] [stderr] | [INFO] [stderr] 21 | let session = try!(DiscoverySession::create_session( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:28:23 [INFO] [stderr] | [INFO] [stderr] 28 | let devices = try!(adapter.get_device_list()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:35:19 [INFO] [stderr] | [INFO] [stderr] 35 | let devices = try!(adapter.get_device_list()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | let uuids = try!(device.get_uuids()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> examples/test2.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | 'uuid_loop: for uuid in uuids { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:51:20 [INFO] [stderr] | [INFO] [stderr] 51 | if try!(device.is_connected()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | if !try!(device.is_connected()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:71:20 [INFO] [stderr] | [INFO] [stderr] 71 | let services = try!(device.get_gatt_services()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:75:31 [INFO] [stderr] | [INFO] [stderr] 75 | let characteristics = try!(s.get_gatt_characteristics()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test2.rs:80:31 [INFO] [stderr] | [INFO] [stderr] 80 | let descriptors = try!(c.get_gatt_descriptors()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/test2.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | fn test2() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 18 - fn test2() -> Result<(), Box> { [INFO] [stderr] 18 + fn test2() -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | let adapter: Adapter = try!(Adapter::init(session)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> examples/test.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | let device: Device = try!(adapter.get_first_device()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/test.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | fn test() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 9 - fn test() -> Result<(), Box> { [INFO] [stderr] 9 + fn test() -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `blurz` (example "test4") generated 1 warning [INFO] [stderr] warning: `blurz` (example "test5") generated 1 warning [INFO] [stderr] warning: `blurz` (example "test3") generated 9 warnings [INFO] [stderr] warning: `blurz` (example "test2") generated 15 warnings [INFO] [stderr] warning: `blurz` (example "test") generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.81s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/blurz-de3d158c432d5815) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests blurz [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "07f3edaafdafcec935d8ee7c146fc00702678a509f020a42342e061d2c01a6cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07f3edaafdafcec935d8ee7c146fc00702678a509f020a42342e061d2c01a6cc", kill_on_drop: false }` [INFO] [stdout] 07f3edaafdafcec935d8ee7c146fc00702678a509f020a42342e061d2c01a6cc