Oct 13 10:28:36.625 INFO checking qik-rs-1.0.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 10:28:36.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:28:37.100 INFO blam! d0224159c183b42c363b17c198453106b12b72b5dbde3b451239209ba428ebe5 Oct 13 10:28:37.104 INFO running `"docker" "start" "-a" "d0224159c183b42c363b17c198453106b12b72b5dbde3b451239209ba428ebe5"` Oct 13 10:28:37.930 INFO kablam! usermod: no changes Oct 13 10:28:38.032 INFO kablam! Checking serial v0.3.4 Oct 13 10:28:39.068 INFO kablam! Checking qik-rs v1.0.0 (/source) Oct 13 10:28:40.176 INFO kablam! warning: unused import: `std::thread::sleep_ms` Oct 13 10:28:40.176 INFO kablam! --> src/lib.rs:1:5 Oct 13 10:28:40.176 INFO kablam! | Oct 13 10:28:40.176 INFO kablam! 1 | use std::thread::sleep_ms; Oct 13 10:28:40.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:28:40.176 INFO kablam! | Oct 13 10:28:40.176 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:28:40.176 INFO kablam! Oct 13 10:28:40.188 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 10:28:40.188 INFO kablam! --> src/lib.rs:1:5 Oct 13 10:28:40.188 INFO kablam! | Oct 13 10:28:40.188 INFO kablam! 1 | use std::thread::sleep_ms; Oct 13 10:28:40.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:28:40.188 INFO kablam! | Oct 13 10:28:40.188 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:28:40.188 INFO kablam! Oct 13 10:28:40.232 INFO kablam! warning: unused variable: `reset_pin` Oct 13 10:28:40.232 INFO kablam! --> src/lib.rs:122:32 Oct 13 10:28:40.232 INFO kablam! | Oct 13 10:28:40.232 INFO kablam! 122 | pub fn new(device: String, reset_pin: u8) -> Self { Oct 13 10:28:40.232 INFO kablam! | ^^^^^^^^^ help: consider using `_reset_pin` instead Oct 13 10:28:40.232 INFO kablam! | Oct 13 10:28:40.232 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 10:28:40.232 INFO kablam! Oct 13 10:28:40.240 INFO kablam! warning: variant is never constructed: `MOTOR_M0_FORWARD` Oct 13 10:28:40.240 INFO kablam! --> src/lib.rs:43:5 Oct 13 10:28:40.240 INFO kablam! | Oct 13 10:28:40.240 INFO kablam! 43 | MOTOR_M0_FORWARD, Oct 13 10:28:40.240 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:28:40.240 INFO kablam! | Oct 13 10:28:40.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 10:28:40.240 INFO kablam! Oct 13 10:28:40.240 INFO kablam! warning: variant is never constructed: `MOTOR_M0_REVERSE` Oct 13 10:28:40.240 INFO kablam! --> src/lib.rs:45:5 Oct 13 10:28:40.240 INFO kablam! | Oct 13 10:28:40.240 INFO kablam! 45 | MOTOR_M0_REVERSE, Oct 13 10:28:40.240 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:28:40.240 INFO kablam! Oct 13 10:28:40.240 INFO kablam! warning: variant is never constructed: `MOTOR_M1_FORWARD` Oct 13 10:28:40.240 INFO kablam! --> src/lib.rs:47:5 Oct 13 10:28:40.240 INFO kablam! | Oct 13 10:28:40.240 INFO kablam! 47 | MOTOR_M1_FORWARD, Oct 13 10:28:40.240 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:28:40.240 INFO kablam! Oct 13 10:28:40.240 INFO kablam! warning: variant is never constructed: `MOTOR_M1_REVERSE` Oct 13 10:28:40.240 INFO kablam! --> src/lib.rs:49:5 Oct 13 10:28:40.240 INFO kablam! | Oct 13 10:28:40.240 INFO kablam! 49 | MOTOR_M1_REVERSE, Oct 13 10:28:40.240 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:28:40.240 INFO kablam! Oct 13 10:28:40.240 INFO kablam! warning: field is never used: `device` Oct 13 10:28:40.240 INFO kablam! --> src/lib.rs:115:5 Oct 13 10:28:40.240 INFO kablam! | Oct 13 10:28:40.240 INFO kablam! 115 | device: String, Oct 13 10:28:40.240 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:28:40.240 INFO kablam! Oct 13 10:28:40.300 INFO kablam! warning: unused import: `std::thread::sleep_ms` Oct 13 10:28:40.300 INFO kablam! --> src/lib.rs:1:5 Oct 13 10:28:40.300 INFO kablam! | Oct 13 10:28:40.300 INFO kablam! 1 | use std::thread::sleep_ms; Oct 13 10:28:40.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:28:40.300 INFO kablam! | Oct 13 10:28:40.300 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:28:40.300 INFO kablam! Oct 13 10:28:40.308 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 10:28:40.308 INFO kablam! --> src/lib.rs:1:5 Oct 13 10:28:40.308 INFO kablam! | Oct 13 10:28:40.308 INFO kablam! 1 | use std::thread::sleep_ms; Oct 13 10:28:40.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:28:40.308 INFO kablam! | Oct 13 10:28:40.308 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:28:40.308 INFO kablam! Oct 13 10:28:40.360 INFO kablam! warning: unused variable: `reset_pin` Oct 13 10:28:40.360 INFO kablam! --> src/lib.rs:122:32 Oct 13 10:28:40.360 INFO kablam! | Oct 13 10:28:40.360 INFO kablam! 122 | pub fn new(device: String, reset_pin: u8) -> Self { Oct 13 10:28:40.360 INFO kablam! | ^^^^^^^^^ help: consider using `_reset_pin` instead Oct 13 10:28:40.360 INFO kablam! | Oct 13 10:28:40.360 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 10:28:40.360 INFO kablam! Oct 13 10:28:40.368 INFO kablam! warning: variant is never constructed: `MOTOR_M0_FORWARD` Oct 13 10:28:40.368 INFO kablam! --> src/lib.rs:43:5 Oct 13 10:28:40.368 INFO kablam! | Oct 13 10:28:40.368 INFO kablam! 43 | MOTOR_M0_FORWARD, Oct 13 10:28:40.368 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:28:40.368 INFO kablam! | Oct 13 10:28:40.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 10:28:40.368 INFO kablam! Oct 13 10:28:40.368 INFO kablam! warning: variant is never constructed: `MOTOR_M0_REVERSE` Oct 13 10:28:40.368 INFO kablam! --> src/lib.rs:45:5 Oct 13 10:28:40.368 INFO kablam! | Oct 13 10:28:40.368 INFO kablam! 45 | MOTOR_M0_REVERSE, Oct 13 10:28:40.368 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:28:40.368 INFO kablam! Oct 13 10:28:40.368 INFO kablam! warning: variant is never constructed: `MOTOR_M1_FORWARD` Oct 13 10:28:40.368 INFO kablam! --> src/lib.rs:47:5 Oct 13 10:28:40.368 INFO kablam! | Oct 13 10:28:40.368 INFO kablam! 47 | MOTOR_M1_FORWARD, Oct 13 10:28:40.368 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:28:40.368 INFO kablam! Oct 13 10:28:40.368 INFO kablam! warning: variant is never constructed: `MOTOR_M1_REVERSE` Oct 13 10:28:40.368 INFO kablam! --> src/lib.rs:49:5 Oct 13 10:28:40.369 INFO kablam! | Oct 13 10:28:40.369 INFO kablam! 49 | MOTOR_M1_REVERSE, Oct 13 10:28:40.369 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:28:40.369 INFO kablam! Oct 13 10:28:40.369 INFO kablam! warning: field is never used: `device` Oct 13 10:28:40.369 INFO kablam! --> src/lib.rs:115:5 Oct 13 10:28:40.369 INFO kablam! | Oct 13 10:28:40.369 INFO kablam! 115 | device: String, Oct 13 10:28:40.369 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:28:40.369 INFO kablam! Oct 13 10:28:40.389 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.42s Oct 13 10:28:40.400 INFO kablam! su: No module specific data is present Oct 13 10:28:40.836 INFO running `"docker" "rm" "-f" "d0224159c183b42c363b17c198453106b12b72b5dbde3b451239209ba428ebe5"` Oct 13 10:28:41.032 INFO blam! d0224159c183b42c363b17c198453106b12b72b5dbde3b451239209ba428ebe5