Oct 27 11:25:13.679 INFO checking ItinoseSan/check-hub against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:25:13.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:25:14.144 INFO blam! 0da0bfdd1264e6dead23cbfa3e87ebf084123142e671b730d3227cecfc68780a Oct 27 11:25:14.146 INFO running `"docker" "start" "-a" "0da0bfdd1264e6dead23cbfa3e87ebf084123142e671b730d3227cecfc68780a"` Oct 27 11:25:15.953 INFO kablam! usermod: no changes Oct 27 11:25:16.243 INFO kablam! Checking atty v0.2.10 Oct 27 11:25:16.257 INFO kablam! Checking tokio-core v0.1.12 Oct 27 11:25:16.258 INFO kablam! Checking openssl v0.9.24 Oct 27 11:25:16.867 INFO kablam! Checking clap v2.32.0 Oct 27 11:25:18.823 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 11:25:22.511 INFO kablam! Checking native-tls v0.1.5 Oct 27 11:25:24.185 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 11:25:24.600 INFO kablam! Checking hyper v0.11.22 Oct 27 11:25:31.175 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 11:25:33.364 INFO kablam! Checking reqwest v0.8.5 Oct 27 11:25:37.247 INFO kablam! Checking check-hub v0.1.0 (/source) Oct 27 11:25:43.315 INFO kablam! warning: unused import: `yaml_rust::YamlLoader` Oct 27 11:25:43.316 INFO kablam! --> src/main.rs:13:5 Oct 27 11:25:43.316 INFO kablam! | Oct 27 11:25:43.316 INFO kablam! 13 | use yaml_rust::YamlLoader; Oct 27 11:25:43.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.317 INFO kablam! | Oct 27 11:25:43.317 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:25:43.317 INFO kablam! Oct 27 11:25:43.519 INFO kablam! warning: method is never used: `repository_count` Oct 27 11:25:43.519 INFO kablam! --> src/json.rs:45:5 Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 27 11:25:43.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:25:43.519 INFO kablam! Oct 27 11:25:43.519 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.519 INFO kablam! --> src/http.rs:14:9 Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 27 11:25:43.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 11:25:43.519 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.519 INFO kablam! Oct 27 11:25:43.519 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.519 INFO kablam! --> src/main.rs:51:41 Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 27 11:25:43.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.519 INFO kablam! Oct 27 11:25:43.519 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.519 INFO kablam! --> src/main.rs:52:41 Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 27 11:25:43.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.519 INFO kablam! Oct 27 11:25:43.519 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.519 INFO kablam! --> src/main.rs:53:41 Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 27 11:25:43.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.519 INFO kablam! Oct 27 11:25:43.519 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.519 INFO kablam! --> src/main.rs:54:41 Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.519 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 27 11:25:43.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.519 INFO kablam! | Oct 27 11:25:43.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.520 INFO kablam! Oct 27 11:25:43.520 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.520 INFO kablam! --> src/main.rs:55:41 Oct 27 11:25:43.521 INFO kablam! | Oct 27 11:25:43.521 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 27 11:25:43.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.521 INFO kablam! | Oct 27 11:25:43.521 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.521 INFO kablam! Oct 27 11:25:43.521 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.521 INFO kablam! --> src/main.rs:56:41 Oct 27 11:25:43.521 INFO kablam! | Oct 27 11:25:43.521 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 27 11:25:43.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.521 INFO kablam! | Oct 27 11:25:43.521 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.521 INFO kablam! Oct 27 11:25:43.521 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.521 INFO kablam! --> src/main.rs:57:41 Oct 27 11:25:43.521 INFO kablam! | Oct 27 11:25:43.521 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 27 11:25:43.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.521 INFO kablam! | Oct 27 11:25:43.521 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.521 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: method is never used: `repository_count` Oct 27 11:25:43.567 INFO kablam! --> src/json.rs:45:5 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.567 INFO kablam! --> src/http.rs:14:9 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 11:25:43.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.567 INFO kablam! --> src/main.rs:51:41 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.567 INFO kablam! --> src/main.rs:52:41 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.567 INFO kablam! --> src/main.rs:53:41 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.567 INFO kablam! --> src/main.rs:54:41 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.567 INFO kablam! --> src/main.rs:55:41 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.567 INFO kablam! --> src/main.rs:56:41 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:43.567 INFO kablam! --> src/main.rs:57:41 Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 27 11:25:43.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:43.567 INFO kablam! | Oct 27 11:25:43.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:43.567 INFO kablam! Oct 27 11:25:43.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.64s Oct 27 11:25:43.636 INFO kablam! su: No module specific data is present Oct 27 11:25:44.275 INFO running `"docker" "rm" "-f" "0da0bfdd1264e6dead23cbfa3e87ebf084123142e671b730d3227cecfc68780a"` Oct 27 11:25:44.587 INFO blam! 0da0bfdd1264e6dead23cbfa3e87ebf084123142e671b730d3227cecfc68780a