Oct 12 15:44:01.955 INFO checking picklenerd/rock_paper_scissors against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 15:44:01.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 15:44:02.413 INFO blam! c41d41f16a60b806db060a26fa88de022147f01c6f633ebff43d6c3de87ed970 Oct 12 15:44:02.415 INFO running `"docker" "start" "-a" "c41d41f16a60b806db060a26fa88de022147f01c6f633ebff43d6c3de87ed970"` Oct 12 15:44:03.984 INFO kablam! usermod: no changes Oct 12 15:44:04.093 INFO kablam! Checking rockpaperscissors v0.1.0 (/source) Oct 12 15:44:04.597 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 15:44:04.597 INFO kablam! --> src/main.rs:5:5 Oct 12 15:44:04.597 INFO kablam! | Oct 12 15:44:04.597 INFO kablam! 5 | use std::collections::HashMap; Oct 12 15:44:04.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:04.597 INFO kablam! | Oct 12 15:44:04.597 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:44:04.597 INFO kablam! Oct 12 15:44:04.632 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 15:44:04.632 INFO kablam! --> src/main.rs:5:5 Oct 12 15:44:04.632 INFO kablam! | Oct 12 15:44:04.632 INFO kablam! 5 | use std::collections::HashMap; Oct 12 15:44:04.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:04.632 INFO kablam! | Oct 12 15:44:04.632 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:44:04.632 INFO kablam! Oct 12 15:44:04.800 INFO kablam! warning: method is never used: `get_weapon_count` Oct 12 15:44:04.800 INFO kablam! --> src/game/ai.rs:27:5 Oct 12 15:44:04.800 INFO kablam! | Oct 12 15:44:04.800 INFO kablam! 27 | pub fn get_weapon_count(&self, weapon: &Weapon) -> u64 { Oct 12 15:44:04.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:04.800 INFO kablam! | Oct 12 15:44:04.800 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:44:04.800 INFO kablam! Oct 12 15:44:04.800 INFO kablam! warning: method is never used: `get_weapon_weight` Oct 12 15:44:04.800 INFO kablam! --> src/game/ai.rs:31:5 Oct 12 15:44:04.800 INFO kablam! | Oct 12 15:44:04.800 INFO kablam! 31 | pub fn get_weapon_weight(&self, weapon: &Weapon) -> f32 { Oct 12 15:44:04.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:04.800 INFO kablam! Oct 12 15:44:04.800 INFO kablam! warning: method is never used: `get_count_total` Oct 12 15:44:04.800 INFO kablam! --> src/game/ai.rs:36:5 Oct 12 15:44:04.800 INFO kablam! | Oct 12 15:44:04.800 INFO kablam! 36 | pub fn get_count_total(&self) -> u64 { Oct 12 15:44:04.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:04.804 INFO kablam! Oct 12 15:44:04.856 INFO kablam! warning: method is never used: `get_weapon_count` Oct 12 15:44:04.856 INFO kablam! --> src/game/ai.rs:27:5 Oct 12 15:44:04.856 INFO kablam! | Oct 12 15:44:04.856 INFO kablam! 27 | pub fn get_weapon_count(&self, weapon: &Weapon) -> u64 { Oct 12 15:44:04.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:04.856 INFO kablam! | Oct 12 15:44:04.856 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:44:04.856 INFO kablam! Oct 12 15:44:04.856 INFO kablam! warning: method is never used: `get_weapon_weight` Oct 12 15:44:04.856 INFO kablam! --> src/game/ai.rs:31:5 Oct 12 15:44:04.856 INFO kablam! | Oct 12 15:44:04.856 INFO kablam! 31 | pub fn get_weapon_weight(&self, weapon: &Weapon) -> f32 { Oct 12 15:44:04.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:04.856 INFO kablam! Oct 12 15:44:04.856 INFO kablam! warning: method is never used: `get_count_total` Oct 12 15:44:04.856 INFO kablam! --> src/game/ai.rs:36:5 Oct 12 15:44:04.856 INFO kablam! | Oct 12 15:44:04.856 INFO kablam! 36 | pub fn get_count_total(&self) -> u64 { Oct 12 15:44:04.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:04.856 INFO kablam! Oct 12 15:44:04.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 12 15:44:04.900 INFO kablam! su: No module specific data is present Oct 12 15:44:06.361 INFO running `"docker" "rm" "-f" "c41d41f16a60b806db060a26fa88de022147f01c6f633ebff43d6c3de87ed970"` Oct 12 15:44:06.641 INFO blam! c41d41f16a60b806db060a26fa88de022147f01c6f633ebff43d6c3de87ed970