Oct 13 11:03:27.576 INFO checking pca9685-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 11:03:27.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 11:03:27.715 INFO blam! f6f09900ddf1aa0d21bc8dc89d0ecd642af164480061883ce70f6bf29d5f0c6b Oct 13 11:03:27.716 INFO running `"docker" "start" "-a" "f6f09900ddf1aa0d21bc8dc89d0ecd642af164480061883ce70f6bf29d5f0c6b"` Oct 13 11:03:28.044 INFO kablam! usermod: no changes Oct 13 11:03:28.165 INFO kablam! Checking pca9685 v0.1.0 (/source) Oct 13 11:03:29.369 INFO kablam! warning: unused variable: `frequency` Oct 13 11:03:29.369 INFO kablam! --> src/lib.rs:32:37 Oct 13 11:03:29.369 INFO kablam! | Oct 13 11:03:29.369 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 13 11:03:29.369 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 13 11:03:29.369 INFO kablam! | Oct 13 11:03:29.369 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 11:03:29.369 INFO kablam! Oct 13 11:03:29.381 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 13 11:03:29.381 INFO kablam! --> src/lib.rs:21:1 Oct 13 11:03:29.381 INFO kablam! | Oct 13 11:03:29.381 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 13 11:03:29.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.381 INFO kablam! | Oct 13 11:03:29.381 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:03:29.381 INFO kablam! Oct 13 11:03:29.400 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:29.400 INFO kablam! --> src/lib.rs:35:3 Oct 13 11:03:29.400 INFO kablam! | Oct 13 11:03:29.400 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 13 11:03:29.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.400 INFO kablam! | Oct 13 11:03:29.400 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 11:03:29.400 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:29.400 INFO kablam! Oct 13 11:03:29.400 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:29.400 INFO kablam! --> src/lib.rs:36:3 Oct 13 11:03:29.400 INFO kablam! | Oct 13 11:03:29.400 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 13 11:03:29.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.401 INFO kablam! | Oct 13 11:03:29.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:29.401 INFO kablam! Oct 13 11:03:29.401 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:29.401 INFO kablam! --> src/lib.rs:37:3 Oct 13 11:03:29.401 INFO kablam! | Oct 13 11:03:29.401 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 13 11:03:29.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.401 INFO kablam! | Oct 13 11:03:29.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:29.401 INFO kablam! Oct 13 11:03:29.401 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:29.401 INFO kablam! --> src/lib.rs:40:3 Oct 13 11:03:29.401 INFO kablam! | Oct 13 11:03:29.401 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 13 11:03:29.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.401 INFO kablam! | Oct 13 11:03:29.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:29.401 INFO kablam! Oct 13 11:03:29.678 INFO kablam! warning: unused variable: `frequency` Oct 13 11:03:29.678 INFO kablam! --> src/lib.rs:32:37 Oct 13 11:03:29.678 INFO kablam! | Oct 13 11:03:29.678 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 13 11:03:29.678 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 13 11:03:29.678 INFO kablam! | Oct 13 11:03:29.678 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 11:03:29.678 INFO kablam! Oct 13 11:03:29.692 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 13 11:03:29.692 INFO kablam! --> src/lib.rs:21:1 Oct 13 11:03:29.692 INFO kablam! | Oct 13 11:03:29.692 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 13 11:03:29.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.692 INFO kablam! | Oct 13 11:03:29.692 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:03:29.692 INFO kablam! Oct 13 11:03:29.704 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:29.704 INFO kablam! --> src/lib.rs:35:3 Oct 13 11:03:29.704 INFO kablam! | Oct 13 11:03:29.704 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 13 11:03:29.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.704 INFO kablam! | Oct 13 11:03:29.704 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 11:03:29.704 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:29.704 INFO kablam! Oct 13 11:03:29.704 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:29.704 INFO kablam! --> src/lib.rs:36:3 Oct 13 11:03:29.704 INFO kablam! | Oct 13 11:03:29.704 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 13 11:03:29.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.704 INFO kablam! | Oct 13 11:03:29.704 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:29.704 INFO kablam! Oct 13 11:03:29.705 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:29.705 INFO kablam! --> src/lib.rs:37:3 Oct 13 11:03:29.705 INFO kablam! | Oct 13 11:03:29.705 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 13 11:03:29.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.705 INFO kablam! | Oct 13 11:03:29.705 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:29.705 INFO kablam! Oct 13 11:03:29.705 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:29.705 INFO kablam! --> src/lib.rs:40:3 Oct 13 11:03:29.705 INFO kablam! | Oct 13 11:03:29.705 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 13 11:03:29.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:29.705 INFO kablam! | Oct 13 11:03:29.705 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:29.705 INFO kablam! Oct 13 11:03:30.628 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 13 11:03:30.628 INFO kablam! --> src/main.rs:4:17 Oct 13 11:03:30.628 INFO kablam! | Oct 13 11:03:30.628 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 13 11:03:30.628 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 13 11:03:30.628 INFO kablam! | Oct 13 11:03:30.628 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:03:30.628 INFO kablam! Oct 13 11:03:30.642 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.642 INFO kablam! --> src/main.rs:5:5 Oct 13 11:03:30.642 INFO kablam! | Oct 13 11:03:30.642 INFO kablam! 5 | use std::thread::sleep_ms; Oct 13 11:03:30.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.642 INFO kablam! | Oct 13 11:03:30.642 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:03:30.642 INFO kablam! Oct 13 11:03:30.642 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.642 INFO kablam! --> src/main.rs:17:2 Oct 13 11:03:30.642 INFO kablam! | Oct 13 11:03:30.642 INFO kablam! 17 | sleep_ms(3000); Oct 13 11:03:30.642 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.642 INFO kablam! Oct 13 11:03:30.642 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.642 INFO kablam! --> src/main.rs:23:2 Oct 13 11:03:30.642 INFO kablam! | Oct 13 11:03:30.642 INFO kablam! 23 | sleep_ms(3000); Oct 13 11:03:30.642 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.642 INFO kablam! Oct 13 11:03:30.642 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.642 INFO kablam! --> src/main.rs:26:2 Oct 13 11:03:30.643 INFO kablam! | Oct 13 11:03:30.643 INFO kablam! 26 | sleep_ms(1000); Oct 13 11:03:30.643 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.643 INFO kablam! Oct 13 11:03:30.643 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.643 INFO kablam! --> src/main.rs:28:2 Oct 13 11:03:30.643 INFO kablam! | Oct 13 11:03:30.643 INFO kablam! 28 | sleep_ms(1000); Oct 13 11:03:30.643 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.643 INFO kablam! Oct 13 11:03:30.643 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.643 INFO kablam! --> src/main.rs:30:2 Oct 13 11:03:30.643 INFO kablam! | Oct 13 11:03:30.643 INFO kablam! 30 | sleep_ms(1000); Oct 13 11:03:30.643 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.643 INFO kablam! Oct 13 11:03:30.643 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.643 INFO kablam! --> src/main.rs:32:2 Oct 13 11:03:30.643 INFO kablam! | Oct 13 11:03:30.643 INFO kablam! 32 | sleep_ms(1000); Oct 13 11:03:30.643 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.643 INFO kablam! Oct 13 11:03:30.643 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.643 INFO kablam! --> src/main.rs:34:2 Oct 13 11:03:30.643 INFO kablam! | Oct 13 11:03:30.643 INFO kablam! 34 | sleep_ms(1000); Oct 13 11:03:30.643 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.643 INFO kablam! Oct 13 11:03:30.643 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.643 INFO kablam! --> src/main.rs:36:2 Oct 13 11:03:30.643 INFO kablam! | Oct 13 11:03:30.643 INFO kablam! 36 | sleep_ms(3000); Oct 13 11:03:30.643 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.643 INFO kablam! Oct 13 11:03:30.693 INFO kablam! warning: unused variable: `servo_max` Oct 13 11:03:30.693 INFO kablam! --> src/main.rs:13:6 Oct 13 11:03:30.693 INFO kablam! | Oct 13 11:03:30.693 INFO kablam! 13 | let servo_max = 2000.0; Oct 13 11:03:30.693 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 13 11:03:30.693 INFO kablam! | Oct 13 11:03:30.693 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 11:03:30.693 INFO kablam! Oct 13 11:03:30.693 INFO kablam! warning: unused variable: `i` Oct 13 11:03:30.693 INFO kablam! --> src/main.rs:15:10 Oct 13 11:03:30.693 INFO kablam! | Oct 13 11:03:30.693 INFO kablam! 15 | let mut i = servo_min; Oct 13 11:03:30.693 INFO kablam! | ^ help: consider using `_i` instead Oct 13 11:03:30.693 INFO kablam! Oct 13 11:03:30.700 INFO kablam! warning: variable does not need to be mutable Oct 13 11:03:30.700 INFO kablam! --> src/main.rs:15:6 Oct 13 11:03:30.700 INFO kablam! | Oct 13 11:03:30.700 INFO kablam! 15 | let mut i = servo_min; Oct 13 11:03:30.700 INFO kablam! | ----^ Oct 13 11:03:30.701 INFO kablam! | | Oct 13 11:03:30.701 INFO kablam! | help: remove this `mut` Oct 13 11:03:30.701 INFO kablam! | Oct 13 11:03:30.701 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 11:03:30.701 INFO kablam! Oct 13 11:03:30.705 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.705 INFO kablam! --> src/main.rs:10:2 Oct 13 11:03:30.705 INFO kablam! | Oct 13 11:03:30.705 INFO kablam! 10 | pca9685.set_frequency(100); Oct 13 11:03:30.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.705 INFO kablam! | Oct 13 11:03:30.705 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 11:03:30.705 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.705 INFO kablam! Oct 13 11:03:30.705 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.705 INFO kablam! --> src/main.rs:11:2 Oct 13 11:03:30.705 INFO kablam! | Oct 13 11:03:30.705 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 13 11:03:30.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.705 INFO kablam! | Oct 13 11:03:30.705 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.705 INFO kablam! Oct 13 11:03:30.705 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.705 INFO kablam! --> src/main.rs:16:2 Oct 13 11:03:30.705 INFO kablam! | Oct 13 11:03:30.705 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 13 11:03:30.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.705 INFO kablam! | Oct 13 11:03:30.705 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.706 INFO kablam! Oct 13 11:03:30.706 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.706 INFO kablam! --> src/main.rs:22:2 Oct 13 11:03:30.706 INFO kablam! | Oct 13 11:03:30.706 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 13 11:03:30.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.706 INFO kablam! | Oct 13 11:03:30.706 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.706 INFO kablam! Oct 13 11:03:30.706 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.706 INFO kablam! --> src/main.rs:25:2 Oct 13 11:03:30.706 INFO kablam! | Oct 13 11:03:30.706 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 13 11:03:30.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.706 INFO kablam! | Oct 13 11:03:30.706 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.706 INFO kablam! Oct 13 11:03:30.706 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.706 INFO kablam! --> src/main.rs:27:2 Oct 13 11:03:30.706 INFO kablam! | Oct 13 11:03:30.706 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 13 11:03:30.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.706 INFO kablam! | Oct 13 11:03:30.706 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.706 INFO kablam! Oct 13 11:03:30.707 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.707 INFO kablam! --> src/main.rs:29:2 Oct 13 11:03:30.707 INFO kablam! | Oct 13 11:03:30.707 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 13 11:03:30.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.707 INFO kablam! | Oct 13 11:03:30.707 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.707 INFO kablam! Oct 13 11:03:30.707 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.707 INFO kablam! --> src/main.rs:31:2 Oct 13 11:03:30.707 INFO kablam! | Oct 13 11:03:30.707 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 13 11:03:30.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.707 INFO kablam! | Oct 13 11:03:30.707 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.707 INFO kablam! Oct 13 11:03:30.707 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.707 INFO kablam! --> src/main.rs:33:2 Oct 13 11:03:30.707 INFO kablam! | Oct 13 11:03:30.707 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 13 11:03:30.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.707 INFO kablam! | Oct 13 11:03:30.707 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.707 INFO kablam! Oct 13 11:03:30.708 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.708 INFO kablam! --> src/main.rs:35:2 Oct 13 11:03:30.708 INFO kablam! | Oct 13 11:03:30.708 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 13 11:03:30.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.708 INFO kablam! | Oct 13 11:03:30.708 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.708 INFO kablam! Oct 13 11:03:30.708 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.708 INFO kablam! --> src/main.rs:38:2 Oct 13 11:03:30.708 INFO kablam! | Oct 13 11:03:30.708 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 13 11:03:30.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.708 INFO kablam! | Oct 13 11:03:30.708 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.708 INFO kablam! Oct 13 11:03:30.760 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 13 11:03:30.760 INFO kablam! --> src/main.rs:4:17 Oct 13 11:03:30.760 INFO kablam! | Oct 13 11:03:30.760 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 13 11:03:30.760 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 13 11:03:30.760 INFO kablam! | Oct 13 11:03:30.760 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:03:30.760 INFO kablam! Oct 13 11:03:30.773 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.773 INFO kablam! --> src/main.rs:5:5 Oct 13 11:03:30.773 INFO kablam! | Oct 13 11:03:30.773 INFO kablam! 5 | use std::thread::sleep_ms; Oct 13 11:03:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.773 INFO kablam! | Oct 13 11:03:30.773 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:03:30.773 INFO kablam! Oct 13 11:03:30.773 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.773 INFO kablam! --> src/main.rs:17:2 Oct 13 11:03:30.773 INFO kablam! | Oct 13 11:03:30.773 INFO kablam! 17 | sleep_ms(3000); Oct 13 11:03:30.773 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.773 INFO kablam! Oct 13 11:03:30.773 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.773 INFO kablam! --> src/main.rs:23:2 Oct 13 11:03:30.774 INFO kablam! | Oct 13 11:03:30.774 INFO kablam! 23 | sleep_ms(3000); Oct 13 11:03:30.774 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.774 INFO kablam! Oct 13 11:03:30.774 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.774 INFO kablam! --> src/main.rs:26:2 Oct 13 11:03:30.774 INFO kablam! | Oct 13 11:03:30.774 INFO kablam! 26 | sleep_ms(1000); Oct 13 11:03:30.774 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.774 INFO kablam! Oct 13 11:03:30.774 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.775 INFO kablam! --> src/main.rs:28:2 Oct 13 11:03:30.775 INFO kablam! | Oct 13 11:03:30.775 INFO kablam! 28 | sleep_ms(1000); Oct 13 11:03:30.775 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.775 INFO kablam! Oct 13 11:03:30.775 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.775 INFO kablam! --> src/main.rs:30:2 Oct 13 11:03:30.775 INFO kablam! | Oct 13 11:03:30.775 INFO kablam! 30 | sleep_ms(1000); Oct 13 11:03:30.775 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.775 INFO kablam! Oct 13 11:03:30.775 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.775 INFO kablam! --> src/main.rs:32:2 Oct 13 11:03:30.775 INFO kablam! | Oct 13 11:03:30.775 INFO kablam! 32 | sleep_ms(1000); Oct 13 11:03:30.775 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.775 INFO kablam! Oct 13 11:03:30.775 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.775 INFO kablam! --> src/main.rs:34:2 Oct 13 11:03:30.775 INFO kablam! | Oct 13 11:03:30.776 INFO kablam! 34 | sleep_ms(1000); Oct 13 11:03:30.776 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.776 INFO kablam! Oct 13 11:03:30.776 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 11:03:30.776 INFO kablam! --> src/main.rs:36:2 Oct 13 11:03:30.776 INFO kablam! | Oct 13 11:03:30.776 INFO kablam! 36 | sleep_ms(3000); Oct 13 11:03:30.776 INFO kablam! | ^^^^^^^^ Oct 13 11:03:30.776 INFO kablam! Oct 13 11:03:30.798 INFO kablam! warning: unused variable: `servo_max` Oct 13 11:03:30.798 INFO kablam! --> src/main.rs:13:6 Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! 13 | let servo_max = 2000.0; Oct 13 11:03:30.798 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 11:03:30.798 INFO kablam! Oct 13 11:03:30.798 INFO kablam! warning: unused variable: `i` Oct 13 11:03:30.798 INFO kablam! --> src/main.rs:15:10 Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! 15 | let mut i = servo_min; Oct 13 11:03:30.798 INFO kablam! | ^ help: consider using `_i` instead Oct 13 11:03:30.798 INFO kablam! Oct 13 11:03:30.798 INFO kablam! warning: variable does not need to be mutable Oct 13 11:03:30.798 INFO kablam! --> src/main.rs:15:6 Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! 15 | let mut i = servo_min; Oct 13 11:03:30.798 INFO kablam! | ----^ Oct 13 11:03:30.798 INFO kablam! | | Oct 13 11:03:30.798 INFO kablam! | help: remove this `mut` Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 11:03:30.798 INFO kablam! Oct 13 11:03:30.798 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.798 INFO kablam! --> src/main.rs:10:2 Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! 10 | pca9685.set_frequency(100); Oct 13 11:03:30.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 11:03:30.798 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.798 INFO kablam! Oct 13 11:03:30.798 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.798 INFO kablam! --> src/main.rs:11:2 Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 13 11:03:30.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.798 INFO kablam! Oct 13 11:03:30.798 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.798 INFO kablam! --> src/main.rs:16:2 Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 13 11:03:30.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.798 INFO kablam! | Oct 13 11:03:30.798 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.798 INFO kablam! Oct 13 11:03:30.798 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.798 INFO kablam! --> src/main.rs:22:2 Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 13 11:03:30.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.799 INFO kablam! Oct 13 11:03:30.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.799 INFO kablam! --> src/main.rs:25:2 Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 13 11:03:30.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.799 INFO kablam! Oct 13 11:03:30.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.799 INFO kablam! --> src/main.rs:27:2 Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 13 11:03:30.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.799 INFO kablam! Oct 13 11:03:30.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.799 INFO kablam! --> src/main.rs:29:2 Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 13 11:03:30.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.799 INFO kablam! Oct 13 11:03:30.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.799 INFO kablam! --> src/main.rs:31:2 Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 13 11:03:30.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.799 INFO kablam! Oct 13 11:03:30.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.799 INFO kablam! --> src/main.rs:33:2 Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 13 11:03:30.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.799 INFO kablam! Oct 13 11:03:30.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.799 INFO kablam! --> src/main.rs:35:2 Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 13 11:03:30.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.799 INFO kablam! Oct 13 11:03:30.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:03:30.799 INFO kablam! --> src/main.rs:38:2 Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 13 11:03:30.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:03:30.799 INFO kablam! | Oct 13 11:03:30.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:03:30.799 INFO kablam! Oct 13 11:03:30.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.74s Oct 13 11:03:30.831 INFO kablam! su: No module specific data is present Oct 13 11:03:31.472 INFO running `"docker" "rm" "-f" "f6f09900ddf1aa0d21bc8dc89d0ecd642af164480061883ce70f6bf29d5f0c6b"` Oct 13 11:03:31.772 INFO blam! f6f09900ddf1aa0d21bc8dc89d0ecd642af164480061883ce70f6bf29d5f0c6b