Oct 26 20:07:30.690 INFO checking sudeep9/wdt-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:07:30.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.179 INFO blam! 3fd9371899dcba2cafc2682373f6ec59b4488cc78b5f4d3d8f591c052a617150 Oct 26 20:07:31.181 INFO running `"docker" "start" "-a" "3fd9371899dcba2cafc2682373f6ec59b4488cc78b5f4d3d8f591c052a617150"` Oct 26 20:07:32.559 INFO kablam! usermod: no changes Oct 26 20:07:32.759 INFO kablam! Compiling cc v1.0.0 Oct 26 20:07:32.759 INFO kablam! Checking thread-id v3.2.0 Oct 26 20:07:32.767 INFO kablam! Checking rmp v0.8.7 Oct 26 20:07:32.767 INFO kablam! Checking threadpool v1.7.0 Oct 26 20:07:32.767 INFO kablam! Checking futures-cpupool v0.1.6 Oct 26 20:07:32.767 INFO kablam! Checking simplelog v0.4.2 Oct 26 20:07:35.289 INFO kablam! Checking rmpv v0.4.0 Oct 26 20:07:38.028 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 26 20:07:38.028 INFO kablam! Compiling libz-sys v1.0.18 Oct 26 20:07:38.028 INFO kablam! Compiling openssl-sys v0.9.20 Oct 26 20:07:41.963 INFO kablam! Checking flate2 v0.2.20 Oct 26 20:07:42.727 INFO kablam! Compiling openssl v0.9.20 Oct 26 20:07:56.955 INFO kablam! Checking backtrace v0.3.3 Oct 26 20:07:57.455 INFO kablam! Checking error-chain v0.11.0 Oct 26 20:07:58.043 INFO kablam! Checking wdt v0.1.0 (/source) Oct 26 20:07:59.179 INFO kablam! warning: unused variable: `c` Oct 26 20:07:59.179 INFO kablam! --> src/common/utils.rs:77:61 Oct 26 20:07:59.179 INFO kablam! | Oct 26 20:07:59.179 INFO kablam! 77 | compress_buf(buf.as_ref(), &mut cbuf).and_then(|c|{ Oct 26 20:07:59.179 INFO kablam! | ^ help: consider using `_c` instead Oct 26 20:07:59.179 INFO kablam! | Oct 26 20:07:59.179 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:07:59.179 INFO kablam! Oct 26 20:07:59.235 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:59.235 INFO kablam! --> src/common/utils.rs:77:13 Oct 26 20:07:59.236 INFO kablam! | Oct 26 20:07:59.236 INFO kablam! 77 | / compress_buf(buf.as_ref(), &mut cbuf).and_then(|c|{ Oct 26 20:07:59.237 INFO kablam! 78 | | Ok(()) Oct 26 20:07:59.237 INFO kablam! 79 | | }); Oct 26 20:07:59.238 INFO kablam! | |_______________^ Oct 26 20:07:59.238 INFO kablam! | Oct 26 20:07:59.239 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:07:59.239 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:59.240 INFO kablam! Oct 26 20:08:01.943 INFO kablam! warning: variable does not need to be mutable Oct 26 20:08:01.943 INFO kablam! --> src/wclient/clientmain.rs:103:13 Oct 26 20:08:01.943 INFO kablam! | Oct 26 20:08:01.943 INFO kablam! 103 | let mut itr = srcbuf.chunks(chunk_size); Oct 26 20:08:01.943 INFO kablam! | ----^^^ Oct 26 20:08:01.943 INFO kablam! | | Oct 26 20:08:01.943 INFO kablam! | help: remove this `mut` Oct 26 20:08:01.943 INFO kablam! | Oct 26 20:08:01.943 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:08:01.943 INFO kablam! Oct 26 20:08:01.966 INFO kablam! warning: variable does not need to be mutable Oct 26 20:08:01.967 INFO kablam! --> src/wclient/clientmain.rs:103:13 Oct 26 20:08:01.967 INFO kablam! | Oct 26 20:08:01.967 INFO kablam! 103 | let mut itr = srcbuf.chunks(chunk_size); Oct 26 20:08:01.967 INFO kablam! | ----^^^ Oct 26 20:08:01.967 INFO kablam! | | Oct 26 20:08:01.967 INFO kablam! | help: remove this `mut` Oct 26 20:08:01.967 INFO kablam! | Oct 26 20:08:01.967 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:08:01.967 INFO kablam! Oct 26 20:08:02.043 INFO kablam! warning: field is never used: `n` Oct 26 20:08:02.044 INFO kablam! --> src/wclient/clientmain.rs:33:5 Oct 26 20:08:02.044 INFO kablam! | Oct 26 20:08:02.045 INFO kablam! 33 | n: u32, Oct 26 20:08:02.046 INFO kablam! | ^^^^^^ Oct 26 20:08:02.050 INFO kablam! | Oct 26 20:08:02.050 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:08:02.050 INFO kablam! Oct 26 20:08:02.050 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:02.050 INFO kablam! --> src/wclient/clientmain.rs:132:17 Oct 26 20:08:02.050 INFO kablam! | Oct 26 20:08:02.050 INFO kablam! 132 | utils::compress_buf(&srcbuf, &mut cbuf); Oct 26 20:08:02.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:02.050 INFO kablam! | Oct 26 20:08:02.050 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:02.050 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:02.050 INFO kablam! Oct 26 20:08:02.055 INFO kablam! warning: field is never used: `n` Oct 26 20:08:02.055 INFO kablam! --> src/wclient/clientmain.rs:33:5 Oct 26 20:08:02.056 INFO kablam! | Oct 26 20:08:02.057 INFO kablam! 33 | n: u32, Oct 26 20:08:02.057 INFO kablam! | ^^^^^^ Oct 26 20:08:02.058 INFO kablam! | Oct 26 20:08:02.058 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:08:02.058 INFO kablam! Oct 26 20:08:02.058 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:02.058 INFO kablam! --> src/wclient/clientmain.rs:132:17 Oct 26 20:08:02.058 INFO kablam! | Oct 26 20:08:02.058 INFO kablam! 132 | utils::compress_buf(&srcbuf, &mut cbuf); Oct 26 20:08:02.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:02.058 INFO kablam! | Oct 26 20:08:02.058 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:02.058 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:02.058 INFO kablam! Oct 26 20:08:02.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.52s Oct 26 20:08:02.131 INFO kablam! su: No module specific data is present Oct 26 20:08:03.362 INFO running `"docker" "rm" "-f" "3fd9371899dcba2cafc2682373f6ec59b4488cc78b5f4d3d8f591c052a617150"` Oct 26 20:08:03.642 INFO blam! 3fd9371899dcba2cafc2682373f6ec59b4488cc78b5f4d3d8f591c052a617150