Oct 27 11:06:38.385 INFO checking KineticCookie/sse-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:06:38.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 27 11:06:38.791 INFO blam! b3776e0e01d2344a41c5411360d36e750e9f5322d3d6afad0cf5dca50542a39e Oct 27 11:06:38.799 INFO running `"docker" "start" "-a" "b3776e0e01d2344a41c5411360d36e750e9f5322d3d6afad0cf5dca50542a39e"` Oct 27 11:06:40.083 INFO kablam! usermod: no changes Oct 27 11:06:40.269 INFO kablam! Checking iovec v0.1.0 Oct 27 11:06:40.270 INFO kablam! Checking net2 v0.2.29 Oct 27 11:06:40.295 INFO kablam! Checking futures-cpupool v0.1.5 Oct 27 11:06:41.727 INFO kablam! Checking bytes v0.4.4 Oct 27 11:06:42.103 INFO kablam! Checking mio v0.6.9 Oct 27 11:06:43.281 INFO kablam! Checking tokio-io v0.1.2 Oct 27 11:06:44.811 INFO kablam! Checking tokio-core v0.1.8 Oct 27 11:06:46.476 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 11:06:48.951 INFO kablam! Checking hyper v0.11.1 Oct 27 11:06:53.695 INFO kablam! Checking ss_client v0.1.0 (/source) Oct 27 11:06:55.655 INFO kablam! warning: unused import: `std::str::FromStr` Oct 27 11:06:55.655 INFO kablam! --> src/main.rs:11:5 Oct 27 11:06:55.655 INFO kablam! | Oct 27 11:06:55.655 INFO kablam! 11 | use std::str::FromStr; Oct 27 11:06:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.655 INFO kablam! | Oct 27 11:06:55.655 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:06:55.655 INFO kablam! Oct 27 11:06:55.655 INFO kablam! warning: unused import: `futures::future::Future` Oct 27 11:06:55.655 INFO kablam! --> src/main.rs:12:5 Oct 27 11:06:55.655 INFO kablam! | Oct 27 11:06:55.655 INFO kablam! 12 | use futures::future::Future; Oct 27 11:06:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.655 INFO kablam! Oct 27 11:06:55.655 INFO kablam! warning: unused import: `messages::EngineMessage` Oct 27 11:06:55.656 INFO kablam! --> src/main.rs:13:5 Oct 27 11:06:55.656 INFO kablam! | Oct 27 11:06:55.656 INFO kablam! 13 | use messages::EngineMessage; Oct 27 11:06:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.656 INFO kablam! Oct 27 11:06:55.780 INFO kablam! warning: unused import: `std::str::FromStr` Oct 27 11:06:55.780 INFO kablam! --> src/main.rs:11:5 Oct 27 11:06:55.780 INFO kablam! | Oct 27 11:06:55.780 INFO kablam! 11 | use std::str::FromStr; Oct 27 11:06:55.780 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.780 INFO kablam! | Oct 27 11:06:55.780 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:06:55.780 INFO kablam! Oct 27 11:06:55.780 INFO kablam! warning: unused import: `futures::future::Future` Oct 27 11:06:55.780 INFO kablam! --> src/main.rs:12:5 Oct 27 11:06:55.780 INFO kablam! | Oct 27 11:06:55.780 INFO kablam! 12 | use futures::future::Future; Oct 27 11:06:55.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.780 INFO kablam! Oct 27 11:06:55.780 INFO kablam! warning: unused import: `messages::EngineMessage` Oct 27 11:06:55.780 INFO kablam! --> src/main.rs:13:5 Oct 27 11:06:55.781 INFO kablam! | Oct 27 11:06:55.781 INFO kablam! 13 | use messages::EngineMessage; Oct 27 11:06:55.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.781 INFO kablam! Oct 27 11:06:55.803 INFO kablam! warning: unused variable: `client` Oct 27 11:06:55.803 INFO kablam! --> src/main.rs:20:9 Oct 27 11:06:55.803 INFO kablam! | Oct 27 11:06:55.803 INFO kablam! 20 | let client = Client::new(&core.handle()); Oct 27 11:06:55.803 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 27 11:06:55.803 INFO kablam! | Oct 27 11:06:55.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:06:55.803 INFO kablam! Oct 27 11:06:55.806 INFO kablam! warning: variable does not need to be mutable Oct 27 11:06:55.806 INFO kablam! --> src/main.rs:19:9 Oct 27 11:06:55.807 INFO kablam! | Oct 27 11:06:55.807 INFO kablam! 19 | let mut core = tokio_core::reactor::Core::new().unwrap(); Oct 27 11:06:55.807 INFO kablam! | ----^^^^ Oct 27 11:06:55.807 INFO kablam! | | Oct 27 11:06:55.807 INFO kablam! | help: remove this `mut` Oct 27 11:06:55.807 INFO kablam! | Oct 27 11:06:55.807 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:06:55.807 INFO kablam! Oct 27 11:06:55.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:06:55.855 INFO kablam! --> src/client.rs:34:9 Oct 27 11:06:55.855 INFO kablam! | Oct 27 11:06:55.855 INFO kablam! 34 | file.read_to_string(&mut buffer); Oct 27 11:06:55.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.855 INFO kablam! | Oct 27 11:06:55.855 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 11:06:55.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:06:55.855 INFO kablam! Oct 27 11:06:55.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:06:55.855 INFO kablam! --> src/client.rs:52:9 Oct 27 11:06:55.855 INFO kablam! | Oct 27 11:06:55.855 INFO kablam! 52 | self.core.run(res); Oct 27 11:06:55.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.855 INFO kablam! | Oct 27 11:06:55.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:06:55.855 INFO kablam! Oct 27 11:06:55.946 INFO kablam! warning: unused variable: `client` Oct 27 11:06:55.946 INFO kablam! --> src/main.rs:20:9 Oct 27 11:06:55.946 INFO kablam! | Oct 27 11:06:55.946 INFO kablam! 20 | let client = Client::new(&core.handle()); Oct 27 11:06:55.946 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 27 11:06:55.946 INFO kablam! | Oct 27 11:06:55.946 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:06:55.946 INFO kablam! Oct 27 11:06:55.951 INFO kablam! warning: variable does not need to be mutable Oct 27 11:06:55.951 INFO kablam! --> src/main.rs:19:9 Oct 27 11:06:55.951 INFO kablam! | Oct 27 11:06:55.951 INFO kablam! 19 | let mut core = tokio_core::reactor::Core::new().unwrap(); Oct 27 11:06:55.951 INFO kablam! | ----^^^^ Oct 27 11:06:55.951 INFO kablam! | | Oct 27 11:06:55.951 INFO kablam! | help: remove this `mut` Oct 27 11:06:55.951 INFO kablam! | Oct 27 11:06:55.951 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:06:55.951 INFO kablam! Oct 27 11:06:55.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:06:55.999 INFO kablam! --> src/client.rs:34:9 Oct 27 11:06:55.999 INFO kablam! | Oct 27 11:06:55.999 INFO kablam! 34 | file.read_to_string(&mut buffer); Oct 27 11:06:55.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.999 INFO kablam! | Oct 27 11:06:55.999 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 11:06:55.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:06:55.999 INFO kablam! Oct 27 11:06:55.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:06:55.999 INFO kablam! --> src/client.rs:52:9 Oct 27 11:06:55.999 INFO kablam! | Oct 27 11:06:55.999 INFO kablam! 52 | self.core.run(res); Oct 27 11:06:55.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:55.999 INFO kablam! | Oct 27 11:06:55.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:06:56.000 INFO kablam! Oct 27 11:06:56.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.90s Oct 27 11:06:56.035 INFO kablam! su: No module specific data is present Oct 27 11:06:56.398 INFO running `"docker" "rm" "-f" "b3776e0e01d2344a41c5411360d36e750e9f5322d3d6afad0cf5dca50542a39e"` Oct 27 11:06:56.499 INFO blam! b3776e0e01d2344a41c5411360d36e750e9f5322d3d6afad0cf5dca50542a39e