Oct 27 01:21:48.404 INFO checking lrssnn/HockeyStat against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:21:48.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 01:21:49.003 INFO blam! c25a50b4496692e367950ce184509face0804da6d783928ae209ffe9d8687733 Oct 27 01:21:49.023 INFO running `"docker" "start" "-a" "c25a50b4496692e367950ce184509face0804da6d783928ae209ffe9d8687733"` Oct 27 01:21:50.788 INFO kablam! usermod: no changes Oct 27 01:21:50.943 INFO kablam! Checking svg v0.5.10 Oct 27 01:21:50.943 INFO kablam! Compiling curl-sys v0.4.1 Oct 27 01:21:50.943 INFO kablam! Checking socket2 v0.3.3 Oct 27 01:21:50.943 INFO kablam! Checking serde_json v1.0.11 Oct 27 01:21:50.944 INFO kablam! Checking chrono v0.4.0 Oct 27 01:21:50.944 INFO kablam! Compiling serde_derive v1.0.30 Oct 27 01:21:56.864 INFO kablam! Checking plotlib v0.3.0 Oct 27 01:22:00.607 INFO kablam! Checking curl v0.4.11 Oct 27 01:22:10.804 INFO kablam! Checking HockeyStat v0.1.0 (/source) Oct 27 01:22:12.696 INFO kablam! warning: unused import: `plotlib::style::Line` Oct 27 01:22:12.696 INFO kablam! --> src/main.rs:11:5 Oct 27 01:22:12.696 INFO kablam! | Oct 27 01:22:12.696 INFO kablam! 11 | use plotlib::style::Line; Oct 27 01:22:12.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:12.696 INFO kablam! | Oct 27 01:22:12.696 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:22:12.696 INFO kablam! Oct 27 01:22:12.879 INFO kablam! warning: unused import: `plotlib::style::Line` Oct 27 01:22:12.879 INFO kablam! --> src/main.rs:11:5 Oct 27 01:22:12.880 INFO kablam! | Oct 27 01:22:12.880 INFO kablam! 11 | use plotlib::style::Line; Oct 27 01:22:12.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:12.880 INFO kablam! | Oct 27 01:22:12.880 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:22:12.880 INFO kablam! Oct 27 01:22:13.723 INFO kablam! warning: unused variable: `date` Oct 27 01:22:13.724 INFO kablam! --> src/main.rs:95:79 Oct 27 01:22:13.725 INFO kablam! | Oct 27 01:22:13.725 INFO kablam! 95 | fn update_team(teams: &mut HashMap, team: &ApiTeamResult, date: &String) { Oct 27 01:22:13.726 INFO kablam! | ^^^^ help: consider using `_date` instead Oct 27 01:22:13.727 INFO kablam! | Oct 27 01:22:13.727 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:22:13.728 INFO kablam! Oct 27 01:22:13.889 INFO kablam! warning: unused variable: `date` Oct 27 01:22:13.889 INFO kablam! --> src/main.rs:95:79 Oct 27 01:22:13.889 INFO kablam! | Oct 27 01:22:13.889 INFO kablam! 95 | fn update_team(teams: &mut HashMap, team: &ApiTeamResult, date: &String) { Oct 27 01:22:13.889 INFO kablam! | ^^^^ help: consider using `_date` instead Oct 27 01:22:13.895 INFO kablam! | Oct 27 01:22:13.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:22:13.895 INFO kablam! Oct 27 01:22:14.034 INFO kablam! warning: field is never used: `name` Oct 27 01:22:14.034 INFO kablam! --> src/main.rs:59:5 Oct 27 01:22:14.035 INFO kablam! | Oct 27 01:22:14.035 INFO kablam! 59 | name: String, Oct 27 01:22:14.035 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:22:14.035 INFO kablam! | Oct 27 01:22:14.035 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:22:14.035 INFO kablam! Oct 27 01:22:14.037 INFO kablam! warning: crate `HockeyStat` should have a snake case name such as `hockey_stat` Oct 27 01:22:14.037 INFO kablam! | Oct 27 01:22:14.037 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:22:14.037 INFO kablam! Oct 27 01:22:14.039 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:14.039 INFO kablam! --> src/main.rs:49:9 Oct 27 01:22:14.039 INFO kablam! | Oct 27 01:22:14.039 INFO kablam! 49 | file.write_all(format!("{}\n", team).as_bytes()); Oct 27 01:22:14.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:14.040 INFO kablam! | Oct 27 01:22:14.040 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:22:14.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:14.040 INFO kablam! Oct 27 01:22:14.041 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:14.041 INFO kablam! --> src/main.rs:51:13 Oct 27 01:22:14.041 INFO kablam! | Oct 27 01:22:14.041 INFO kablam! 51 | file.write_all(format!(",{}", score).as_bytes()); Oct 27 01:22:14.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:14.041 INFO kablam! | Oct 27 01:22:14.042 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:14.042 INFO kablam! Oct 27 01:22:14.042 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:14.042 INFO kablam! --> src/main.rs:53:9 Oct 27 01:22:14.042 INFO kablam! | Oct 27 01:22:14.042 INFO kablam! 53 | file.write_all(format!("\n").as_bytes()); Oct 27 01:22:14.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:14.042 INFO kablam! | Oct 27 01:22:14.042 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:14.044 INFO kablam! Oct 27 01:22:14.220 INFO kablam! warning: field is never used: `name` Oct 27 01:22:14.221 INFO kablam! --> src/main.rs:59:5 Oct 27 01:22:14.221 INFO kablam! | Oct 27 01:22:14.222 INFO kablam! 59 | name: String, Oct 27 01:22:14.223 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:22:14.223 INFO kablam! | Oct 27 01:22:14.224 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:22:14.225 INFO kablam! Oct 27 01:22:14.225 INFO kablam! warning: crate `HockeyStat` should have a snake case name such as `hockey_stat` Oct 27 01:22:14.226 INFO kablam! | Oct 27 01:22:14.226 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:22:14.227 INFO kablam! Oct 27 01:22:14.227 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:14.228 INFO kablam! --> src/main.rs:49:9 Oct 27 01:22:14.229 INFO kablam! | Oct 27 01:22:14.229 INFO kablam! 49 | file.write_all(format!("{}\n", team).as_bytes()); Oct 27 01:22:14.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:14.229 INFO kablam! | Oct 27 01:22:14.229 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:22:14.235 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:14.235 INFO kablam! Oct 27 01:22:14.235 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:14.235 INFO kablam! --> src/main.rs:51:13 Oct 27 01:22:14.235 INFO kablam! | Oct 27 01:22:14.235 INFO kablam! 51 | file.write_all(format!(",{}", score).as_bytes()); Oct 27 01:22:14.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:14.235 INFO kablam! | Oct 27 01:22:14.235 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:14.235 INFO kablam! Oct 27 01:22:14.235 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:14.235 INFO kablam! --> src/main.rs:53:9 Oct 27 01:22:14.235 INFO kablam! | Oct 27 01:22:14.235 INFO kablam! 53 | file.write_all(format!("\n").as_bytes()); Oct 27 01:22:14.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:14.235 INFO kablam! | Oct 27 01:22:14.235 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:14.235 INFO kablam! Oct 27 01:22:14.294 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.48s Oct 27 01:22:14.319 INFO kablam! su: No module specific data is present Oct 27 01:22:15.950 INFO running `"docker" "rm" "-f" "c25a50b4496692e367950ce184509face0804da6d783928ae209ffe9d8687733"` Oct 27 01:22:16.267 INFO blam! c25a50b4496692e367950ce184509face0804da6d783928ae209ffe9d8687733