Oct 22 00:59:57.608 INFO checking pca9685-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:59:57.609 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 22 00:59:57.874 INFO blam! 504ab64e92ccf8695f8e94824435222f26c6321a5172d26732f3d173e1eb6a81 Oct 22 00:59:57.881 INFO running `"docker" "start" "-a" "504ab64e92ccf8695f8e94824435222f26c6321a5172d26732f3d173e1eb6a81"` Oct 22 00:59:58.596 INFO kablam! usermod: no changes Oct 22 00:59:58.724 INFO kablam! Checking pca9685 v0.1.0 (/source) Oct 22 00:59:59.676 INFO kablam! warning: unused variable: `frequency` Oct 22 00:59:59.676 INFO kablam! --> src/lib.rs:32:37 Oct 22 00:59:59.676 INFO kablam! | Oct 22 00:59:59.676 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 22 00:59:59.676 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 22 00:59:59.676 INFO kablam! | Oct 22 00:59:59.676 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 00:59:59.676 INFO kablam! Oct 22 00:59:59.684 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 22 00:59:59.684 INFO kablam! --> src/lib.rs:21:1 Oct 22 00:59:59.684 INFO kablam! | Oct 22 00:59:59.684 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 22 00:59:59.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.684 INFO kablam! | Oct 22 00:59:59.684 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:59:59.684 INFO kablam! Oct 22 00:59:59.695 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 00:59:59.695 INFO kablam! --> src/lib.rs:35:3 Oct 22 00:59:59.695 INFO kablam! | Oct 22 00:59:59.695 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 22 00:59:59.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.695 INFO kablam! | Oct 22 00:59:59.695 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 00:59:59.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 00:59:59.695 INFO kablam! Oct 22 00:59:59.695 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 00:59:59.695 INFO kablam! --> src/lib.rs:36:3 Oct 22 00:59:59.695 INFO kablam! | Oct 22 00:59:59.695 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 22 00:59:59.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.696 INFO kablam! | Oct 22 00:59:59.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 00:59:59.696 INFO kablam! Oct 22 00:59:59.696 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 00:59:59.696 INFO kablam! --> src/lib.rs:37:3 Oct 22 00:59:59.696 INFO kablam! | Oct 22 00:59:59.696 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 22 00:59:59.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.696 INFO kablam! | Oct 22 00:59:59.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 00:59:59.696 INFO kablam! Oct 22 00:59:59.696 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 00:59:59.696 INFO kablam! --> src/lib.rs:40:3 Oct 22 00:59:59.696 INFO kablam! | Oct 22 00:59:59.696 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 22 00:59:59.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.696 INFO kablam! | Oct 22 00:59:59.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 00:59:59.696 INFO kablam! Oct 22 00:59:59.752 INFO kablam! warning: unused variable: `frequency` Oct 22 00:59:59.752 INFO kablam! --> src/lib.rs:32:37 Oct 22 00:59:59.753 INFO kablam! | Oct 22 00:59:59.753 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 22 00:59:59.753 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 22 00:59:59.753 INFO kablam! | Oct 22 00:59:59.753 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 00:59:59.753 INFO kablam! Oct 22 00:59:59.759 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 22 00:59:59.759 INFO kablam! --> src/lib.rs:21:1 Oct 22 00:59:59.759 INFO kablam! | Oct 22 00:59:59.759 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 22 00:59:59.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.759 INFO kablam! | Oct 22 00:59:59.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 00:59:59.759 INFO kablam! Oct 22 00:59:59.776 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 00:59:59.776 INFO kablam! --> src/lib.rs:35:3 Oct 22 00:59:59.777 INFO kablam! | Oct 22 00:59:59.777 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 22 00:59:59.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.777 INFO kablam! | Oct 22 00:59:59.777 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 00:59:59.777 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 00:59:59.777 INFO kablam! Oct 22 00:59:59.777 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 00:59:59.777 INFO kablam! --> src/lib.rs:36:3 Oct 22 00:59:59.777 INFO kablam! | Oct 22 00:59:59.777 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 22 00:59:59.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.777 INFO kablam! | Oct 22 00:59:59.777 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 00:59:59.777 INFO kablam! Oct 22 00:59:59.777 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 00:59:59.777 INFO kablam! --> src/lib.rs:37:3 Oct 22 00:59:59.777 INFO kablam! | Oct 22 00:59:59.777 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 22 00:59:59.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.777 INFO kablam! | Oct 22 00:59:59.777 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 00:59:59.777 INFO kablam! Oct 22 00:59:59.777 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 00:59:59.777 INFO kablam! --> src/lib.rs:40:3 Oct 22 00:59:59.777 INFO kablam! | Oct 22 00:59:59.777 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 22 00:59:59.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:59:59.777 INFO kablam! | Oct 22 00:59:59.777 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 00:59:59.777 INFO kablam! Oct 22 01:00:00.568 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 22 01:00:00.568 INFO kablam! --> src/main.rs:4:17 Oct 22 01:00:00.568 INFO kablam! | Oct 22 01:00:00.568 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 22 01:00:00.568 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 22 01:00:00.568 INFO kablam! | Oct 22 01:00:00.568 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:00:00.568 INFO kablam! Oct 22 01:00:00.572 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.572 INFO kablam! --> src/main.rs:5:5 Oct 22 01:00:00.572 INFO kablam! | Oct 22 01:00:00.572 INFO kablam! 5 | use std::thread::sleep_ms; Oct 22 01:00:00.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.572 INFO kablam! | Oct 22 01:00:00.572 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:00:00.572 INFO kablam! Oct 22 01:00:00.572 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.572 INFO kablam! --> src/main.rs:17:2 Oct 22 01:00:00.572 INFO kablam! | Oct 22 01:00:00.572 INFO kablam! 17 | sleep_ms(3000); Oct 22 01:00:00.572 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.572 INFO kablam! Oct 22 01:00:00.572 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.572 INFO kablam! --> src/main.rs:23:2 Oct 22 01:00:00.572 INFO kablam! | Oct 22 01:00:00.572 INFO kablam! 23 | sleep_ms(3000); Oct 22 01:00:00.572 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.572 INFO kablam! Oct 22 01:00:00.573 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.573 INFO kablam! --> src/main.rs:26:2 Oct 22 01:00:00.573 INFO kablam! | Oct 22 01:00:00.573 INFO kablam! 26 | sleep_ms(1000); Oct 22 01:00:00.573 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.573 INFO kablam! Oct 22 01:00:00.573 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.573 INFO kablam! --> src/main.rs:28:2 Oct 22 01:00:00.573 INFO kablam! | Oct 22 01:00:00.573 INFO kablam! 28 | sleep_ms(1000); Oct 22 01:00:00.573 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.573 INFO kablam! Oct 22 01:00:00.573 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.573 INFO kablam! --> src/main.rs:30:2 Oct 22 01:00:00.573 INFO kablam! | Oct 22 01:00:00.573 INFO kablam! 30 | sleep_ms(1000); Oct 22 01:00:00.573 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.573 INFO kablam! Oct 22 01:00:00.573 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.573 INFO kablam! --> src/main.rs:32:2 Oct 22 01:00:00.573 INFO kablam! | Oct 22 01:00:00.573 INFO kablam! 32 | sleep_ms(1000); Oct 22 01:00:00.573 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.573 INFO kablam! Oct 22 01:00:00.573 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.573 INFO kablam! --> src/main.rs:34:2 Oct 22 01:00:00.573 INFO kablam! | Oct 22 01:00:00.573 INFO kablam! 34 | sleep_ms(1000); Oct 22 01:00:00.573 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.573 INFO kablam! Oct 22 01:00:00.573 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.573 INFO kablam! --> src/main.rs:36:2 Oct 22 01:00:00.573 INFO kablam! | Oct 22 01:00:00.573 INFO kablam! 36 | sleep_ms(3000); Oct 22 01:00:00.573 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.573 INFO kablam! Oct 22 01:00:00.605 INFO kablam! warning: unused variable: `servo_max` Oct 22 01:00:00.605 INFO kablam! --> src/main.rs:13:6 Oct 22 01:00:00.605 INFO kablam! | Oct 22 01:00:00.605 INFO kablam! 13 | let servo_max = 2000.0; Oct 22 01:00:00.605 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 22 01:00:00.605 INFO kablam! | Oct 22 01:00:00.605 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:00:00.605 INFO kablam! Oct 22 01:00:00.605 INFO kablam! warning: unused variable: `i` Oct 22 01:00:00.605 INFO kablam! --> src/main.rs:15:10 Oct 22 01:00:00.605 INFO kablam! | Oct 22 01:00:00.605 INFO kablam! 15 | let mut i = servo_min; Oct 22 01:00:00.605 INFO kablam! | ^ help: consider using `_i` instead Oct 22 01:00:00.605 INFO kablam! Oct 22 01:00:00.607 INFO kablam! warning: variable does not need to be mutable Oct 22 01:00:00.607 INFO kablam! --> src/main.rs:15:6 Oct 22 01:00:00.607 INFO kablam! | Oct 22 01:00:00.607 INFO kablam! 15 | let mut i = servo_min; Oct 22 01:00:00.607 INFO kablam! | ----^ Oct 22 01:00:00.607 INFO kablam! | | Oct 22 01:00:00.607 INFO kablam! | help: remove this `mut` Oct 22 01:00:00.607 INFO kablam! | Oct 22 01:00:00.607 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:10:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 10 | pca9685.set_frequency(100); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:11:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:16:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:22:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:25:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:27:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:29:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:31:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:33:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:35:2 Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 22 01:00:00.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.608 INFO kablam! | Oct 22 01:00:00.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.608 INFO kablam! Oct 22 01:00:00.608 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.608 INFO kablam! --> src/main.rs:38:2 Oct 22 01:00:00.609 INFO kablam! | Oct 22 01:00:00.609 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 22 01:00:00.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.609 INFO kablam! | Oct 22 01:00:00.609 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.609 INFO kablam! Oct 22 01:00:00.841 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 22 01:00:00.841 INFO kablam! --> src/main.rs:4:17 Oct 22 01:00:00.841 INFO kablam! | Oct 22 01:00:00.841 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 22 01:00:00.841 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 22 01:00:00.841 INFO kablam! | Oct 22 01:00:00.841 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:00:00.841 INFO kablam! Oct 22 01:00:00.851 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:5:5 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 5 | use std::thread::sleep_ms; Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.852 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:17:2 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 17 | sleep_ms(3000); Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.852 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:23:2 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 23 | sleep_ms(3000); Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.852 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:26:2 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 26 | sleep_ms(1000); Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.852 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:28:2 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 28 | sleep_ms(1000); Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.852 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:30:2 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 30 | sleep_ms(1000); Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.852 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:32:2 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 32 | sleep_ms(1000); Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.852 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:34:2 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 34 | sleep_ms(1000); Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.852 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 01:00:00.852 INFO kablam! --> src/main.rs:36:2 Oct 22 01:00:00.852 INFO kablam! | Oct 22 01:00:00.852 INFO kablam! 36 | sleep_ms(3000); Oct 22 01:00:00.852 INFO kablam! | ^^^^^^^^ Oct 22 01:00:00.852 INFO kablam! Oct 22 01:00:00.878 INFO kablam! warning: unused variable: `servo_max` Oct 22 01:00:00.878 INFO kablam! --> src/main.rs:13:6 Oct 22 01:00:00.878 INFO kablam! | Oct 22 01:00:00.878 INFO kablam! 13 | let servo_max = 2000.0; Oct 22 01:00:00.878 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 22 01:00:00.878 INFO kablam! | Oct 22 01:00:00.878 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:00:00.878 INFO kablam! Oct 22 01:00:00.878 INFO kablam! warning: unused variable: `i` Oct 22 01:00:00.878 INFO kablam! --> src/main.rs:15:10 Oct 22 01:00:00.878 INFO kablam! | Oct 22 01:00:00.878 INFO kablam! 15 | let mut i = servo_min; Oct 22 01:00:00.878 INFO kablam! | ^ help: consider using `_i` instead Oct 22 01:00:00.878 INFO kablam! Oct 22 01:00:00.880 INFO kablam! warning: variable does not need to be mutable Oct 22 01:00:00.881 INFO kablam! --> src/main.rs:15:6 Oct 22 01:00:00.881 INFO kablam! | Oct 22 01:00:00.881 INFO kablam! 15 | let mut i = servo_min; Oct 22 01:00:00.881 INFO kablam! | ----^ Oct 22 01:00:00.881 INFO kablam! | | Oct 22 01:00:00.881 INFO kablam! | help: remove this `mut` Oct 22 01:00:00.881 INFO kablam! | Oct 22 01:00:00.881 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:00:00.881 INFO kablam! Oct 22 01:00:00.881 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.881 INFO kablam! --> src/main.rs:10:2 Oct 22 01:00:00.881 INFO kablam! | Oct 22 01:00:00.881 INFO kablam! 10 | pca9685.set_frequency(100); Oct 22 01:00:00.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.881 INFO kablam! | Oct 22 01:00:00.881 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 01:00:00.881 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.881 INFO kablam! Oct 22 01:00:00.884 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.884 INFO kablam! --> src/main.rs:11:2 Oct 22 01:00:00.884 INFO kablam! | Oct 22 01:00:00.884 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 22 01:00:00.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.884 INFO kablam! | Oct 22 01:00:00.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.884 INFO kablam! Oct 22 01:00:00.884 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.884 INFO kablam! --> src/main.rs:16:2 Oct 22 01:00:00.884 INFO kablam! | Oct 22 01:00:00.884 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 22 01:00:00.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.884 INFO kablam! | Oct 22 01:00:00.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.884 INFO kablam! Oct 22 01:00:00.884 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.884 INFO kablam! --> src/main.rs:22:2 Oct 22 01:00:00.884 INFO kablam! | Oct 22 01:00:00.884 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 22 01:00:00.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.884 INFO kablam! | Oct 22 01:00:00.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.884 INFO kablam! Oct 22 01:00:00.884 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.884 INFO kablam! --> src/main.rs:25:2 Oct 22 01:00:00.884 INFO kablam! | Oct 22 01:00:00.884 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 22 01:00:00.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.885 INFO kablam! Oct 22 01:00:00.885 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.885 INFO kablam! --> src/main.rs:27:2 Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 22 01:00:00.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.885 INFO kablam! Oct 22 01:00:00.885 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.885 INFO kablam! --> src/main.rs:29:2 Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 22 01:00:00.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.885 INFO kablam! Oct 22 01:00:00.885 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.885 INFO kablam! --> src/main.rs:31:2 Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 22 01:00:00.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.885 INFO kablam! Oct 22 01:00:00.885 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.885 INFO kablam! --> src/main.rs:33:2 Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 22 01:00:00.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.885 INFO kablam! Oct 22 01:00:00.885 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.885 INFO kablam! --> src/main.rs:35:2 Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 22 01:00:00.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.885 INFO kablam! Oct 22 01:00:00.885 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:00:00.885 INFO kablam! --> src/main.rs:38:2 Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 22 01:00:00.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:00:00.885 INFO kablam! | Oct 22 01:00:00.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:00:00.885 INFO kablam! Oct 22 01:00:00.901 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.27s Oct 22 01:00:00.908 INFO kablam! su: No module specific data is present Oct 22 01:00:01.332 INFO running `"docker" "rm" "-f" "504ab64e92ccf8695f8e94824435222f26c6321a5172d26732f3d173e1eb6a81"` Oct 22 01:00:01.536 INFO blam! 504ab64e92ccf8695f8e94824435222f26c6321a5172d26732f3d173e1eb6a81