Oct 10 20:42:51.630 INFO testing joshhansen/Umpire against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:42:51.630 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:42:51.632 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 10 20:42:51.981 INFO blam! 5f4ad6e790eba4cbfccc23cb19c67093a6a229990a3fe2892e780c124cd687be Oct 10 20:42:51.989 INFO running `"docker" "start" "-a" "5f4ad6e790eba4cbfccc23cb19c67093a6a229990a3fe2892e780c124cd687be"` Oct 10 20:42:52.865 INFO kablam! usermod: no changes Oct 10 20:42:52.986 INFO kablam! Compiling rustc-serialize v0.3.23 Oct 10 20:42:52.986 INFO kablam! Compiling byteorder v1.0.0 Oct 10 20:42:52.986 INFO kablam! Compiling ansi_term v0.9.0 Oct 10 20:42:53.005 INFO kablam! Compiling vec_map v0.7.0 Oct 10 20:42:53.009 INFO kablam! Compiling unicode-segmentation v1.1.0 Oct 10 20:42:53.014 INFO kablam! Compiling sample v0.6.2 Oct 10 20:42:53.014 INFO kablam! Compiling term_size v0.3.0 Oct 10 20:42:53.014 INFO kablam! Compiling memchr v1.0.1 Oct 10 20:42:53.588 INFO kablam! Compiling atty v0.2.2 Oct 10 20:42:53.597 INFO kablam! Compiling termion v1.3.0 Oct 10 20:42:54.191 INFO kablam! Compiling rand v0.3.15 Oct 10 20:42:54.457 INFO kablam! Compiling clap v2.23.2 Oct 10 20:43:01.340 INFO kablam! Compiling csv v0.15.0 Oct 10 20:43:11.784 INFO kablam! Compiling umpire v0.1.0 (/source) Oct 10 20:43:12.628 INFO kablam! warning: unused variable: `loc` Oct 10 20:43:12.628 INFO kablam! --> src/game/mod.rs:476:61 Oct 10 20:43:12.628 INFO kablam! | Oct 10 20:43:12.628 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 10 20:43:12.628 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 10 20:43:12.628 INFO kablam! | Oct 10 20:43:12.628 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:43:12.628 INFO kablam! Oct 10 20:43:12.628 INFO kablam! warning: unused variable: `orders` Oct 10 20:43:12.628 INFO kablam! --> src/game/mod.rs:476:76 Oct 10 20:43:12.628 INFO kablam! | Oct 10 20:43:12.628 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 10 20:43:12.628 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 10 20:43:12.628 INFO kablam! Oct 10 20:43:12.628 INFO kablam! warning: unused variable: `ui` Oct 10 20:43:12.628 INFO kablam! --> src/game/mod.rs:476:100 Oct 10 20:43:12.628 INFO kablam! | Oct 10 20:43:12.628 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 10 20:43:12.628 INFO kablam! | ^^ help: consider using `_ui` instead Oct 10 20:43:12.628 INFO kablam! Oct 10 20:43:12.628 INFO kablam! warning: unused variable: `loc` Oct 10 20:43:12.628 INFO kablam! --> src/game/mod.rs:552:19 Oct 10 20:43:12.628 INFO kablam! | Oct 10 20:43:12.628 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 10 20:43:12.628 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 10 20:43:12.628 INFO kablam! Oct 10 20:43:12.854 INFO kablam! warning: method is never used: `tile_mut` Oct 10 20:43:12.855 INFO kablam! --> src/game/mod.rs:280:5 Oct 10 20:43:12.855 INFO kablam! | Oct 10 20:43:12.855 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 10 20:43:12.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:43:12.855 INFO kablam! | Oct 10 20:43:12.856 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:43:12.856 INFO kablam! Oct 10 20:43:12.856 INFO kablam! warning: method is never used: `unit_mut` Oct 10 20:43:12.856 INFO kablam! --> src/game/mod.rs:315:5 Oct 10 20:43:12.856 INFO kablam! | Oct 10 20:43:12.856 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 10 20:43:12.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:43:12.857 INFO kablam! Oct 10 20:43:12.857 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 20:43:12.857 INFO kablam! --> src/main.rs:29:12 Oct 10 20:43:12.857 INFO kablam! | Oct 10 20:43:12.858 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 10 20:43:12.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:43:12.858 INFO kablam! | Oct 10 20:43:12.858 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 20:43:12.858 INFO kablam! Oct 10 20:43:15.220 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.32s Oct 10 20:43:15.223 INFO kablam! su: No module specific data is present Oct 10 20:43:15.686 INFO running `"docker" "rm" "-f" "5f4ad6e790eba4cbfccc23cb19c67093a6a229990a3fe2892e780c124cd687be"` Oct 10 20:43:16.039 INFO blam! 5f4ad6e790eba4cbfccc23cb19c67093a6a229990a3fe2892e780c124cd687be Oct 10 20:43:16.040 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:43:16.040 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 10 20:43:16.560 INFO blam! fd67d67e4111b767ef8e00acc4e1fc4da7aa8ef0b35b2a58e797fdd9b1c61c04 Oct 10 20:43:16.561 INFO running `"docker" "start" "-a" "fd67d67e4111b767ef8e00acc4e1fc4da7aa8ef0b35b2a58e797fdd9b1c61c04"` Oct 10 20:43:17.641 INFO kablam! usermod: no changes Oct 10 20:43:17.782 INFO kablam! Compiling umpire v0.1.0 (/source) Oct 10 20:43:19.456 INFO kablam! warning: unused variable: `map` Oct 10 20:43:19.456 INFO kablam! --> src/map/grid.rs:323:13 Oct 10 20:43:19.456 INFO kablam! | Oct 10 20:43:19.457 INFO kablam! 323 | let map: LocationGrid = LocationGrid::try_from( Oct 10 20:43:19.457 INFO kablam! | ^^^ help: consider using `_map` instead Oct 10 20:43:19.457 INFO kablam! | Oct 10 20:43:19.457 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:43:19.457 INFO kablam! Oct 10 20:43:19.464 INFO kablam! warning: unused variable: `loc` Oct 10 20:43:19.464 INFO kablam! --> src/game/mod.rs:476:61 Oct 10 20:43:19.464 INFO kablam! | Oct 10 20:43:19.464 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 10 20:43:19.464 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 10 20:43:19.464 INFO kablam! Oct 10 20:43:19.464 INFO kablam! warning: unused variable: `orders` Oct 10 20:43:19.464 INFO kablam! --> src/game/mod.rs:476:76 Oct 10 20:43:19.464 INFO kablam! | Oct 10 20:43:19.464 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 10 20:43:19.464 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 10 20:43:19.464 INFO kablam! Oct 10 20:43:19.464 INFO kablam! warning: unused variable: `ui` Oct 10 20:43:19.464 INFO kablam! --> src/game/mod.rs:476:100 Oct 10 20:43:19.464 INFO kablam! | Oct 10 20:43:19.464 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 10 20:43:19.464 INFO kablam! | ^^ help: consider using `_ui` instead Oct 10 20:43:19.464 INFO kablam! Oct 10 20:43:19.465 INFO kablam! warning: unused variable: `loc` Oct 10 20:43:19.465 INFO kablam! --> src/game/mod.rs:552:19 Oct 10 20:43:19.465 INFO kablam! | Oct 10 20:43:19.465 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 10 20:43:19.465 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 10 20:43:19.465 INFO kablam! Oct 10 20:43:20.040 INFO kablam! warning: method is never used: `tile_mut` Oct 10 20:43:20.040 INFO kablam! --> src/game/mod.rs:280:5 Oct 10 20:43:20.040 INFO kablam! | Oct 10 20:43:20.040 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 10 20:43:20.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:43:20.040 INFO kablam! | Oct 10 20:43:20.040 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:43:20.040 INFO kablam! Oct 10 20:43:20.040 INFO kablam! warning: method is never used: `unit_mut` Oct 10 20:43:20.040 INFO kablam! --> src/game/mod.rs:315:5 Oct 10 20:43:20.040 INFO kablam! | Oct 10 20:43:20.040 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 10 20:43:20.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:43:20.040 INFO kablam! Oct 10 20:43:20.040 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 20:43:20.040 INFO kablam! --> src/main.rs:29:12 Oct 10 20:43:20.041 INFO kablam! | Oct 10 20:43:20.041 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 10 20:43:20.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:43:20.041 INFO kablam! | Oct 10 20:43:20.041 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 20:43:20.041 INFO kablam! Oct 10 20:43:23.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.06s Oct 10 20:43:23.731 INFO kablam! su: No module specific data is present Oct 10 20:43:24.034 INFO running `"docker" "rm" "-f" "fd67d67e4111b767ef8e00acc4e1fc4da7aa8ef0b35b2a58e797fdd9b1c61c04"` Oct 10 20:43:24.189 INFO blam! fd67d67e4111b767ef8e00acc4e1fc4da7aa8ef0b35b2a58e797fdd9b1c61c04 Oct 10 20:43:24.193 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:43:24.194 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 10 20:43:24.377 INFO blam! 17cf601ca3f365abb0696dfcddef6c173df789e3090fcf15b625b606ad44f068 Oct 10 20:43:24.379 INFO running `"docker" "start" "-a" "17cf601ca3f365abb0696dfcddef6c173df789e3090fcf15b625b606ad44f068"` Oct 10 20:43:25.236 INFO kablam! usermod: no changes Oct 10 20:43:25.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 20:43:25.320 INFO kablam! Running /target/debug/deps/umpire-cb230adc64cab51a Oct 10 20:43:25.332 INFO blam! Oct 10 20:43:25.332 INFO blam! running 16 tests Oct 10 20:43:25.344 INFO blam! test map::dijkstra::test::test_neighbors_terrain_only ... ok Oct 10 20:43:25.344 INFO blam! test game::obs::test::test_fog_of_war_tracker ... ok Oct 10 20:43:25.344 INFO blam! test map::dijkstra::test::test_neighbors ... ok Oct 10 20:43:25.344 INFO blam! test map::dijkstra::test::test_shortest_paths ... ok Oct 10 20:43:25.344 INFO blam! test map::dijkstra::test::test_dijkstra ... ok Oct 10 20:43:25.344 INFO blam! test map::test::test_tile ... ok Oct 10 20:43:25.344 INFO blam! test map::grid::test::test_str_to_tile_map ... ok Oct 10 20:43:25.351 INFO blam! test ui::map::test::test_map_to_viewport_coord ... ok Oct 10 20:43:25.351 INFO blam! test map::grid::test::test_iter ... ok Oct 10 20:43:25.353 INFO blam! test map::dijkstra::test::test_neighbors_all_unit ... ok Oct 10 20:43:25.353 INFO blam! test unit::test::test_mobility ... ok Oct 10 20:43:25.353 INFO blam! test map::grid::test::test_str_to_obs_map ... ok Oct 10 20:43:25.356 INFO blam! test util::test::test_wrapped_add ... ok Oct 10 20:43:25.356 INFO blam! test unit::test::test_observations ... ok Oct 10 20:43:25.397 INFO blam! test game::test::test_game ... FAILED Oct 10 20:43:25.397 INFO blam! test game::test::test_move_unit ... FAILED Oct 10 20:43:25.397 INFO blam! Oct 10 20:43:25.397 INFO blam! failures: Oct 10 20:43:25.397 INFO blam! Oct 10 20:43:25.397 INFO blam! ---- game::test::test_game stdout ---- Oct 10 20:43:25.397 INFO blam! thread 'game::test::test_game' panicked at 'called `Result::unwrap()` on an `Err` value: "Error reading CSV from file \"data/us-census/1990/givenname_rel_freqs-test.csv\": No such file or directory (os error 2)"', libcore/result.rs:1009:5 Oct 10 20:43:25.397 INFO blam! stack backtrace: Oct 10 20:43:25.397 INFO blam! 0: 0x559be1e22ffe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 20:43:25.397 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 20:43:25.397 INFO blam! 1: 0x559be1e2bea6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 20:43:25.397 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 20:43:25.397 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 20:43:25.397 INFO blam! 2: 0x559be1e26bfd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 20:43:25.397 INFO blam! at libstd/panicking.rs:211 Oct 10 20:43:25.397 INFO blam! 3: 0x559be1e2690b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 20:43:25.397 INFO blam! at libstd/panicking.rs:221 Oct 10 20:43:25.397 INFO blam! 4: 0x559be1e272ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 20:43:25.397 INFO blam! at libstd/panicking.rs:476 Oct 10 20:43:25.397 INFO blam! 5: 0x559be1e26e69 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 20:43:25.397 INFO blam! at libstd/panicking.rs:390 Oct 10 20:43:25.397 INFO blam! 6: 0x559be1e26d65 - rust_begin_unwind Oct 10 20:43:25.397 INFO blam! at libstd/panicking.rs:325 Oct 10 20:43:25.397 INFO blam! 7: 0x559be1e692db - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 20:43:25.397 INFO blam! at libcore/panicking.rs:77 Oct 10 20:43:25.397 INFO blam! 8: 0x559be1d592f3 - core::result::unwrap_failed::h1bd475945d46e409 Oct 10 20:43:25.397 INFO blam! at libcore/macros.rs:26 Oct 10 20:43:25.397 INFO blam! 9: 0x559be1d56889 - >::unwrap::h4566ef6154f8cd65 Oct 10 20:43:25.397 INFO blam! at libcore/result.rs:808 Oct 10 20:43:25.397 INFO blam! 10: 0x559be1d8f131 - umpire::game::test::game1::hce9af9209504b5b4 Oct 10 20:43:25.397 INFO blam! at src/game/mod.rs:610 Oct 10 20:43:25.397 INFO blam! 11: 0x559be1d8f28b - umpire::game::test::test_game::h7d10e1f414f5e70d Oct 10 20:43:25.397 INFO blam! at src/game/mod.rs:617 Oct 10 20:43:25.397 INFO blam! 12: 0x559be1d8f259 - umpire::game::test::test_game::{{closure}}::h8e0d0dc5375401c8 Oct 10 20:43:25.397 INFO blam! at src/game/mod.rs:615 Oct 10 20:43:25.397 INFO blam! 13: 0x559be1d6504d - core::ops::function::FnOnce::call_once::h6d3eba7851aa992a Oct 10 20:43:25.397 INFO blam! at libcore/ops/function.rs:238 Oct 10 20:43:25.397 INFO blam! 14: 0x559be1dac16e - >::call_box::h95b7cb918af67b5d Oct 10 20:43:25.397 INFO blam! at libtest/lib.rs:1468 Oct 10 20:43:25.397 INFO blam! at libcore/ops/function.rs:238 Oct 10 20:43:25.397 INFO blam! at liballoc/boxed.rs:672 Oct 10 20:43:25.397 INFO blam! 15: 0x559be1e37079 - __rust_maybe_catch_panic Oct 10 20:43:25.397 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 20:43:25.397 INFO blam! 16: 0x559be1dcccbd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 20:43:25.397 INFO blam! at libstd/panicking.rs:289 Oct 10 20:43:25.397 INFO blam! at libstd/panic.rs:392 Oct 10 20:43:25.397 INFO blam! at libtest/lib.rs:1423 Oct 10 20:43:25.397 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 20:43:25.397 INFO blam! 17: 0x559be1dcd8c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 20:43:25.397 INFO blam! at libstd/thread/mod.rs:409 Oct 10 20:43:25.397 INFO blam! at libstd/panic.rs:313 Oct 10 20:43:25.397 INFO blam! at libstd/panicking.rs:310 Oct 10 20:43:25.397 INFO blam! 18: 0x559be1e37079 - __rust_maybe_catch_panic Oct 10 20:43:25.397 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 20:43:25.397 INFO blam! 19: 0x559be1dbae86 - >::call_box::h96125cb29a9ba44b Oct 10 20:43:25.397 INFO blam! at libstd/panicking.rs:289 Oct 10 20:43:25.397 INFO blam! at libstd/panic.rs:392 Oct 10 20:43:25.397 INFO blam! at libstd/thread/mod.rs:408 Oct 10 20:43:25.397 INFO blam! at liballoc/boxed.rs:672 Oct 10 20:43:25.397 INFO blam! 20: 0x559be1e2503a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 20:43:25.397 INFO blam! at liballoc/boxed.rs:682 Oct 10 20:43:25.397 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 20:43:25.397 INFO blam! 21: 0x559be1e1a765 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 20:43:25.397 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 20:43:25.397 INFO blam! 22: 0x7ff816f996b9 - start_thread Oct 10 20:43:25.398 INFO blam! 23: 0x7ff816ab941c - clone Oct 10 20:43:25.398 INFO blam! 24: 0x0 - Oct 10 20:43:25.398 INFO blam! Oct 10 20:43:25.398 INFO blam! ---- game::test::test_move_unit stdout ---- Oct 10 20:43:25.398 INFO blam! thread 'game::test::test_move_unit' panicked at 'called `Result::unwrap()` on an `Err` value: "Error reading CSV from file \"data/us-census/1990/givenname_rel_freqs-test.csv\": No such file or directory (os error 2)"', libcore/result.rs:1009:5 Oct 10 20:43:25.398 INFO blam! stack backtrace: Oct 10 20:43:25.398 INFO blam! 0: 0x559be1e22ffe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 20:43:25.398 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 20:43:25.398 INFO blam! 1: 0x559be1e2bea6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 20:43:25.398 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 20:43:25.398 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 20:43:25.398 INFO blam! 2: 0x559be1e26bfd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 20:43:25.398 INFO blam! at libstd/panicking.rs:211 Oct 10 20:43:25.398 INFO blam! 3: 0x559be1e2690b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 20:43:25.398 INFO blam! at libstd/panicking.rs:221 Oct 10 20:43:25.398 INFO blam! 4: 0x559be1e272ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 20:43:25.398 INFO blam! at libstd/panicking.rs:476 Oct 10 20:43:25.398 INFO blam! 5: 0x559be1e26e69 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 20:43:25.398 INFO blam! at libstd/panicking.rs:390 Oct 10 20:43:25.398 INFO blam! 6: 0x559be1e26d65 - rust_begin_unwind Oct 10 20:43:25.398 INFO blam! at libstd/panicking.rs:325 Oct 10 20:43:25.398 INFO blam! 7: 0x559be1e692db - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 20:43:25.398 INFO blam! at libcore/panicking.rs:77 Oct 10 20:43:25.398 INFO blam! 8: 0x559be1d592f3 - core::result::unwrap_failed::h1bd475945d46e409 Oct 10 20:43:25.398 INFO blam! at libcore/macros.rs:26 Oct 10 20:43:25.398 INFO blam! 9: 0x559be1d56889 - >::unwrap::h4566ef6154f8cd65 Oct 10 20:43:25.398 INFO blam! at libcore/result.rs:808 Oct 10 20:43:25.398 INFO blam! 10: 0x559be1d9164a - umpire::game::test::test_move_unit::h43df6cf6fdf567fc Oct 10 20:43:25.398 INFO blam! at src/game/mod.rs:678 Oct 10 20:43:25.398 INFO blam! 11: 0x559be1d90a29 - umpire::game::test::test_move_unit::{{closure}}::h5df0ee7440c10c68 Oct 10 20:43:25.398 INFO blam! at src/game/mod.rs:658 Oct 10 20:43:25.398 INFO blam! 12: 0x559be1d6514d - core::ops::function::FnOnce::call_once::had43bc25daf8080e Oct 10 20:43:25.398 INFO blam! at libcore/ops/function.rs:238 Oct 10 20:43:25.398 INFO blam! 13: 0x559be1dac16e - >::call_box::h95b7cb918af67b5d Oct 10 20:43:25.398 INFO blam! at libtest/lib.rs:1468 Oct 10 20:43:25.398 INFO blam! at libcore/ops/function.rs:238 Oct 10 20:43:25.398 INFO blam! at liballoc/boxed.rs:672 Oct 10 20:43:25.398 INFO blam! 14: 0x559be1e37079 - __rust_maybe_catch_panic Oct 10 20:43:25.398 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 20:43:25.398 INFO blam! 15: 0x559be1dcccbd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 20:43:25.398 INFO blam! at libstd/panicking.rs:289 Oct 10 20:43:25.398 INFO blam! at libstd/panic.rs:392 Oct 10 20:43:25.398 INFO blam! at libtest/lib.rs:1423 Oct 10 20:43:25.398 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 20:43:25.398 INFO blam! 16: 0x559be1dcd8c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 20:43:25.398 INFO blam! at libstd/thread/mod.rs:409 Oct 10 20:43:25.398 INFO blam! at libstd/panic.rs:313 Oct 10 20:43:25.398 INFO blam! at libstd/panicking.rs:310 Oct 10 20:43:25.398 INFO blam! 17: 0x559be1e37079 - __rust_maybe_catch_panic Oct 10 20:43:25.398 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 20:43:25.398 INFO blam! 18: 0x559be1dbae86 - >::call_box::h96125cb29a9ba44b Oct 10 20:43:25.398 INFO blam! at libstd/panicking.rs:289 Oct 10 20:43:25.398 INFO blam! at libstd/panic.rs:392 Oct 10 20:43:25.398 INFO blam! at libstd/thread/mod.rs:408 Oct 10 20:43:25.398 INFO blam! at liballoc/boxed.rs:672 Oct 10 20:43:25.398 INFO blam! 19: 0x559be1e2503a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 20:43:25.398 INFO blam! at liballoc/boxed.rs:682 Oct 10 20:43:25.398 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 20:43:25.398 INFO blam! 20: 0x559be1e1a765 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 20:43:25.398 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 20:43:25.398 INFO blam! 21: 0x7ff816f996b9 - start_thread Oct 10 20:43:25.398 INFO blam! 22: 0x7ff816ab941c - clone Oct 10 20:43:25.398 INFO blam! 23: 0x0 - Oct 10 20:43:25.398 INFO blam! Oct 10 20:43:25.398 INFO blam! Oct 10 20:43:25.398 INFO blam! failures: Oct 10 20:43:25.398 INFO blam! game::test::test_game Oct 10 20:43:25.398 INFO blam! game::test::test_move_unit Oct 10 20:43:25.398 INFO blam! Oct 10 20:43:25.398 INFO blam! test result: FAILED. 14 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:43:25.398 INFO blam! Oct 10 20:43:25.399 INFO kablam! error: test failed, to rerun pass '--bin umpire' Oct 10 20:43:25.417 INFO kablam! su: No module specific data is present Oct 10 20:43:26.080 INFO running `"docker" "rm" "-f" "17cf601ca3f365abb0696dfcddef6c173df789e3090fcf15b625b606ad44f068"` Oct 10 20:43:26.266 INFO blam! 17cf601ca3f365abb0696dfcddef6c173df789e3090fcf15b625b606ad44f068