Oct 12 15:44:02.991 INFO checking picklenerd/rock_paper_scissors against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 15:44:02.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:03.466 INFO blam! f7d700ba5743a1f9a9b93758005899d2351b56c6bb6df5db139eba2f215cd79a Oct 12 15:44:03.468 INFO running `"docker" "start" "-a" "f7d700ba5743a1f9a9b93758005899d2351b56c6bb6df5db139eba2f215cd79a"` Oct 12 15:44:05.407 INFO kablam! usermod: no changes Oct 12 15:44:05.476 INFO kablam! Checking rockpaperscissors v0.1.0 (/source) Oct 12 15:44:06.096 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 15:44:06.096 INFO kablam! --> src/main.rs:5:5 Oct 12 15:44:06.096 INFO kablam! | Oct 12 15:44:06.096 INFO kablam! 5 | use std::collections::HashMap; Oct 12 15:44:06.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:06.096 INFO kablam! | Oct 12 15:44:06.096 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:44:06.096 INFO kablam! Oct 12 15:44:06.266 INFO kablam! warning: method is never used: `get_weapon_count` Oct 12 15:44:06.266 INFO kablam! --> src/game/ai.rs:27:5 Oct 12 15:44:06.266 INFO kablam! | Oct 12 15:44:06.266 INFO kablam! 27 | pub fn get_weapon_count(&self, weapon: &Weapon) -> u64 { Oct 12 15:44:06.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:06.269 INFO kablam! | Oct 12 15:44:06.269 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:44:06.269 INFO kablam! Oct 12 15:44:06.269 INFO kablam! warning: method is never used: `get_weapon_weight` Oct 12 15:44:06.269 INFO kablam! --> src/game/ai.rs:31:5 Oct 12 15:44:06.269 INFO kablam! | Oct 12 15:44:06.269 INFO kablam! 31 | pub fn get_weapon_weight(&self, weapon: &Weapon) -> f32 { Oct 12 15:44:06.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:06.269 INFO kablam! Oct 12 15:44:06.269 INFO kablam! warning: method is never used: `get_count_total` Oct 12 15:44:06.269 INFO kablam! --> src/game/ai.rs:36:5 Oct 12 15:44:06.269 INFO kablam! | Oct 12 15:44:06.269 INFO kablam! 36 | pub fn get_count_total(&self) -> u64 { Oct 12 15:44:06.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:06.269 INFO kablam! Oct 12 15:44:06.314 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 15:44:06.314 INFO kablam! --> src/main.rs:5:5 Oct 12 15:44:06.314 INFO kablam! | Oct 12 15:44:06.314 INFO kablam! 5 | use std::collections::HashMap; Oct 12 15:44:06.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:06.314 INFO kablam! | Oct 12 15:44:06.314 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:44:06.314 INFO kablam! Oct 12 15:44:06.468 INFO kablam! warning: method is never used: `get_weapon_count` Oct 12 15:44:06.468 INFO kablam! --> src/game/ai.rs:27:5 Oct 12 15:44:06.468 INFO kablam! | Oct 12 15:44:06.468 INFO kablam! 27 | pub fn get_weapon_count(&self, weapon: &Weapon) -> u64 { Oct 12 15:44:06.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:06.468 INFO kablam! | Oct 12 15:44:06.468 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:44:06.468 INFO kablam! Oct 12 15:44:06.468 INFO kablam! warning: method is never used: `get_weapon_weight` Oct 12 15:44:06.468 INFO kablam! --> src/game/ai.rs:31:5 Oct 12 15:44:06.468 INFO kablam! | Oct 12 15:44:06.468 INFO kablam! 31 | pub fn get_weapon_weight(&self, weapon: &Weapon) -> f32 { Oct 12 15:44:06.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:06.468 INFO kablam! Oct 12 15:44:06.468 INFO kablam! warning: method is never used: `get_count_total` Oct 12 15:44:06.468 INFO kablam! --> src/game/ai.rs:36:5 Oct 12 15:44:06.468 INFO kablam! | Oct 12 15:44:06.468 INFO kablam! 36 | pub fn get_count_total(&self) -> u64 { Oct 12 15:44:06.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:44:06.468 INFO kablam! Oct 12 15:44:06.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 12 15:44:06.536 INFO kablam! su: No module specific data is present Oct 12 15:44:07.602 INFO running `"docker" "rm" "-f" "f7d700ba5743a1f9a9b93758005899d2351b56c6bb6df5db139eba2f215cd79a"` Oct 12 15:44:07.936 INFO blam! f7d700ba5743a1f9a9b93758005899d2351b56c6bb6df5db139eba2f215cd79a