Oct 27 10:02:58.062 INFO checking RaineForest/FateExtraSolver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:02:58.062 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 10:02:58.671 INFO blam! 002014fbdc26668839215ef791443d1f56bbb424d6963da12ab268f61ed0a6fd Oct 27 10:02:58.673 INFO running `"docker" "start" "-a" "002014fbdc26668839215ef791443d1f56bbb424d6963da12ab268f61ed0a6fd"` Oct 27 10:02:59.809 INFO kablam! usermod: no changes Oct 27 10:02:59.915 INFO kablam! Checking regex v0.2.10 Oct 27 10:03:02.793 INFO kablam! Checking fate_extra_solver v0.1.0 (/source) Oct 27 10:03:04.011 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 10:03:04.011 INFO kablam! --> src/enemy.rs:49:9 Oct 27 10:03:04.011 INFO kablam! | Oct 27 10:03:04.011 INFO kablam! 49 | / self.action_strings.iter().map(|x| { Oct 27 10:03:04.011 INFO kablam! 50 | | x.iter().map(|y| { Oct 27 10:03:04.011 INFO kablam! 51 | | print!("{}\t", y); Oct 27 10:03:04.011 INFO kablam! 52 | | }).collect::>(); Oct 27 10:03:04.011 INFO kablam! 53 | | println!(); Oct 27 10:03:04.011 INFO kablam! 54 | | }).collect::>(); Oct 27 10:03:04.011 INFO kablam! | |_______________________________^ Oct 27 10:03:04.011 INFO kablam! | Oct 27 10:03:04.011 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:03:04.011 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 10:03:04.011 INFO kablam! Oct 27 10:03:04.011 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 10:03:04.011 INFO kablam! --> src/enemy.rs:50:13 Oct 27 10:03:04.011 INFO kablam! | Oct 27 10:03:04.011 INFO kablam! 50 | / x.iter().map(|y| { Oct 27 10:03:04.011 INFO kablam! 51 | | print!("{}\t", y); Oct 27 10:03:04.011 INFO kablam! 52 | | }).collect::>(); Oct 27 10:03:04.011 INFO kablam! | |___________________________________^ Oct 27 10:03:04.011 INFO kablam! | Oct 27 10:03:04.011 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 10:03:04.011 INFO kablam! Oct 27 10:03:04.019 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 10:03:04.019 INFO kablam! --> src/main.rs:25:5 Oct 27 10:03:04.019 INFO kablam! | Oct 27 10:03:04.019 INFO kablam! 25 | patterns.iter().map(|x| print_pattern(&x)).collect::>(); Oct 27 10:03:04.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:03:04.019 INFO kablam! | Oct 27 10:03:04.019 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 10:03:04.019 INFO kablam! Oct 27 10:03:04.019 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 10:03:04.019 INFO kablam! --> src/main.rs:83:17 Oct 27 10:03:04.019 INFO kablam! | Oct 27 10:03:04.019 INFO kablam! 83 | / enemies.iter().map(|(k,_)| { Oct 27 10:03:04.019 INFO kablam! 84 | | println!("{}", k); Oct 27 10:03:04.019 INFO kablam! 85 | | }).collect::>(); Oct 27 10:03:04.019 INFO kablam! | |_______________________________________^ Oct 27 10:03:04.019 INFO kablam! | Oct 27 10:03:04.019 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 10:03:04.019 INFO kablam! Oct 27 10:03:04.055 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 10:03:04.055 INFO kablam! --> src/enemy.rs:49:9 Oct 27 10:03:04.055 INFO kablam! | Oct 27 10:03:04.055 INFO kablam! 49 | / self.action_strings.iter().map(|x| { Oct 27 10:03:04.055 INFO kablam! 50 | | x.iter().map(|y| { Oct 27 10:03:04.055 INFO kablam! 51 | | print!("{}\t", y); Oct 27 10:03:04.055 INFO kablam! 52 | | }).collect::>(); Oct 27 10:03:04.055 INFO kablam! 53 | | println!(); Oct 27 10:03:04.055 INFO kablam! 54 | | }).collect::>(); Oct 27 10:03:04.055 INFO kablam! | |_______________________________^ Oct 27 10:03:04.055 INFO kablam! | Oct 27 10:03:04.055 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:03:04.055 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 10:03:04.055 INFO kablam! Oct 27 10:03:04.055 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 10:03:04.056 INFO kablam! --> src/enemy.rs:50:13 Oct 27 10:03:04.056 INFO kablam! | Oct 27 10:03:04.056 INFO kablam! 50 | / x.iter().map(|y| { Oct 27 10:03:04.056 INFO kablam! 51 | | print!("{}\t", y); Oct 27 10:03:04.056 INFO kablam! 52 | | }).collect::>(); Oct 27 10:03:04.056 INFO kablam! | |___________________________________^ Oct 27 10:03:04.056 INFO kablam! | Oct 27 10:03:04.056 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 10:03:04.056 INFO kablam! Oct 27 10:03:04.056 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 10:03:04.056 INFO kablam! --> src/main.rs:25:5 Oct 27 10:03:04.056 INFO kablam! | Oct 27 10:03:04.056 INFO kablam! 25 | patterns.iter().map(|x| print_pattern(&x)).collect::>(); Oct 27 10:03:04.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:03:04.056 INFO kablam! | Oct 27 10:03:04.056 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 10:03:04.056 INFO kablam! Oct 27 10:03:04.057 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 27 10:03:04.057 INFO kablam! --> src/main.rs:83:17 Oct 27 10:03:04.057 INFO kablam! | Oct 27 10:03:04.057 INFO kablam! 83 | / enemies.iter().map(|(k,_)| { Oct 27 10:03:04.057 INFO kablam! 84 | | println!("{}", k); Oct 27 10:03:04.057 INFO kablam! 85 | | }).collect::>(); Oct 27 10:03:04.057 INFO kablam! | |_______________________________________^ Oct 27 10:03:04.057 INFO kablam! | Oct 27 10:03:04.057 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 27 10:03:04.057 INFO kablam! Oct 27 10:03:04.082 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.25s Oct 27 10:03:04.085 INFO kablam! su: No module specific data is present Oct 27 10:03:04.409 INFO running `"docker" "rm" "-f" "002014fbdc26668839215ef791443d1f56bbb424d6963da12ab268f61ed0a6fd"` Oct 27 10:03:04.514 INFO blam! 002014fbdc26668839215ef791443d1f56bbb424d6963da12ab268f61ed0a6fd