Oct 11 15:18:07.407 INFO testing pca9685-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:18:07.407 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:18:07.407 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:18:07.574 INFO blam! 1fef3981f0e1e59a0beb8ceb4953434b819f04a008f22b93a9dba8790bf0913f Oct 11 15:18:07.577 INFO running `"docker" "start" "-a" "1fef3981f0e1e59a0beb8ceb4953434b819f04a008f22b93a9dba8790bf0913f"` Oct 11 15:18:08.052 INFO kablam! usermod: no changes Oct 11 15:18:08.198 INFO kablam! Compiling pca9685 v0.1.0 (/source) Oct 11 15:18:09.660 INFO kablam! warning: unused variable: `frequency` Oct 11 15:18:09.660 INFO kablam! --> src/lib.rs:32:37 Oct 11 15:18:09.660 INFO kablam! | Oct 11 15:18:09.660 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 11 15:18:09.660 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 11 15:18:09.660 INFO kablam! | Oct 11 15:18:09.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 15:18:09.660 INFO kablam! Oct 11 15:18:09.660 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 11 15:18:09.660 INFO kablam! --> src/lib.rs:21:1 Oct 11 15:18:09.660 INFO kablam! | Oct 11 15:18:09.660 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 11 15:18:09.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:09.660 INFO kablam! | Oct 11 15:18:09.660 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 15:18:09.660 INFO kablam! Oct 11 15:18:09.677 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:09.678 INFO kablam! --> src/lib.rs:35:3 Oct 11 15:18:09.678 INFO kablam! | Oct 11 15:18:09.678 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 11 15:18:09.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:09.678 INFO kablam! | Oct 11 15:18:09.678 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 15:18:09.678 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:09.678 INFO kablam! Oct 11 15:18:09.678 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:09.678 INFO kablam! --> src/lib.rs:36:3 Oct 11 15:18:09.678 INFO kablam! | Oct 11 15:18:09.678 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 11 15:18:09.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:09.678 INFO kablam! | Oct 11 15:18:09.678 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:09.678 INFO kablam! Oct 11 15:18:09.678 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:09.679 INFO kablam! --> src/lib.rs:37:3 Oct 11 15:18:09.679 INFO kablam! | Oct 11 15:18:09.679 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 11 15:18:09.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:09.679 INFO kablam! | Oct 11 15:18:09.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:09.679 INFO kablam! Oct 11 15:18:09.679 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:09.679 INFO kablam! --> src/lib.rs:40:3 Oct 11 15:18:09.679 INFO kablam! | Oct 11 15:18:09.679 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 11 15:18:09.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:09.679 INFO kablam! | Oct 11 15:18:09.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:09.679 INFO kablam! Oct 11 15:18:10.944 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 11 15:18:10.944 INFO kablam! --> src/main.rs:4:17 Oct 11 15:18:10.944 INFO kablam! | Oct 11 15:18:10.944 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 11 15:18:10.944 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 11 15:18:10.944 INFO kablam! | Oct 11 15:18:10.944 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 15:18:10.944 INFO kablam! Oct 11 15:18:10.960 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.960 INFO kablam! --> src/main.rs:5:5 Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! 5 | use std::thread::sleep_ms; Oct 11 15:18:10.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 15:18:10.960 INFO kablam! Oct 11 15:18:10.960 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.960 INFO kablam! --> src/main.rs:17:2 Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! 17 | sleep_ms(3000); Oct 11 15:18:10.960 INFO kablam! | ^^^^^^^^ Oct 11 15:18:10.960 INFO kablam! Oct 11 15:18:10.960 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.960 INFO kablam! --> src/main.rs:23:2 Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! 23 | sleep_ms(3000); Oct 11 15:18:10.960 INFO kablam! | ^^^^^^^^ Oct 11 15:18:10.960 INFO kablam! Oct 11 15:18:10.960 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.960 INFO kablam! --> src/main.rs:26:2 Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! 26 | sleep_ms(1000); Oct 11 15:18:10.960 INFO kablam! | ^^^^^^^^ Oct 11 15:18:10.960 INFO kablam! Oct 11 15:18:10.960 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.960 INFO kablam! --> src/main.rs:28:2 Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! 28 | sleep_ms(1000); Oct 11 15:18:10.960 INFO kablam! | ^^^^^^^^ Oct 11 15:18:10.960 INFO kablam! Oct 11 15:18:10.960 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.960 INFO kablam! --> src/main.rs:30:2 Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! 30 | sleep_ms(1000); Oct 11 15:18:10.960 INFO kablam! | ^^^^^^^^ Oct 11 15:18:10.960 INFO kablam! Oct 11 15:18:10.960 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.960 INFO kablam! --> src/main.rs:32:2 Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! 32 | sleep_ms(1000); Oct 11 15:18:10.960 INFO kablam! | ^^^^^^^^ Oct 11 15:18:10.960 INFO kablam! Oct 11 15:18:10.960 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.960 INFO kablam! --> src/main.rs:34:2 Oct 11 15:18:10.960 INFO kablam! | Oct 11 15:18:10.960 INFO kablam! 34 | sleep_ms(1000); Oct 11 15:18:10.961 INFO kablam! | ^^^^^^^^ Oct 11 15:18:10.961 INFO kablam! Oct 11 15:18:10.961 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:10.961 INFO kablam! --> src/main.rs:36:2 Oct 11 15:18:10.961 INFO kablam! | Oct 11 15:18:10.961 INFO kablam! 36 | sleep_ms(3000); Oct 11 15:18:10.961 INFO kablam! | ^^^^^^^^ Oct 11 15:18:10.961 INFO kablam! Oct 11 15:18:10.980 INFO kablam! warning: unused variable: `servo_max` Oct 11 15:18:10.980 INFO kablam! --> src/main.rs:13:6 Oct 11 15:18:10.980 INFO kablam! | Oct 11 15:18:10.980 INFO kablam! 13 | let servo_max = 2000.0; Oct 11 15:18:10.980 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 11 15:18:10.980 INFO kablam! | Oct 11 15:18:10.980 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 15:18:10.980 INFO kablam! Oct 11 15:18:10.980 INFO kablam! warning: unused variable: `i` Oct 11 15:18:10.980 INFO kablam! --> src/main.rs:15:10 Oct 11 15:18:10.980 INFO kablam! | Oct 11 15:18:10.980 INFO kablam! 15 | let mut i = servo_min; Oct 11 15:18:10.980 INFO kablam! | ^ help: consider using `_i` instead Oct 11 15:18:10.980 INFO kablam! Oct 11 15:18:10.984 INFO kablam! warning: variable does not need to be mutable Oct 11 15:18:10.984 INFO kablam! --> src/main.rs:15:6 Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! 15 | let mut i = servo_min; Oct 11 15:18:10.984 INFO kablam! | ----^ Oct 11 15:18:10.984 INFO kablam! | | Oct 11 15:18:10.984 INFO kablam! | help: remove this `mut` Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 15:18:10.984 INFO kablam! Oct 11 15:18:10.984 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.984 INFO kablam! --> src/main.rs:10:2 Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! 10 | pca9685.set_frequency(100); Oct 11 15:18:10.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 15:18:10.984 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.984 INFO kablam! Oct 11 15:18:10.984 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.984 INFO kablam! --> src/main.rs:11:2 Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 11 15:18:10.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.984 INFO kablam! Oct 11 15:18:10.984 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.984 INFO kablam! --> src/main.rs:16:2 Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 11 15:18:10.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.984 INFO kablam! Oct 11 15:18:10.984 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.984 INFO kablam! --> src/main.rs:22:2 Oct 11 15:18:10.984 INFO kablam! | Oct 11 15:18:10.984 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 11 15:18:10.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.985 INFO kablam! Oct 11 15:18:10.985 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.985 INFO kablam! --> src/main.rs:25:2 Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 11 15:18:10.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.985 INFO kablam! Oct 11 15:18:10.985 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.985 INFO kablam! --> src/main.rs:27:2 Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 11 15:18:10.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.985 INFO kablam! Oct 11 15:18:10.985 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.985 INFO kablam! --> src/main.rs:29:2 Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 11 15:18:10.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.985 INFO kablam! Oct 11 15:18:10.985 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.985 INFO kablam! --> src/main.rs:31:2 Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 11 15:18:10.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.985 INFO kablam! Oct 11 15:18:10.985 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.985 INFO kablam! --> src/main.rs:33:2 Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 11 15:18:10.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.985 INFO kablam! Oct 11 15:18:10.985 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.985 INFO kablam! --> src/main.rs:35:2 Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 11 15:18:10.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.985 INFO kablam! Oct 11 15:18:10.985 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:10.985 INFO kablam! --> src/main.rs:38:2 Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 11 15:18:10.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:10.985 INFO kablam! | Oct 11 15:18:10.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:10.985 INFO kablam! Oct 11 15:18:11.318 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.25s Oct 11 15:18:11.327 INFO kablam! su: No module specific data is present Oct 11 15:18:11.566 INFO running `"docker" "rm" "-f" "1fef3981f0e1e59a0beb8ceb4953434b819f04a008f22b93a9dba8790bf0913f"` Oct 11 15:18:11.684 INFO blam! 1fef3981f0e1e59a0beb8ceb4953434b819f04a008f22b93a9dba8790bf0913f Oct 11 15:18:11.685 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:18:11.686 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:18:11.948 INFO blam! 95e2007d67e82dbb98b5d8cb714bde5ab885f9b452ec8faf6a5452a5bb8a00fa Oct 11 15:18:11.952 INFO running `"docker" "start" "-a" "95e2007d67e82dbb98b5d8cb714bde5ab885f9b452ec8faf6a5452a5bb8a00fa"` Oct 11 15:18:13.260 INFO kablam! usermod: no changes Oct 11 15:18:13.368 INFO kablam! Compiling pca9685 v0.1.0 (/source) Oct 11 15:18:15.019 INFO kablam! warning: unused variable: `frequency` Oct 11 15:18:15.019 INFO kablam! --> src/lib.rs:32:37 Oct 11 15:18:15.019 INFO kablam! | Oct 11 15:18:15.019 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 11 15:18:15.019 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 11 15:18:15.019 INFO kablam! | Oct 11 15:18:15.019 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 15:18:15.019 INFO kablam! Oct 11 15:18:15.020 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 11 15:18:15.020 INFO kablam! --> src/lib.rs:21:1 Oct 11 15:18:15.020 INFO kablam! | Oct 11 15:18:15.020 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 11 15:18:15.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.020 INFO kablam! | Oct 11 15:18:15.020 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 15:18:15.020 INFO kablam! Oct 11 15:18:15.041 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.041 INFO kablam! --> src/lib.rs:35:3 Oct 11 15:18:15.041 INFO kablam! | Oct 11 15:18:15.041 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 11 15:18:15.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.041 INFO kablam! | Oct 11 15:18:15.041 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 15:18:15.041 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.041 INFO kablam! Oct 11 15:18:15.041 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.041 INFO kablam! --> src/lib.rs:36:3 Oct 11 15:18:15.041 INFO kablam! | Oct 11 15:18:15.041 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 11 15:18:15.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.041 INFO kablam! | Oct 11 15:18:15.041 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.041 INFO kablam! Oct 11 15:18:15.041 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.041 INFO kablam! --> src/lib.rs:37:3 Oct 11 15:18:15.041 INFO kablam! | Oct 11 15:18:15.041 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 11 15:18:15.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.041 INFO kablam! | Oct 11 15:18:15.041 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.041 INFO kablam! Oct 11 15:18:15.041 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.041 INFO kablam! --> src/lib.rs:40:3 Oct 11 15:18:15.041 INFO kablam! | Oct 11 15:18:15.041 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 11 15:18:15.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.041 INFO kablam! | Oct 11 15:18:15.041 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.041 INFO kablam! Oct 11 15:18:15.082 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 11 15:18:15.082 INFO kablam! --> src/main.rs:4:17 Oct 11 15:18:15.082 INFO kablam! | Oct 11 15:18:15.082 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 11 15:18:15.082 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 11 15:18:15.082 INFO kablam! | Oct 11 15:18:15.082 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 15:18:15.082 INFO kablam! Oct 11 15:18:15.088 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.088 INFO kablam! --> src/main.rs:5:5 Oct 11 15:18:15.088 INFO kablam! | Oct 11 15:18:15.088 INFO kablam! 5 | use std::thread::sleep_ms; Oct 11 15:18:15.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.088 INFO kablam! | Oct 11 15:18:15.088 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.089 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.089 INFO kablam! --> src/main.rs:17:2 Oct 11 15:18:15.089 INFO kablam! | Oct 11 15:18:15.089 INFO kablam! 17 | sleep_ms(3000); Oct 11 15:18:15.089 INFO kablam! | ^^^^^^^^ Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.089 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.089 INFO kablam! --> src/main.rs:23:2 Oct 11 15:18:15.089 INFO kablam! | Oct 11 15:18:15.089 INFO kablam! 23 | sleep_ms(3000); Oct 11 15:18:15.089 INFO kablam! | ^^^^^^^^ Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.089 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.089 INFO kablam! --> src/main.rs:26:2 Oct 11 15:18:15.089 INFO kablam! | Oct 11 15:18:15.089 INFO kablam! 26 | sleep_ms(1000); Oct 11 15:18:15.089 INFO kablam! | ^^^^^^^^ Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.089 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.089 INFO kablam! --> src/main.rs:28:2 Oct 11 15:18:15.089 INFO kablam! | Oct 11 15:18:15.089 INFO kablam! 28 | sleep_ms(1000); Oct 11 15:18:15.089 INFO kablam! | ^^^^^^^^ Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.089 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.089 INFO kablam! --> src/main.rs:30:2 Oct 11 15:18:15.089 INFO kablam! | Oct 11 15:18:15.089 INFO kablam! 30 | sleep_ms(1000); Oct 11 15:18:15.089 INFO kablam! | ^^^^^^^^ Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.089 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.089 INFO kablam! --> src/main.rs:32:2 Oct 11 15:18:15.089 INFO kablam! | Oct 11 15:18:15.089 INFO kablam! 32 | sleep_ms(1000); Oct 11 15:18:15.089 INFO kablam! | ^^^^^^^^ Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.089 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.089 INFO kablam! --> src/main.rs:34:2 Oct 11 15:18:15.089 INFO kablam! | Oct 11 15:18:15.089 INFO kablam! 34 | sleep_ms(1000); Oct 11 15:18:15.089 INFO kablam! | ^^^^^^^^ Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.089 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 15:18:15.089 INFO kablam! --> src/main.rs:36:2 Oct 11 15:18:15.089 INFO kablam! | Oct 11 15:18:15.089 INFO kablam! 36 | sleep_ms(3000); Oct 11 15:18:15.089 INFO kablam! | ^^^^^^^^ Oct 11 15:18:15.089 INFO kablam! Oct 11 15:18:15.115 INFO kablam! warning: unused variable: `servo_max` Oct 11 15:18:15.115 INFO kablam! --> src/main.rs:13:6 Oct 11 15:18:15.115 INFO kablam! | Oct 11 15:18:15.115 INFO kablam! 13 | let servo_max = 2000.0; Oct 11 15:18:15.115 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 11 15:18:15.122 INFO kablam! | Oct 11 15:18:15.123 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 15:18:15.123 INFO kablam! Oct 11 15:18:15.123 INFO kablam! warning: unused variable: `i` Oct 11 15:18:15.123 INFO kablam! --> src/main.rs:15:10 Oct 11 15:18:15.123 INFO kablam! | Oct 11 15:18:15.123 INFO kablam! 15 | let mut i = servo_min; Oct 11 15:18:15.123 INFO kablam! | ^ help: consider using `_i` instead Oct 11 15:18:15.123 INFO kablam! Oct 11 15:18:15.124 INFO kablam! warning: variable does not need to be mutable Oct 11 15:18:15.124 INFO kablam! --> src/main.rs:15:6 Oct 11 15:18:15.124 INFO kablam! | Oct 11 15:18:15.125 INFO kablam! 15 | let mut i = servo_min; Oct 11 15:18:15.125 INFO kablam! | ----^ Oct 11 15:18:15.125 INFO kablam! | | Oct 11 15:18:15.125 INFO kablam! | help: remove this `mut` Oct 11 15:18:15.125 INFO kablam! | Oct 11 15:18:15.125 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 15:18:15.125 INFO kablam! Oct 11 15:18:15.125 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.125 INFO kablam! --> src/main.rs:10:2 Oct 11 15:18:15.125 INFO kablam! | Oct 11 15:18:15.125 INFO kablam! 10 | pca9685.set_frequency(100); Oct 11 15:18:15.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.125 INFO kablam! | Oct 11 15:18:15.125 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 15:18:15.125 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.125 INFO kablam! Oct 11 15:18:15.125 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.125 INFO kablam! --> src/main.rs:11:2 Oct 11 15:18:15.125 INFO kablam! | Oct 11 15:18:15.125 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 11 15:18:15.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.125 INFO kablam! | Oct 11 15:18:15.125 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.126 INFO kablam! Oct 11 15:18:15.126 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.126 INFO kablam! --> src/main.rs:16:2 Oct 11 15:18:15.126 INFO kablam! | Oct 11 15:18:15.126 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 11 15:18:15.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.126 INFO kablam! | Oct 11 15:18:15.126 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.126 INFO kablam! Oct 11 15:18:15.126 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.126 INFO kablam! --> src/main.rs:22:2 Oct 11 15:18:15.126 INFO kablam! | Oct 11 15:18:15.126 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 11 15:18:15.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.126 INFO kablam! | Oct 11 15:18:15.137 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.137 INFO kablam! Oct 11 15:18:15.137 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.137 INFO kablam! --> src/main.rs:25:2 Oct 11 15:18:15.137 INFO kablam! | Oct 11 15:18:15.137 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 11 15:18:15.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.137 INFO kablam! | Oct 11 15:18:15.137 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.137 INFO kablam! Oct 11 15:18:15.137 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.137 INFO kablam! --> src/main.rs:27:2 Oct 11 15:18:15.137 INFO kablam! | Oct 11 15:18:15.137 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 11 15:18:15.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.137 INFO kablam! | Oct 11 15:18:15.137 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.137 INFO kablam! Oct 11 15:18:15.137 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.137 INFO kablam! --> src/main.rs:29:2 Oct 11 15:18:15.137 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 11 15:18:15.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.138 INFO kablam! Oct 11 15:18:15.138 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.138 INFO kablam! --> src/main.rs:31:2 Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 11 15:18:15.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.138 INFO kablam! Oct 11 15:18:15.138 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.138 INFO kablam! --> src/main.rs:33:2 Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 11 15:18:15.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.138 INFO kablam! Oct 11 15:18:15.138 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.138 INFO kablam! --> src/main.rs:35:2 Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 11 15:18:15.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.138 INFO kablam! Oct 11 15:18:15.138 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:18:15.138 INFO kablam! --> src/main.rs:38:2 Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 11 15:18:15.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:18:15.138 INFO kablam! | Oct 11 15:18:15.138 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:18:15.138 INFO kablam! Oct 11 15:18:15.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 11 15:18:15.620 INFO kablam! su: No module specific data is present Oct 11 15:18:16.024 INFO running `"docker" "rm" "-f" "95e2007d67e82dbb98b5d8cb714bde5ab885f9b452ec8faf6a5452a5bb8a00fa"` Oct 11 15:18:16.101 INFO blam! 95e2007d67e82dbb98b5d8cb714bde5ab885f9b452ec8faf6a5452a5bb8a00fa Oct 11 15:18:16.103 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:18:16.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:18:16.314 INFO blam! ae2317a65431ed9c7f9cee5d73c5c128d54fd952ccf3bae40092db3adbf61e13 Oct 11 15:18:16.315 INFO running `"docker" "start" "-a" "ae2317a65431ed9c7f9cee5d73c5c128d54fd952ccf3bae40092db3adbf61e13"` Oct 11 15:18:16.751 INFO kablam! usermod: no changes Oct 11 15:18:16.809 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 15:18:16.811 INFO kablam! Running /target/debug/deps/pca9685-405df6ac01d6d155 Oct 11 15:18:16.817 INFO blam! Oct 11 15:18:16.817 INFO blam! running 0 tests Oct 11 15:18:16.817 INFO blam! Oct 11 15:18:16.817 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:18:16.817 INFO blam! Oct 11 15:18:16.818 INFO kablam! Running /target/debug/deps/pca9685bin-b76e78fde913f447 Oct 11 15:18:16.828 INFO kablam! Doc-tests pca9685 Oct 11 15:18:16.828 INFO blam! Oct 11 15:18:16.828 INFO blam! running 0 tests Oct 11 15:18:16.828 INFO blam! Oct 11 15:18:16.828 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:18:16.828 INFO blam! Oct 11 15:18:19.377 INFO blam! Oct 11 15:18:19.377 INFO blam! running 0 tests Oct 11 15:18:19.377 INFO blam! Oct 11 15:18:19.377 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:18:19.377 INFO blam! Oct 11 15:18:19.384 INFO kablam! su: No module specific data is present Oct 11 15:18:19.946 INFO running `"docker" "rm" "-f" "ae2317a65431ed9c7f9cee5d73c5c128d54fd952ccf3bae40092db3adbf61e13"` Oct 11 15:18:20.113 INFO blam! ae2317a65431ed9c7f9cee5d73c5c128d54fd952ccf3bae40092db3adbf61e13