Oct 27 18:13:22.647 INFO checking pca9685-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:13:22.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:13:23.152 INFO blam! 21e4107901cac5176226a7aca4b88d41bd02e9493a2fb99992928f7de46d5282 Oct 27 18:13:23.163 INFO running `"docker" "start" "-a" "21e4107901cac5176226a7aca4b88d41bd02e9493a2fb99992928f7de46d5282"` Oct 27 18:13:24.010 INFO kablam! usermod: no changes Oct 27 18:13:24.135 INFO kablam! Checking pca9685 v0.1.0 (/source) Oct 27 18:13:25.069 INFO kablam! warning: unused variable: `frequency` Oct 27 18:13:25.069 INFO kablam! --> src/lib.rs:32:37 Oct 27 18:13:25.069 INFO kablam! | Oct 27 18:13:25.069 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 27 18:13:25.069 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 27 18:13:25.069 INFO kablam! | Oct 27 18:13:25.069 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 18:13:25.069 INFO kablam! Oct 27 18:13:25.075 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 27 18:13:25.075 INFO kablam! --> src/lib.rs:21:1 Oct 27 18:13:25.075 INFO kablam! | Oct 27 18:13:25.075 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 27 18:13:25.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.075 INFO kablam! | Oct 27 18:13:25.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:13:25.075 INFO kablam! Oct 27 18:13:25.090 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:25.090 INFO kablam! --> src/lib.rs:35:3 Oct 27 18:13:25.090 INFO kablam! | Oct 27 18:13:25.090 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 27 18:13:25.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.090 INFO kablam! | Oct 27 18:13:25.090 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:13:25.091 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:25.091 INFO kablam! Oct 27 18:13:25.091 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:25.091 INFO kablam! --> src/lib.rs:36:3 Oct 27 18:13:25.091 INFO kablam! | Oct 27 18:13:25.091 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 27 18:13:25.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.091 INFO kablam! | Oct 27 18:13:25.091 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:25.091 INFO kablam! Oct 27 18:13:25.091 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:25.091 INFO kablam! --> src/lib.rs:37:3 Oct 27 18:13:25.091 INFO kablam! | Oct 27 18:13:25.091 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 27 18:13:25.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.092 INFO kablam! | Oct 27 18:13:25.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:25.092 INFO kablam! Oct 27 18:13:25.092 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:25.092 INFO kablam! --> src/lib.rs:40:3 Oct 27 18:13:25.092 INFO kablam! | Oct 27 18:13:25.092 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 27 18:13:25.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.092 INFO kablam! | Oct 27 18:13:25.092 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:25.092 INFO kablam! Oct 27 18:13:25.105 INFO kablam! warning: unused variable: `frequency` Oct 27 18:13:25.105 INFO kablam! --> src/lib.rs:32:37 Oct 27 18:13:25.105 INFO kablam! | Oct 27 18:13:25.105 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 27 18:13:25.105 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 27 18:13:25.105 INFO kablam! | Oct 27 18:13:25.105 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 18:13:25.105 INFO kablam! Oct 27 18:13:25.113 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 27 18:13:25.113 INFO kablam! --> src/lib.rs:21:1 Oct 27 18:13:25.113 INFO kablam! | Oct 27 18:13:25.113 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 27 18:13:25.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.113 INFO kablam! | Oct 27 18:13:25.113 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:13:25.113 INFO kablam! Oct 27 18:13:25.127 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:25.127 INFO kablam! --> src/lib.rs:35:3 Oct 27 18:13:25.127 INFO kablam! | Oct 27 18:13:25.127 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 27 18:13:25.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.127 INFO kablam! | Oct 27 18:13:25.127 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:13:25.127 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:25.127 INFO kablam! Oct 27 18:13:25.127 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:25.127 INFO kablam! --> src/lib.rs:36:3 Oct 27 18:13:25.127 INFO kablam! | Oct 27 18:13:25.127 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 27 18:13:25.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.128 INFO kablam! | Oct 27 18:13:25.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:25.128 INFO kablam! Oct 27 18:13:25.128 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:25.128 INFO kablam! --> src/lib.rs:37:3 Oct 27 18:13:25.128 INFO kablam! | Oct 27 18:13:25.128 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 27 18:13:25.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.128 INFO kablam! | Oct 27 18:13:25.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:25.128 INFO kablam! Oct 27 18:13:25.128 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:25.128 INFO kablam! --> src/lib.rs:40:3 Oct 27 18:13:25.128 INFO kablam! | Oct 27 18:13:25.128 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 27 18:13:25.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:25.128 INFO kablam! | Oct 27 18:13:25.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:25.128 INFO kablam! Oct 27 18:13:26.188 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 27 18:13:26.188 INFO kablam! --> src/main.rs:4:17 Oct 27 18:13:26.188 INFO kablam! | Oct 27 18:13:26.188 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 27 18:13:26.188 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 27 18:13:26.188 INFO kablam! | Oct 27 18:13:26.188 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:13:26.188 INFO kablam! Oct 27 18:13:26.196 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.196 INFO kablam! --> src/main.rs:5:5 Oct 27 18:13:26.196 INFO kablam! | Oct 27 18:13:26.196 INFO kablam! 5 | use std::thread::sleep_ms; Oct 27 18:13:26.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.196 INFO kablam! | Oct 27 18:13:26.196 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:13:26.196 INFO kablam! Oct 27 18:13:26.196 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.196 INFO kablam! --> src/main.rs:17:2 Oct 27 18:13:26.196 INFO kablam! | Oct 27 18:13:26.196 INFO kablam! 17 | sleep_ms(3000); Oct 27 18:13:26.196 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.196 INFO kablam! Oct 27 18:13:26.196 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.196 INFO kablam! --> src/main.rs:23:2 Oct 27 18:13:26.196 INFO kablam! | Oct 27 18:13:26.196 INFO kablam! 23 | sleep_ms(3000); Oct 27 18:13:26.196 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.197 INFO kablam! Oct 27 18:13:26.197 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.197 INFO kablam! --> src/main.rs:26:2 Oct 27 18:13:26.197 INFO kablam! | Oct 27 18:13:26.197 INFO kablam! 26 | sleep_ms(1000); Oct 27 18:13:26.197 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.197 INFO kablam! Oct 27 18:13:26.197 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.197 INFO kablam! --> src/main.rs:28:2 Oct 27 18:13:26.197 INFO kablam! | Oct 27 18:13:26.197 INFO kablam! 28 | sleep_ms(1000); Oct 27 18:13:26.197 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.197 INFO kablam! Oct 27 18:13:26.198 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.198 INFO kablam! --> src/main.rs:30:2 Oct 27 18:13:26.203 INFO kablam! | Oct 27 18:13:26.203 INFO kablam! 30 | sleep_ms(1000); Oct 27 18:13:26.203 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.203 INFO kablam! Oct 27 18:13:26.203 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.203 INFO kablam! --> src/main.rs:32:2 Oct 27 18:13:26.203 INFO kablam! | Oct 27 18:13:26.203 INFO kablam! 32 | sleep_ms(1000); Oct 27 18:13:26.203 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.203 INFO kablam! Oct 27 18:13:26.203 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.203 INFO kablam! --> src/main.rs:34:2 Oct 27 18:13:26.203 INFO kablam! | Oct 27 18:13:26.203 INFO kablam! 34 | sleep_ms(1000); Oct 27 18:13:26.203 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.203 INFO kablam! Oct 27 18:13:26.203 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.203 INFO kablam! --> src/main.rs:36:2 Oct 27 18:13:26.203 INFO kablam! | Oct 27 18:13:26.203 INFO kablam! 36 | sleep_ms(3000); Oct 27 18:13:26.203 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.203 INFO kablam! Oct 27 18:13:26.228 INFO kablam! warning: unused variable: `servo_max` Oct 27 18:13:26.228 INFO kablam! --> src/main.rs:13:6 Oct 27 18:13:26.228 INFO kablam! | Oct 27 18:13:26.228 INFO kablam! 13 | let servo_max = 2000.0; Oct 27 18:13:26.228 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 27 18:13:26.228 INFO kablam! | Oct 27 18:13:26.228 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 18:13:26.228 INFO kablam! Oct 27 18:13:26.228 INFO kablam! warning: unused variable: `i` Oct 27 18:13:26.228 INFO kablam! --> src/main.rs:15:10 Oct 27 18:13:26.228 INFO kablam! | Oct 27 18:13:26.228 INFO kablam! 15 | let mut i = servo_min; Oct 27 18:13:26.228 INFO kablam! | ^ help: consider using `_i` instead Oct 27 18:13:26.228 INFO kablam! Oct 27 18:13:26.228 INFO kablam! warning: variable does not need to be mutable Oct 27 18:13:26.228 INFO kablam! --> src/main.rs:15:6 Oct 27 18:13:26.228 INFO kablam! | Oct 27 18:13:26.228 INFO kablam! 15 | let mut i = servo_min; Oct 27 18:13:26.228 INFO kablam! | ----^ Oct 27 18:13:26.229 INFO kablam! | | Oct 27 18:13:26.229 INFO kablam! | help: remove this `mut` Oct 27 18:13:26.229 INFO kablam! | Oct 27 18:13:26.229 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:13:26.229 INFO kablam! Oct 27 18:13:26.229 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.229 INFO kablam! --> src/main.rs:10:2 Oct 27 18:13:26.229 INFO kablam! | Oct 27 18:13:26.229 INFO kablam! 10 | pca9685.set_frequency(100); Oct 27 18:13:26.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.229 INFO kablam! | Oct 27 18:13:26.229 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:13:26.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.231 INFO kablam! Oct 27 18:13:26.231 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.231 INFO kablam! --> src/main.rs:11:2 Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 27 18:13:26.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.231 INFO kablam! Oct 27 18:13:26.231 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.231 INFO kablam! --> src/main.rs:16:2 Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 27 18:13:26.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.231 INFO kablam! Oct 27 18:13:26.231 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.231 INFO kablam! --> src/main.rs:22:2 Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 27 18:13:26.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.231 INFO kablam! Oct 27 18:13:26.231 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.231 INFO kablam! --> src/main.rs:25:2 Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 27 18:13:26.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.231 INFO kablam! Oct 27 18:13:26.231 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.231 INFO kablam! --> src/main.rs:27:2 Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 27 18:13:26.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.231 INFO kablam! Oct 27 18:13:26.231 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.231 INFO kablam! --> src/main.rs:29:2 Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 27 18:13:26.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.231 INFO kablam! Oct 27 18:13:26.231 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.231 INFO kablam! --> src/main.rs:31:2 Oct 27 18:13:26.231 INFO kablam! | Oct 27 18:13:26.231 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 27 18:13:26.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.232 INFO kablam! | Oct 27 18:13:26.232 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.232 INFO kablam! Oct 27 18:13:26.232 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.232 INFO kablam! --> src/main.rs:33:2 Oct 27 18:13:26.232 INFO kablam! | Oct 27 18:13:26.232 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 27 18:13:26.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.232 INFO kablam! | Oct 27 18:13:26.232 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.232 INFO kablam! Oct 27 18:13:26.234 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.234 INFO kablam! --> src/main.rs:35:2 Oct 27 18:13:26.234 INFO kablam! | Oct 27 18:13:26.234 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 27 18:13:26.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.234 INFO kablam! | Oct 27 18:13:26.234 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.234 INFO kablam! Oct 27 18:13:26.234 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.234 INFO kablam! --> src/main.rs:38:2 Oct 27 18:13:26.234 INFO kablam! | Oct 27 18:13:26.234 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 27 18:13:26.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.234 INFO kablam! | Oct 27 18:13:26.234 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.234 INFO kablam! Oct 27 18:13:26.479 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 27 18:13:26.479 INFO kablam! --> src/main.rs:4:17 Oct 27 18:13:26.479 INFO kablam! | Oct 27 18:13:26.479 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 27 18:13:26.479 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 27 18:13:26.479 INFO kablam! | Oct 27 18:13:26.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:13:26.479 INFO kablam! Oct 27 18:13:26.487 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.487 INFO kablam! --> src/main.rs:5:5 Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! 5 | use std::thread::sleep_ms; Oct 27 18:13:26.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:13:26.487 INFO kablam! Oct 27 18:13:26.487 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.487 INFO kablam! --> src/main.rs:17:2 Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! 17 | sleep_ms(3000); Oct 27 18:13:26.487 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.487 INFO kablam! Oct 27 18:13:26.487 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.487 INFO kablam! --> src/main.rs:23:2 Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! 23 | sleep_ms(3000); Oct 27 18:13:26.487 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.487 INFO kablam! Oct 27 18:13:26.487 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.487 INFO kablam! --> src/main.rs:26:2 Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! 26 | sleep_ms(1000); Oct 27 18:13:26.487 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.487 INFO kablam! Oct 27 18:13:26.487 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.487 INFO kablam! --> src/main.rs:28:2 Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! 28 | sleep_ms(1000); Oct 27 18:13:26.487 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.487 INFO kablam! Oct 27 18:13:26.487 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.487 INFO kablam! --> src/main.rs:30:2 Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! 30 | sleep_ms(1000); Oct 27 18:13:26.487 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.487 INFO kablam! Oct 27 18:13:26.487 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.487 INFO kablam! --> src/main.rs:32:2 Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! 32 | sleep_ms(1000); Oct 27 18:13:26.487 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.487 INFO kablam! Oct 27 18:13:26.487 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.487 INFO kablam! --> src/main.rs:34:2 Oct 27 18:13:26.487 INFO kablam! | Oct 27 18:13:26.487 INFO kablam! 34 | sleep_ms(1000); Oct 27 18:13:26.487 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.488 INFO kablam! Oct 27 18:13:26.488 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 18:13:26.488 INFO kablam! --> src/main.rs:36:2 Oct 27 18:13:26.488 INFO kablam! | Oct 27 18:13:26.488 INFO kablam! 36 | sleep_ms(3000); Oct 27 18:13:26.488 INFO kablam! | ^^^^^^^^ Oct 27 18:13:26.488 INFO kablam! Oct 27 18:13:26.507 INFO kablam! warning: unused variable: `servo_max` Oct 27 18:13:26.507 INFO kablam! --> src/main.rs:13:6 Oct 27 18:13:26.507 INFO kablam! | Oct 27 18:13:26.507 INFO kablam! 13 | let servo_max = 2000.0; Oct 27 18:13:26.507 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 27 18:13:26.508 INFO kablam! | Oct 27 18:13:26.508 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 18:13:26.508 INFO kablam! Oct 27 18:13:26.508 INFO kablam! warning: unused variable: `i` Oct 27 18:13:26.508 INFO kablam! --> src/main.rs:15:10 Oct 27 18:13:26.508 INFO kablam! | Oct 27 18:13:26.508 INFO kablam! 15 | let mut i = servo_min; Oct 27 18:13:26.508 INFO kablam! | ^ help: consider using `_i` instead Oct 27 18:13:26.508 INFO kablam! Oct 27 18:13:26.515 INFO kablam! warning: variable does not need to be mutable Oct 27 18:13:26.515 INFO kablam! --> src/main.rs:15:6 Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! 15 | let mut i = servo_min; Oct 27 18:13:26.515 INFO kablam! | ----^ Oct 27 18:13:26.515 INFO kablam! | | Oct 27 18:13:26.515 INFO kablam! | help: remove this `mut` Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:13:26.515 INFO kablam! Oct 27 18:13:26.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.515 INFO kablam! --> src/main.rs:10:2 Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! 10 | pca9685.set_frequency(100); Oct 27 18:13:26.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:13:26.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.515 INFO kablam! Oct 27 18:13:26.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.515 INFO kablam! --> src/main.rs:11:2 Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 27 18:13:26.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.515 INFO kablam! Oct 27 18:13:26.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.515 INFO kablam! --> src/main.rs:16:2 Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 27 18:13:26.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.515 INFO kablam! Oct 27 18:13:26.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.515 INFO kablam! --> src/main.rs:22:2 Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 27 18:13:26.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.515 INFO kablam! Oct 27 18:13:26.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.515 INFO kablam! --> src/main.rs:25:2 Oct 27 18:13:26.515 INFO kablam! | Oct 27 18:13:26.515 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 27 18:13:26.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.516 INFO kablam! Oct 27 18:13:26.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.516 INFO kablam! --> src/main.rs:27:2 Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 27 18:13:26.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.516 INFO kablam! Oct 27 18:13:26.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.516 INFO kablam! --> src/main.rs:29:2 Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 27 18:13:26.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.516 INFO kablam! Oct 27 18:13:26.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.516 INFO kablam! --> src/main.rs:31:2 Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 27 18:13:26.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.516 INFO kablam! Oct 27 18:13:26.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.516 INFO kablam! --> src/main.rs:33:2 Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 27 18:13:26.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.516 INFO kablam! Oct 27 18:13:26.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.516 INFO kablam! --> src/main.rs:35:2 Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 27 18:13:26.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.516 INFO kablam! Oct 27 18:13:26.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 18:13:26.516 INFO kablam! --> src/main.rs:38:2 Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 27 18:13:26.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:13:26.516 INFO kablam! | Oct 27 18:13:26.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 18:13:26.516 INFO kablam! Oct 27 18:13:26.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.50s Oct 27 18:13:26.543 INFO kablam! su: No module specific data is present Oct 27 18:13:26.908 INFO running `"docker" "rm" "-f" "21e4107901cac5176226a7aca4b88d41bd02e9493a2fb99992928f7de46d5282"` Oct 27 18:13:27.053 INFO blam! 21e4107901cac5176226a7aca4b88d41bd02e9493a2fb99992928f7de46d5282