Oct 13 04:16:31.569 INFO checking ItinoseSan/check-hub against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:16:31.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 04:16:32.091 INFO blam! 6080caff18231faaecc5491f80c1d3655ef35d9a78a2a2f994cfea0a07433eff Oct 13 04:16:32.093 INFO running `"docker" "start" "-a" "6080caff18231faaecc5491f80c1d3655ef35d9a78a2a2f994cfea0a07433eff"` Oct 13 04:16:34.064 INFO kablam! usermod: no changes Oct 13 04:16:34.409 INFO kablam! Checking atty v0.2.10 Oct 13 04:16:34.410 INFO kablam! Checking serde_json v1.0.10 Oct 13 04:16:34.428 INFO kablam! Checking mio v0.6.13 Oct 13 04:16:34.442 INFO kablam! Checking tokio-io v0.1.5 Oct 13 04:16:35.400 INFO kablam! Checking clap v2.32.0 Oct 13 04:16:37.747 INFO kablam! Checking tokio-core v0.1.12 Oct 13 04:16:40.888 INFO kablam! Checking tokio-proto v0.1.1 Oct 13 04:16:40.888 INFO kablam! Checking tokio-tls v0.1.4 Oct 13 04:16:45.360 INFO kablam! Checking hyper v0.11.22 Oct 13 04:16:51.885 INFO kablam! Checking hyper-tls v0.1.2 Oct 13 04:16:54.341 INFO kablam! Checking reqwest v0.8.5 Oct 13 04:16:58.360 INFO kablam! Checking check-hub v0.1.0 (/source) Oct 13 04:17:02.593 INFO kablam! warning: unused import: `yaml_rust::YamlLoader` Oct 13 04:17:02.593 INFO kablam! --> src/main.rs:13:5 Oct 13 04:17:02.593 INFO kablam! | Oct 13 04:17:02.594 INFO kablam! 13 | use yaml_rust::YamlLoader; Oct 13 04:17:02.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.594 INFO kablam! | Oct 13 04:17:02.594 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:17:02.595 INFO kablam! Oct 13 04:17:02.827 INFO kablam! warning: method is never used: `repository_count` Oct 13 04:17:02.827 INFO kablam! --> src/json.rs:45:5 Oct 13 04:17:02.827 INFO kablam! | Oct 13 04:17:02.828 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 13 04:17:02.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.828 INFO kablam! | Oct 13 04:17:02.829 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:17:02.829 INFO kablam! Oct 13 04:17:02.829 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:02.830 INFO kablam! --> src/http.rs:14:9 Oct 13 04:17:02.830 INFO kablam! | Oct 13 04:17:02.830 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 13 04:17:02.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.831 INFO kablam! | Oct 13 04:17:02.831 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:17:02.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:02.832 INFO kablam! Oct 13 04:17:02.832 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:02.832 INFO kablam! --> src/main.rs:51:41 Oct 13 04:17:02.833 INFO kablam! | Oct 13 04:17:02.833 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 13 04:17:02.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.833 INFO kablam! | Oct 13 04:17:02.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:02.834 INFO kablam! Oct 13 04:17:02.834 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:02.834 INFO kablam! --> src/main.rs:52:41 Oct 13 04:17:02.835 INFO kablam! | Oct 13 04:17:02.835 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 13 04:17:02.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.835 INFO kablam! | Oct 13 04:17:02.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:02.836 INFO kablam! Oct 13 04:17:02.836 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:02.836 INFO kablam! --> src/main.rs:53:41 Oct 13 04:17:02.837 INFO kablam! | Oct 13 04:17:02.837 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 13 04:17:02.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.837 INFO kablam! | Oct 13 04:17:02.838 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:02.838 INFO kablam! Oct 13 04:17:02.838 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:02.838 INFO kablam! --> src/main.rs:54:41 Oct 13 04:17:02.839 INFO kablam! | Oct 13 04:17:02.839 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 13 04:17:02.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.839 INFO kablam! | Oct 13 04:17:02.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:02.840 INFO kablam! Oct 13 04:17:02.840 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:02.840 INFO kablam! --> src/main.rs:55:41 Oct 13 04:17:02.841 INFO kablam! | Oct 13 04:17:02.841 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 13 04:17:02.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.841 INFO kablam! | Oct 13 04:17:02.841 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:02.841 INFO kablam! Oct 13 04:17:02.841 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:02.841 INFO kablam! --> src/main.rs:56:41 Oct 13 04:17:02.841 INFO kablam! | Oct 13 04:17:02.841 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 13 04:17:02.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.841 INFO kablam! | Oct 13 04:17:02.841 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:02.841 INFO kablam! Oct 13 04:17:02.841 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:02.841 INFO kablam! --> src/main.rs:57:41 Oct 13 04:17:02.841 INFO kablam! | Oct 13 04:17:02.841 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 13 04:17:02.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:02.841 INFO kablam! | Oct 13 04:17:02.841 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:02.841 INFO kablam! Oct 13 04:17:03.344 INFO kablam! warning: method is never used: `repository_count` Oct 13 04:17:03.344 INFO kablam! --> src/json.rs:45:5 Oct 13 04:17:03.344 INFO kablam! | Oct 13 04:17:03.344 INFO kablam! 45 | pub fn repository_count(&self, json: &str)-> Result<(), Error>{ Oct 13 04:17:03.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.345 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:03.345 INFO kablam! --> src/http.rs:14:9 Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! 14 | resp.read_to_string(&mut s); Oct 13 04:17:03.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:17:03.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.345 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:03.345 INFO kablam! --> src/main.rs:51:41 Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! 51 | Some("name") => { json_decoder.name(json); }, Oct 13 04:17:03.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.345 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:03.345 INFO kablam! --> src/main.rs:52:41 Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! 52 | Some("login") => { json_decoder.login(json); }, Oct 13 04:17:03.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.345 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:03.345 INFO kablam! --> src/main.rs:53:41 Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! 53 | Some("bio") => { json_decoder.bio(json); }, Oct 13 04:17:03.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.345 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:03.345 INFO kablam! --> src/main.rs:54:41 Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! 54 | Some("gist-count") => { json_decoder.gist_count(json); }, Oct 13 04:17:03.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.345 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:03.345 INFO kablam! --> src/main.rs:55:41 Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! 55 | Some("follow-count") => { json_decoder.follow_count(json); }, Oct 13 04:17:03.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.345 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:03.345 INFO kablam! --> src/main.rs:56:41 Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! 56 | Some("follower-count") => { json_decoder.follower_count(json); }, Oct 13 04:17:03.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.345 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:03.345 INFO kablam! --> src/main.rs:57:41 Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! 57 | Some("location") => { json_decoder.location(json); }, Oct 13 04:17:03.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:03.345 INFO kablam! | Oct 13 04:17:03.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:03.345 INFO kablam! Oct 13 04:17:03.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.28s Oct 13 04:17:03.398 INFO kablam! su: No module specific data is present Oct 13 04:17:04.271 INFO running `"docker" "rm" "-f" "6080caff18231faaecc5491f80c1d3655ef35d9a78a2a2f994cfea0a07433eff"` Oct 13 04:17:04.496 INFO blam! 6080caff18231faaecc5491f80c1d3655ef35d9a78a2a2f994cfea0a07433eff