[INFO] crate ufire_iso_ec 0.9.2 is already in cache [INFO] testing ufire_iso_ec-0.9.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate ufire_iso_ec 0.9.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ufire_iso_ec 0.9.2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ufire_iso_ec 0.9.2 [INFO] finished tweaking crates.io crate ufire_iso_ec 0.9.2 [INFO] tweaked toml for crates.io crate ufire_iso_ec 0.9.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] a40ba9e93a23fac4e0b22598cf4e1de92e77f9af30bbf4255fcdcb70b15faa72 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a40ba9e93a23fac4e0b22598cf4e1de92e77f9af30bbf4255fcdcb70b15faa72"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling shrust v0.0.6 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling i2cdev v0.3.2 [INFO] [stderr] Compiling ufire_iso_ec v0.9.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:75:46 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn measure_temp(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:147:57 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn measure_ec(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:163:63 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn measure_salinity(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:199:45 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn measure_raw(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:226:51 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn get_temp_constant(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:250:54 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn get_temp_coefficient(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:262:59 [INFO] [stderr] | [INFO] [stderr] 262 | pub fn read_eeprom(&mut self, address: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:276:72 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn write_eeprom(&mut self, address: f32, value: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:290:45 [INFO] [stderr] | [INFO] [stderr] 290 | pub fn get_version(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:302:46 [INFO] [stderr] | [INFO] [stderr] 302 | pub fn get_firmware(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:373:54 [INFO] [stderr] | [INFO] [stderr] 373 | pub fn get_calibrate_offset(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:384:62 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn get_calibrate_high_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:395:60 [INFO] [stderr] | [INFO] [stderr] 395 | pub fn get_calibrate_high_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:406:61 [INFO] [stderr] | [INFO] [stderr] 406 | pub fn get_calibrate_low_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:417:59 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn get_calibrate_low_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:437:62 [INFO] [stderr] | [INFO] [stderr] 437 | pub fn _read_register(&mut self, register: u8) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:14:3 [INFO] [stderr] | [INFO] [stderr] 14 | try!(writeln!(io, "Config:")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | try!(writeln!(io, " offset: {}", ec.get_calibrate_offset().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | try!(writeln!(io, " dual point:")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:17:3 [INFO] [stderr] | [INFO] [stderr] 17 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:20:3 [INFO] [stderr] | [INFO] [stderr] 20 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:23:3 [INFO] [stderr] | [INFO] [stderr] 23 | try!(writeln!(io, " temp. compensation:")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:24:3 [INFO] [stderr] | [INFO] [stderr] 24 | try!(writeln!(io, " temp. constant: {}", ec.get_temp_constant().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:3 [INFO] [stderr] | [INFO] [stderr] 25 | try!(writeln!(io, " temp. coeffiecient: {}", ec.get_temp_coefficient().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:26:3 [INFO] [stderr] | [INFO] [stderr] 26 | try!(writeln!(io, " version hw.fw: {}.{}", ec.get_version().unwrap(),ec.get_firmware().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:39:3 [INFO] [stderr] | [INFO] [stderr] 39 | try!(writeln!(io, "C: {}", temp_c)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:46:3 [INFO] [stderr] | [INFO] [stderr] 46 | try!(writeln!(io, "mS: {}", ms)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:53:3 [INFO] [stderr] | [INFO] [stderr] 53 | try!(writeln!(io, "PSU: {}", sal)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:60:3 [INFO] [stderr] | [INFO] [stderr] 60 | try!(writeln!(io, "raw: {}", raw)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:67:3 [INFO] [stderr] | [INFO] [stderr] 67 | try!(writeln!(io, " offset: {}", ec.get_calibrate_offset().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:74:3 [INFO] [stderr] | [INFO] [stderr] 74 | try!(writeln!(io, " temp. constant: {}", ec.get_temp_constant().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:90:3 [INFO] [stderr] | [INFO] [stderr] 90 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:99:3 [INFO] [stderr] | [INFO] [stderr] 99 | try!(writeln!(io, " temp. coefficient: {}", ec.get_temp_coefficient().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:105:3 [INFO] [stderr] | [INFO] [stderr] 105 | try!(writeln!(io, " version: {}.{}", ec.get_version().unwrap(),ec.get_firmware().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:113:3 [INFO] [stderr] | [INFO] [stderr] 113 | try!(writeln!(io, " I2C Address: {}", v[0])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:120:3 [INFO] [stderr] | [INFO] [stderr] 120 | try!(writeln!(io, "{}", eeprom)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 21 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.55s [INFO] running `"docker" "inspect" "a40ba9e93a23fac4e0b22598cf4e1de92e77f9af30bbf4255fcdcb70b15faa72"` [INFO] running `"docker" "rm" "-f" "a40ba9e93a23fac4e0b22598cf4e1de92e77f9af30bbf4255fcdcb70b15faa72"` [INFO] [stdout] a40ba9e93a23fac4e0b22598cf4e1de92e77f9af30bbf4255fcdcb70b15faa72 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 57072d996a839cd65050728883133df44f00b9aa6ad104ace9393b82b590c803 [INFO] running `"docker" "start" "-a" "57072d996a839cd65050728883133df44f00b9aa6ad104ace9393b82b590c803"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ufire_iso_ec v0.9.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:75:46 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn measure_temp(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:147:57 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn measure_ec(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:163:63 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn measure_salinity(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:199:45 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn measure_raw(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:226:51 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn get_temp_constant(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:250:54 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn get_temp_coefficient(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:262:59 [INFO] [stderr] | [INFO] [stderr] 262 | pub fn read_eeprom(&mut self, address: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:276:72 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn write_eeprom(&mut self, address: f32, value: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:290:45 [INFO] [stderr] | [INFO] [stderr] 290 | pub fn get_version(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:302:46 [INFO] [stderr] | [INFO] [stderr] 302 | pub fn get_firmware(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:373:54 [INFO] [stderr] | [INFO] [stderr] 373 | pub fn get_calibrate_offset(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:384:62 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn get_calibrate_high_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:395:60 [INFO] [stderr] | [INFO] [stderr] 395 | pub fn get_calibrate_high_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:406:61 [INFO] [stderr] | [INFO] [stderr] 406 | pub fn get_calibrate_low_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:417:59 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn get_calibrate_low_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:437:62 [INFO] [stderr] | [INFO] [stderr] 437 | pub fn _read_register(&mut self, register: u8) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:75:46 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn measure_temp(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:147:57 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn measure_ec(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:163:63 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn measure_salinity(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:199:45 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn measure_raw(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:226:51 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn get_temp_constant(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:250:54 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn get_temp_coefficient(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:262:59 [INFO] [stderr] | [INFO] [stderr] 262 | pub fn read_eeprom(&mut self, address: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:276:72 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn write_eeprom(&mut self, address: f32, value: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:290:45 [INFO] [stderr] | [INFO] [stderr] 290 | pub fn get_version(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:302:46 [INFO] [stderr] | [INFO] [stderr] 302 | pub fn get_firmware(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:373:54 [INFO] [stderr] | [INFO] [stderr] 373 | pub fn get_calibrate_offset(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:384:62 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn get_calibrate_high_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:395:60 [INFO] [stderr] | [INFO] [stderr] 395 | pub fn get_calibrate_high_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:406:61 [INFO] [stderr] | [INFO] [stderr] 406 | pub fn get_calibrate_low_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:417:59 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn get_calibrate_low_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:437:62 [INFO] [stderr] | [INFO] [stderr] 437 | pub fn _read_register(&mut self, register: u8) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:14:3 [INFO] [stderr] | [INFO] [stderr] 14 | try!(writeln!(io, "Config:")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | try!(writeln!(io, " offset: {}", ec.get_calibrate_offset().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | try!(writeln!(io, " dual point:")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:17:3 [INFO] [stderr] | [INFO] [stderr] 17 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:20:3 [INFO] [stderr] | [INFO] [stderr] 20 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:23:3 [INFO] [stderr] | [INFO] [stderr] 23 | try!(writeln!(io, " temp. compensation:")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:24:3 [INFO] [stderr] | [INFO] [stderr] 24 | try!(writeln!(io, " temp. constant: {}", ec.get_temp_constant().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:3 [INFO] [stderr] | [INFO] [stderr] 25 | try!(writeln!(io, " temp. coeffiecient: {}", ec.get_temp_coefficient().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:26:3 [INFO] [stderr] | [INFO] [stderr] 26 | try!(writeln!(io, " version hw.fw: {}.{}", ec.get_version().unwrap(),ec.get_firmware().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:39:3 [INFO] [stderr] | [INFO] [stderr] 39 | try!(writeln!(io, "C: {}", temp_c)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:46:3 [INFO] [stderr] | [INFO] [stderr] 46 | try!(writeln!(io, "mS: {}", ms)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:53:3 [INFO] [stderr] | [INFO] [stderr] 53 | try!(writeln!(io, "PSU: {}", sal)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:60:3 [INFO] [stderr] | [INFO] [stderr] 60 | try!(writeln!(io, "raw: {}", raw)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:67:3 [INFO] [stderr] | [INFO] [stderr] 67 | try!(writeln!(io, " offset: {}", ec.get_calibrate_offset().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:74:3 [INFO] [stderr] | [INFO] [stderr] 74 | try!(writeln!(io, " temp. constant: {}", ec.get_temp_constant().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:90:3 [INFO] [stderr] | [INFO] [stderr] 90 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:99:3 [INFO] [stderr] | [INFO] [stderr] 99 | try!(writeln!(io, " temp. coefficient: {}", ec.get_temp_coefficient().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:105:3 [INFO] [stderr] | [INFO] [stderr] 105 | try!(writeln!(io, " version: {}.{}", ec.get_version().unwrap(),ec.get_firmware().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:113:3 [INFO] [stderr] | [INFO] [stderr] 113 | try!(writeln!(io, " I2C Address: {}", v[0])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:120:3 [INFO] [stderr] | [INFO] [stderr] 120 | try!(writeln!(io, "{}", eeprom)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 21 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `"docker" "inspect" "57072d996a839cd65050728883133df44f00b9aa6ad104ace9393b82b590c803"` [INFO] running `"docker" "rm" "-f" "57072d996a839cd65050728883133df44f00b9aa6ad104ace9393b82b590c803"` [INFO] [stdout] 57072d996a839cd65050728883133df44f00b9aa6ad104ace9393b82b590c803 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 4a2798186107bfcde7b8007b6c666ea124425a48eeb697b5429b5697f893c362 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "4a2798186107bfcde7b8007b6c666ea124425a48eeb697b5429b5697f893c362"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:75:46 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn measure_temp(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:147:57 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn measure_ec(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:163:63 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn measure_salinity(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:199:45 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn measure_raw(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:226:51 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn get_temp_constant(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:250:54 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn get_temp_coefficient(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:262:59 [INFO] [stderr] | [INFO] [stderr] 262 | pub fn read_eeprom(&mut self, address: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:276:72 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn write_eeprom(&mut self, address: f32, value: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:290:45 [INFO] [stderr] | [INFO] [stderr] 290 | pub fn get_version(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:302:46 [INFO] [stderr] | [INFO] [stderr] 302 | pub fn get_firmware(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:373:54 [INFO] [stderr] | [INFO] [stderr] 373 | pub fn get_calibrate_offset(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:384:62 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn get_calibrate_high_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:395:60 [INFO] [stderr] | [INFO] [stderr] 395 | pub fn get_calibrate_high_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:406:61 [INFO] [stderr] | [INFO] [stderr] 406 | pub fn get_calibrate_low_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:417:59 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn get_calibrate_low_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:437:62 [INFO] [stderr] | [INFO] [stderr] 437 | pub fn _read_register(&mut self, register: u8) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:75:46 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn measure_temp(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:147:57 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn measure_ec(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:163:63 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn measure_salinity(&mut self, temp_c: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:199:45 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn measure_raw(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:226:51 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn get_temp_constant(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:250:54 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn get_temp_coefficient(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:262:59 [INFO] [stderr] | [INFO] [stderr] 262 | pub fn read_eeprom(&mut self, address: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:276:72 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn write_eeprom(&mut self, address: f32, value: f32) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:290:45 [INFO] [stderr] | [INFO] [stderr] 290 | pub fn get_version(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:302:46 [INFO] [stderr] | [INFO] [stderr] 302 | pub fn get_firmware(&mut self) -> Result<(u8), Box> { [INFO] [stderr] | ^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:373:54 [INFO] [stderr] | [INFO] [stderr] 373 | pub fn get_calibrate_offset(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:384:62 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn get_calibrate_high_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:395:60 [INFO] [stderr] | [INFO] [stderr] 395 | pub fn get_calibrate_high_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:406:61 [INFO] [stderr] | [INFO] [stderr] 406 | pub fn get_calibrate_low_reference(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:417:59 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn get_calibrate_low_reading(&mut self) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/lib.rs:437:62 [INFO] [stderr] | [INFO] [stderr] 437 | pub fn _read_register(&mut self, register: u8) -> Result<(f32), Box> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:14:3 [INFO] [stderr] | [INFO] [stderr] 14 | try!(writeln!(io, "Config:")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | try!(writeln!(io, " offset: {}", ec.get_calibrate_offset().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | try!(writeln!(io, " dual point:")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:17:3 [INFO] [stderr] | [INFO] [stderr] 17 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:20:3 [INFO] [stderr] | [INFO] [stderr] 20 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:23:3 [INFO] [stderr] | [INFO] [stderr] 23 | try!(writeln!(io, " temp. compensation:")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:24:3 [INFO] [stderr] | [INFO] [stderr] 24 | try!(writeln!(io, " temp. constant: {}", ec.get_temp_constant().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:3 [INFO] [stderr] | [INFO] [stderr] 25 | try!(writeln!(io, " temp. coeffiecient: {}", ec.get_temp_coefficient().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:26:3 [INFO] [stderr] | [INFO] [stderr] 26 | try!(writeln!(io, " version hw.fw: {}.{}", ec.get_version().unwrap(),ec.get_firmware().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:39:3 [INFO] [stderr] | [INFO] [stderr] 39 | try!(writeln!(io, "C: {}", temp_c)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:46:3 [INFO] [stderr] | [INFO] [stderr] 46 | try!(writeln!(io, "mS: {}", ms)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:53:3 [INFO] [stderr] | [INFO] [stderr] 53 | try!(writeln!(io, "PSU: {}", sal)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:60:3 [INFO] [stderr] | [INFO] [stderr] 60 | try!(writeln!(io, "raw: {}", raw)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:67:3 [INFO] [stderr] | [INFO] [stderr] 67 | try!(writeln!(io, " offset: {}", ec.get_calibrate_offset().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:74:3 [INFO] [stderr] | [INFO] [stderr] 74 | try!(writeln!(io, " temp. constant: {}", ec.get_temp_constant().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | try!(writeln!(io, " low reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:90:3 [INFO] [stderr] | [INFO] [stderr] 90 | try!(writeln!(io, " high reference / read: {} / {}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:99:3 [INFO] [stderr] | [INFO] [stderr] 99 | try!(writeln!(io, " temp. coefficient: {}", ec.get_temp_coefficient().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:105:3 [INFO] [stderr] | [INFO] [stderr] 105 | try!(writeln!(io, " version: {}.{}", ec.get_version().unwrap(),ec.get_firmware().unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:113:3 [INFO] [stderr] | [INFO] [stderr] 113 | try!(writeln!(io, " I2C Address: {}", v[0])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:120:3 [INFO] [stderr] | [INFO] [stderr] 120 | try!(writeln!(io, "{}", eeprom)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 21 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ufire_iso_ec-f5b6f4e0ca60223f [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ufire_ec_bin-5aff69be2176830f [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests ufire_iso_ec [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test src/lib.rs - EcProbe::get_temp_coefficient (line 246) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::calibrate_probe_low (line 113) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::get_calibrate_high_reference (line 380) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::get_firmware (line 298) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::measure_raw (line 195) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::calibrate_probe_high (line 128) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::measure_temp (line 71) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::get_calibrate_low_reading (line 412) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::get_calibrate_low_reference (line 401) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::measure_ec (line 143) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::new (line 60) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::get_calibrate_offset (line 369) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::read_eeprom (line 257) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::measure_salinity (line 159) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::get_temp_constant (line 222) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::get_version (line 286) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::get_calibrate_high_reading (line 390) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::set_dual_point_calibration (line 348) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::reset (line 310) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::set_i2c_address (line 333) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::use_temperature_compensation (line 173) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::set_temp (line 85) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::set_temp_constant (line 209) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::calibrate_single (line 98) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::write_eeprom (line 271) ... FAILED [INFO] [stdout] test src/lib.rs - EcProbe::set_temp_coefficient (line 233) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - EcProbe::get_temp_coefficient (line 246) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:247:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::calibrate_probe_low (line 113) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:114:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error[E0610]: `{float}` is a primitive type and therefore doesn't have fields [INFO] [stdout] --> src/lib.rs:115:30 [INFO] [stdout] | [INFO] [stdout] 4 | ec.calibrate_probe_low(1.413.0); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0610. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::get_calibrate_high_reference (line 380) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:381:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::get_firmware (line 298) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:299:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::measure_raw (line 195) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:196:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::calibrate_probe_high (line 128) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error[E0610]: `{float}` is a primitive type and therefore doesn't have fields [INFO] [stdout] --> src/lib.rs:130:31 [INFO] [stdout] | [INFO] [stdout] 4 | ec.calibrate_probe_high(12.88.0); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0610. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::measure_temp (line 71) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:72:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::get_calibrate_low_reading (line 412) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:413:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::get_calibrate_low_reference (line 401) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:402:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::measure_ec (line 143) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:144:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::new (line 60) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::get_calibrate_offset (line 369) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:370:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::read_eeprom (line 257) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:258:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::measure_salinity (line 159) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:160:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::get_temp_constant (line 222) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:223:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::get_version (line 286) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:287:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::get_calibrate_high_reading (line 390) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:391:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::set_dual_point_calibration (line 348) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:349:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::reset (line 310) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:311:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::set_i2c_address (line 333) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:334:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::use_temperature_compensation (line 173) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:174:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::set_temp (line 85) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:86:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::set_temp_constant (line 209) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:210:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::calibrate_single (line 98) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error[E0610]: `{float}` is a primitive type and therefore doesn't have fields [INFO] [stdout] --> src/lib.rs:100:27 [INFO] [stdout] | [INFO] [stdout] 4 | ec.calibrate_single(1.413.0); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0610. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::write_eeprom (line 271) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:272:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - EcProbe::set_temp_coefficient (line 233) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ufire_ec` [INFO] [stdout] --> src/lib.rs:234:14 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ec = ufire_ec::EcProbe::new("/dev/i2c-3", 0x3c).unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `ufire_ec` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - EcProbe::calibrate_probe_high (line 128) [INFO] [stdout] src/lib.rs - EcProbe::calibrate_probe_low (line 113) [INFO] [stdout] src/lib.rs - EcProbe::calibrate_single (line 98) [INFO] [stdout] src/lib.rs - EcProbe::get_calibrate_high_reading (line 390) [INFO] [stdout] src/lib.rs - EcProbe::get_calibrate_high_reference (line 380) [INFO] [stdout] src/lib.rs - EcProbe::get_calibrate_low_reading (line 412) [INFO] [stdout] src/lib.rs - EcProbe::get_calibrate_low_reference (line 401) [INFO] [stdout] src/lib.rs - EcProbe::get_calibrate_offset (line 369) [INFO] [stdout] src/lib.rs - EcProbe::get_firmware (line 298) [INFO] [stdout] src/lib.rs - EcProbe::get_temp_coefficient (line 246) [INFO] [stdout] src/lib.rs - EcProbe::get_temp_constant (line 222) [INFO] [stdout] src/lib.rs - EcProbe::get_version (line 286) [INFO] [stdout] src/lib.rs - EcProbe::measure_ec (line 143) [INFO] [stdout] src/lib.rs - EcProbe::measure_raw (line 195) [INFO] [stdout] src/lib.rs - EcProbe::measure_salinity (line 159) [INFO] [stdout] src/lib.rs - EcProbe::measure_temp (line 71) [INFO] [stdout] src/lib.rs - EcProbe::new (line 60) [INFO] [stdout] src/lib.rs - EcProbe::read_eeprom (line 257) [INFO] [stdout] src/lib.rs - EcProbe::reset (line 310) [INFO] [stdout] src/lib.rs - EcProbe::set_dual_point_calibration (line 348) [INFO] [stdout] src/lib.rs - EcProbe::set_i2c_address (line 333) [INFO] [stdout] src/lib.rs - EcProbe::set_temp (line 85) [INFO] [stdout] src/lib.rs - EcProbe::set_temp_coefficient (line 233) [INFO] [stdout] src/lib.rs - EcProbe::set_temp_constant (line 209) [INFO] [stdout] src/lib.rs - EcProbe::use_temperature_compensation (line 173) [INFO] [stdout] src/lib.rs - EcProbe::write_eeprom (line 271) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 26 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "4a2798186107bfcde7b8007b6c666ea124425a48eeb697b5429b5697f893c362"` [INFO] running `"docker" "rm" "-f" "4a2798186107bfcde7b8007b6c666ea124425a48eeb697b5429b5697f893c362"` [INFO] [stdout] 4a2798186107bfcde7b8007b6c666ea124425a48eeb697b5429b5697f893c362