Oct 13 04:38:19.018 INFO checking Fuzzerker/card_game against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:38:19.018 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 13 04:38:19.798 INFO blam! 1c83d392052cf7dd9f3b6e0ae03aaaa08367bb6d628eb2916fc50b2978ea17e1 Oct 13 04:38:19.799 INFO running `"docker" "start" "-a" "1c83d392052cf7dd9f3b6e0ae03aaaa08367bb6d628eb2916fc50b2978ea17e1"` Oct 13 04:38:21.156 INFO kablam! usermod: no changes Oct 13 04:38:21.236 INFO kablam! Checking card_game v0.1.0 (/source) Oct 13 04:38:22.361 INFO kablam! warning: unused import: `std::io::stdin` Oct 13 04:38:22.361 INFO kablam! --> src/main.rs:1:5 Oct 13 04:38:22.361 INFO kablam! | Oct 13 04:38:22.361 INFO kablam! 1 | use std::io::stdin; Oct 13 04:38:22.361 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:38:22.361 INFO kablam! | Oct 13 04:38:22.361 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:38:22.361 INFO kablam! Oct 13 04:38:22.361 INFO kablam! warning: unused import: `std::process` Oct 13 04:38:22.361 INFO kablam! --> src/main.rs:2:5 Oct 13 04:38:22.361 INFO kablam! | Oct 13 04:38:22.361 INFO kablam! 2 | use std::process; Oct 13 04:38:22.361 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:38:22.361 INFO kablam! Oct 13 04:38:22.361 INFO kablam! warning: unused imports: `SystemTime`, `UNIX_EPOCH` Oct 13 04:38:22.361 INFO kablam! --> src/main.rs:3:17 Oct 13 04:38:22.361 INFO kablam! | Oct 13 04:38:22.361 INFO kablam! 3 | use std::time::{SystemTime, UNIX_EPOCH}; Oct 13 04:38:22.361 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 13 04:38:22.361 INFO kablam! Oct 13 04:38:22.468 INFO kablam! warning: method is never used: `end_game_with_message` Oct 13 04:38:22.468 INFO kablam! --> src/main.rs:127:5 Oct 13 04:38:22.468 INFO kablam! | Oct 13 04:38:22.468 INFO kablam! 127 | fn end_game_with_message(&self, msg: &str) { Oct 13 04:38:22.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:38:22.468 INFO kablam! | Oct 13 04:38:22.468 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:38:22.468 INFO kablam! Oct 13 04:38:22.496 INFO kablam! warning: unused import: `std::io::stdin` Oct 13 04:38:22.496 INFO kablam! --> src/main.rs:1:5 Oct 13 04:38:22.496 INFO kablam! | Oct 13 04:38:22.496 INFO kablam! 1 | use std::io::stdin; Oct 13 04:38:22.496 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:38:22.496 INFO kablam! | Oct 13 04:38:22.496 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:38:22.496 INFO kablam! Oct 13 04:38:22.496 INFO kablam! warning: unused import: `std::process` Oct 13 04:38:22.496 INFO kablam! --> src/main.rs:2:5 Oct 13 04:38:22.496 INFO kablam! | Oct 13 04:38:22.496 INFO kablam! 2 | use std::process; Oct 13 04:38:22.496 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:38:22.496 INFO kablam! Oct 13 04:38:22.496 INFO kablam! warning: unused imports: `SystemTime`, `UNIX_EPOCH` Oct 13 04:38:22.496 INFO kablam! --> src/main.rs:3:17 Oct 13 04:38:22.496 INFO kablam! | Oct 13 04:38:22.496 INFO kablam! 3 | use std::time::{SystemTime, UNIX_EPOCH}; Oct 13 04:38:22.496 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 13 04:38:22.496 INFO kablam! Oct 13 04:38:22.624 INFO kablam! warning: method is never used: `end_game_with_message` Oct 13 04:38:22.624 INFO kablam! --> src/main.rs:127:5 Oct 13 04:38:22.624 INFO kablam! | Oct 13 04:38:22.624 INFO kablam! 127 | fn end_game_with_message(&self, msg: &str) { Oct 13 04:38:22.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:38:22.624 INFO kablam! | Oct 13 04:38:22.624 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:38:22.625 INFO kablam! Oct 13 04:38:22.653 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Oct 13 04:38:22.661 INFO kablam! su: No module specific data is present Oct 13 04:38:23.587 INFO running `"docker" "rm" "-f" "1c83d392052cf7dd9f3b6e0ae03aaaa08367bb6d628eb2916fc50b2978ea17e1"` Oct 13 04:38:24.073 INFO blam! 1c83d392052cf7dd9f3b6e0ae03aaaa08367bb6d628eb2916fc50b2978ea17e1