Oct 16 00:29:57.790 INFO testing pca9685-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 00:29:57.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 00:29:58.095 INFO blam! c20cffdfd2d43f930da1a6e421d1d1fe6b387cbcaec1eda1e24438e19a3b78f2 Oct 16 00:29:58.099 INFO running `"docker" "start" "-a" "c20cffdfd2d43f930da1a6e421d1d1fe6b387cbcaec1eda1e24438e19a3b78f2"` Oct 16 00:29:58.791 INFO kablam! usermod: no changes Oct 16 00:29:58.935 INFO kablam! Compiling pca9685 v0.1.0 (/source) Oct 16 00:29:59.791 INFO kablam! warning: unused variable: `frequency` Oct 16 00:29:59.791 INFO kablam! --> src/lib.rs:32:37 Oct 16 00:29:59.791 INFO kablam! | Oct 16 00:29:59.791 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 16 00:29:59.791 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 16 00:29:59.791 INFO kablam! | Oct 16 00:29:59.791 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 00:29:59.791 INFO kablam! Oct 16 00:29:59.799 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 16 00:29:59.799 INFO kablam! --> src/lib.rs:21:1 Oct 16 00:29:59.799 INFO kablam! | Oct 16 00:29:59.799 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 16 00:29:59.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:29:59.799 INFO kablam! | Oct 16 00:29:59.799 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 00:29:59.799 INFO kablam! Oct 16 00:29:59.804 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:29:59.804 INFO kablam! --> src/lib.rs:35:3 Oct 16 00:29:59.804 INFO kablam! | Oct 16 00:29:59.804 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 16 00:29:59.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:29:59.804 INFO kablam! | Oct 16 00:29:59.804 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 00:29:59.805 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:29:59.805 INFO kablam! Oct 16 00:29:59.805 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:29:59.805 INFO kablam! --> src/lib.rs:36:3 Oct 16 00:29:59.805 INFO kablam! | Oct 16 00:29:59.805 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 16 00:29:59.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:29:59.805 INFO kablam! | Oct 16 00:29:59.805 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:29:59.805 INFO kablam! Oct 16 00:29:59.805 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:29:59.805 INFO kablam! --> src/lib.rs:37:3 Oct 16 00:29:59.805 INFO kablam! | Oct 16 00:29:59.805 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 16 00:29:59.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:29:59.805 INFO kablam! | Oct 16 00:29:59.805 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:29:59.805 INFO kablam! Oct 16 00:29:59.805 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:29:59.805 INFO kablam! --> src/lib.rs:40:3 Oct 16 00:29:59.805 INFO kablam! | Oct 16 00:29:59.805 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 16 00:29:59.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:29:59.805 INFO kablam! | Oct 16 00:29:59.805 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:29:59.805 INFO kablam! Oct 16 00:30:00.721 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 16 00:30:00.721 INFO kablam! --> src/main.rs:4:17 Oct 16 00:30:00.721 INFO kablam! | Oct 16 00:30:00.721 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 16 00:30:00.721 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 16 00:30:00.721 INFO kablam! | Oct 16 00:30:00.721 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 00:30:00.721 INFO kablam! Oct 16 00:30:00.732 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.732 INFO kablam! --> src/main.rs:5:5 Oct 16 00:30:00.732 INFO kablam! | Oct 16 00:30:00.732 INFO kablam! 5 | use std::thread::sleep_ms; Oct 16 00:30:00.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.732 INFO kablam! | Oct 16 00:30:00.732 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 00:30:00.733 INFO kablam! Oct 16 00:30:00.733 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.733 INFO kablam! --> src/main.rs:17:2 Oct 16 00:30:00.733 INFO kablam! | Oct 16 00:30:00.733 INFO kablam! 17 | sleep_ms(3000); Oct 16 00:30:00.733 INFO kablam! | ^^^^^^^^ Oct 16 00:30:00.733 INFO kablam! Oct 16 00:30:00.733 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.733 INFO kablam! --> src/main.rs:23:2 Oct 16 00:30:00.733 INFO kablam! | Oct 16 00:30:00.733 INFO kablam! 23 | sleep_ms(3000); Oct 16 00:30:00.733 INFO kablam! | ^^^^^^^^ Oct 16 00:30:00.733 INFO kablam! Oct 16 00:30:00.733 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.733 INFO kablam! --> src/main.rs:26:2 Oct 16 00:30:00.733 INFO kablam! | Oct 16 00:30:00.733 INFO kablam! 26 | sleep_ms(1000); Oct 16 00:30:00.733 INFO kablam! | ^^^^^^^^ Oct 16 00:30:00.734 INFO kablam! Oct 16 00:30:00.734 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.734 INFO kablam! --> src/main.rs:28:2 Oct 16 00:30:00.734 INFO kablam! | Oct 16 00:30:00.734 INFO kablam! 28 | sleep_ms(1000); Oct 16 00:30:00.734 INFO kablam! | ^^^^^^^^ Oct 16 00:30:00.734 INFO kablam! Oct 16 00:30:00.734 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.734 INFO kablam! --> src/main.rs:30:2 Oct 16 00:30:00.734 INFO kablam! | Oct 16 00:30:00.734 INFO kablam! 30 | sleep_ms(1000); Oct 16 00:30:00.734 INFO kablam! | ^^^^^^^^ Oct 16 00:30:00.734 INFO kablam! Oct 16 00:30:00.734 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.734 INFO kablam! --> src/main.rs:32:2 Oct 16 00:30:00.734 INFO kablam! | Oct 16 00:30:00.734 INFO kablam! 32 | sleep_ms(1000); Oct 16 00:30:00.735 INFO kablam! | ^^^^^^^^ Oct 16 00:30:00.735 INFO kablam! Oct 16 00:30:00.735 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.735 INFO kablam! --> src/main.rs:34:2 Oct 16 00:30:00.735 INFO kablam! | Oct 16 00:30:00.735 INFO kablam! 34 | sleep_ms(1000); Oct 16 00:30:00.735 INFO kablam! | ^^^^^^^^ Oct 16 00:30:00.735 INFO kablam! Oct 16 00:30:00.735 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:00.735 INFO kablam! --> src/main.rs:36:2 Oct 16 00:30:00.735 INFO kablam! | Oct 16 00:30:00.735 INFO kablam! 36 | sleep_ms(3000); Oct 16 00:30:00.735 INFO kablam! | ^^^^^^^^ Oct 16 00:30:00.735 INFO kablam! Oct 16 00:30:00.755 INFO kablam! warning: unused variable: `servo_max` Oct 16 00:30:00.755 INFO kablam! --> src/main.rs:13:6 Oct 16 00:30:00.755 INFO kablam! | Oct 16 00:30:00.755 INFO kablam! 13 | let servo_max = 2000.0; Oct 16 00:30:00.755 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 16 00:30:00.755 INFO kablam! | Oct 16 00:30:00.755 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 00:30:00.755 INFO kablam! Oct 16 00:30:00.755 INFO kablam! warning: unused variable: `i` Oct 16 00:30:00.755 INFO kablam! --> src/main.rs:15:10 Oct 16 00:30:00.755 INFO kablam! | Oct 16 00:30:00.755 INFO kablam! 15 | let mut i = servo_min; Oct 16 00:30:00.755 INFO kablam! | ^ help: consider using `_i` instead Oct 16 00:30:00.755 INFO kablam! Oct 16 00:30:00.763 INFO kablam! warning: variable does not need to be mutable Oct 16 00:30:00.763 INFO kablam! --> src/main.rs:15:6 Oct 16 00:30:00.763 INFO kablam! | Oct 16 00:30:00.763 INFO kablam! 15 | let mut i = servo_min; Oct 16 00:30:00.763 INFO kablam! | ----^ Oct 16 00:30:00.763 INFO kablam! | | Oct 16 00:30:00.763 INFO kablam! | help: remove this `mut` Oct 16 00:30:00.763 INFO kablam! | Oct 16 00:30:00.763 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 00:30:00.763 INFO kablam! Oct 16 00:30:00.763 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.763 INFO kablam! --> src/main.rs:10:2 Oct 16 00:30:00.763 INFO kablam! | Oct 16 00:30:00.763 INFO kablam! 10 | pca9685.set_frequency(100); Oct 16 00:30:00.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.763 INFO kablam! | Oct 16 00:30:00.763 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 00:30:00.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.763 INFO kablam! Oct 16 00:30:00.763 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.763 INFO kablam! --> src/main.rs:11:2 Oct 16 00:30:00.764 INFO kablam! | Oct 16 00:30:00.764 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 16 00:30:00.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.764 INFO kablam! | Oct 16 00:30:00.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.764 INFO kablam! Oct 16 00:30:00.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.764 INFO kablam! --> src/main.rs:16:2 Oct 16 00:30:00.764 INFO kablam! | Oct 16 00:30:00.764 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 16 00:30:00.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.764 INFO kablam! | Oct 16 00:30:00.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.764 INFO kablam! Oct 16 00:30:00.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.764 INFO kablam! --> src/main.rs:22:2 Oct 16 00:30:00.764 INFO kablam! | Oct 16 00:30:00.764 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 16 00:30:00.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.764 INFO kablam! | Oct 16 00:30:00.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.764 INFO kablam! Oct 16 00:30:00.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.765 INFO kablam! --> src/main.rs:25:2 Oct 16 00:30:00.765 INFO kablam! | Oct 16 00:30:00.765 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 16 00:30:00.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.765 INFO kablam! | Oct 16 00:30:00.765 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.765 INFO kablam! Oct 16 00:30:00.765 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.765 INFO kablam! --> src/main.rs:27:2 Oct 16 00:30:00.765 INFO kablam! | Oct 16 00:30:00.765 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 16 00:30:00.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.765 INFO kablam! | Oct 16 00:30:00.765 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.765 INFO kablam! Oct 16 00:30:00.765 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.765 INFO kablam! --> src/main.rs:29:2 Oct 16 00:30:00.765 INFO kablam! | Oct 16 00:30:00.765 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 16 00:30:00.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.765 INFO kablam! | Oct 16 00:30:00.765 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.765 INFO kablam! Oct 16 00:30:00.766 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.766 INFO kablam! --> src/main.rs:31:2 Oct 16 00:30:00.766 INFO kablam! | Oct 16 00:30:00.766 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 16 00:30:00.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.766 INFO kablam! | Oct 16 00:30:00.766 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.766 INFO kablam! Oct 16 00:30:00.766 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.766 INFO kablam! --> src/main.rs:33:2 Oct 16 00:30:00.766 INFO kablam! | Oct 16 00:30:00.766 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 16 00:30:00.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.766 INFO kablam! | Oct 16 00:30:00.766 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.766 INFO kablam! Oct 16 00:30:00.766 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.766 INFO kablam! --> src/main.rs:35:2 Oct 16 00:30:00.766 INFO kablam! | Oct 16 00:30:00.766 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 16 00:30:00.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.766 INFO kablam! | Oct 16 00:30:00.766 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.767 INFO kablam! Oct 16 00:30:00.767 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:00.767 INFO kablam! --> src/main.rs:38:2 Oct 16 00:30:00.767 INFO kablam! | Oct 16 00:30:00.767 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 16 00:30:00.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:00.767 INFO kablam! | Oct 16 00:30:00.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:00.767 INFO kablam! Oct 16 00:30:01.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 16 00:30:01.239 INFO kablam! su: No module specific data is present Oct 16 00:30:01.899 INFO running `"docker" "rm" "-f" "c20cffdfd2d43f930da1a6e421d1d1fe6b387cbcaec1eda1e24438e19a3b78f2"` Oct 16 00:30:02.147 INFO blam! c20cffdfd2d43f930da1a6e421d1d1fe6b387cbcaec1eda1e24438e19a3b78f2 Oct 16 00:30:02.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 00:30:02.522 INFO blam! b4d28d25ac1a9cb81444ab0cbc68e607d821546f4fca851025f4b531448f01c7 Oct 16 00:30:02.524 INFO running `"docker" "start" "-a" "b4d28d25ac1a9cb81444ab0cbc68e607d821546f4fca851025f4b531448f01c7"` Oct 16 00:30:04.171 INFO kablam! usermod: no changes Oct 16 00:30:04.319 INFO kablam! Compiling pca9685 v0.1.0 (/source) Oct 16 00:30:05.740 INFO kablam! warning: unused variable: `frequency` Oct 16 00:30:05.740 INFO kablam! --> src/lib.rs:32:37 Oct 16 00:30:05.740 INFO kablam! | Oct 16 00:30:05.740 INFO kablam! 32 | pub fn new(device: LinuxI2CDevice, frequency: u16) -> Result { Oct 16 00:30:05.740 INFO kablam! | ^^^^^^^^^ help: consider using `_frequency` instead Oct 16 00:30:05.740 INFO kablam! | Oct 16 00:30:05.741 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 00:30:05.741 INFO kablam! Oct 16 00:30:05.759 INFO kablam! warning: constant item is never used: `AUTO_INCREMENT` Oct 16 00:30:05.759 INFO kablam! --> src/lib.rs:21:1 Oct 16 00:30:05.759 INFO kablam! | Oct 16 00:30:05.759 INFO kablam! 21 | const AUTO_INCREMENT: u8 = 0b1 << 5; Oct 16 00:30:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:05.759 INFO kablam! | Oct 16 00:30:05.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 00:30:05.759 INFO kablam! Oct 16 00:30:05.775 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:05.775 INFO kablam! --> src/lib.rs:35:3 Oct 16 00:30:05.775 INFO kablam! | Oct 16 00:30:05.775 INFO kablam! 35 | pca9685.set_all_duty_cycle(0); Oct 16 00:30:05.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:05.775 INFO kablam! | Oct 16 00:30:05.775 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 00:30:05.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:05.775 INFO kablam! Oct 16 00:30:05.775 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:05.776 INFO kablam! --> src/lib.rs:36:3 Oct 16 00:30:05.776 INFO kablam! | Oct 16 00:30:05.776 INFO kablam! 36 | pca9685.device.smbus_write_byte_data(MODE_2_REG, 0x04); Oct 16 00:30:05.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:05.776 INFO kablam! | Oct 16 00:30:05.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:05.776 INFO kablam! Oct 16 00:30:05.776 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:05.776 INFO kablam! --> src/lib.rs:37:3 Oct 16 00:30:05.776 INFO kablam! | Oct 16 00:30:05.776 INFO kablam! 37 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 16 00:30:05.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:05.776 INFO kablam! | Oct 16 00:30:05.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:05.776 INFO kablam! Oct 16 00:30:05.776 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:05.776 INFO kablam! --> src/lib.rs:40:3 Oct 16 00:30:05.776 INFO kablam! | Oct 16 00:30:05.776 INFO kablam! 40 | pca9685.device.smbus_write_byte_data(MODE_1_REG, mode1); Oct 16 00:30:05.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:05.776 INFO kablam! | Oct 16 00:30:05.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:05.776 INFO kablam! Oct 16 00:30:05.919 INFO kablam! warning: unused imports: `Duration`, `Instant` Oct 16 00:30:05.919 INFO kablam! --> src/main.rs:4:17 Oct 16 00:30:05.919 INFO kablam! | Oct 16 00:30:05.919 INFO kablam! 4 | use std::time::{Instant,Duration}; Oct 16 00:30:05.919 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 16 00:30:05.919 INFO kablam! | Oct 16 00:30:05.919 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 00:30:05.919 INFO kablam! Oct 16 00:30:05.944 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.944 INFO kablam! --> src/main.rs:5:5 Oct 16 00:30:05.944 INFO kablam! | Oct 16 00:30:05.944 INFO kablam! 5 | use std::thread::sleep_ms; Oct 16 00:30:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:05.944 INFO kablam! | Oct 16 00:30:05.947 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 00:30:05.947 INFO kablam! Oct 16 00:30:05.947 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.947 INFO kablam! --> src/main.rs:17:2 Oct 16 00:30:05.947 INFO kablam! | Oct 16 00:30:05.947 INFO kablam! 17 | sleep_ms(3000); Oct 16 00:30:05.947 INFO kablam! | ^^^^^^^^ Oct 16 00:30:05.947 INFO kablam! Oct 16 00:30:05.948 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.948 INFO kablam! --> src/main.rs:23:2 Oct 16 00:30:05.948 INFO kablam! | Oct 16 00:30:05.948 INFO kablam! 23 | sleep_ms(3000); Oct 16 00:30:05.948 INFO kablam! | ^^^^^^^^ Oct 16 00:30:05.948 INFO kablam! Oct 16 00:30:05.948 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.948 INFO kablam! --> src/main.rs:26:2 Oct 16 00:30:05.948 INFO kablam! | Oct 16 00:30:05.948 INFO kablam! 26 | sleep_ms(1000); Oct 16 00:30:05.948 INFO kablam! | ^^^^^^^^ Oct 16 00:30:05.948 INFO kablam! Oct 16 00:30:05.948 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.948 INFO kablam! --> src/main.rs:28:2 Oct 16 00:30:05.948 INFO kablam! | Oct 16 00:30:05.948 INFO kablam! 28 | sleep_ms(1000); Oct 16 00:30:05.948 INFO kablam! | ^^^^^^^^ Oct 16 00:30:05.948 INFO kablam! Oct 16 00:30:05.948 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.948 INFO kablam! --> src/main.rs:30:2 Oct 16 00:30:05.948 INFO kablam! | Oct 16 00:30:05.948 INFO kablam! 30 | sleep_ms(1000); Oct 16 00:30:05.948 INFO kablam! | ^^^^^^^^ Oct 16 00:30:05.948 INFO kablam! Oct 16 00:30:05.948 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.949 INFO kablam! --> src/main.rs:32:2 Oct 16 00:30:05.949 INFO kablam! | Oct 16 00:30:05.949 INFO kablam! 32 | sleep_ms(1000); Oct 16 00:30:05.949 INFO kablam! | ^^^^^^^^ Oct 16 00:30:05.949 INFO kablam! Oct 16 00:30:05.949 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.949 INFO kablam! --> src/main.rs:34:2 Oct 16 00:30:05.949 INFO kablam! | Oct 16 00:30:05.949 INFO kablam! 34 | sleep_ms(1000); Oct 16 00:30:05.949 INFO kablam! | ^^^^^^^^ Oct 16 00:30:05.949 INFO kablam! Oct 16 00:30:05.949 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 00:30:05.949 INFO kablam! --> src/main.rs:36:2 Oct 16 00:30:05.949 INFO kablam! | Oct 16 00:30:05.949 INFO kablam! 36 | sleep_ms(3000); Oct 16 00:30:05.949 INFO kablam! | ^^^^^^^^ Oct 16 00:30:05.949 INFO kablam! Oct 16 00:30:06.010 INFO kablam! warning: unused variable: `servo_max` Oct 16 00:30:06.010 INFO kablam! --> src/main.rs:13:6 Oct 16 00:30:06.010 INFO kablam! | Oct 16 00:30:06.010 INFO kablam! 13 | let servo_max = 2000.0; Oct 16 00:30:06.011 INFO kablam! | ^^^^^^^^^ help: consider using `_servo_max` instead Oct 16 00:30:06.011 INFO kablam! | Oct 16 00:30:06.011 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 00:30:06.011 INFO kablam! Oct 16 00:30:06.011 INFO kablam! warning: unused variable: `i` Oct 16 00:30:06.011 INFO kablam! --> src/main.rs:15:10 Oct 16 00:30:06.012 INFO kablam! | Oct 16 00:30:06.012 INFO kablam! 15 | let mut i = servo_min; Oct 16 00:30:06.012 INFO kablam! | ^ help: consider using `_i` instead Oct 16 00:30:06.012 INFO kablam! Oct 16 00:30:06.014 INFO kablam! warning: variable does not need to be mutable Oct 16 00:30:06.014 INFO kablam! --> src/main.rs:15:6 Oct 16 00:30:06.014 INFO kablam! | Oct 16 00:30:06.014 INFO kablam! 15 | let mut i = servo_min; Oct 16 00:30:06.014 INFO kablam! | ----^ Oct 16 00:30:06.014 INFO kablam! | | Oct 16 00:30:06.015 INFO kablam! | help: remove this `mut` Oct 16 00:30:06.015 INFO kablam! | Oct 16 00:30:06.015 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 00:30:06.015 INFO kablam! Oct 16 00:30:06.016 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.016 INFO kablam! --> src/main.rs:10:2 Oct 16 00:30:06.016 INFO kablam! | Oct 16 00:30:06.016 INFO kablam! 10 | pca9685.set_frequency(100); Oct 16 00:30:06.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.016 INFO kablam! | Oct 16 00:30:06.016 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 00:30:06.016 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.016 INFO kablam! Oct 16 00:30:06.016 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.016 INFO kablam! --> src/main.rs:11:2 Oct 16 00:30:06.016 INFO kablam! | Oct 16 00:30:06.016 INFO kablam! 11 | pca9685.set_all_duty_cycle(0); Oct 16 00:30:06.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.016 INFO kablam! | Oct 16 00:30:06.016 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.016 INFO kablam! Oct 16 00:30:06.016 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.016 INFO kablam! --> src/main.rs:16:2 Oct 16 00:30:06.016 INFO kablam! | Oct 16 00:30:06.016 INFO kablam! 16 | pca9685.set_all_duty_cycle(0); Oct 16 00:30:06.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.016 INFO kablam! | Oct 16 00:30:06.017 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.017 INFO kablam! Oct 16 00:30:06.017 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.017 INFO kablam! --> src/main.rs:22:2 Oct 16 00:30:06.017 INFO kablam! | Oct 16 00:30:06.017 INFO kablam! 22 | pca9685.set_pulse_length(0, servo_min); Oct 16 00:30:06.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.017 INFO kablam! | Oct 16 00:30:06.017 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.017 INFO kablam! Oct 16 00:30:06.023 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.023 INFO kablam! --> src/main.rs:25:2 Oct 16 00:30:06.023 INFO kablam! | Oct 16 00:30:06.023 INFO kablam! 25 | pca9685.set_pulse_length(0, 1250.0); Oct 16 00:30:06.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.023 INFO kablam! | Oct 16 00:30:06.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.023 INFO kablam! Oct 16 00:30:06.023 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.023 INFO kablam! --> src/main.rs:27:2 Oct 16 00:30:06.023 INFO kablam! | Oct 16 00:30:06.023 INFO kablam! 27 | pca9685.set_pulse_length(0, 1200.0); Oct 16 00:30:06.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.023 INFO kablam! | Oct 16 00:30:06.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.024 INFO kablam! Oct 16 00:30:06.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.024 INFO kablam! --> src/main.rs:29:2 Oct 16 00:30:06.024 INFO kablam! | Oct 16 00:30:06.024 INFO kablam! 29 | pca9685.set_pulse_length(0, 1150.0); Oct 16 00:30:06.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.024 INFO kablam! | Oct 16 00:30:06.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.024 INFO kablam! Oct 16 00:30:06.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.024 INFO kablam! --> src/main.rs:31:2 Oct 16 00:30:06.024 INFO kablam! | Oct 16 00:30:06.024 INFO kablam! 31 | pca9685.set_pulse_length(0, 1100.0); Oct 16 00:30:06.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.024 INFO kablam! | Oct 16 00:30:06.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.024 INFO kablam! Oct 16 00:30:06.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.024 INFO kablam! --> src/main.rs:33:2 Oct 16 00:30:06.024 INFO kablam! | Oct 16 00:30:06.024 INFO kablam! 33 | pca9685.set_pulse_length(0, 1050.0); Oct 16 00:30:06.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.024 INFO kablam! | Oct 16 00:30:06.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.025 INFO kablam! Oct 16 00:30:06.025 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.025 INFO kablam! --> src/main.rs:35:2 Oct 16 00:30:06.025 INFO kablam! | Oct 16 00:30:06.025 INFO kablam! 35 | pca9685.set_pulse_length(0, 1250.0); Oct 16 00:30:06.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.025 INFO kablam! | Oct 16 00:30:06.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.025 INFO kablam! Oct 16 00:30:06.025 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:30:06.025 INFO kablam! --> src/main.rs:38:2 Oct 16 00:30:06.025 INFO kablam! | Oct 16 00:30:06.025 INFO kablam! 38 | pca9685.set_all_duty_cycle(0); Oct 16 00:30:06.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:30:06.025 INFO kablam! | Oct 16 00:30:06.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:30:06.025 INFO kablam! Oct 16 00:30:06.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 16 00:30:06.523 INFO kablam! su: No module specific data is present Oct 16 00:30:07.107 INFO running `"docker" "rm" "-f" "b4d28d25ac1a9cb81444ab0cbc68e607d821546f4fca851025f4b531448f01c7"` Oct 16 00:30:07.344 INFO blam! b4d28d25ac1a9cb81444ab0cbc68e607d821546f4fca851025f4b531448f01c7 Oct 16 00:30:07.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 16 00:30:07.704 INFO blam! b921d7193207d4ad283afba2791f70b16791a9e36c9a9e2ff73849ea61cff910 Oct 16 00:30:07.706 INFO running `"docker" "start" "-a" "b921d7193207d4ad283afba2791f70b16791a9e36c9a9e2ff73849ea61cff910"` Oct 16 00:30:08.734 INFO kablam! usermod: no changes Oct 16 00:30:08.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 16 00:30:08.863 INFO kablam! Running /target/debug/deps/pca9685-89386888c60b1fac Oct 16 00:30:08.865 INFO blam! Oct 16 00:30:08.865 INFO blam! running 0 tests Oct 16 00:30:08.865 INFO blam! Oct 16 00:30:08.865 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:30:08.865 INFO blam! Oct 16 00:30:08.868 INFO kablam! Running /target/debug/deps/pca9685bin-1dbc58663f93d098 Oct 16 00:30:08.877 INFO blam! Oct 16 00:30:08.877 INFO blam! running 0 tests Oct 16 00:30:08.877 INFO blam! Oct 16 00:30:08.877 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:30:08.877 INFO blam! Oct 16 00:30:08.883 INFO kablam! Doc-tests pca9685 Oct 16 00:30:10.526 INFO blam! Oct 16 00:30:10.526 INFO blam! running 0 tests Oct 16 00:30:10.526 INFO blam! Oct 16 00:30:10.526 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:30:10.526 INFO blam! Oct 16 00:30:10.528 INFO kablam! su: No module specific data is present Oct 16 00:30:11.115 INFO running `"docker" "rm" "-f" "b921d7193207d4ad283afba2791f70b16791a9e36c9a9e2ff73849ea61cff910"` Oct 16 00:30:11.301 INFO blam! b921d7193207d4ad283afba2791f70b16791a9e36c9a9e2ff73849ea61cff910