Oct 26 20:44:49.137 INFO checking skade/hyper-server against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:44:49.139 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:44:49.513 INFO blam! d85b61dc08b213dd32fd3413dd0305f423850821fda9ace2e5b1c0c1de15de1d Oct 26 20:44:49.518 INFO running `"docker" "start" "-a" "d85b61dc08b213dd32fd3413dd0305f423850821fda9ace2e5b1c0c1de15de1d"` Oct 26 20:44:51.559 INFO kablam! usermod: no changes Oct 26 20:44:51.743 INFO kablam! Checking relay v0.1.1 Oct 26 20:44:51.751 INFO kablam! Checking base64 v0.9.0 Oct 26 20:44:51.752 INFO kablam! Checking futures-cpupool v0.1.8 Oct 26 20:44:51.759 INFO kablam! Checking mio v0.6.13 Oct 26 20:44:51.759 INFO kablam! Checking tokio-io v0.1.5 Oct 26 20:44:51.767 INFO kablam! Checking pretty_env_logger v0.2.2 Oct 26 20:44:55.783 INFO kablam! Checking tokio-core v0.1.12 Oct 26 20:44:57.207 INFO kablam! Checking tokio-proto v0.1.1 Oct 26 20:44:59.516 INFO kablam! Checking hyper v0.11.18 Oct 26 20:45:04.785 INFO kablam! Checking hyper-server v0.1.0 (/source) Oct 26 20:45:06.167 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:45:06.167 INFO kablam! --> src/main.rs:32:17 Oct 26 20:45:06.167 INFO kablam! | Oct 26 20:45:06.167 INFO kablam! 32 | subscription.sender.start_send(Ok(Chunk::from(format!("{}\n", payload)))); Oct 26 20:45:06.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:45:06.167 INFO kablam! | Oct 26 20:45:06.167 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:45:06.167 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:45:06.167 INFO kablam! Oct 26 20:45:06.167 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:45:06.167 INFO kablam! --> src/main.rs:33:17 Oct 26 20:45:06.167 INFO kablam! | Oct 26 20:45:06.167 INFO kablam! 33 | subscription.sender.poll_complete(); Oct 26 20:45:06.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:45:06.167 INFO kablam! | Oct 26 20:45:06.167 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:45:06.167 INFO kablam! Oct 26 20:45:06.267 INFO kablam! warning: unused variable: `body_str` Oct 26 20:45:06.267 INFO kablam! --> src/main.rs:241:21 Oct 26 20:45:06.267 INFO kablam! | Oct 26 20:45:06.267 INFO kablam! 241 | let body_str = str::from_utf8(body.as_ref()).expect("client body decode error"); Oct 26 20:45:06.267 INFO kablam! | ^^^^^^^^ help: consider using `_body_str` instead Oct 26 20:45:06.267 INFO kablam! | Oct 26 20:45:06.267 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:45:06.267 INFO kablam! Oct 26 20:45:06.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:45:06.323 INFO kablam! --> src/main.rs:32:17 Oct 26 20:45:06.323 INFO kablam! | Oct 26 20:45:06.323 INFO kablam! 32 | subscription.sender.start_send(Ok(Chunk::from(format!("{}\n", payload)))); Oct 26 20:45:06.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:45:06.323 INFO kablam! | Oct 26 20:45:06.323 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:45:06.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:45:06.323 INFO kablam! Oct 26 20:45:06.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:45:06.323 INFO kablam! --> src/main.rs:33:17 Oct 26 20:45:06.323 INFO kablam! | Oct 26 20:45:06.323 INFO kablam! 33 | subscription.sender.poll_complete(); Oct 26 20:45:06.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:45:06.323 INFO kablam! | Oct 26 20:45:06.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:45:06.323 INFO kablam! Oct 26 20:45:06.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.78s Oct 26 20:45:06.375 INFO kablam! su: No module specific data is present Oct 26 20:45:07.527 INFO running `"docker" "rm" "-f" "d85b61dc08b213dd32fd3413dd0305f423850821fda9ace2e5b1c0c1de15de1d"` Oct 26 20:45:07.903 INFO blam! d85b61dc08b213dd32fd3413dd0305f423850821fda9ace2e5b1c0c1de15de1d