Oct 11 04:49:52.161 INFO testing RaineForest/FateExtraSolver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:49:52.161 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:49:52.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:49:52.713 INFO blam! b40ca6cb810aff77c53b2a13802ae4df9e0ab1ff0ee853f32ced1aa1a7fc4d60 Oct 11 04:49:52.721 INFO running `"docker" "start" "-a" "b40ca6cb810aff77c53b2a13802ae4df9e0ab1ff0ee853f32ced1aa1a7fc4d60"` Oct 11 04:49:53.791 INFO kablam! usermod: no changes Oct 11 04:49:53.873 INFO kablam! Compiling regex v0.2.10 Oct 11 04:50:01.264 INFO kablam! Compiling fate_extra_solver v0.1.0 (/source) Oct 11 04:50:02.104 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 04:50:02.104 INFO kablam! --> src/enemy.rs:49:9 Oct 11 04:50:02.104 INFO kablam! | Oct 11 04:50:02.104 INFO kablam! 49 | / self.action_strings.iter().map(|x| { Oct 11 04:50:02.104 INFO kablam! 50 | | x.iter().map(|y| { Oct 11 04:50:02.104 INFO kablam! 51 | | print!("{}\t", y); Oct 11 04:50:02.104 INFO kablam! 52 | | }).collect::>(); Oct 11 04:50:02.104 INFO kablam! 53 | | println!(); Oct 11 04:50:02.104 INFO kablam! 54 | | }).collect::>(); Oct 11 04:50:02.104 INFO kablam! | |_______________________________^ Oct 11 04:50:02.104 INFO kablam! | Oct 11 04:50:02.104 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:50:02.104 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 04:50:02.104 INFO kablam! Oct 11 04:50:02.104 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 04:50:02.104 INFO kablam! --> src/enemy.rs:50:13 Oct 11 04:50:02.104 INFO kablam! | Oct 11 04:50:02.104 INFO kablam! 50 | / x.iter().map(|y| { Oct 11 04:50:02.104 INFO kablam! 51 | | print!("{}\t", y); Oct 11 04:50:02.104 INFO kablam! 52 | | }).collect::>(); Oct 11 04:50:02.104 INFO kablam! | |___________________________________^ Oct 11 04:50:02.104 INFO kablam! | Oct 11 04:50:02.104 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 04:50:02.104 INFO kablam! Oct 11 04:50:02.104 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 04:50:02.104 INFO kablam! --> src/main.rs:25:5 Oct 11 04:50:02.104 INFO kablam! | Oct 11 04:50:02.104 INFO kablam! 25 | patterns.iter().map(|x| print_pattern(&x)).collect::>(); Oct 11 04:50:02.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:50:02.104 INFO kablam! | Oct 11 04:50:02.104 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 04:50:02.104 INFO kablam! Oct 11 04:50:02.104 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 04:50:02.104 INFO kablam! --> src/main.rs:83:17 Oct 11 04:50:02.104 INFO kablam! | Oct 11 04:50:02.104 INFO kablam! 83 | / enemies.iter().map(|(k,_)| { Oct 11 04:50:02.104 INFO kablam! 84 | | println!("{}", k); Oct 11 04:50:02.104 INFO kablam! 85 | | }).collect::>(); Oct 11 04:50:02.104 INFO kablam! | |_______________________________________^ Oct 11 04:50:02.104 INFO kablam! | Oct 11 04:50:02.104 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 04:50:02.104 INFO kablam! Oct 11 04:50:04.050 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.22s Oct 11 04:50:04.050 INFO kablam! su: No module specific data is present Oct 11 04:50:04.624 INFO running `"docker" "rm" "-f" "b40ca6cb810aff77c53b2a13802ae4df9e0ab1ff0ee853f32ced1aa1a7fc4d60"` Oct 11 04:50:04.868 INFO blam! b40ca6cb810aff77c53b2a13802ae4df9e0ab1ff0ee853f32ced1aa1a7fc4d60 Oct 11 04:50:04.880 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:50:04.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:50:05.318 INFO blam! 572dc3dfc469bcfe4c7f4b4dfe83e8778b7e9924ce84331a8c28a9d85f2abe9a Oct 11 04:50:05.323 INFO running `"docker" "start" "-a" "572dc3dfc469bcfe4c7f4b4dfe83e8778b7e9924ce84331a8c28a9d85f2abe9a"` Oct 11 04:50:06.428 INFO kablam! usermod: no changes Oct 11 04:50:06.509 INFO kablam! Compiling fate_extra_solver v0.1.0 (/source) Oct 11 04:50:07.378 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 04:50:07.378 INFO kablam! --> src/enemy.rs:49:9 Oct 11 04:50:07.378 INFO kablam! | Oct 11 04:50:07.378 INFO kablam! 49 | / self.action_strings.iter().map(|x| { Oct 11 04:50:07.378 INFO kablam! 50 | | x.iter().map(|y| { Oct 11 04:50:07.378 INFO kablam! 51 | | print!("{}\t", y); Oct 11 04:50:07.378 INFO kablam! 52 | | }).collect::>(); Oct 11 04:50:07.378 INFO kablam! 53 | | println!(); Oct 11 04:50:07.378 INFO kablam! 54 | | }).collect::>(); Oct 11 04:50:07.378 INFO kablam! | |_______________________________^ Oct 11 04:50:07.378 INFO kablam! | Oct 11 04:50:07.378 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:50:07.378 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 04:50:07.378 INFO kablam! Oct 11 04:50:07.380 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 04:50:07.380 INFO kablam! --> src/enemy.rs:50:13 Oct 11 04:50:07.380 INFO kablam! | Oct 11 04:50:07.380 INFO kablam! 50 | / x.iter().map(|y| { Oct 11 04:50:07.380 INFO kablam! 51 | | print!("{}\t", y); Oct 11 04:50:07.380 INFO kablam! 52 | | }).collect::>(); Oct 11 04:50:07.380 INFO kablam! | |___________________________________^ Oct 11 04:50:07.380 INFO kablam! | Oct 11 04:50:07.380 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 04:50:07.380 INFO kablam! Oct 11 04:50:07.385 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 04:50:07.385 INFO kablam! --> src/main.rs:25:5 Oct 11 04:50:07.385 INFO kablam! | Oct 11 04:50:07.385 INFO kablam! 25 | patterns.iter().map(|x| print_pattern(&x)).collect::>(); Oct 11 04:50:07.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:50:07.385 INFO kablam! | Oct 11 04:50:07.385 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 04:50:07.385 INFO kablam! Oct 11 04:50:07.386 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 04:50:07.386 INFO kablam! --> src/main.rs:83:17 Oct 11 04:50:07.386 INFO kablam! | Oct 11 04:50:07.386 INFO kablam! 83 | / enemies.iter().map(|(k,_)| { Oct 11 04:50:07.386 INFO kablam! 84 | | println!("{}", k); Oct 11 04:50:07.386 INFO kablam! 85 | | }).collect::>(); Oct 11 04:50:07.386 INFO kablam! | |_______________________________________^ Oct 11 04:50:07.386 INFO kablam! | Oct 11 04:50:07.386 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 04:50:07.386 INFO kablam! Oct 11 04:50:08.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 11 04:50:08.109 INFO kablam! su: No module specific data is present Oct 11 04:50:08.903 INFO running `"docker" "rm" "-f" "572dc3dfc469bcfe4c7f4b4dfe83e8778b7e9924ce84331a8c28a9d85f2abe9a"` Oct 11 04:50:09.124 INFO blam! 572dc3dfc469bcfe4c7f4b4dfe83e8778b7e9924ce84331a8c28a9d85f2abe9a Oct 11 04:50:09.128 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:50:09.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:50:09.558 INFO blam! 95978b13a319049126ee83e3a599766eb2d4be970aeb863e05162dad06662b3e Oct 11 04:50:09.562 INFO running `"docker" "start" "-a" "95978b13a319049126ee83e3a599766eb2d4be970aeb863e05162dad06662b3e"` Oct 11 04:50:10.642 INFO kablam! usermod: no changes Oct 11 04:50:10.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 04:50:10.766 INFO kablam! Running /target/debug/deps/fate_extra_solver-34b49d867b928041 Oct 11 04:50:10.774 INFO blam! Oct 11 04:50:10.774 INFO blam! running 0 tests Oct 11 04:50:10.775 INFO blam! Oct 11 04:50:10.775 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:50:10.775 INFO blam! Oct 11 04:50:10.784 INFO kablam! su: No module specific data is present Oct 11 04:50:11.416 INFO running `"docker" "rm" "-f" "95978b13a319049126ee83e3a599766eb2d4be970aeb863e05162dad06662b3e"` Oct 11 04:50:11.700 INFO blam! 95978b13a319049126ee83e3a599766eb2d4be970aeb863e05162dad06662b3e