Oct 21 13:21:35.112 INFO checking sudeep9/wdt-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:21:35.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 13:21:35.604 INFO blam! af4005198bffbc8ec3caee5cdc6900eddfd1c40dc3d546c5fe1da9bd13b933e5 Oct 21 13:21:35.616 INFO running `"docker" "start" "-a" "af4005198bffbc8ec3caee5cdc6900eddfd1c40dc3d546c5fe1da9bd13b933e5"` Oct 21 13:21:37.020 INFO kablam! usermod: no changes Oct 21 13:21:37.244 INFO kablam! Compiling openssl v0.9.20 Oct 21 13:21:37.244 INFO kablam! Checking lazycell v0.5.1 Oct 21 13:21:37.244 INFO kablam! Compiling backtrace-sys v0.1.14 Oct 21 13:21:37.244 INFO kablam! Compiling openssl-sys v0.9.20 Oct 21 13:21:37.244 INFO kablam! Compiling libz-sys v1.0.18 Oct 21 13:21:37.244 INFO kablam! Checking iovec v0.1.1 Oct 21 13:21:37.244 INFO kablam! Checking thread-id v3.2.0 Oct 21 13:21:37.244 INFO kablam! Checking net2 v0.2.31 Oct 21 13:21:38.032 INFO kablam! Checking rmp v0.8.7 Oct 21 13:21:38.588 INFO kablam! Checking threadpool v1.7.0 Oct 21 13:21:38.720 INFO kablam! Checking futures-cpupool v0.1.6 Oct 21 13:21:40.804 INFO kablam! Checking simplelog v0.4.2 Oct 21 13:21:42.508 INFO kablam! Checking bytes v0.4.5 Oct 21 13:21:42.510 INFO kablam! Checking mio v0.6.10 Oct 21 13:21:42.512 INFO kablam! Checking rmpv v0.4.0 Oct 21 13:21:47.502 INFO kablam! Checking flate2 v0.2.20 Oct 21 13:21:48.502 INFO kablam! Checking tokio-io v0.1.3 Oct 21 13:21:51.576 INFO kablam! Checking tokio-core v0.1.10 Oct 21 13:22:02.448 INFO kablam! Checking backtrace v0.3.3 Oct 21 13:22:02.932 INFO kablam! Checking error-chain v0.11.0 Oct 21 13:22:03.500 INFO kablam! Checking wdt v0.1.0 (/source) Oct 21 13:22:04.837 INFO kablam! warning: unused variable: `c` Oct 21 13:22:04.837 INFO kablam! --> src/common/utils.rs:77:61 Oct 21 13:22:04.837 INFO kablam! | Oct 21 13:22:04.838 INFO kablam! 77 | compress_buf(buf.as_ref(), &mut cbuf).and_then(|c|{ Oct 21 13:22:04.838 INFO kablam! | ^ help: consider using `_c` instead Oct 21 13:22:04.838 INFO kablam! | Oct 21 13:22:04.839 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:22:04.839 INFO kablam! Oct 21 13:22:04.881 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:22:04.881 INFO kablam! --> src/common/utils.rs:77:13 Oct 21 13:22:04.881 INFO kablam! | Oct 21 13:22:04.882 INFO kablam! 77 | / compress_buf(buf.as_ref(), &mut cbuf).and_then(|c|{ Oct 21 13:22:04.882 INFO kablam! 78 | | Ok(()) Oct 21 13:22:04.882 INFO kablam! 79 | | }); Oct 21 13:22:04.883 INFO kablam! | |_______________^ Oct 21 13:22:04.883 INFO kablam! | Oct 21 13:22:04.883 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 13:22:04.883 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:22:04.884 INFO kablam! Oct 21 13:22:06.376 INFO kablam! warning: variable does not need to be mutable Oct 21 13:22:06.376 INFO kablam! --> src/wclient/clientmain.rs:103:13 Oct 21 13:22:06.376 INFO kablam! | Oct 21 13:22:06.376 INFO kablam! 103 | let mut itr = srcbuf.chunks(chunk_size); Oct 21 13:22:06.376 INFO kablam! | ----^^^ Oct 21 13:22:06.376 INFO kablam! | | Oct 21 13:22:06.376 INFO kablam! | help: remove this `mut` Oct 21 13:22:06.376 INFO kablam! | Oct 21 13:22:06.376 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:22:06.376 INFO kablam! Oct 21 13:22:06.416 INFO kablam! warning: field is never used: `n` Oct 21 13:22:06.416 INFO kablam! --> src/wclient/clientmain.rs:33:5 Oct 21 13:22:06.416 INFO kablam! | Oct 21 13:22:06.416 INFO kablam! 33 | n: u32, Oct 21 13:22:06.416 INFO kablam! | ^^^^^^ Oct 21 13:22:06.416 INFO kablam! | Oct 21 13:22:06.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:22:06.416 INFO kablam! Oct 21 13:22:06.420 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:22:06.420 INFO kablam! --> src/wclient/clientmain.rs:132:17 Oct 21 13:22:06.420 INFO kablam! | Oct 21 13:22:06.420 INFO kablam! 132 | utils::compress_buf(&srcbuf, &mut cbuf); Oct 21 13:22:06.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:22:06.420 INFO kablam! | Oct 21 13:22:06.420 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 13:22:06.420 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:22:06.420 INFO kablam! Oct 21 13:22:06.692 INFO kablam! warning: variable does not need to be mutable Oct 21 13:22:06.692 INFO kablam! --> src/wclient/clientmain.rs:103:13 Oct 21 13:22:06.692 INFO kablam! | Oct 21 13:22:06.692 INFO kablam! 103 | let mut itr = srcbuf.chunks(chunk_size); Oct 21 13:22:06.692 INFO kablam! | ----^^^ Oct 21 13:22:06.692 INFO kablam! | | Oct 21 13:22:06.692 INFO kablam! | help: remove this `mut` Oct 21 13:22:06.692 INFO kablam! | Oct 21 13:22:06.692 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:22:06.692 INFO kablam! Oct 21 13:22:06.748 INFO kablam! warning: field is never used: `n` Oct 21 13:22:06.748 INFO kablam! --> src/wclient/clientmain.rs:33:5 Oct 21 13:22:06.748 INFO kablam! | Oct 21 13:22:06.748 INFO kablam! 33 | n: u32, Oct 21 13:22:06.748 INFO kablam! | ^^^^^^ Oct 21 13:22:06.748 INFO kablam! | Oct 21 13:22:06.748 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:22:06.748 INFO kablam! Oct 21 13:22:06.764 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:22:06.764 INFO kablam! --> src/wclient/clientmain.rs:132:17 Oct 21 13:22:06.764 INFO kablam! | Oct 21 13:22:06.764 INFO kablam! 132 | utils::compress_buf(&srcbuf, &mut cbuf); Oct 21 13:22:06.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:22:06.764 INFO kablam! | Oct 21 13:22:06.764 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 13:22:06.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:22:06.764 INFO kablam! Oct 21 13:22:06.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.77s Oct 21 13:22:06.852 INFO kablam! su: No module specific data is present Oct 21 13:22:07.876 INFO running `"docker" "rm" "-f" "af4005198bffbc8ec3caee5cdc6900eddfd1c40dc3d546c5fe1da9bd13b933e5"` Oct 21 13:22:08.165 INFO blam! af4005198bffbc8ec3caee5cdc6900eddfd1c40dc3d546c5fe1da9bd13b933e5