Oct 27 01:21:48.817 INFO checking lrssnn/HockeyStat against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:21:48.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 01:21:49.208 INFO blam! 243c737d6022d9961b163670b5b9ec4655d665be19ae57e52b4980d4c8b4b7b8 Oct 27 01:21:49.211 INFO running `"docker" "start" "-a" "243c737d6022d9961b163670b5b9ec4655d665be19ae57e52b4980d4c8b4b7b8"` Oct 27 01:21:51.050 INFO kablam! usermod: no changes Oct 27 01:21:51.282 INFO kablam! Checking svg v0.5.10 Oct 27 01:21:51.282 INFO kablam! Compiling libz-sys v1.0.18 Oct 27 01:21:51.282 INFO kablam! Compiling openssl-sys v0.9.27 Oct 27 01:21:51.292 INFO kablam! Compiling curl-sys v0.4.1 Oct 27 01:21:51.292 INFO kablam! Checking socket2 v0.3.3 Oct 27 01:21:51.292 INFO kablam! Checking serde_json v1.0.11 Oct 27 01:21:51.294 INFO kablam! Checking chrono v0.4.0 Oct 27 01:21:51.294 INFO kablam! Compiling serde_derive v1.0.30 Oct 27 01:21:59.933 INFO kablam! Checking plotlib v0.3.0 Oct 27 01:22:07.171 INFO kablam! Checking curl v0.4.11 Oct 27 01:22:15.363 INFO kablam! Checking HockeyStat v0.1.0 (/source) Oct 27 01:22:16.547 INFO kablam! warning: unused import: `plotlib::style::Line` Oct 27 01:22:16.547 INFO kablam! --> src/main.rs:11:5 Oct 27 01:22:16.547 INFO kablam! | Oct 27 01:22:16.547 INFO kablam! 11 | use plotlib::style::Line; Oct 27 01:22:16.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:16.547 INFO kablam! | Oct 27 01:22:16.547 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:22:16.547 INFO kablam! Oct 27 01:22:16.655 INFO kablam! warning: unused import: `plotlib::style::Line` Oct 27 01:22:16.655 INFO kablam! --> src/main.rs:11:5 Oct 27 01:22:16.655 INFO kablam! | Oct 27 01:22:16.655 INFO kablam! 11 | use plotlib::style::Line; Oct 27 01:22:16.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:16.655 INFO kablam! | Oct 27 01:22:16.655 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:22:16.655 INFO kablam! Oct 27 01:22:17.191 INFO kablam! warning: unused variable: `date` Oct 27 01:22:17.191 INFO kablam! --> src/main.rs:95:79 Oct 27 01:22:17.192 INFO kablam! | Oct 27 01:22:17.192 INFO kablam! 95 | fn update_team(teams: &mut HashMap, team: &ApiTeamResult, date: &String) { Oct 27 01:22:17.192 INFO kablam! | ^^^^ help: consider using `_date` instead Oct 27 01:22:17.192 INFO kablam! | Oct 27 01:22:17.192 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:22:17.193 INFO kablam! Oct 27 01:22:17.503 INFO kablam! warning: field is never used: `name` Oct 27 01:22:17.503 INFO kablam! --> src/main.rs:59:5 Oct 27 01:22:17.504 INFO kablam! | Oct 27 01:22:17.504 INFO kablam! 59 | name: String, Oct 27 01:22:17.504 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:22:17.504 INFO kablam! | Oct 27 01:22:17.504 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:22:17.505 INFO kablam! Oct 27 01:22:17.511 INFO kablam! warning: crate `HockeyStat` should have a snake case name such as `hockey_stat` Oct 27 01:22:17.515 INFO kablam! | Oct 27 01:22:17.515 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:22:17.515 INFO kablam! Oct 27 01:22:17.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:17.515 INFO kablam! --> src/main.rs:49:9 Oct 27 01:22:17.515 INFO kablam! | Oct 27 01:22:17.515 INFO kablam! 49 | file.write_all(format!("{}\n", team).as_bytes()); Oct 27 01:22:17.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:17.515 INFO kablam! | Oct 27 01:22:17.515 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:22:17.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:17.515 INFO kablam! Oct 27 01:22:17.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:17.515 INFO kablam! --> src/main.rs:51:13 Oct 27 01:22:17.515 INFO kablam! | Oct 27 01:22:17.515 INFO kablam! 51 | file.write_all(format!(",{}", score).as_bytes()); Oct 27 01:22:17.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:17.515 INFO kablam! | Oct 27 01:22:17.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:17.515 INFO kablam! Oct 27 01:22:17.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:17.515 INFO kablam! --> src/main.rs:53:9 Oct 27 01:22:17.515 INFO kablam! | Oct 27 01:22:17.515 INFO kablam! 53 | file.write_all(format!("\n").as_bytes()); Oct 27 01:22:17.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:17.515 INFO kablam! | Oct 27 01:22:17.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:17.515 INFO kablam! Oct 27 01:22:17.609 INFO kablam! warning: unused variable: `date` Oct 27 01:22:17.609 INFO kablam! --> src/main.rs:95:79 Oct 27 01:22:17.609 INFO kablam! | Oct 27 01:22:17.609 INFO kablam! 95 | fn update_team(teams: &mut HashMap, team: &ApiTeamResult, date: &String) { Oct 27 01:22:17.609 INFO kablam! | ^^^^ help: consider using `_date` instead Oct 27 01:22:17.609 INFO kablam! | Oct 27 01:22:17.609 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:22:17.609 INFO kablam! Oct 27 01:22:17.787 INFO kablam! warning: field is never used: `name` Oct 27 01:22:17.787 INFO kablam! --> src/main.rs:59:5 Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! 59 | name: String, Oct 27 01:22:17.787 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:22:17.787 INFO kablam! Oct 27 01:22:17.787 INFO kablam! warning: crate `HockeyStat` should have a snake case name such as `hockey_stat` Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 01:22:17.787 INFO kablam! Oct 27 01:22:17.787 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:17.787 INFO kablam! --> src/main.rs:49:9 Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! 49 | file.write_all(format!("{}\n", team).as_bytes()); Oct 27 01:22:17.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:22:17.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:17.787 INFO kablam! Oct 27 01:22:17.787 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:17.787 INFO kablam! --> src/main.rs:51:13 Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! 51 | file.write_all(format!(",{}", score).as_bytes()); Oct 27 01:22:17.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:17.787 INFO kablam! Oct 27 01:22:17.787 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:22:17.787 INFO kablam! --> src/main.rs:53:9 Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! 53 | file.write_all(format!("\n").as_bytes()); Oct 27 01:22:17.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:22:17.787 INFO kablam! | Oct 27 01:22:17.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:22:17.787 INFO kablam! Oct 27 01:22:17.841 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.73s Oct 27 01:22:17.849 INFO kablam! su: No module specific data is present Oct 27 01:22:18.325 INFO running `"docker" "rm" "-f" "243c737d6022d9961b163670b5b9ec4655d665be19ae57e52b4980d4c8b4b7b8"` Oct 27 01:22:18.636 INFO blam! 243c737d6022d9961b163670b5b9ec4655d665be19ae57e52b4980d4c8b4b7b8