Oct 26 20:07:30.769 INFO checking sudeep9/wdt-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:07:30.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 20:07:31.299 INFO blam! 8078f8936cd3a914d7f2dd4971541750e325b112af963af148a5415ab62ad058 Oct 26 20:07:31.311 INFO running `"docker" "start" "-a" "8078f8936cd3a914d7f2dd4971541750e325b112af963af148a5415ab62ad058"` Oct 26 20:07:32.743 INFO kablam! usermod: no changes Oct 26 20:07:32.923 INFO kablam! Compiling cc v1.0.0 Oct 26 20:07:32.927 INFO kablam! Compiling openssl v0.9.20 Oct 26 20:07:32.927 INFO kablam! Checking foreign-types v0.2.0 Oct 26 20:07:32.927 INFO kablam! Checking iovec v0.1.1 Oct 26 20:07:32.927 INFO kablam! Checking num_cpus v1.7.0 Oct 26 20:07:32.932 INFO kablam! Checking thread-id v3.2.0 Oct 26 20:07:32.932 INFO kablam! Checking net2 v0.2.31 Oct 26 20:07:32.932 INFO kablam! Checking rmp v0.8.7 Oct 26 20:07:33.579 INFO kablam! Checking simplelog v0.4.2 Oct 26 20:07:33.946 INFO kablam! Checking futures-cpupool v0.1.6 Oct 26 20:07:33.947 INFO kablam! Checking threadpool v1.7.0 Oct 26 20:07:34.572 INFO kablam! Checking bytes v0.4.5 Oct 26 20:07:35.987 INFO kablam! Checking rmpv v0.4.0 Oct 26 20:07:36.687 INFO kablam! Checking mio v0.6.10 Oct 26 20:07:37.863 INFO kablam! Checking tokio-io v0.1.3 Oct 26 20:07:40.927 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 26 20:07:40.927 INFO kablam! Compiling openssl-sys v0.9.20 Oct 26 20:07:40.927 INFO kablam! Compiling libz-sys v1.0.18 Oct 26 20:07:42.067 INFO kablam! Checking tokio-core v0.1.10 Oct 26 20:07:44.928 INFO kablam! Checking flate2 v0.2.20 Oct 26 20:08:00.505 INFO kablam! Checking backtrace v0.3.3 Oct 26 20:08:01.147 INFO kablam! Checking error-chain v0.11.0 Oct 26 20:08:01.717 INFO kablam! Checking wdt v0.1.0 (/source) Oct 26 20:08:02.831 INFO kablam! warning: unused variable: `c` Oct 26 20:08:02.831 INFO kablam! --> src/common/utils.rs:77:61 Oct 26 20:08:02.831 INFO kablam! | Oct 26 20:08:02.831 INFO kablam! 77 | compress_buf(buf.as_ref(), &mut cbuf).and_then(|c|{ Oct 26 20:08:02.831 INFO kablam! | ^ help: consider using `_c` instead Oct 26 20:08:02.831 INFO kablam! | Oct 26 20:08:02.831 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:08:02.831 INFO kablam! Oct 26 20:08:02.951 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:02.951 INFO kablam! --> src/common/utils.rs:77:13 Oct 26 20:08:02.951 INFO kablam! | Oct 26 20:08:02.951 INFO kablam! 77 | / compress_buf(buf.as_ref(), &mut cbuf).and_then(|c|{ Oct 26 20:08:02.951 INFO kablam! 78 | | Ok(()) Oct 26 20:08:02.951 INFO kablam! 79 | | }); Oct 26 20:08:02.951 INFO kablam! | |_______________^ Oct 26 20:08:02.951 INFO kablam! | Oct 26 20:08:02.951 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:02.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:02.951 INFO kablam! Oct 26 20:08:04.555 INFO kablam! warning: variable does not need to be mutable Oct 26 20:08:04.555 INFO kablam! --> src/wclient/clientmain.rs:103:13 Oct 26 20:08:04.556 INFO kablam! | Oct 26 20:08:04.556 INFO kablam! 103 | let mut itr = srcbuf.chunks(chunk_size); Oct 26 20:08:04.556 INFO kablam! | ----^^^ Oct 26 20:08:04.557 INFO kablam! | | Oct 26 20:08:04.563 INFO kablam! | help: remove this `mut` Oct 26 20:08:04.571 INFO kablam! | Oct 26 20:08:04.572 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:08:04.579 INFO kablam! Oct 26 20:08:04.690 INFO kablam! warning: field is never used: `n` Oct 26 20:08:04.691 INFO kablam! --> src/wclient/clientmain.rs:33:5 Oct 26 20:08:04.691 INFO kablam! | Oct 26 20:08:04.692 INFO kablam! 33 | n: u32, Oct 26 20:08:04.692 INFO kablam! | ^^^^^^ Oct 26 20:08:04.693 INFO kablam! | Oct 26 20:08:04.695 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:08:04.703 INFO kablam! Oct 26 20:08:04.708 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:04.708 INFO kablam! --> src/wclient/clientmain.rs:132:17 Oct 26 20:08:04.709 INFO kablam! | Oct 26 20:08:04.710 INFO kablam! 132 | utils::compress_buf(&srcbuf, &mut cbuf); Oct 26 20:08:04.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:04.716 INFO kablam! | Oct 26 20:08:04.717 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:04.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:04.718 INFO kablam! Oct 26 20:08:05.015 INFO kablam! warning: variable does not need to be mutable Oct 26 20:08:05.015 INFO kablam! --> src/wclient/clientmain.rs:103:13 Oct 26 20:08:05.015 INFO kablam! | Oct 26 20:08:05.015 INFO kablam! 103 | let mut itr = srcbuf.chunks(chunk_size); Oct 26 20:08:05.015 INFO kablam! | ----^^^ Oct 26 20:08:05.015 INFO kablam! | | Oct 26 20:08:05.015 INFO kablam! | help: remove this `mut` Oct 26 20:08:05.015 INFO kablam! | Oct 26 20:08:05.015 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:08:05.015 INFO kablam! Oct 26 20:08:05.062 INFO kablam! warning: field is never used: `n` Oct 26 20:08:05.063 INFO kablam! --> src/wclient/clientmain.rs:33:5 Oct 26 20:08:05.063 INFO kablam! | Oct 26 20:08:05.063 INFO kablam! 33 | n: u32, Oct 26 20:08:05.063 INFO kablam! | ^^^^^^ Oct 26 20:08:05.063 INFO kablam! | Oct 26 20:08:05.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:08:05.063 INFO kablam! Oct 26 20:08:05.063 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:05.063 INFO kablam! --> src/wclient/clientmain.rs:132:17 Oct 26 20:08:05.063 INFO kablam! | Oct 26 20:08:05.063 INFO kablam! 132 | utils::compress_buf(&srcbuf, &mut cbuf); Oct 26 20:08:05.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:05.065 INFO kablam! | Oct 26 20:08:05.065 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:05.065 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:05.065 INFO kablam! Oct 26 20:08:05.106 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.33s Oct 26 20:08:05.127 INFO kablam! su: No module specific data is present Oct 26 20:08:06.176 INFO running `"docker" "rm" "-f" "8078f8936cd3a914d7f2dd4971541750e325b112af963af148a5415ab62ad058"` Oct 26 20:08:06.486 INFO blam! 8078f8936cd3a914d7f2dd4971541750e325b112af963af148a5415ab62ad058