Oct 21 20:38:39.443 INFO checking RaineForest/FateExtraSolver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:38:39.443 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 20:38:39.886 INFO blam! 6051d4a6b0ae3ecdaaa33eaa596a64a14b834ec61beff6f992412af0ce8a998c Oct 21 20:38:39.889 INFO running `"docker" "start" "-a" "6051d4a6b0ae3ecdaaa33eaa596a64a14b834ec61beff6f992412af0ce8a998c"` Oct 21 20:38:40.728 INFO kablam! usermod: no changes Oct 21 20:38:40.812 INFO kablam! Checking fate_extra_solver v0.1.0 (/source) Oct 21 20:38:41.816 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:38:41.816 INFO kablam! --> src/enemy.rs:49:9 Oct 21 20:38:41.816 INFO kablam! | Oct 21 20:38:41.816 INFO kablam! 49 | / self.action_strings.iter().map(|x| { Oct 21 20:38:41.816 INFO kablam! 50 | | x.iter().map(|y| { Oct 21 20:38:41.816 INFO kablam! 51 | | print!("{}\t", y); Oct 21 20:38:41.816 INFO kablam! 52 | | }).collect::>(); Oct 21 20:38:41.817 INFO kablam! 53 | | println!(); Oct 21 20:38:41.817 INFO kablam! 54 | | }).collect::>(); Oct 21 20:38:41.817 INFO kablam! | |_______________________________^ Oct 21 20:38:41.817 INFO kablam! | Oct 21 20:38:41.817 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:38:41.817 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:38:41.817 INFO kablam! Oct 21 20:38:41.817 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:38:41.817 INFO kablam! --> src/enemy.rs:50:13 Oct 21 20:38:41.817 INFO kablam! | Oct 21 20:38:41.817 INFO kablam! 50 | / x.iter().map(|y| { Oct 21 20:38:41.817 INFO kablam! 51 | | print!("{}\t", y); Oct 21 20:38:41.817 INFO kablam! 52 | | }).collect::>(); Oct 21 20:38:41.817 INFO kablam! | |___________________________________^ Oct 21 20:38:41.817 INFO kablam! | Oct 21 20:38:41.817 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:38:41.817 INFO kablam! Oct 21 20:38:41.817 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:38:41.817 INFO kablam! --> src/main.rs:25:5 Oct 21 20:38:41.817 INFO kablam! | Oct 21 20:38:41.817 INFO kablam! 25 | patterns.iter().map(|x| print_pattern(&x)).collect::>(); Oct 21 20:38:41.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:38:41.818 INFO kablam! | Oct 21 20:38:41.818 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:38:41.818 INFO kablam! Oct 21 20:38:41.818 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:38:41.818 INFO kablam! --> src/main.rs:83:17 Oct 21 20:38:41.818 INFO kablam! | Oct 21 20:38:41.818 INFO kablam! 83 | / enemies.iter().map(|(k,_)| { Oct 21 20:38:41.818 INFO kablam! 84 | | println!("{}", k); Oct 21 20:38:41.818 INFO kablam! 85 | | }).collect::>(); Oct 21 20:38:41.818 INFO kablam! | |_______________________________________^ Oct 21 20:38:41.818 INFO kablam! | Oct 21 20:38:41.818 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:38:41.818 INFO kablam! Oct 21 20:38:42.024 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:38:42.024 INFO kablam! --> src/enemy.rs:49:9 Oct 21 20:38:42.024 INFO kablam! | Oct 21 20:38:42.024 INFO kablam! 49 | / self.action_strings.iter().map(|x| { Oct 21 20:38:42.024 INFO kablam! 50 | | x.iter().map(|y| { Oct 21 20:38:42.024 INFO kablam! 51 | | print!("{}\t", y); Oct 21 20:38:42.024 INFO kablam! 52 | | }).collect::>(); Oct 21 20:38:42.024 INFO kablam! 53 | | println!(); Oct 21 20:38:42.024 INFO kablam! 54 | | }).collect::>(); Oct 21 20:38:42.024 INFO kablam! | |_______________________________^ Oct 21 20:38:42.024 INFO kablam! | Oct 21 20:38:42.024 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:38:42.024 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:38:42.024 INFO kablam! Oct 21 20:38:42.024 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:38:42.024 INFO kablam! --> src/enemy.rs:50:13 Oct 21 20:38:42.024 INFO kablam! | Oct 21 20:38:42.024 INFO kablam! 50 | / x.iter().map(|y| { Oct 21 20:38:42.024 INFO kablam! 51 | | print!("{}\t", y); Oct 21 20:38:42.025 INFO kablam! 52 | | }).collect::>(); Oct 21 20:38:42.025 INFO kablam! | |___________________________________^ Oct 21 20:38:42.025 INFO kablam! | Oct 21 20:38:42.025 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:38:42.025 INFO kablam! Oct 21 20:38:42.028 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:38:42.028 INFO kablam! --> src/main.rs:25:5 Oct 21 20:38:42.028 INFO kablam! | Oct 21 20:38:42.028 INFO kablam! 25 | patterns.iter().map(|x| print_pattern(&x)).collect::>(); Oct 21 20:38:42.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:38:42.028 INFO kablam! | Oct 21 20:38:42.028 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:38:42.028 INFO kablam! Oct 21 20:38:42.028 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:38:42.028 INFO kablam! --> src/main.rs:83:17 Oct 21 20:38:42.028 INFO kablam! | Oct 21 20:38:42.028 INFO kablam! 83 | / enemies.iter().map(|(k,_)| { Oct 21 20:38:42.028 INFO kablam! 84 | | println!("{}", k); Oct 21 20:38:42.028 INFO kablam! 85 | | }).collect::>(); Oct 21 20:38:42.028 INFO kablam! | |_______________________________________^ Oct 21 20:38:42.028 INFO kablam! | Oct 21 20:38:42.028 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:38:42.028 INFO kablam! Oct 21 20:38:42.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 21 20:38:42.096 INFO kablam! su: No module specific data is present Oct 21 20:38:42.686 INFO running `"docker" "rm" "-f" "6051d4a6b0ae3ecdaaa33eaa596a64a14b834ec61beff6f992412af0ce8a998c"` Oct 21 20:38:42.996 INFO blam! 6051d4a6b0ae3ecdaaa33eaa596a64a14b834ec61beff6f992412af0ce8a998c