Oct 27 11:25:08.948 INFO checking ItinoseSan/check-hub against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:25:08.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 27 11:25:09.447 INFO blam! 4b75dc0e1dd4792bb0726c738af411d05a6d45087943decbbcb0b18cca460f48 Oct 27 11:25:09.455 INFO running `"docker" "start" "-a" "4b75dc0e1dd4792bb0726c738af411d05a6d45087943decbbcb0b18cca460f48"` Oct 27 11:25:11.138 INFO kablam! usermod: no changes Oct 27 11:25:11.417 INFO kablam! Checking num-traits v0.2.1 Oct 27 11:25:11.429 INFO kablam! Checking atty v0.2.10 Oct 27 11:25:11.447 INFO kablam! Checking tokio-io v0.1.5 Oct 27 11:25:11.463 INFO kablam! Checking openssl-sys v0.9.27 Oct 27 11:25:13.003 INFO kablam! Checking clap v2.32.0 Oct 27 11:25:13.634 INFO kablam! Checking openssl v0.9.24 Oct 27 11:25:14.987 INFO kablam! Checking serde_json v1.0.10 Oct 27 11:25:15.023 INFO kablam! Checking tokio-core v0.1.12 Oct 27 11:25:19.195 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 11:25:21.377 INFO kablam! Checking native-tls v0.1.5 Oct 27 11:25:23.041 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 11:25:24.355 INFO kablam! Checking hyper v0.11.22 Oct 27 11:25:30.230 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 11:25:32.347 INFO kablam! Checking reqwest v0.8.5 Oct 27 11:25:36.315 INFO kablam! Checking check-hub v0.1.0 (/source) Oct 27 11:25:41.907 INFO kablam! warning: unused import: `yaml_rust::YamlLoader` Oct 27 11:25:41.907 INFO kablam! --> src/main.rs:13:5 Oct 27 11:25:41.907 INFO kablam! | Oct 27 11:25:41.907 INFO kablam! 13 | use yaml_rust::YamlLoader; Oct 27 11:25:41.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.907 INFO kablam! | Oct 27 11:25:41.907 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:25:41.907 INFO kablam! Oct 27 11:25:41.947 INFO kablam! warning: method is never used: `repository_count` Oct 27 11:25:41.947 INFO kablam! --> src/json.rs:45:5 Oct 27 11:25:41.947 INFO kablam! | Oct 27 11:25:41.947 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 27 11:25:41.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.947 INFO kablam! | Oct 27 11:25:41.947 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:25:41.947 INFO kablam! Oct 27 11:25:41.949 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:41.949 INFO kablam! --> src/http.rs:14:9 Oct 27 11:25:41.949 INFO kablam! | Oct 27 11:25:41.949 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 27 11:25:41.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.949 INFO kablam! | Oct 27 11:25:41.949 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 11:25:41.949 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:41.949 INFO kablam! Oct 27 11:25:41.949 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:41.949 INFO kablam! --> src/main.rs:51:41 Oct 27 11:25:41.949 INFO kablam! | Oct 27 11:25:41.949 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 27 11:25:41.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.949 INFO kablam! | Oct 27 11:25:41.949 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:41.949 INFO kablam! Oct 27 11:25:41.949 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:41.949 INFO kablam! --> src/main.rs:52:41 Oct 27 11:25:41.949 INFO kablam! | Oct 27 11:25:41.949 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 27 11:25:41.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.949 INFO kablam! | Oct 27 11:25:41.959 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:41.962 INFO kablam! Oct 27 11:25:41.962 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:41.963 INFO kablam! --> src/main.rs:53:41 Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 27 11:25:41.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:41.963 INFO kablam! Oct 27 11:25:41.963 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:41.963 INFO kablam! --> src/main.rs:54:41 Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 27 11:25:41.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:41.963 INFO kablam! Oct 27 11:25:41.963 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:41.963 INFO kablam! --> src/main.rs:55:41 Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 27 11:25:41.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:41.963 INFO kablam! Oct 27 11:25:41.963 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:41.963 INFO kablam! --> src/main.rs:56:41 Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 27 11:25:41.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:41.963 INFO kablam! Oct 27 11:25:41.963 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:41.963 INFO kablam! --> src/main.rs:57:41 Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 27 11:25:41.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:41.963 INFO kablam! | Oct 27 11:25:41.963 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:41.963 INFO kablam! Oct 27 11:25:42.067 INFO kablam! warning: method is never used: `repository_count` Oct 27 11:25:42.067 INFO kablam! --> src/json.rs:45:5 Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 27 11:25:42.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:25:42.067 INFO kablam! Oct 27 11:25:42.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:42.067 INFO kablam! --> src/http.rs:14:9 Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 27 11:25:42.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 11:25:42.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:42.067 INFO kablam! Oct 27 11:25:42.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:42.067 INFO kablam! --> src/main.rs:51:41 Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 27 11:25:42.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:42.067 INFO kablam! Oct 27 11:25:42.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:42.067 INFO kablam! --> src/main.rs:52:41 Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 27 11:25:42.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:42.067 INFO kablam! Oct 27 11:25:42.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:42.067 INFO kablam! --> src/main.rs:53:41 Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.067 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 27 11:25:42.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.067 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:42.068 INFO kablam! Oct 27 11:25:42.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:42.068 INFO kablam! --> src/main.rs:54:41 Oct 27 11:25:42.068 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 27 11:25:42.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.068 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:42.068 INFO kablam! Oct 27 11:25:42.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:42.068 INFO kablam! --> src/main.rs:55:41 Oct 27 11:25:42.068 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 27 11:25:42.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.068 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:42.068 INFO kablam! Oct 27 11:25:42.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:42.068 INFO kablam! --> src/main.rs:56:41 Oct 27 11:25:42.068 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 27 11:25:42.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.068 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:42.068 INFO kablam! Oct 27 11:25:42.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 11:25:42.068 INFO kablam! --> src/main.rs:57:41 Oct 27 11:25:42.068 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 27 11:25:42.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:42.068 INFO kablam! | Oct 27 11:25:42.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 11:25:42.068 INFO kablam! Oct 27 11:25:42.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.95s Oct 27 11:25:42.143 INFO kablam! su: No module specific data is present Oct 27 11:25:43.026 INFO running `"docker" "rm" "-f" "4b75dc0e1dd4792bb0726c738af411d05a6d45087943decbbcb0b18cca460f48"` Oct 27 11:25:43.399 INFO blam! 4b75dc0e1dd4792bb0726c738af411d05a6d45087943decbbcb0b18cca460f48