Oct 15 23:07:23.071 INFO testing qik-rs-1.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 23:07:23.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 23:07:23.612 INFO blam! 302445c9dcf1aebb6d96f287859a33b5acb3806582cdccbd04eeb5a789514b4c Oct 15 23:07:23.615 INFO running `"docker" "start" "-a" "302445c9dcf1aebb6d96f287859a33b5acb3806582cdccbd04eeb5a789514b4c"` Oct 15 23:07:25.043 INFO kablam! usermod: no changes Oct 15 23:07:25.099 INFO kablam! Compiling ioctl-rs v0.1.6 Oct 15 23:07:25.783 INFO kablam! Compiling serial v0.3.4 Oct 15 23:07:26.864 INFO kablam! Compiling qik-rs v1.0.0 (/source) Oct 15 23:07:27.571 INFO kablam! warning: unused import: `std::thread::sleep_ms` Oct 15 23:07:27.571 INFO kablam! --> src/lib.rs:1:5 Oct 15 23:07:27.571 INFO kablam! | Oct 15 23:07:27.571 INFO kablam! 1 | use std::thread::sleep_ms; Oct 15 23:07:27.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:07:27.571 INFO kablam! | Oct 15 23:07:27.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 23:07:27.571 INFO kablam! Oct 15 23:07:27.571 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 15 23:07:27.571 INFO kablam! --> src/lib.rs:1:5 Oct 15 23:07:27.571 INFO kablam! | Oct 15 23:07:27.571 INFO kablam! 1 | use std::thread::sleep_ms; Oct 15 23:07:27.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:07:27.571 INFO kablam! | Oct 15 23:07:27.571 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 23:07:27.571 INFO kablam! Oct 15 23:07:27.615 INFO kablam! warning: unused variable: `reset_pin` Oct 15 23:07:27.615 INFO kablam! --> src/lib.rs:122:32 Oct 15 23:07:27.616 INFO kablam! | Oct 15 23:07:27.616 INFO kablam! 122 | pub fn new(device: String, reset_pin: u8) -> Self { Oct 15 23:07:27.616 INFO kablam! | ^^^^^^^^^ help: consider using `_reset_pin` instead Oct 15 23:07:27.616 INFO kablam! | Oct 15 23:07:27.623 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 23:07:27.623 INFO kablam! Oct 15 23:07:27.626 INFO kablam! warning: variant is never constructed: `MOTOR_M0_FORWARD` Oct 15 23:07:27.627 INFO kablam! --> src/lib.rs:43:5 Oct 15 23:07:27.627 INFO kablam! | Oct 15 23:07:27.627 INFO kablam! 43 | MOTOR_M0_FORWARD, Oct 15 23:07:27.627 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 23:07:27.627 INFO kablam! | Oct 15 23:07:27.628 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:07:27.628 INFO kablam! Oct 15 23:07:27.628 INFO kablam! warning: variant is never constructed: `MOTOR_M0_REVERSE` Oct 15 23:07:27.628 INFO kablam! --> src/lib.rs:45:5 Oct 15 23:07:27.628 INFO kablam! | Oct 15 23:07:27.628 INFO kablam! 45 | MOTOR_M0_REVERSE, Oct 15 23:07:27.628 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 23:07:27.628 INFO kablam! Oct 15 23:07:27.629 INFO kablam! warning: variant is never constructed: `MOTOR_M1_FORWARD` Oct 15 23:07:27.629 INFO kablam! --> src/lib.rs:47:5 Oct 15 23:07:27.629 INFO kablam! | Oct 15 23:07:27.629 INFO kablam! 47 | MOTOR_M1_FORWARD, Oct 15 23:07:27.629 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 23:07:27.629 INFO kablam! Oct 15 23:07:27.629 INFO kablam! warning: variant is never constructed: `MOTOR_M1_REVERSE` Oct 15 23:07:27.629 INFO kablam! --> src/lib.rs:49:5 Oct 15 23:07:27.629 INFO kablam! | Oct 15 23:07:27.629 INFO kablam! 49 | MOTOR_M1_REVERSE, Oct 15 23:07:27.629 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 23:07:27.629 INFO kablam! Oct 15 23:07:27.635 INFO kablam! warning: field is never used: `device` Oct 15 23:07:27.635 INFO kablam! --> src/lib.rs:115:5 Oct 15 23:07:27.635 INFO kablam! | Oct 15 23:07:27.635 INFO kablam! 115 | device: String, Oct 15 23:07:27.635 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 23:07:27.635 INFO kablam! Oct 15 23:07:27.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.80s Oct 15 23:07:27.887 INFO kablam! su: No module specific data is present Oct 15 23:07:28.911 INFO running `"docker" "rm" "-f" "302445c9dcf1aebb6d96f287859a33b5acb3806582cdccbd04eeb5a789514b4c"` Oct 15 23:07:29.179 INFO blam! 302445c9dcf1aebb6d96f287859a33b5acb3806582cdccbd04eeb5a789514b4c Oct 15 23:07:29.192 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 23:07:29.634 INFO blam! 0d9ea963e3e3710839a2a8136f101d4eda2e27d167995fc98476603c1ec4258c Oct 15 23:07:29.636 INFO running `"docker" "start" "-a" "0d9ea963e3e3710839a2a8136f101d4eda2e27d167995fc98476603c1ec4258c"` Oct 15 23:07:30.831 INFO kablam! usermod: no changes Oct 15 23:07:30.917 INFO kablam! Compiling qik-rs v1.0.0 (/source) Oct 15 23:07:31.688 INFO kablam! warning: unused import: `std::thread::sleep_ms` Oct 15 23:07:31.688 INFO kablam! --> src/lib.rs:1:5 Oct 15 23:07:31.688 INFO kablam! | Oct 15 23:07:31.688 INFO kablam! 1 | use std::thread::sleep_ms; Oct 15 23:07:31.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:07:31.688 INFO kablam! | Oct 15 23:07:31.688 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 23:07:31.688 INFO kablam! Oct 15 23:07:31.703 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 15 23:07:31.703 INFO kablam! --> src/lib.rs:1:5 Oct 15 23:07:31.703 INFO kablam! | Oct 15 23:07:31.703 INFO kablam! 1 | use std::thread::sleep_ms; Oct 15 23:07:31.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:07:31.703 INFO kablam! | Oct 15 23:07:31.703 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 23:07:31.703 INFO kablam! Oct 15 23:07:31.749 INFO kablam! warning: unused variable: `reset_pin` Oct 15 23:07:31.749 INFO kablam! --> src/lib.rs:122:32 Oct 15 23:07:31.749 INFO kablam! | Oct 15 23:07:31.749 INFO kablam! 122 | pub fn new(device: String, reset_pin: u8) -> Self { Oct 15 23:07:31.749 INFO kablam! | ^^^^^^^^^ help: consider using `_reset_pin` instead Oct 15 23:07:31.749 INFO kablam! | Oct 15 23:07:31.749 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 23:07:31.749 INFO kablam! Oct 15 23:07:31.757 INFO kablam! warning: variant is never constructed: `MOTOR_M0_FORWARD` Oct 15 23:07:31.758 INFO kablam! --> src/lib.rs:43:5 Oct 15 23:07:31.758 INFO kablam! | Oct 15 23:07:31.758 INFO kablam! 43 | MOTOR_M0_FORWARD, Oct 15 23:07:31.759 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 23:07:31.759 INFO kablam! | Oct 15 23:07:31.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:07:31.760 INFO kablam! Oct 15 23:07:31.760 INFO kablam! warning: variant is never constructed: `MOTOR_M0_REVERSE` Oct 15 23:07:31.760 INFO kablam! --> src/lib.rs:45:5 Oct 15 23:07:31.760 INFO kablam! | Oct 15 23:07:31.761 INFO kablam! 45 | MOTOR_M0_REVERSE, Oct 15 23:07:31.761 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 23:07:31.761 INFO kablam! Oct 15 23:07:31.762 INFO kablam! warning: variant is never constructed: `MOTOR_M1_FORWARD` Oct 15 23:07:31.762 INFO kablam! --> src/lib.rs:47:5 Oct 15 23:07:31.762 INFO kablam! | Oct 15 23:07:31.762 INFO kablam! 47 | MOTOR_M1_FORWARD, Oct 15 23:07:31.763 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 23:07:31.763 INFO kablam! Oct 15 23:07:31.763 INFO kablam! warning: variant is never constructed: `MOTOR_M1_REVERSE` Oct 15 23:07:31.763 INFO kablam! --> src/lib.rs:49:5 Oct 15 23:07:31.764 INFO kablam! | Oct 15 23:07:31.764 INFO kablam! 49 | MOTOR_M1_REVERSE, Oct 15 23:07:31.764 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 23:07:31.765 INFO kablam! Oct 15 23:07:31.765 INFO kablam! warning: field is never used: `device` Oct 15 23:07:31.765 INFO kablam! --> src/lib.rs:115:5 Oct 15 23:07:31.765 INFO kablam! | Oct 15 23:07:31.766 INFO kablam! 115 | device: String, Oct 15 23:07:31.766 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 23:07:31.766 INFO kablam! Oct 15 23:07:32.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 15 23:07:32.171 INFO kablam! su: No module specific data is present Oct 15 23:07:32.448 INFO running `"docker" "rm" "-f" "0d9ea963e3e3710839a2a8136f101d4eda2e27d167995fc98476603c1ec4258c"` Oct 15 23:07:32.579 INFO blam! 0d9ea963e3e3710839a2a8136f101d4eda2e27d167995fc98476603c1ec4258c Oct 15 23:07:32.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 23:07:32.767 INFO blam! 3847aea3045f678f95f2dbd47d6ee824fbeff0524259141dd49d16315ae5ba6a Oct 15 23:07:32.772 INFO running `"docker" "start" "-a" "3847aea3045f678f95f2dbd47d6ee824fbeff0524259141dd49d16315ae5ba6a"` Oct 15 23:07:33.413 INFO kablam! usermod: no changes Oct 15 23:07:33.455 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 23:07:33.455 INFO kablam! Running /target/debug/deps/qik_rs-8f8ea0d91a5c308f Oct 15 23:07:33.460 INFO blam! Oct 15 23:07:33.460 INFO blam! running 0 tests Oct 15 23:07:33.460 INFO blam! Oct 15 23:07:33.460 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:07:33.460 INFO blam! Oct 15 23:07:33.467 INFO kablam! Doc-tests qik-rs Oct 15 23:07:34.423 INFO blam! Oct 15 23:07:34.423 INFO blam! running 0 tests Oct 15 23:07:34.424 INFO blam! Oct 15 23:07:34.424 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:07:34.424 INFO blam! Oct 15 23:07:34.425 INFO kablam! su: No module specific data is present Oct 15 23:07:34.821 INFO running `"docker" "rm" "-f" "3847aea3045f678f95f2dbd47d6ee824fbeff0524259141dd49d16315ae5ba6a"` Oct 15 23:07:34.886 INFO blam! 3847aea3045f678f95f2dbd47d6ee824fbeff0524259141dd49d16315ae5ba6a