Oct 12 18:28:43.115 INFO testing xeals/stratagem against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:28:43.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 18:28:43.624 INFO blam! 479a9d6e327872e849c63cdaf4748a2ab9f4f2f9139a04df3d759c7721876624 Oct 12 18:28:43.625 INFO running `"docker" "start" "-a" "479a9d6e327872e849c63cdaf4748a2ab9f4f2f9139a04df3d759c7721876624"` Oct 12 18:28:44.731 INFO kablam! usermod: no changes Oct 12 18:28:44.819 INFO kablam! Compiling cc v1.0.3 Oct 12 18:28:44.819 INFO kablam! Compiling libc v0.2.35 Oct 12 18:28:47.011 INFO kablam! Compiling rand v0.4.1 Oct 12 18:28:47.011 INFO kablam! Compiling termion v1.5.1 Oct 12 18:28:48.823 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 18:29:02.751 INFO kablam! Compiling backtrace v0.3.5 Oct 12 18:29:03.779 INFO kablam! Compiling failure v0.1.1 Oct 12 18:29:04.432 INFO kablam! Compiling stratagem v0.1.0 (/source) Oct 12 18:29:04.679 INFO kablam! warning: unused import: `Write` Oct 12 18:29:04.679 INFO kablam! --> src/main.rs:11:21 Oct 12 18:29:04.679 INFO kablam! | Oct 12 18:29:04.679 INFO kablam! 11 | use std::io::{self, Write}; Oct 12 18:29:04.679 INFO kablam! | ^^^^^ Oct 12 18:29:04.679 INFO kablam! | Oct 12 18:29:04.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:29:04.679 INFO kablam! Oct 12 18:29:04.924 INFO kablam! warning: unused variable: `stderr` Oct 12 18:29:04.924 INFO kablam! --> src/main.rs:27:13 Oct 12 18:29:04.924 INFO kablam! | Oct 12 18:29:04.924 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 12 18:29:04.924 INFO kablam! | ^^^^^^ help: consider using `_stderr` instead Oct 12 18:29:04.924 INFO kablam! | Oct 12 18:29:04.924 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:29:04.924 INFO kablam! Oct 12 18:29:04.925 INFO kablam! warning: unused variable: `text` Oct 12 18:29:04.925 INFO kablam! --> src/game.rs:340:25 Oct 12 18:29:04.925 INFO kablam! | Oct 12 18:29:04.925 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 12 18:29:04.925 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 12 18:29:04.925 INFO kablam! Oct 12 18:29:04.926 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:04.926 INFO kablam! --> src/main.rs:23:9 Oct 12 18:29:04.926 INFO kablam! | Oct 12 18:29:04.926 INFO kablam! 23 | let mut stdout = stdout.lock(); Oct 12 18:29:04.927 INFO kablam! | ----^^^^^^ Oct 12 18:29:04.927 INFO kablam! | | Oct 12 18:29:04.927 INFO kablam! | help: remove this `mut` Oct 12 18:29:04.927 INFO kablam! | Oct 12 18:29:04.927 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:29:04.927 INFO kablam! Oct 12 18:29:04.927 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:04.927 INFO kablam! --> src/main.rs:27:9 Oct 12 18:29:04.927 INFO kablam! | Oct 12 18:29:04.927 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 12 18:29:04.927 INFO kablam! | ----^^^^^^ Oct 12 18:29:04.927 INFO kablam! | | Oct 12 18:29:04.927 INFO kablam! | help: remove this `mut` Oct 12 18:29:04.927 INFO kablam! Oct 12 18:29:05.004 INFO kablam! warning: method is never used: `from` Oct 12 18:29:05.004 INFO kablam! --> src/board.rs:25:5 Oct 12 18:29:05.004 INFO kablam! | Oct 12 18:29:05.004 INFO kablam! 25 | fn from(s: &str) -> Option { Oct 12 18:29:05.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:05.004 INFO kablam! | Oct 12 18:29:05.004 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:29:05.004 INFO kablam! Oct 12 18:29:05.004 INFO kablam! warning: function is never used: `create_side` Oct 12 18:29:05.005 INFO kablam! --> src/board.rs:409:1 Oct 12 18:29:05.005 INFO kablam! | Oct 12 18:29:05.005 INFO kablam! 409 | fn create_side(colour: Colour) -> [[Tile; 10]; 4] { Oct 12 18:29:05.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:05.005 INFO kablam! Oct 12 18:29:05.005 INFO kablam! warning: constant item is never used: `DEFAULT_BLUE_SIDE` Oct 12 18:29:05.005 INFO kablam! --> src/board.rs:416:1 Oct 12 18:29:05.005 INFO kablam! | Oct 12 18:29:05.005 INFO kablam! 416 | / const DEFAULT_BLUE_SIDE: [[Tile; 10]; 4] = Oct 12 18:29:05.005 INFO kablam! 417 | | [[Tile::Piece(Piece::Miner, Colour::Blue), Oct 12 18:29:05.005 INFO kablam! 418 | | Tile::Piece(Piece::Captain, Colour::Blue), Oct 12 18:29:05.005 INFO kablam! 419 | | Tile::Piece(Piece::Scout, Colour::Blue), Oct 12 18:29:05.005 INFO kablam! ... | Oct 12 18:29:05.005 INFO kablam! 458 | | Tile::Piece(Piece::Colonel, Colour::Blue), Oct 12 18:29:05.005 INFO kablam! 459 | | Tile::Piece(Piece::Sergeant, Colour::Blue)]]; Oct 12 18:29:05.005 INFO kablam! | |_____________________________________________________^ Oct 12 18:29:05.005 INFO kablam! Oct 12 18:29:05.005 INFO kablam! warning: enum is never used: `GameResult` Oct 12 18:29:05.005 INFO kablam! --> src/game.rs:14:1 Oct 12 18:29:05.005 INFO kablam! | Oct 12 18:29:05.005 INFO kablam! 14 | enum GameResult { Oct 12 18:29:05.005 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 18:29:05.005 INFO kablam! Oct 12 18:29:05.005 INFO kablam! warning: method is never used: `popup` Oct 12 18:29:05.005 INFO kablam! --> src/game.rs:340:5 Oct 12 18:29:05.005 INFO kablam! | Oct 12 18:29:05.005 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 12 18:29:05.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:05.005 INFO kablam! Oct 12 18:29:05.005 INFO kablam! warning: method is never used: `check_game_end` Oct 12 18:29:05.005 INFO kablam! --> src/game.rs:344:5 Oct 12 18:29:05.005 INFO kablam! | Oct 12 18:29:05.005 INFO kablam! 344 | fn check_game_end(&mut self) -> GameResult { Oct 12 18:29:05.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:05.005 INFO kablam! Oct 12 18:29:06.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.48s Oct 12 18:29:06.237 INFO kablam! su: No module specific data is present Oct 12 18:29:06.840 INFO running `"docker" "rm" "-f" "479a9d6e327872e849c63cdaf4748a2ab9f4f2f9139a04df3d759c7721876624"` Oct 12 18:29:06.971 INFO blam! 479a9d6e327872e849c63cdaf4748a2ab9f4f2f9139a04df3d759c7721876624 Oct 12 18:29:06.975 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 18:29:07.274 INFO blam! c8035404066494615485915be28e5aff89fdb9f60caebe27b24b239093211d49 Oct 12 18:29:07.283 INFO running `"docker" "start" "-a" "c8035404066494615485915be28e5aff89fdb9f60caebe27b24b239093211d49"` Oct 12 18:29:07.919 INFO kablam! usermod: no changes Oct 12 18:29:07.991 INFO kablam! Compiling stratagem v0.1.0 (/source) Oct 12 18:29:08.219 INFO kablam! warning: unused import: `Write` Oct 12 18:29:08.219 INFO kablam! --> src/main.rs:11:21 Oct 12 18:29:08.219 INFO kablam! | Oct 12 18:29:08.219 INFO kablam! 11 | use std::io::{self, Write}; Oct 12 18:29:08.219 INFO kablam! | ^^^^^ Oct 12 18:29:08.219 INFO kablam! | Oct 12 18:29:08.219 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:29:08.219 INFO kablam! Oct 12 18:29:08.474 INFO kablam! warning: unused variable: `stderr` Oct 12 18:29:08.474 INFO kablam! --> src/main.rs:27:13 Oct 12 18:29:08.474 INFO kablam! | Oct 12 18:29:08.474 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 12 18:29:08.474 INFO kablam! | ^^^^^^ help: consider using `_stderr` instead Oct 12 18:29:08.474 INFO kablam! | Oct 12 18:29:08.474 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:29:08.474 INFO kablam! Oct 12 18:29:08.474 INFO kablam! warning: unused variable: `text` Oct 12 18:29:08.474 INFO kablam! --> src/game.rs:340:25 Oct 12 18:29:08.474 INFO kablam! | Oct 12 18:29:08.474 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 12 18:29:08.474 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 12 18:29:08.474 INFO kablam! Oct 12 18:29:08.479 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:08.479 INFO kablam! --> src/main.rs:23:9 Oct 12 18:29:08.479 INFO kablam! | Oct 12 18:29:08.479 INFO kablam! 23 | let mut stdout = stdout.lock(); Oct 12 18:29:08.479 INFO kablam! | ----^^^^^^ Oct 12 18:29:08.479 INFO kablam! | | Oct 12 18:29:08.479 INFO kablam! | help: remove this `mut` Oct 12 18:29:08.479 INFO kablam! | Oct 12 18:29:08.479 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:29:08.479 INFO kablam! Oct 12 18:29:08.479 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:08.479 INFO kablam! --> src/main.rs:27:9 Oct 12 18:29:08.479 INFO kablam! | Oct 12 18:29:08.479 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 12 18:29:08.479 INFO kablam! | ----^^^^^^ Oct 12 18:29:08.479 INFO kablam! | | Oct 12 18:29:08.479 INFO kablam! | help: remove this `mut` Oct 12 18:29:08.479 INFO kablam! Oct 12 18:29:08.571 INFO kablam! warning: method is never used: `from` Oct 12 18:29:08.571 INFO kablam! --> src/board.rs:25:5 Oct 12 18:29:08.571 INFO kablam! | Oct 12 18:29:08.571 INFO kablam! 25 | fn from(s: &str) -> Option { Oct 12 18:29:08.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:08.571 INFO kablam! | Oct 12 18:29:08.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:29:08.571 INFO kablam! Oct 12 18:29:08.571 INFO kablam! warning: function is never used: `create_side` Oct 12 18:29:08.571 INFO kablam! --> src/board.rs:409:1 Oct 12 18:29:08.571 INFO kablam! | Oct 12 18:29:08.571 INFO kablam! 409 | fn create_side(colour: Colour) -> [[Tile; 10]; 4] { Oct 12 18:29:08.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:08.571 INFO kablam! Oct 12 18:29:08.571 INFO kablam! warning: constant item is never used: `DEFAULT_BLUE_SIDE` Oct 12 18:29:08.571 INFO kablam! --> src/board.rs:416:1 Oct 12 18:29:08.571 INFO kablam! | Oct 12 18:29:08.571 INFO kablam! 416 | / const DEFAULT_BLUE_SIDE: [[Tile; 10]; 4] = Oct 12 18:29:08.571 INFO kablam! 417 | | [[Tile::Piece(Piece::Miner, Colour::Blue), Oct 12 18:29:08.571 INFO kablam! 418 | | Tile::Piece(Piece::Captain, Colour::Blue), Oct 12 18:29:08.571 INFO kablam! 419 | | Tile::Piece(Piece::Scout, Colour::Blue), Oct 12 18:29:08.571 INFO kablam! ... | Oct 12 18:29:08.571 INFO kablam! 458 | | Tile::Piece(Piece::Colonel, Colour::Blue), Oct 12 18:29:08.571 INFO kablam! 459 | | Tile::Piece(Piece::Sergeant, Colour::Blue)]]; Oct 12 18:29:08.571 INFO kablam! | |_____________________________________________________^ Oct 12 18:29:08.571 INFO kablam! Oct 12 18:29:08.571 INFO kablam! warning: enum is never used: `GameResult` Oct 12 18:29:08.571 INFO kablam! --> src/game.rs:14:1 Oct 12 18:29:08.571 INFO kablam! | Oct 12 18:29:08.571 INFO kablam! 14 | enum GameResult { Oct 12 18:29:08.571 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 18:29:08.571 INFO kablam! Oct 12 18:29:08.571 INFO kablam! warning: method is never used: `popup` Oct 12 18:29:08.571 INFO kablam! --> src/game.rs:340:5 Oct 12 18:29:08.571 INFO kablam! | Oct 12 18:29:08.571 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 12 18:29:08.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:08.571 INFO kablam! Oct 12 18:29:08.571 INFO kablam! warning: method is never used: `check_game_end` Oct 12 18:29:08.571 INFO kablam! --> src/game.rs:344:5 Oct 12 18:29:08.571 INFO kablam! | Oct 12 18:29:08.571 INFO kablam! 344 | fn check_game_end(&mut self) -> GameResult { Oct 12 18:29:08.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:08.571 INFO kablam! Oct 12 18:29:09.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 12 18:29:09.351 INFO kablam! su: No module specific data is present Oct 12 18:29:09.691 INFO running `"docker" "rm" "-f" "c8035404066494615485915be28e5aff89fdb9f60caebe27b24b239093211d49"` Oct 12 18:29:09.854 INFO blam! c8035404066494615485915be28e5aff89fdb9f60caebe27b24b239093211d49 Oct 12 18:29:09.857 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 18:29:10.135 INFO blam! 67fd9d1075133cebd89a77c32b01266096553caf446619820dbceae122e57e67 Oct 12 18:29:10.143 INFO running `"docker" "start" "-a" "67fd9d1075133cebd89a77c32b01266096553caf446619820dbceae122e57e67"` Oct 12 18:29:11.265 INFO kablam! usermod: no changes Oct 12 18:29:11.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 18:29:11.385 INFO kablam! Running /target/debug/deps/stratagem-9a2d3d2cb1bbd4b0 Oct 12 18:29:11.391 INFO blam! Oct 12 18:29:11.392 INFO blam! running 5 tests Oct 12 18:29:11.403 INFO blam! test tests::test_move_basic ... ok Oct 12 18:29:11.403 INFO blam! test tests::test_move_bomb ... ok Oct 12 18:29:11.415 INFO blam! test tests::test_move_into_enemy ... ok Oct 12 18:29:11.435 INFO blam! test tests::test_move_scout ... FAILED Oct 12 18:29:11.435 INFO kablam! error: test failed, to rerun pass '--bin stratagem' Oct 12 18:29:11.435 INFO blam! test tests::test_move_into_terrain ... FAILED Oct 12 18:29:11.435 INFO kablam! su: No module specific data is present Oct 12 18:29:11.435 INFO blam! Oct 12 18:29:11.435 INFO blam! failures: Oct 12 18:29:11.435 INFO blam! Oct 12 18:29:11.435 INFO blam! ---- tests::test_move_scout stdout ---- Oct 12 18:29:11.435 INFO blam! thread 'tests::test_move_scout' panicked at 'assertion failed: `(left == right)` Oct 12 18:29:11.435 INFO blam! left: `[Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 5, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 6, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 3, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 2, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 1, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 1 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 2 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 3 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 4 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 5 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 6 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 7 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 8 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 9 } }]`, Oct 12 18:29:11.435 INFO blam! right: `[Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 5, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 6, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 3, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 2, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 1, y: 0 } }, Move { from: Coord { x: 4, y: 0 }, to: Coord { x: 4, y: 1 } }]`', src/tests.rs:95:5 Oct 12 18:29:11.435 INFO blam! stack backtrace: Oct 12 18:29:11.435 INFO blam! 0: 0x562bb1637aae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 12 18:29:11.435 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 12 18:29:11.435 INFO blam! 1: 0x562bb1640956 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 12 18:29:11.435 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 12 18:29:11.435 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 12 18:29:11.435 INFO blam! 2: 0x562bb163b6ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 12 18:29:11.435 INFO blam! at libstd/panicking.rs:211 Oct 12 18:29:11.435 INFO blam! 3: 0x562bb163b3bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 12 18:29:11.435 INFO blam! at libstd/panicking.rs:221 Oct 12 18:29:11.435 INFO blam! 4: 0x562bb163bd5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 12 18:29:11.435 INFO blam! at libstd/panicking.rs:476 Oct 12 18:29:11.435 INFO blam! 5: 0x562bb163b919 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 12 18:29:11.435 INFO blam! at libstd/panicking.rs:390 Oct 12 18:29:11.435 INFO blam! 6: 0x562bb163b87d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 12 18:29:11.435 INFO blam! at libstd/panicking.rs:345 Oct 12 18:29:11.435 INFO blam! 7: 0x562bb15e56d0 - stratagem::tests::test_move_scout::hdf996edeb1318faf Oct 12 18:29:11.435 INFO blam! at src/tests.rs:95 Oct 12 18:29:11.435 INFO blam! 8: 0x562bb15e4a79 - stratagem::tests::test_move_scout::{{closure}}::h28b50baacaf37841 Oct 12 18:29:11.435 INFO blam! at src/tests.rs:68 Oct 12 18:29:11.435 INFO blam! 9: 0x562bb15e5c3d - core::ops::function::FnOnce::call_once::hf303c8594c696da5 Oct 12 18:29:11.435 INFO blam! at libcore/ops/function.rs:238 Oct 12 18:29:11.435 INFO blam! 10: 0x562bb15ecf6e - >::call_box::h95b7cb918af67b5d Oct 12 18:29:11.435 INFO blam! at libtest/lib.rs:1468 Oct 12 18:29:11.435 INFO blam! at libcore/ops/function.rs:238 Oct 12 18:29:11.435 INFO blam! at liballoc/boxed.rs:672 Oct 12 18:29:11.435 INFO blam! 11: 0x562bb164bb29 - __rust_maybe_catch_panic Oct 12 18:29:11.435 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 18:29:11.435 INFO blam! 12: 0x562bb160dabd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 12 18:29:11.435 INFO blam! at libstd/panicking.rs:289 Oct 12 18:29:11.435 INFO blam! at libstd/panic.rs:392 Oct 12 18:29:11.435 INFO blam! at libtest/lib.rs:1423 Oct 12 18:29:11.435 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 12 18:29:11.435 INFO blam! 13: 0x562bb160e6c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 12 18:29:11.435 INFO blam! at libstd/thread/mod.rs:409 Oct 12 18:29:11.435 INFO blam! at libstd/panic.rs:313 Oct 12 18:29:11.435 INFO blam! at libstd/panicking.rs:310 Oct 12 18:29:11.435 INFO blam! 14: 0x562bb164bb29 - __rust_maybe_catch_panic Oct 12 18:29:11.435 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 18:29:11.435 INFO blam! 15: 0x562bb15fbc86 - >::call_box::h96125cb29a9ba44b Oct 12 18:29:11.435 INFO blam! at libstd/panicking.rs:289 Oct 12 18:29:11.435 INFO blam! at libstd/panic.rs:392 Oct 12 18:29:11.435 INFO blam! at libstd/thread/mod.rs:408 Oct 12 18:29:11.435 INFO blam! at liballoc/boxed.rs:672 Oct 12 18:29:11.435 INFO blam! 16: 0x562bb1639aea - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 12 18:29:11.435 INFO blam! at liballoc/boxed.rs:682 Oct 12 18:29:11.435 INFO blam! at libstd/sys_common/thread.rs:24 Oct 12 18:29:11.435 INFO blam! 17: 0x562bb162f275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 12 18:29:11.435 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 12 18:29:11.435 INFO blam! 18: 0x7fa307df26b9 - start_thread Oct 12 18:29:11.436 INFO blam! 19: 0x7fa30791241c - clone Oct 12 18:29:11.436 INFO blam! 20: 0x0 - Oct 12 18:29:11.436 INFO blam! Oct 12 18:29:11.436 INFO blam! ---- tests::test_move_into_terrain stdout ---- Oct 12 18:29:11.436 INFO blam! thread 'tests::test_move_into_terrain' panicked at 'assertion failed: `(left == right)` Oct 12 18:29:11.436 INFO blam! left: `[Move { from: Coord { x: 4, y: 1 }, to: Coord { x: 5, y: 1 } }, Move { from: Coord { x: 4, y: 1 }, to: Coord { x: 3, y: 1 } }, Move { from: Coord { x: 4, y: 1 }, to: Coord { x: 4, y: 2 } }, Move { from: Coord { x: 4, y: 1 }, to: Coord { x: 4, y: 0 } }]`, Oct 12 18:29:11.436 INFO blam! right: `[Move { from: Coord { x: 4, y: 1 }, to: Coord { x: 5, y: 1 } }, Move { from: Coord { x: 4, y: 1 }, to: Coord { x: 3, y: 1 } }, Move { from: Coord { x: 4, y: 1 }, to: Coord { x: 4, y: 0 } }]`', src/tests.rs:33:5 Oct 12 18:29:11.436 INFO blam! stack backtrace: Oct 12 18:29:11.436 INFO blam! 0: 0x562bb1637aae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 12 18:29:11.436 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 12 18:29:11.436 INFO blam! 1: 0x562bb1640956 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 12 18:29:11.436 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 12 18:29:11.436 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 12 18:29:11.436 INFO blam! 2: 0x562bb163b6ad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 12 18:29:11.436 INFO blam! at libstd/panicking.rs:211 Oct 12 18:29:11.436 INFO blam! 3: 0x562bb163b3bb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 12 18:29:11.436 INFO blam! at libstd/panicking.rs:221 Oct 12 18:29:11.436 INFO blam! 4: 0x562bb163bd5c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 12 18:29:11.436 INFO blam! at libstd/panicking.rs:476 Oct 12 18:29:11.436 INFO blam! 5: 0x562bb163b919 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 12 18:29:11.436 INFO blam! at libstd/panicking.rs:390 Oct 12 18:29:11.436 INFO blam! 6: 0x562bb163b87d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 12 18:29:11.436 INFO blam! at libstd/panicking.rs:345 Oct 12 18:29:11.436 INFO blam! 7: 0x562bb15e3dca - stratagem::tests::test_move_into_terrain::h24f17d79444a63bb Oct 12 18:29:11.436 INFO blam! at src/tests.rs:33 Oct 12 18:29:11.436 INFO blam! 8: 0x562bb15e3709 - stratagem::tests::test_move_into_terrain::{{closure}}::hd96036abf1aa1ebc Oct 12 18:29:11.436 INFO blam! at src/tests.rs:21 Oct 12 18:29:11.436 INFO blam! 9: 0x562bb15e5bbd - core::ops::function::FnOnce::call_once::h81224d1b75673d2d Oct 12 18:29:11.436 INFO blam! at libcore/ops/function.rs:238 Oct 12 18:29:11.436 INFO blam! 10: 0x562bb15ecf6e - >::call_box::h95b7cb918af67b5d Oct 12 18:29:11.436 INFO blam! at libtest/lib.rs:1468 Oct 12 18:29:11.436 INFO blam! at libcore/ops/function.rs:238 Oct 12 18:29:11.436 INFO blam! at liballoc/boxed.rs:672 Oct 12 18:29:11.436 INFO blam! 11: 0x562bb164bb29 - __rust_maybe_catch_panic Oct 12 18:29:11.436 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 18:29:11.436 INFO blam! 12: 0x562bb160dabd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 12 18:29:11.436 INFO blam! at libstd/panicking.rs:289 Oct 12 18:29:11.436 INFO blam! at libstd/panic.rs:392 Oct 12 18:29:11.436 INFO blam! at libtest/lib.rs:1423 Oct 12 18:29:11.436 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 12 18:29:11.436 INFO blam! 13: 0x562bb160e6c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 12 18:29:11.436 INFO blam! at libstd/thread/mod.rs:409 Oct 12 18:29:11.436 INFO blam! at libstd/panic.rs:313 Oct 12 18:29:11.436 INFO blam! at libstd/panicking.rs:310 Oct 12 18:29:11.436 INFO blam! 14: 0x562bb164bb29 - __rust_maybe_catch_panic Oct 12 18:29:11.436 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 18:29:11.436 INFO blam! 15: 0x562bb15fbc86 - >::call_box::h96125cb29a9ba44b Oct 12 18:29:11.436 INFO blam! at libstd/panicking.rs:289 Oct 12 18:29:11.436 INFO blam! at libstd/panic.rs:392 Oct 12 18:29:11.436 INFO blam! at libstd/thread/mod.rs:408 Oct 12 18:29:11.436 INFO blam! at liballoc/boxed.rs:672 Oct 12 18:29:11.436 INFO blam! 16: 0x562bb1639aea - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 12 18:29:11.436 INFO blam! at liballoc/boxed.rs:682 Oct 12 18:29:11.436 INFO blam! at libstd/sys_common/thread.rs:24 Oct 12 18:29:11.436 INFO blam! 17: 0x562bb162f275 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 12 18:29:11.436 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 12 18:29:11.436 INFO blam! 18: 0x7fa307df26b9 - start_thread Oct 12 18:29:11.436 INFO blam! 19: 0x7fa30791241c - clone Oct 12 18:29:11.436 INFO blam! 20: 0x0 - Oct 12 18:29:11.436 INFO blam! Oct 12 18:29:11.436 INFO blam! Oct 12 18:29:11.436 INFO blam! failures: Oct 12 18:29:11.436 INFO blam! tests::test_move_into_terrain Oct 12 18:29:11.436 INFO blam! tests::test_move_scout Oct 12 18:29:11.436 INFO blam! Oct 12 18:29:11.436 INFO blam! test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:29:11.436 INFO blam! Oct 12 18:29:12.331 INFO running `"docker" "rm" "-f" "67fd9d1075133cebd89a77c32b01266096553caf446619820dbceae122e57e67"` Oct 12 18:29:12.543 INFO blam! 67fd9d1075133cebd89a77c32b01266096553caf446619820dbceae122e57e67