Oct 26 22:54:07.286 INFO checking picklenerd/rock_paper_scissors against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:54:07.288 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 26 22:54:07.689 INFO blam! 7aa01e37a2a53ad337ce90eefc01d7ed7b899b7a8a53a30ec041ba95d1cf751a Oct 26 22:54:07.703 INFO running `"docker" "start" "-a" "7aa01e37a2a53ad337ce90eefc01d7ed7b899b7a8a53a30ec041ba95d1cf751a"` Oct 26 22:54:09.875 INFO kablam! usermod: no changes Oct 26 22:54:09.967 INFO kablam! Checking rockpaperscissors v0.1.0 (/source) Oct 26 22:54:10.591 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 26 22:54:10.591 INFO kablam! --> src/main.rs:5:5 Oct 26 22:54:10.591 INFO kablam! | Oct 26 22:54:10.591 INFO kablam! 5 | use std::collections::HashMap; Oct 26 22:54:10.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:54:10.591 INFO kablam! | Oct 26 22:54:10.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:54:10.591 INFO kablam! Oct 26 22:54:10.803 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 26 22:54:10.803 INFO kablam! --> src/main.rs:5:5 Oct 26 22:54:10.803 INFO kablam! | Oct 26 22:54:10.803 INFO kablam! 5 | use std::collections::HashMap; Oct 26 22:54:10.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:54:10.803 INFO kablam! | Oct 26 22:54:10.804 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:54:10.804 INFO kablam! Oct 26 22:54:10.815 INFO kablam! warning: method is never used: `get_weapon_count` Oct 26 22:54:10.816 INFO kablam! --> src/game/ai.rs:27:5 Oct 26 22:54:10.816 INFO kablam! | Oct 26 22:54:10.816 INFO kablam! 27 | pub fn get_weapon_count(&self, weapon: &Weapon) -> u64 { Oct 26 22:54:10.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:54:10.817 INFO kablam! | Oct 26 22:54:10.817 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:54:10.817 INFO kablam! Oct 26 22:54:10.817 INFO kablam! warning: method is never used: `get_weapon_weight` Oct 26 22:54:10.817 INFO kablam! --> src/game/ai.rs:31:5 Oct 26 22:54:10.818 INFO kablam! | Oct 26 22:54:10.818 INFO kablam! 31 | pub fn get_weapon_weight(&self, weapon: &Weapon) -> f32 { Oct 26 22:54:10.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:54:10.818 INFO kablam! Oct 26 22:54:10.819 INFO kablam! warning: method is never used: `get_count_total` Oct 26 22:54:10.819 INFO kablam! --> src/game/ai.rs:36:5 Oct 26 22:54:10.819 INFO kablam! | Oct 26 22:54:10.819 INFO kablam! 36 | pub fn get_count_total(&self) -> u64 { Oct 26 22:54:10.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:54:10.819 INFO kablam! Oct 26 22:54:10.960 INFO kablam! warning: method is never used: `get_weapon_count` Oct 26 22:54:10.960 INFO kablam! --> src/game/ai.rs:27:5 Oct 26 22:54:10.960 INFO kablam! | Oct 26 22:54:10.960 INFO kablam! 27 | pub fn get_weapon_count(&self, weapon: &Weapon) -> u64 { Oct 26 22:54:10.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:54:10.960 INFO kablam! | Oct 26 22:54:10.960 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:54:10.960 INFO kablam! Oct 26 22:54:10.960 INFO kablam! warning: method is never used: `get_weapon_weight` Oct 26 22:54:10.960 INFO kablam! --> src/game/ai.rs:31:5 Oct 26 22:54:10.960 INFO kablam! | Oct 26 22:54:10.960 INFO kablam! 31 | pub fn get_weapon_weight(&self, weapon: &Weapon) -> f32 { Oct 26 22:54:10.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:54:10.960 INFO kablam! Oct 26 22:54:10.960 INFO kablam! warning: method is never used: `get_count_total` Oct 26 22:54:10.960 INFO kablam! --> src/game/ai.rs:36:5 Oct 26 22:54:10.960 INFO kablam! | Oct 26 22:54:10.960 INFO kablam! 36 | pub fn get_count_total(&self) -> u64 { Oct 26 22:54:10.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:54:10.960 INFO kablam! Oct 26 22:54:10.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 26 22:54:10.999 INFO kablam! su: No module specific data is present Oct 26 22:54:12.169 INFO running `"docker" "rm" "-f" "7aa01e37a2a53ad337ce90eefc01d7ed7b899b7a8a53a30ec041ba95d1cf751a"` Oct 26 22:54:12.479 INFO blam! 7aa01e37a2a53ad337ce90eefc01d7ed7b899b7a8a53a30ec041ba95d1cf751a