Oct 21 14:47:25.470 INFO checking picklenerd/rock_paper_scissors against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:47:25.470 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 14:47:25.774 INFO blam! d35e8a387b1f99c7177a08fdeea20c532d5c25190622a0fe3e87e4f75d19315a Oct 21 14:47:25.781 INFO running `"docker" "start" "-a" "d35e8a387b1f99c7177a08fdeea20c532d5c25190622a0fe3e87e4f75d19315a"` Oct 21 14:47:27.467 INFO kablam! usermod: no changes Oct 21 14:47:27.536 INFO kablam! Checking rockpaperscissors v0.1.0 (/source) Oct 21 14:47:27.916 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 14:47:27.916 INFO kablam! --> src/main.rs:5:5 Oct 21 14:47:27.916 INFO kablam! | Oct 21 14:47:27.916 INFO kablam! 5 | use std::collections::HashMap; Oct 21 14:47:27.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:47:27.916 INFO kablam! | Oct 21 14:47:27.916 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:47:27.916 INFO kablam! Oct 21 14:47:28.008 INFO kablam! warning: method is never used: `get_weapon_count` Oct 21 14:47:28.008 INFO kablam! --> src/game/ai.rs:27:5 Oct 21 14:47:28.008 INFO kablam! | Oct 21 14:47:28.008 INFO kablam! 27 | pub fn get_weapon_count(&self, weapon: &Weapon) -> u64 { Oct 21 14:47:28.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:47:28.008 INFO kablam! | Oct 21 14:47:28.008 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:47:28.008 INFO kablam! Oct 21 14:47:28.008 INFO kablam! warning: method is never used: `get_weapon_weight` Oct 21 14:47:28.008 INFO kablam! --> src/game/ai.rs:31:5 Oct 21 14:47:28.008 INFO kablam! | Oct 21 14:47:28.008 INFO kablam! 31 | pub fn get_weapon_weight(&self, weapon: &Weapon) -> f32 { Oct 21 14:47:28.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:47:28.008 INFO kablam! Oct 21 14:47:28.008 INFO kablam! warning: method is never used: `get_count_total` Oct 21 14:47:28.008 INFO kablam! --> src/game/ai.rs:36:5 Oct 21 14:47:28.008 INFO kablam! | Oct 21 14:47:28.009 INFO kablam! 36 | pub fn get_count_total(&self) -> u64 { Oct 21 14:47:28.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:47:28.009 INFO kablam! Oct 21 14:47:28.060 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 14:47:28.060 INFO kablam! --> src/main.rs:5:5 Oct 21 14:47:28.060 INFO kablam! | Oct 21 14:47:28.060 INFO kablam! 5 | use std::collections::HashMap; Oct 21 14:47:28.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:47:28.060 INFO kablam! | Oct 21 14:47:28.060 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:47:28.060 INFO kablam! Oct 21 14:47:28.236 INFO kablam! warning: method is never used: `get_weapon_count` Oct 21 14:47:28.236 INFO kablam! --> src/game/ai.rs:27:5 Oct 21 14:47:28.236 INFO kablam! | Oct 21 14:47:28.236 INFO kablam! 27 | pub fn get_weapon_count(&self, weapon: &Weapon) -> u64 { Oct 21 14:47:28.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:47:28.236 INFO kablam! | Oct 21 14:47:28.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:47:28.236 INFO kablam! Oct 21 14:47:28.236 INFO kablam! warning: method is never used: `get_weapon_weight` Oct 21 14:47:28.236 INFO kablam! --> src/game/ai.rs:31:5 Oct 21 14:47:28.236 INFO kablam! | Oct 21 14:47:28.236 INFO kablam! 31 | pub fn get_weapon_weight(&self, weapon: &Weapon) -> f32 { Oct 21 14:47:28.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:47:28.236 INFO kablam! Oct 21 14:47:28.236 INFO kablam! warning: method is never used: `get_count_total` Oct 21 14:47:28.236 INFO kablam! --> src/game/ai.rs:36:5 Oct 21 14:47:28.236 INFO kablam! | Oct 21 14:47:28.236 INFO kablam! 36 | pub fn get_count_total(&self) -> u64 { Oct 21 14:47:28.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:47:28.236 INFO kablam! Oct 21 14:47:28.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 21 14:47:28.291 INFO kablam! su: No module specific data is present Oct 21 14:47:28.884 INFO running `"docker" "rm" "-f" "d35e8a387b1f99c7177a08fdeea20c532d5c25190622a0fe3e87e4f75d19315a"` Oct 21 14:47:29.352 INFO blam! d35e8a387b1f99c7177a08fdeea20c532d5c25190622a0fe3e87e4f75d19315a