[INFO] fetching crate ufire_iso_ise 0.9.0... [INFO] checking ufire_iso_ise-0.9.0 against beta for pr-78714 [INFO] extracting crate ufire_iso_ise 0.9.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate ufire_iso_ise 0.9.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ufire_iso_ise 0.9.0 [INFO] finished tweaking crates.io crate ufire_iso_ise 0.9.0 [INFO] tweaked toml for crates.io crate ufire_iso_ise 0.9.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d73655f47a8caebbbef9f80e17c77d2c6a3e343717ebdfac25a9a4475c7d2773 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d73655f47a8caebbbef9f80e17c77d2c6a3e343717ebdfac25a9a4475c7d2773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d73655f47a8caebbbef9f80e17c77d2c6a3e343717ebdfac25a9a4475c7d2773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d73655f47a8caebbbef9f80e17c77d2c6a3e343717ebdfac25a9a4475c7d2773", kill_on_drop: false }` [INFO] [stdout] d73655f47a8caebbbef9f80e17c77d2c6a3e343717ebdfac25a9a4475c7d2773 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8489c725ac815a353a4019b6de8d1a8e19a01010c5cd7360130a875612c19bb6 [INFO] running `Command { std: "docker" "start" "-a" "8489c725ac815a353a4019b6de8d1a8e19a01010c5cd7360130a875612c19bb6", kill_on_drop: false }` [INFO] [stderr] Checking nix v0.10.0 [INFO] [stderr] Compiling cargo_metadata v0.10.0 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Checking shrust v0.0.6 [INFO] [stderr] Compiling skeptic v0.13.5 [INFO] [stderr] Compiling i2cdev v0.3.2 [INFO] [stderr] Checking ufire_iso_ise v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:75:44 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn measure_mv(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:100:56 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn measure_ph(&mut self, temp_c:f32) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:149:51 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn ph_to_mv(&mut self, ph: f32) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:160:46 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn measure_temp(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:254:54 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn get_calibrate_offset(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:265:62 [INFO] [stdout] | [INFO] [stdout] 265 | pub fn get_calibrate_high_reference(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:277:60 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn get_calibrate_high_reading(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:289:61 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn get_calibrate_low_reference(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:301:59 [INFO] [stdout] | [INFO] [stdout] 301 | pub fn get_calibrate_low_reading(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:312:45 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn get_version(&mut self) -> Result<(u8), Box> { [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:325:46 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn get_firmware(&mut self) -> Result<(u8), Box> { [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:374:58 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn read_eeprom(&mut self, address: u8) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:408:53 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn get_probe_potential(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:441:62 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn _read_register(&mut self, register: u8) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:75:44 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn measure_mv(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:100:56 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn measure_ph(&mut self, temp_c:f32) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:149:51 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn ph_to_mv(&mut self, ph: f32) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:160:46 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn measure_temp(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:254:54 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn get_calibrate_offset(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:265:62 [INFO] [stdout] | [INFO] [stdout] 265 | pub fn get_calibrate_high_reference(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:277:60 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn get_calibrate_high_reading(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:289:61 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn get_calibrate_low_reference(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:301:59 [INFO] [stdout] | [INFO] [stdout] 301 | pub fn get_calibrate_low_reading(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:312:45 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn get_version(&mut self) -> Result<(u8), Box> { [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:325:46 [INFO] [stdout] | [INFO] [stdout] 325 | pub fn get_firmware(&mut self) -> Result<(u8), Box> { [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:374:58 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn read_eeprom(&mut self, address: u8) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:408:53 [INFO] [stdout] | [INFO] [stdout] 408 | pub fn get_probe_potential(&mut self) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:441:62 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn _read_register(&mut self, register: u8) -> Result<(f32), Box> { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | try!(writeln!(io, "Config:")); [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/main.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | try!(writeln!(io, " offset: {}", mv.get_calibrate_offset().unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | try!(writeln!(io, " dual point:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | try!(writeln!(io, " version hw.fw: {}.{}", mv.get_version().unwrap(), mv.get_firmware().unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:37:3 [INFO] [stdout] | [INFO] [stdout] 37 | try!(writeln!(io, "C: {}", temp_c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | try!(writeln!(io, "mV: {}", result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:51:3 [INFO] [stdout] | [INFO] [stdout] 51 | try!(writeln!(io, "pH: {}", ph)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:58:3 [INFO] [stdout] | [INFO] [stdout] 58 | try!(writeln!(io, " offset: {}", mv.get_calibrate_offset().unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:65:3 [INFO] [stdout] | [INFO] [stdout] 65 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:82:3 [INFO] [stdout] | [INFO] [stdout] 82 | try!(writeln!(io, " version: {}.{}", mv.get_version().unwrap(),mv.get_firmware().unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:90:3 [INFO] [stdout] | [INFO] [stdout] 90 | try!(writeln!(io, " I2C Address: {}", v[0])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:97:3 [INFO] [stdout] | [INFO] [stdout] 97 | try!(writeln!(io, "{}", eeprom)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | try!(writeln!(io, "Config:")); [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/main.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | try!(writeln!(io, " offset: {}", mv.get_calibrate_offset().unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | try!(writeln!(io, " dual point:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | try!(writeln!(io, " version hw.fw: {}.{}", mv.get_version().unwrap(), mv.get_firmware().unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:37:3 [INFO] [stdout] | [INFO] [stdout] 37 | try!(writeln!(io, "C: {}", temp_c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | try!(writeln!(io, "mV: {}", result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:51:3 [INFO] [stdout] | [INFO] [stdout] 51 | try!(writeln!(io, "pH: {}", ph)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:58:3 [INFO] [stdout] | [INFO] [stdout] 58 | try!(writeln!(io, " offset: {}", mv.get_calibrate_offset().unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:65:3 [INFO] [stdout] | [INFO] [stdout] 65 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:82:3 [INFO] [stdout] | [INFO] [stdout] 82 | try!(writeln!(io, " version: {}.{}", mv.get_version().unwrap(),mv.get_firmware().unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:90:3 [INFO] [stdout] | [INFO] [stdout] 90 | try!(writeln!(io, " I2C Address: {}", v[0])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:97:3 [INFO] [stdout] | [INFO] [stdout] 97 | try!(writeln!(io, "{}", eeprom)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.34s [INFO] running `Command { std: "docker" "inspect" "8489c725ac815a353a4019b6de8d1a8e19a01010c5cd7360130a875612c19bb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8489c725ac815a353a4019b6de8d1a8e19a01010c5cd7360130a875612c19bb6", kill_on_drop: false }` [INFO] [stdout] 8489c725ac815a353a4019b6de8d1a8e19a01010c5cd7360130a875612c19bb6