Oct 31 20:58:16.230 INFO checking skade/hyper-server against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:58:16.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 20:58:16.762 INFO blam! 8f153c2be9e78c4d487c799554939a901321ea0b103c152bf255798e57dd70a0 Oct 31 20:58:16.763 INFO running `"docker" "start" "-a" "8f153c2be9e78c4d487c799554939a901321ea0b103c152bf255798e57dd70a0"` Oct 31 20:58:19.284 INFO kablam! usermod: no changes Oct 31 20:58:19.532 INFO kablam! Checking num-iter v0.1.35 Oct 31 20:58:19.544 INFO kablam! Checking bytes v0.4.6 Oct 31 20:58:19.553 INFO kablam! Checking futures-cpupool v0.1.8 Oct 31 20:58:19.555 INFO kablam! Checking mio v0.6.13 Oct 31 20:58:19.555 INFO kablam! Checking regex v0.2.6 Oct 31 20:58:20.816 INFO kablam! Checking num v0.1.42 Oct 31 20:58:21.596 INFO kablam! Checking chrono v0.4.0 Oct 31 20:58:23.467 INFO kablam! Checking tokio-io v0.1.5 Oct 31 20:58:26.709 INFO kablam! Checking tokio-core v0.1.12 Oct 31 20:58:28.187 INFO kablam! Checking env_logger v0.5.3 Oct 31 20:58:29.429 INFO kablam! Checking pretty_env_logger v0.2.2 Oct 31 20:58:29.974 INFO kablam! Checking tokio-proto v0.1.1 Oct 31 20:58:32.832 INFO kablam! Checking hyper v0.11.18 Oct 31 20:58:38.396 INFO kablam! Checking hyper-server v0.1.0 (/source) Oct 31 20:58:40.076 INFO kablam! warning: unused variable: `body_str` Oct 31 20:58:40.077 INFO kablam! --> src/main.rs:241:21 Oct 31 20:58:40.078 INFO kablam! | Oct 31 20:58:40.078 INFO kablam! 241 | let body_str = str::from_utf8(body.as_ref()).expect("client body decode error"); Oct 31 20:58:40.079 INFO kablam! | ^^^^^^^^ help: consider using `_body_str` instead Oct 31 20:58:40.080 INFO kablam! | Oct 31 20:58:40.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:58:40.081 INFO kablam! Oct 31 20:58:40.200 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:58:40.201 INFO kablam! --> src/main.rs:32:17 Oct 31 20:58:40.202 INFO kablam! | Oct 31 20:58:40.203 INFO kablam! 32 | subscription.sender.start_send(Ok(Chunk::from(format!("{}\n", payload)))); Oct 31 20:58:40.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:58:40.204 INFO kablam! | Oct 31 20:58:40.205 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 20:58:40.205 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:58:40.206 INFO kablam! Oct 31 20:58:40.206 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:58:40.207 INFO kablam! --> src/main.rs:33:17 Oct 31 20:58:40.207 INFO kablam! | Oct 31 20:58:40.208 INFO kablam! 33 | subscription.sender.poll_complete(); Oct 31 20:58:40.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:58:40.209 INFO kablam! | Oct 31 20:58:40.209 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:58:40.209 INFO kablam! Oct 31 20:58:40.348 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:58:40.349 INFO kablam! --> src/main.rs:32:17 Oct 31 20:58:40.350 INFO kablam! | Oct 31 20:58:40.351 INFO kablam! 32 | subscription.sender.start_send(Ok(Chunk::from(format!("{}\n", payload)))); Oct 31 20:58:40.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:58:40.352 INFO kablam! | Oct 31 20:58:40.352 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 20:58:40.353 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:58:40.354 INFO kablam! Oct 31 20:58:40.354 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:58:40.355 INFO kablam! --> src/main.rs:33:17 Oct 31 20:58:40.355 INFO kablam! | Oct 31 20:58:40.356 INFO kablam! 33 | subscription.sender.poll_complete(); Oct 31 20:58:40.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:58:40.357 INFO kablam! | Oct 31 20:58:40.358 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:58:40.358 INFO kablam! Oct 31 20:58:40.397 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.08s Oct 31 20:58:40.407 INFO kablam! su: No module specific data is present Oct 31 20:58:41.805 INFO running `"docker" "rm" "-f" "8f153c2be9e78c4d487c799554939a901321ea0b103c152bf255798e57dd70a0"` Oct 31 20:58:42.105 INFO blam! 8f153c2be9e78c4d487c799554939a901321ea0b103c152bf255798e57dd70a0