Oct 12 18:28:41.994 INFO testing xeals/stratagem against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:28:41.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:42.462 INFO blam! b3428c9a0b03829360872c43fc54cfc71181ec2f95c04fbb7ae4ce59a749efe6 Oct 12 18:28:42.463 INFO running `"docker" "start" "-a" "b3428c9a0b03829360872c43fc54cfc71181ec2f95c04fbb7ae4ce59a749efe6"` Oct 12 18:28:43.675 INFO kablam! usermod: no changes Oct 12 18:28:43.763 INFO kablam! Compiling cc v1.0.3 Oct 12 18:28:43.763 INFO kablam! Compiling libc v0.2.35 Oct 12 18:28:43.764 INFO kablam! Compiling rustc-demangle v0.1.5 Oct 12 18:28:46.203 INFO kablam! Compiling rand v0.4.1 Oct 12 18:28:46.203 INFO kablam! Compiling termion v1.5.1 Oct 12 18:28:48.615 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 18:29:02.836 INFO kablam! Compiling backtrace v0.3.5 Oct 12 18:29:03.694 INFO kablam! Compiling failure v0.1.1 Oct 12 18:29:04.232 INFO kablam! Compiling stratagem v0.1.0 (/source) Oct 12 18:29:04.453 INFO kablam! warning: unused import: `Write` Oct 12 18:29:04.453 INFO kablam! --> src/main.rs:11:21 Oct 12 18:29:04.453 INFO kablam! | Oct 12 18:29:04.453 INFO kablam! 11 | use std::io::{self, Write}; Oct 12 18:29:04.453 INFO kablam! | ^^^^^ Oct 12 18:29:04.453 INFO kablam! | Oct 12 18:29:04.453 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:29:04.453 INFO kablam! Oct 12 18:29:04.674 INFO kablam! warning: unused variable: `stderr` Oct 12 18:29:04.674 INFO kablam! --> src/main.rs:27:13 Oct 12 18:29:04.674 INFO kablam! | Oct 12 18:29:04.674 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 12 18:29:04.674 INFO kablam! | ^^^^^^ help: consider using `_stderr` instead Oct 12 18:29:04.674 INFO kablam! | Oct 12 18:29:04.674 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:29:04.674 INFO kablam! Oct 12 18:29:04.674 INFO kablam! warning: unused variable: `text` Oct 12 18:29:04.674 INFO kablam! --> src/game.rs:340:25 Oct 12 18:29:04.674 INFO kablam! | Oct 12 18:29:04.674 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 12 18:29:04.674 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 12 18:29:04.674 INFO kablam! Oct 12 18:29:04.676 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:04.676 INFO kablam! --> src/main.rs:23:9 Oct 12 18:29:04.676 INFO kablam! | Oct 12 18:29:04.676 INFO kablam! 23 | let mut stdout = stdout.lock(); Oct 12 18:29:04.676 INFO kablam! | ----^^^^^^ Oct 12 18:29:04.676 INFO kablam! | | Oct 12 18:29:04.676 INFO kablam! | help: remove this `mut` Oct 12 18:29:04.676 INFO kablam! | Oct 12 18:29:04.676 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:29:04.676 INFO kablam! Oct 12 18:29:04.676 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:04.676 INFO kablam! --> src/main.rs:27:9 Oct 12 18:29:04.676 INFO kablam! | Oct 12 18:29:04.676 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 12 18:29:04.676 INFO kablam! | ----^^^^^^ Oct 12 18:29:04.676 INFO kablam! | | Oct 12 18:29:04.676 INFO kablam! | help: remove this `mut` Oct 12 18:29:04.676 INFO kablam! Oct 12 18:29:04.763 INFO kablam! warning: method is never used: `from` Oct 12 18:29:04.763 INFO kablam! --> src/board.rs:25:5 Oct 12 18:29:04.763 INFO kablam! | Oct 12 18:29:04.763 INFO kablam! 25 | fn from(s: &str) -> Option { Oct 12 18:29:04.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:04.763 INFO kablam! | Oct 12 18:29:04.763 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:29:04.763 INFO kablam! Oct 12 18:29:04.763 INFO kablam! warning: function is never used: `create_side` Oct 12 18:29:04.763 INFO kablam! --> src/board.rs:409:1 Oct 12 18:29:04.763 INFO kablam! | Oct 12 18:29:04.763 INFO kablam! 409 | fn create_side(colour: Colour) -> [[Tile; 10]; 4] { Oct 12 18:29:04.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:04.763 INFO kablam! Oct 12 18:29:04.763 INFO kablam! warning: constant item is never used: `DEFAULT_BLUE_SIDE` Oct 12 18:29:04.763 INFO kablam! --> src/board.rs:416:1 Oct 12 18:29:04.763 INFO kablam! | Oct 12 18:29:04.763 INFO kablam! 416 | / const DEFAULT_BLUE_SIDE: [[Tile; 10]; 4] = Oct 12 18:29:04.763 INFO kablam! 417 | | [[Tile::Piece(Piece::Miner, Colour::Blue), Oct 12 18:29:04.763 INFO kablam! 418 | | Tile::Piece(Piece::Captain, Colour::Blue), Oct 12 18:29:04.764 INFO kablam! 419 | | Tile::Piece(Piece::Scout, Colour::Blue), Oct 12 18:29:04.764 INFO kablam! ... | Oct 12 18:29:04.764 INFO kablam! 458 | | Tile::Piece(Piece::Colonel, Colour::Blue), Oct 12 18:29:04.764 INFO kablam! 459 | | Tile::Piece(Piece::Sergeant, Colour::Blue)]]; Oct 12 18:29:04.764 INFO kablam! | |_____________________________________________________^ Oct 12 18:29:04.764 INFO kablam! Oct 12 18:29:04.764 INFO kablam! warning: enum is never used: `GameResult` Oct 12 18:29:04.764 INFO kablam! --> src/game.rs:14:1 Oct 12 18:29:04.764 INFO kablam! | Oct 12 18:29:04.764 INFO kablam! 14 | enum GameResult { Oct 12 18:29:04.764 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 18:29:04.764 INFO kablam! Oct 12 18:29:04.764 INFO kablam! warning: method is never used: `popup` Oct 12 18:29:04.764 INFO kablam! --> src/game.rs:340:5 Oct 12 18:29:04.764 INFO kablam! | Oct 12 18:29:04.764 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 12 18:29:04.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:04.764 INFO kablam! Oct 12 18:29:04.764 INFO kablam! warning: method is never used: `check_game_end` Oct 12 18:29:04.764 INFO kablam! --> src/game.rs:344:5 Oct 12 18:29:04.764 INFO kablam! | Oct 12 18:29:04.764 INFO kablam! 344 | fn check_game_end(&mut self) -> GameResult { Oct 12 18:29:04.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:04.764 INFO kablam! Oct 12 18:29:06.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.30s Oct 12 18:29:06.014 INFO kablam! su: No module specific data is present Oct 12 18:29:06.471 INFO running `"docker" "rm" "-f" "b3428c9a0b03829360872c43fc54cfc71181ec2f95c04fbb7ae4ce59a749efe6"` Oct 12 18:29:06.684 INFO blam! b3428c9a0b03829360872c43fc54cfc71181ec2f95c04fbb7ae4ce59a749efe6 Oct 12 18:29:06.686 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:06.883 INFO blam! 55f99249bd3a943d81f0a361e6e7e085c1c5c6cf2f3cf086eac49ed571b28f6e Oct 12 18:29:06.885 INFO running `"docker" "start" "-a" "55f99249bd3a943d81f0a361e6e7e085c1c5c6cf2f3cf086eac49ed571b28f6e"` Oct 12 18:29:07.390 INFO kablam! usermod: no changes Oct 12 18:29:07.463 INFO kablam! Compiling stratagem v0.1.0 (/source) Oct 12 18:29:07.659 INFO kablam! warning: unused import: `Write` Oct 12 18:29:07.660 INFO kablam! --> src/main.rs:11:21 Oct 12 18:29:07.660 INFO kablam! | Oct 12 18:29:07.660 INFO kablam! 11 | use std::io::{self, Write}; Oct 12 18:29:07.662 INFO kablam! | ^^^^^ Oct 12 18:29:07.662 INFO kablam! | Oct 12 18:29:07.662 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:29:07.662 INFO kablam! Oct 12 18:29:07.920 INFO kablam! warning: unused variable: `stderr` Oct 12 18:29:07.920 INFO kablam! --> src/main.rs:27:13 Oct 12 18:29:07.920 INFO kablam! | Oct 12 18:29:07.921 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 12 18:29:07.921 INFO kablam! | ^^^^^^ help: consider using `_stderr` instead Oct 12 18:29:07.921 INFO kablam! | Oct 12 18:29:07.921 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:29:07.922 INFO kablam! Oct 12 18:29:07.922 INFO kablam! warning: unused variable: `text` Oct 12 18:29:07.923 INFO kablam! --> src/game.rs:340:25 Oct 12 18:29:07.923 INFO kablam! | Oct 12 18:29:07.923 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 12 18:29:07.923 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 12 18:29:07.924 INFO kablam! Oct 12 18:29:07.930 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:07.930 INFO kablam! --> src/main.rs:23:9 Oct 12 18:29:07.930 INFO kablam! | Oct 12 18:29:07.930 INFO kablam! 23 | let mut stdout = stdout.lock(); Oct 12 18:29:07.930 INFO kablam! | ----^^^^^^ Oct 12 18:29:07.930 INFO kablam! | | Oct 12 18:29:07.930 INFO kablam! | help: remove this `mut` Oct 12 18:29:07.930 INFO kablam! | Oct 12 18:29:07.930 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:29:07.930 INFO kablam! Oct 12 18:29:07.930 INFO kablam! warning: variable does not need to be mutable Oct 12 18:29:07.930 INFO kablam! --> src/main.rs:27:9 Oct 12 18:29:07.930 INFO kablam! | Oct 12 18:29:07.930 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 12 18:29:07.930 INFO kablam! | ----^^^^^^ Oct 12 18:29:07.930 INFO kablam! | | Oct 12 18:29:07.930 INFO kablam! | help: remove this `mut` Oct 12 18:29:07.930 INFO kablam! Oct 12 18:29:08.011 INFO kablam! warning: method is never used: `from` Oct 12 18:29:08.011 INFO kablam! --> src/board.rs:25:5 Oct 12 18:29:08.012 INFO kablam! | Oct 12 18:29:08.012 INFO kablam! 25 | fn from(s: &str) -> Option { Oct 12 18:29:08.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:08.013 INFO kablam! | Oct 12 18:29:08.013 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:29:08.013 INFO kablam! Oct 12 18:29:08.013 INFO kablam! warning: function is never used: `create_side` Oct 12 18:29:08.014 INFO kablam! --> src/board.rs:409:1 Oct 12 18:29:08.014 INFO kablam! | Oct 12 18:29:08.014 INFO kablam! 409 | fn create_side(colour: Colour) -> [[Tile; 10]; 4] { Oct 12 18:29:08.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:08.015 INFO kablam! Oct 12 18:29:08.015 INFO kablam! warning: constant item is never used: `DEFAULT_BLUE_SIDE` Oct 12 18:29:08.015 INFO kablam! --> src/board.rs:416:1 Oct 12 18:29:08.016 INFO kablam! | Oct 12 18:29:08.016 INFO kablam! 416 | / const DEFAULT_BLUE_SIDE: [[Tile; 10]; 4] = Oct 12 18:29:08.016 INFO kablam! 417 | | [[Tile::Piece(Piece::Miner, Colour::Blue), Oct 12 18:29:08.016 INFO kablam! 418 | | Tile::Piece(Piece::Captain, Colour::Blue), Oct 12 18:29:08.017 INFO kablam! 419 | | Tile::Piece(Piece::Scout, Colour::Blue), Oct 12 18:29:08.017 INFO kablam! ... | Oct 12 18:29:08.017 INFO kablam! 458 | | Tile::Piece(Piece::Colonel, Colour::Blue), Oct 12 18:29:08.017 INFO kablam! 459 | | Tile::Piece(Piece::Sergeant, Colour::Blue)]]; Oct 12 18:29:08.017 INFO kablam! | |_____________________________________________________^ Oct 12 18:29:08.017 INFO kablam! Oct 12 18:29:08.018 INFO kablam! warning: enum is never used: `GameResult` Oct 12 18:29:08.018 INFO kablam! --> src/game.rs:14:1 Oct 12 18:29:08.018 INFO kablam! | Oct 12 18:29:08.018 INFO kablam! 14 | enum GameResult { Oct 12 18:29:08.018 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 18:29:08.018 INFO kablam! Oct 12 18:29:08.019 INFO kablam! warning: method is never used: `popup` Oct 12 18:29:08.019 INFO kablam! --> src/game.rs:340:5 Oct 12 18:29:08.019 INFO kablam! | Oct 12 18:29:08.019 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 12 18:29:08.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:08.020 INFO kablam! Oct 12 18:29:08.020 INFO kablam! warning: method is never used: `check_game_end` Oct 12 18:29:08.020 INFO kablam! --> src/game.rs:344:5 Oct 12 18:29:08.020 INFO kablam! | Oct 12 18:29:08.021 INFO kablam! 344 | fn check_game_end(&mut self) -> GameResult { Oct 12 18:29:08.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:08.021 INFO kablam! Oct 12 18:29:08.754 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 12 18:29:08.757 INFO kablam! su: No module specific data is present Oct 12 18:29:09.245 INFO running `"docker" "rm" "-f" "55f99249bd3a943d81f0a361e6e7e085c1c5c6cf2f3cf086eac49ed571b28f6e"` Oct 12 18:29:09.419 INFO blam! 55f99249bd3a943d81f0a361e6e7e085c1c5c6cf2f3cf086eac49ed571b28f6e Oct 12 18:29:09.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.675 INFO blam! f8a4034a2393db64002448212cdbb76a8de233d9725e0f8b8b235d29ae6f5d8c Oct 12 18:29:09.677 INFO running `"docker" "start" "-a" "f8a4034a2393db64002448212cdbb76a8de233d9725e0f8b8b235d29ae6f5d8c"` Oct 12 18:29:10.347 INFO kablam! usermod: no changes Oct 12 18:29:10.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 18:29:10.423 INFO kablam! Running /target/debug/deps/stratagem-b875bc834205041d Oct 12 18:29:10.423 INFO blam! Oct 12 18:29:10.423 INFO blam! running 5 tests Oct 12 18:29:10.431 INFO blam! test tests::test_move_basic ... ok Oct 12 18:29:10.431 INFO blam! test tests::test_move_into_enemy ... ok Oct 12 18:29:10.439 INFO blam! test tests::test_move_bomb ... ok Oct 12 18:29:10.463 INFO blam! test tests::test_move_scout ... FAILED Oct 12 18:29:10.463 INFO blam! test tests::test_move_into_terrain ... FAILED Oct 12 18:29:10.463 INFO blam! Oct 12 18:29:10.463 INFO blam! failures: Oct 12 18:29:10.463 INFO blam! Oct 12 18:29:10.463 INFO blam! ---- tests::test_move_scout stdout ---- Oct 12 18:29:10.463 INFO blam! thread 'tests::test_move_scout' panicked at 'assertion failed: `(left == right)` Oct 12 18:29:10.463 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:10.463 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:10.463 INFO blam! stack backtrace: Oct 12 18:29:10.463 INFO blam! 0: 0x560724bbb7ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 12 18:29:10.463 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 12 18:29:10.463 INFO blam! 1: 0x560724bc4926 - std::sys_common::backtrace::print::hce31971a380b167f Oct 12 18:29:10.463 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 12 18:29:10.463 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 12 18:29:10.463 INFO blam! 2: 0x560724bbf67d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 12 18:29:10.463 INFO blam! at libstd/panicking.rs:211 Oct 12 18:29:10.463 INFO blam! 3: 0x560724bbf38b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 12 18:29:10.463 INFO blam! at libstd/panicking.rs:221 Oct 12 18:29:10.463 INFO blam! 4: 0x560724bbfd2c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 12 18:29:10.463 INFO blam! at libstd/panicking.rs:476 Oct 12 18:29:10.463 INFO blam! 5: 0x560724bbf8e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 12 18:29:10.463 INFO blam! at libstd/panicking.rs:390 Oct 12 18:29:10.463 INFO blam! 6: 0x560724bbf84d - std::panicking::begin_panic_fmt::h70a4709fbb668068 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:345 Oct 12 18:29:10.464 INFO blam! 7: 0x560724b696d0 - stratagem::tests::test_move_scout::hd4218ed13a81644f Oct 12 18:29:10.464 INFO blam! at src/tests.rs:95 Oct 12 18:29:10.464 INFO blam! 8: 0x560724b68a79 - stratagem::tests::test_move_scout::{{closure}}::h4381349d765b3f4e Oct 12 18:29:10.464 INFO blam! at src/tests.rs:68 Oct 12 18:29:10.464 INFO blam! 9: 0x560724b69bfd - core::ops::function::FnOnce::call_once::he6a8acc6512792a4 Oct 12 18:29:10.464 INFO blam! at libcore/ops/function.rs:238 Oct 12 18:29:10.464 INFO blam! 10: 0x560724b7106e - >::call_box::hae226a42c8d94b19 Oct 12 18:29:10.464 INFO blam! at libtest/lib.rs:1468 Oct 12 18:29:10.464 INFO blam! at libcore/ops/function.rs:238 Oct 12 18:29:10.464 INFO blam! at liballoc/boxed.rs:672 Oct 12 18:29:10.464 INFO blam! 11: 0x560724bcfe49 - __rust_maybe_catch_panic Oct 12 18:29:10.464 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 18:29:10.464 INFO blam! 12: 0x560724b91a9d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:289 Oct 12 18:29:10.464 INFO blam! at libstd/panic.rs:392 Oct 12 18:29:10.464 INFO blam! at libtest/lib.rs:1423 Oct 12 18:29:10.464 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 12 18:29:10.464 INFO blam! 13: 0x560724b92644 - std::panicking::try::do_call::h2c632c17829d0621 Oct 12 18:29:10.464 INFO blam! at libstd/thread/mod.rs:409 Oct 12 18:29:10.464 INFO blam! at libstd/panic.rs:313 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:310 Oct 12 18:29:10.464 INFO blam! 14: 0x560724bcfe49 - __rust_maybe_catch_panic Oct 12 18:29:10.464 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 18:29:10.464 INFO blam! 15: 0x560724b7fc86 - >::call_box::h1a0832645645f090 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:289 Oct 12 18:29:10.464 INFO blam! at libstd/panic.rs:392 Oct 12 18:29:10.464 INFO blam! at libstd/thread/mod.rs:408 Oct 12 18:29:10.464 INFO blam! at liballoc/boxed.rs:672 Oct 12 18:29:10.464 INFO blam! 16: 0x560724bbdaba - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 12 18:29:10.464 INFO blam! at liballoc/boxed.rs:682 Oct 12 18:29:10.464 INFO blam! at libstd/sys_common/thread.rs:24 Oct 12 18:29:10.464 INFO blam! 17: 0x560724bb2f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 12 18:29:10.464 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 12 18:29:10.464 INFO blam! 18: 0x7f8853ca56b9 - start_thread Oct 12 18:29:10.464 INFO blam! 19: 0x7f88537c541c - clone Oct 12 18:29:10.464 INFO blam! 20: 0x0 - Oct 12 18:29:10.464 INFO blam! Oct 12 18:29:10.464 INFO blam! ---- tests::test_move_into_terrain stdout ---- Oct 12 18:29:10.464 INFO blam! thread 'tests::test_move_into_terrain' panicked at 'assertion failed: `(left == right)` Oct 12 18:29:10.464 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:10.464 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:10.464 INFO blam! stack backtrace: Oct 12 18:29:10.464 INFO blam! 0: 0x560724bbb7ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 12 18:29:10.464 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 12 18:29:10.464 INFO blam! 1: 0x560724bc4926 - std::sys_common::backtrace::print::hce31971a380b167f Oct 12 18:29:10.464 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 12 18:29:10.464 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 12 18:29:10.464 INFO blam! 2: 0x560724bbf67d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:211 Oct 12 18:29:10.464 INFO blam! 3: 0x560724bbf38b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:221 Oct 12 18:29:10.464 INFO blam! 4: 0x560724bbfd2c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:476 Oct 12 18:29:10.464 INFO blam! 5: 0x560724bbf8e9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:390 Oct 12 18:29:10.464 INFO blam! 6: 0x560724bbf84d - std::panicking::begin_panic_fmt::h70a4709fbb668068 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:345 Oct 12 18:29:10.464 INFO blam! 7: 0x560724b67dca - stratagem::tests::test_move_into_terrain::h18701a89005e3175 Oct 12 18:29:10.464 INFO blam! at src/tests.rs:33 Oct 12 18:29:10.464 INFO blam! 8: 0x560724b67709 - stratagem::tests::test_move_into_terrain::{{closure}}::ha5d58f6c8d6777ae Oct 12 18:29:10.464 INFO blam! at src/tests.rs:21 Oct 12 18:29:10.464 INFO blam! 9: 0x560724b69bbd - core::ops::function::FnOnce::call_once::he4e87650d17cbec5 Oct 12 18:29:10.464 INFO blam! at libcore/ops/function.rs:238 Oct 12 18:29:10.464 INFO blam! 10: 0x560724b7106e - >::call_box::hae226a42c8d94b19 Oct 12 18:29:10.464 INFO blam! at libtest/lib.rs:1468 Oct 12 18:29:10.464 INFO blam! at libcore/ops/function.rs:238 Oct 12 18:29:10.464 INFO blam! at liballoc/boxed.rs:672 Oct 12 18:29:10.464 INFO blam! 11: 0x560724bcfe49 - __rust_maybe_catch_panic Oct 12 18:29:10.464 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 18:29:10.464 INFO blam! 12: 0x560724b91a9d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:289 Oct 12 18:29:10.464 INFO blam! at libstd/panic.rs:392 Oct 12 18:29:10.464 INFO blam! at libtest/lib.rs:1423 Oct 12 18:29:10.464 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 12 18:29:10.464 INFO blam! 13: 0x560724b92644 - std::panicking::try::do_call::h2c632c17829d0621 Oct 12 18:29:10.464 INFO blam! at libstd/thread/mod.rs:409 Oct 12 18:29:10.464 INFO blam! at libstd/panic.rs:313 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:310 Oct 12 18:29:10.464 INFO blam! 14: 0x560724bcfe49 - __rust_maybe_catch_panic Oct 12 18:29:10.464 INFO blam! at libpanic_unwind/lib.rs:102 Oct 12 18:29:10.464 INFO blam! 15: 0x560724b7fc86 - >::call_box::h1a0832645645f090 Oct 12 18:29:10.464 INFO blam! at libstd/panicking.rs:289 Oct 12 18:29:10.464 INFO blam! at libstd/panic.rs:392 Oct 12 18:29:10.464 INFO blam! at libstd/thread/mod.rs:408 Oct 12 18:29:10.464 INFO blam! at liballoc/boxed.rs:672 Oct 12 18:29:10.464 INFO blam! 16: 0x560724bbdaba - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 12 18:29:10.464 INFO blam! at liballoc/boxed.rs:682 Oct 12 18:29:10.464 INFO blam! at libstd/sys_common/thread.rs:24 Oct 12 18:29:10.464 INFO blam! 17: 0x560724bb2f65 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 12 18:29:10.465 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 12 18:29:10.465 INFO blam! 18: 0x7f8853ca56b9 - start_thread Oct 12 18:29:10.465 INFO blam! 19: 0x7f88537c541c - clone Oct 12 18:29:10.465 INFO blam! 20: 0x0 - Oct 12 18:29:10.465 INFO blam! Oct 12 18:29:10.465 INFO blam! Oct 12 18:29:10.465 INFO blam! failures: Oct 12 18:29:10.465 INFO blam! tests::test_move_into_terrain Oct 12 18:29:10.465 INFO blam! tests::test_move_scout Oct 12 18:29:10.465 INFO blam! Oct 12 18:29:10.465 INFO blam! test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:29:10.465 INFO blam! Oct 12 18:29:10.483 INFO kablam! error: test failed, to rerun pass '--bin stratagem' Oct 12 18:29:10.483 INFO kablam! su: No module specific data is present Oct 12 18:29:10.946 INFO running `"docker" "rm" "-f" "f8a4034a2393db64002448212cdbb76a8de233d9725e0f8b8b235d29ae6f5d8c"` Oct 12 18:29:11.207 INFO blam! f8a4034a2393db64002448212cdbb76a8de233d9725e0f8b8b235d29ae6f5d8c