Oct 21 21:20:08.586 INFO checking ItinoseSan/check-hub against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:20:08.592 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 21:20:09.020 INFO blam! c78c1ae30323df145477a0ac4a21e612b2df180c1137ce646a24ffa661424d37 Oct 21 21:20:09.025 INFO running `"docker" "start" "-a" "c78c1ae30323df145477a0ac4a21e612b2df180c1137ce646a24ffa661424d37"` Oct 21 21:20:10.229 INFO kablam! usermod: no changes Oct 21 21:20:10.476 INFO kablam! Checking atty v0.2.10 Oct 21 21:20:10.476 INFO kablam! Checking tokio-io v0.1.5 Oct 21 21:20:10.476 INFO kablam! Compiling openssl v0.9.24 Oct 21 21:20:10.492 INFO kablam! Checking mio v0.6.13 Oct 21 21:20:11.412 INFO kablam! Checking clap v2.32.0 Oct 21 21:20:14.380 INFO kablam! Checking tokio-core v0.1.12 Oct 21 21:20:17.008 INFO kablam! Checking native-tls v0.1.5 Oct 21 21:20:18.252 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 21:20:18.328 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 21:20:22.936 INFO kablam! Checking hyper v0.11.22 Oct 21 21:20:29.153 INFO kablam! Checking hyper-tls v0.1.2 Oct 21 21:20:31.624 INFO kablam! Checking reqwest v0.8.5 Oct 21 21:20:35.668 INFO kablam! Checking check-hub v0.1.0 (/source) Oct 21 21:20:39.832 INFO kablam! warning: unused import: `yaml_rust::YamlLoader` Oct 21 21:20:39.832 INFO kablam! --> src/main.rs:13:5 Oct 21 21:20:39.832 INFO kablam! | Oct 21 21:20:39.832 INFO kablam! 13 | use yaml_rust::YamlLoader; Oct 21 21:20:39.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.832 INFO kablam! | Oct 21 21:20:39.832 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:20:39.832 INFO kablam! Oct 21 21:20:39.960 INFO kablam! warning: method is never used: `repository_count` Oct 21 21:20:39.960 INFO kablam! --> src/json.rs:45:5 Oct 21 21:20:39.960 INFO kablam! | Oct 21 21:20:39.960 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 21 21:20:39.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.960 INFO kablam! | Oct 21 21:20:39.960 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:20:39.960 INFO kablam! Oct 21 21:20:39.964 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:39.964 INFO kablam! --> src/http.rs:14:9 Oct 21 21:20:39.964 INFO kablam! | Oct 21 21:20:39.964 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 21 21:20:39.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.964 INFO kablam! | Oct 21 21:20:39.964 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:20:39.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:39.964 INFO kablam! Oct 21 21:20:39.964 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:39.964 INFO kablam! --> src/main.rs:51:41 Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 21 21:20:39.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:39.965 INFO kablam! Oct 21 21:20:39.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:39.965 INFO kablam! --> src/main.rs:52:41 Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 21 21:20:39.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:39.965 INFO kablam! Oct 21 21:20:39.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:39.965 INFO kablam! --> src/main.rs:53:41 Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 21 21:20:39.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:39.965 INFO kablam! Oct 21 21:20:39.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:39.965 INFO kablam! --> src/main.rs:54:41 Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 21 21:20:39.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:39.965 INFO kablam! Oct 21 21:20:39.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:39.965 INFO kablam! --> src/main.rs:55:41 Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 21 21:20:39.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:39.965 INFO kablam! Oct 21 21:20:39.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:39.965 INFO kablam! --> src/main.rs:56:41 Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 21 21:20:39.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:39.965 INFO kablam! Oct 21 21:20:39.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:39.965 INFO kablam! --> src/main.rs:57:41 Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 21 21:20:39.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:39.965 INFO kablam! | Oct 21 21:20:39.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:39.965 INFO kablam! Oct 21 21:20:40.100 INFO kablam! warning: method is never used: `repository_count` Oct 21 21:20:40.100 INFO kablam! --> src/json.rs:45:5 Oct 21 21:20:40.100 INFO kablam! | Oct 21 21:20:40.100 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 21 21:20:40.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.100 INFO kablam! | Oct 21 21:20:40.100 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:20:40.100 INFO kablam! Oct 21 21:20:40.104 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:40.104 INFO kablam! --> src/http.rs:14:9 Oct 21 21:20:40.104 INFO kablam! | Oct 21 21:20:40.104 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 21 21:20:40.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.104 INFO kablam! | Oct 21 21:20:40.104 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:20:40.104 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:40.104 INFO kablam! Oct 21 21:20:40.104 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:40.104 INFO kablam! --> src/main.rs:51:41 Oct 21 21:20:40.104 INFO kablam! | Oct 21 21:20:40.104 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 21 21:20:40.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.104 INFO kablam! | Oct 21 21:20:40.104 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:40.105 INFO kablam! Oct 21 21:20:40.105 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:40.105 INFO kablam! --> src/main.rs:52:41 Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 21 21:20:40.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:40.105 INFO kablam! Oct 21 21:20:40.105 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:40.105 INFO kablam! --> src/main.rs:53:41 Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 21 21:20:40.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:40.105 INFO kablam! Oct 21 21:20:40.105 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:40.105 INFO kablam! --> src/main.rs:54:41 Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 21 21:20:40.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:40.105 INFO kablam! Oct 21 21:20:40.105 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:40.105 INFO kablam! --> src/main.rs:55:41 Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 21 21:20:40.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:40.105 INFO kablam! Oct 21 21:20:40.105 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:40.105 INFO kablam! --> src/main.rs:56:41 Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 21 21:20:40.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:40.105 INFO kablam! Oct 21 21:20:40.105 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:40.105 INFO kablam! --> src/main.rs:57:41 Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 21 21:20:40.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:40.105 INFO kablam! | Oct 21 21:20:40.105 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:40.105 INFO kablam! Oct 21 21:20:40.146 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.88s Oct 21 21:20:40.158 INFO kablam! su: No module specific data is present Oct 21 21:20:40.609 INFO running `"docker" "rm" "-f" "c78c1ae30323df145477a0ac4a21e612b2df180c1137ce646a24ffa661424d37"` Oct 21 21:20:40.812 INFO blam! c78c1ae30323df145477a0ac4a21e612b2df180c1137ce646a24ffa661424d37