Oct 14 16:14:25.829 INFO testing joshhansen/Umpire against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:14:25.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 16:14:26.167 INFO blam! 7b59d49fb2c97f95fbf6cffac90b3c5156c0e941d0b243601551093a48979437 Oct 14 16:14:26.174 INFO running `"docker" "start" "-a" "7b59d49fb2c97f95fbf6cffac90b3c5156c0e941d0b243601551093a48979437"` Oct 14 16:14:27.671 INFO kablam! usermod: no changes Oct 14 16:14:27.782 INFO kablam! Compiling sample v0.6.2 Oct 14 16:14:27.783 INFO kablam! Compiling term_size v0.3.0 Oct 14 16:14:27.783 INFO kablam! Compiling termion v1.3.0 Oct 14 16:14:27.811 INFO kablam! Compiling csv v0.15.0 Oct 14 16:14:28.456 INFO kablam! Compiling clap v2.23.2 Oct 14 16:14:57.056 INFO kablam! Compiling umpire v0.1.0 (/source) Oct 14 16:14:58.127 INFO kablam! warning: unused variable: `loc` Oct 14 16:14:58.127 INFO kablam! --> src/game/mod.rs:476:61 Oct 14 16:14:58.127 INFO kablam! | Oct 14 16:14:58.127 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:14:58.127 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 14 16:14:58.127 INFO kablam! | Oct 14 16:14:58.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:14:58.127 INFO kablam! Oct 14 16:14:58.127 INFO kablam! warning: unused variable: `orders` Oct 14 16:14:58.127 INFO kablam! --> src/game/mod.rs:476:76 Oct 14 16:14:58.127 INFO kablam! | Oct 14 16:14:58.127 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:14:58.127 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 14 16:14:58.127 INFO kablam! Oct 14 16:14:58.127 INFO kablam! warning: unused variable: `ui` Oct 14 16:14:58.127 INFO kablam! --> src/game/mod.rs:476:100 Oct 14 16:14:58.127 INFO kablam! | Oct 14 16:14:58.127 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:14:58.127 INFO kablam! | ^^ help: consider using `_ui` instead Oct 14 16:14:58.127 INFO kablam! Oct 14 16:14:58.127 INFO kablam! warning: unused variable: `loc` Oct 14 16:14:58.127 INFO kablam! --> src/game/mod.rs:552:19 Oct 14 16:14:58.127 INFO kablam! | Oct 14 16:14:58.127 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 14 16:14:58.127 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 14 16:14:58.127 INFO kablam! Oct 14 16:14:58.423 INFO kablam! warning: method is never used: `tile_mut` Oct 14 16:14:58.423 INFO kablam! --> src/game/mod.rs:280:5 Oct 14 16:14:58.423 INFO kablam! | Oct 14 16:14:58.423 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 14 16:14:58.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:14:58.423 INFO kablam! | Oct 14 16:14:58.423 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:14:58.423 INFO kablam! Oct 14 16:14:58.423 INFO kablam! warning: method is never used: `unit_mut` Oct 14 16:14:58.423 INFO kablam! --> src/game/mod.rs:315:5 Oct 14 16:14:58.423 INFO kablam! | Oct 14 16:14:58.423 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 14 16:14:58.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:14:58.423 INFO kablam! Oct 14 16:14:58.423 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 16:14:58.423 INFO kablam! --> src/main.rs:29:12 Oct 14 16:14:58.423 INFO kablam! | Oct 14 16:14:58.423 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 14 16:14:58.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:14:58.423 INFO kablam! | Oct 14 16:14:58.423 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 16:14:58.423 INFO kablam! Oct 14 16:15:01.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.58s Oct 14 16:15:01.278 INFO kablam! su: No module specific data is present Oct 14 16:15:01.649 INFO running `"docker" "rm" "-f" "7b59d49fb2c97f95fbf6cffac90b3c5156c0e941d0b243601551093a48979437"` Oct 14 16:15:01.746 INFO blam! 7b59d49fb2c97f95fbf6cffac90b3c5156c0e941d0b243601551093a48979437 Oct 14 16:15:01.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 16:15:01.982 INFO blam! 9cc1846899b7cc619ac21a67efc53cdc470236b0499ce25b8b9f192eda05cff7 Oct 14 16:15:01.989 INFO running `"docker" "start" "-a" "9cc1846899b7cc619ac21a67efc53cdc470236b0499ce25b8b9f192eda05cff7"` Oct 14 16:15:02.521 INFO kablam! usermod: no changes Oct 14 16:15:02.573 INFO kablam! Compiling umpire v0.1.0 (/source) Oct 14 16:15:04.079 INFO kablam! warning: unused variable: `map` Oct 14 16:15:04.079 INFO kablam! --> src/map/grid.rs:323:13 Oct 14 16:15:04.079 INFO kablam! | Oct 14 16:15:04.079 INFO kablam! 323 | let map: LocationGrid = LocationGrid::try_from( Oct 14 16:15:04.079 INFO kablam! | ^^^ help: consider using `_map` instead Oct 14 16:15:04.079 INFO kablam! | Oct 14 16:15:04.079 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:15:04.079 INFO kablam! Oct 14 16:15:04.083 INFO kablam! warning: unused variable: `loc` Oct 14 16:15:04.084 INFO kablam! --> src/game/mod.rs:476:61 Oct 14 16:15:04.084 INFO kablam! | Oct 14 16:15:04.084 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:15:04.085 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 14 16:15:04.085 INFO kablam! Oct 14 16:15:04.085 INFO kablam! warning: unused variable: `orders` Oct 14 16:15:04.085 INFO kablam! --> src/game/mod.rs:476:76 Oct 14 16:15:04.086 INFO kablam! | Oct 14 16:15:04.086 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:15:04.086 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 14 16:15:04.087 INFO kablam! Oct 14 16:15:04.087 INFO kablam! warning: unused variable: `ui` Oct 14 16:15:04.087 INFO kablam! --> src/game/mod.rs:476:100 Oct 14 16:15:04.088 INFO kablam! | Oct 14 16:15:04.088 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:15:04.088 INFO kablam! | ^^ help: consider using `_ui` instead Oct 14 16:15:04.089 INFO kablam! Oct 14 16:15:04.089 INFO kablam! warning: unused variable: `loc` Oct 14 16:15:04.089 INFO kablam! --> src/game/mod.rs:552:19 Oct 14 16:15:04.089 INFO kablam! | Oct 14 16:15:04.089 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 14 16:15:04.089 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 14 16:15:04.089 INFO kablam! Oct 14 16:15:04.607 INFO kablam! warning: method is never used: `tile_mut` Oct 14 16:15:04.607 INFO kablam! --> src/game/mod.rs:280:5 Oct 14 16:15:04.607 INFO kablam! | Oct 14 16:15:04.607 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 14 16:15:04.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:15:04.607 INFO kablam! | Oct 14 16:15:04.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:15:04.607 INFO kablam! Oct 14 16:15:04.607 INFO kablam! warning: method is never used: `unit_mut` Oct 14 16:15:04.607 INFO kablam! --> src/game/mod.rs:315:5 Oct 14 16:15:04.607 INFO kablam! | Oct 14 16:15:04.607 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 14 16:15:04.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:15:04.607 INFO kablam! Oct 14 16:15:04.607 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 16:15:04.607 INFO kablam! --> src/main.rs:29:12 Oct 14 16:15:04.607 INFO kablam! | Oct 14 16:15:04.607 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 14 16:15:04.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:15:04.607 INFO kablam! | Oct 14 16:15:04.607 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 16:15:04.607 INFO kablam! Oct 14 16:15:08.574 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.03s Oct 14 16:15:08.574 INFO kablam! su: No module specific data is present Oct 14 16:15:09.045 INFO running `"docker" "rm" "-f" "9cc1846899b7cc619ac21a67efc53cdc470236b0499ce25b8b9f192eda05cff7"` Oct 14 16:15:09.199 INFO blam! 9cc1846899b7cc619ac21a67efc53cdc470236b0499ce25b8b9f192eda05cff7 Oct 14 16:15:09.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 16:15:09.531 INFO blam! 1b91d4b9249dae4ea2cd5cd91ff10f361c07f19c75f88111ba409f3c27e6ac2b Oct 14 16:15:09.539 INFO running `"docker" "start" "-a" "1b91d4b9249dae4ea2cd5cd91ff10f361c07f19c75f88111ba409f3c27e6ac2b"` Oct 14 16:15:10.404 INFO kablam! usermod: no changes Oct 14 16:15:10.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 16:15:10.518 INFO kablam! Running /target/debug/deps/umpire-cb230adc64cab51a Oct 14 16:15:10.535 INFO blam! Oct 14 16:15:10.535 INFO blam! running 16 tests Oct 14 16:15:10.541 INFO blam! test game::obs::test::test_fog_of_war_tracker ... ok Oct 14 16:15:10.547 INFO blam! test map::dijkstra::test::test_dijkstra ... ok Oct 14 16:15:10.547 INFO blam! test map::dijkstra::test::test_shortest_paths ... ok Oct 14 16:15:10.556 INFO blam! test map::dijkstra::test::test_neighbors ... ok Oct 14 16:15:10.568 INFO blam! test map::grid::test::test_iter ... ok Oct 14 16:15:10.568 INFO blam! test map::dijkstra::test::test_neighbors_all_unit ... ok Oct 14 16:15:10.568 INFO blam! test map::grid::test::test_str_to_obs_map ... ok Oct 14 16:15:10.569 INFO blam! test map::dijkstra::test::test_neighbors_terrain_only ... ok Oct 14 16:15:10.569 INFO blam! test map::test::test_tile ... ok Oct 14 16:15:10.569 INFO blam! test map::grid::test::test_str_to_tile_map ... ok Oct 14 16:15:10.570 INFO blam! test unit::test::test_mobility ... ok Oct 14 16:15:10.570 INFO blam! test util::test::test_wrapped_add ... ok Oct 14 16:15:10.570 INFO blam! test unit::test::test_observations ... ok Oct 14 16:15:10.572 INFO blam! test ui::map::test::test_map_to_viewport_coord ... ok Oct 14 16:15:10.647 INFO blam! test game::test::test_move_unit ... FAILED Oct 14 16:15:10.648 INFO blam! test game::test::test_game ... FAILED Oct 14 16:15:10.648 INFO blam! Oct 14 16:15:10.648 INFO blam! failures: Oct 14 16:15:10.648 INFO blam! Oct 14 16:15:10.649 INFO kablam! error: test failed, to rerun pass '--bin umpire' Oct 14 16:15:10.649 INFO blam! ---- game::test::test_move_unit stdout ---- Oct 14 16:15:10.649 INFO kablam! su: No module specific data is present Oct 14 16:15:10.650 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 14 16:15:10.650 INFO blam! stack backtrace: Oct 14 16:15:10.650 INFO blam! 0: 0x55a6f9374ffe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 16:15:10.651 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 16:15:10.651 INFO blam! 1: 0x55a6f937dea6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 16:15:10.651 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 16:15:10.651 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 16:15:10.652 INFO blam! 2: 0x55a6f9378bfd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 16:15:10.652 INFO blam! at libstd/panicking.rs:211 Oct 14 16:15:10.652 INFO blam! 3: 0x55a6f937890b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 16:15:10.653 INFO blam! at libstd/panicking.rs:221 Oct 14 16:15:10.653 INFO blam! 4: 0x55a6f93792ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 16:15:10.653 INFO blam! at libstd/panicking.rs:476 Oct 14 16:15:10.654 INFO blam! 5: 0x55a6f9378e69 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 16:15:10.654 INFO blam! at libstd/panicking.rs:390 Oct 14 16:15:10.654 INFO blam! 6: 0x55a6f9378d65 - rust_begin_unwind Oct 14 16:15:10.655 INFO blam! at libstd/panicking.rs:325 Oct 14 16:15:10.655 INFO blam! 7: 0x55a6f93bb2db - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 16:15:10.655 INFO blam! at libcore/panicking.rs:77 Oct 14 16:15:10.656 INFO blam! 8: 0x55a6f92ab2f3 - core::result::unwrap_failed::h1bd475945d46e409 Oct 14 16:15:10.656 INFO blam! at libcore/macros.rs:26 Oct 14 16:15:10.656 INFO blam! 9: 0x55a6f92a8889 - >::unwrap::h4566ef6154f8cd65 Oct 14 16:15:10.656 INFO blam! at libcore/result.rs:808 Oct 14 16:15:10.657 INFO blam! 10: 0x55a6f92e364a - umpire::game::test::test_move_unit::h43df6cf6fdf567fc Oct 14 16:15:10.657 INFO blam! at src/game/mod.rs:678 Oct 14 16:15:10.657 INFO blam! 11: 0x55a6f92e2a29 - umpire::game::test::test_move_unit::{{closure}}::h5df0ee7440c10c68 Oct 14 16:15:10.658 INFO blam! at src/game/mod.rs:658 Oct 14 16:15:10.658 INFO blam! 12: 0x55a6f92b714d - core::ops::function::FnOnce::call_once::had43bc25daf8080e Oct 14 16:15:10.658 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:15:10.659 INFO blam! 13: 0x55a6f92fe16e - >::call_box::h95b7cb918af67b5d Oct 14 16:15:10.659 INFO blam! at libtest/lib.rs:1468 Oct 14 16:15:10.659 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:15:10.660 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:15:10.660 INFO blam! 14: 0x55a6f9389079 - __rust_maybe_catch_panic Oct 14 16:15:10.660 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:15:10.660 INFO blam! 15: 0x55a6f931ecbd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 16:15:10.661 INFO blam! at libstd/panicking.rs:289 Oct 14 16:15:10.661 INFO blam! at libstd/panic.rs:392 Oct 14 16:15:10.661 INFO blam! at libtest/lib.rs:1423 Oct 14 16:15:10.662 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 16:15:10.662 INFO blam! 16: 0x55a6f931f8c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 16:15:10.662 INFO blam! at libstd/thread/mod.rs:409 Oct 14 16:15:10.664 INFO blam! at libstd/panic.rs:313 Oct 14 16:15:10.664 INFO blam! at libstd/panicking.rs:310 Oct 14 16:15:10.665 INFO blam! 17: 0x55a6f9389079 - __rust_maybe_catch_panic Oct 14 16:15:10.665 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:15:10.665 INFO blam! 18: 0x55a6f930ce86 - >::call_box::h96125cb29a9ba44b Oct 14 16:15:10.666 INFO blam! at libstd/panicking.rs:289 Oct 14 16:15:10.666 INFO blam! at libstd/panic.rs:392 Oct 14 16:15:10.666 INFO blam! at libstd/thread/mod.rs:408 Oct 14 16:15:10.667 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:15:10.667 INFO blam! 19: 0x55a6f937703a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 16:15:10.667 INFO blam! at liballoc/boxed.rs:682 Oct 14 16:15:10.668 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 16:15:10.668 INFO blam! 20: 0x55a6f936c765 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 16:15:10.668 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 16:15:10.668 INFO blam! 21: 0x7fd6dc3746b9 - start_thread Oct 14 16:15:10.669 INFO blam! 22: 0x7fd6dbe9441c - clone Oct 14 16:15:10.669 INFO blam! 23: 0x0 - Oct 14 16:15:10.669 INFO blam! Oct 14 16:15:10.670 INFO blam! ---- game::test::test_game stdout ---- Oct 14 16:15:10.670 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 14 16:15:10.670 INFO blam! stack backtrace: Oct 14 16:15:10.671 INFO blam! 0: 0x55a6f9374ffe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 16:15:10.671 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 16:15:10.671 INFO blam! 1: 0x55a6f937dea6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 16:15:10.672 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 16:15:10.672 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 16:15:10.672 INFO blam! 2: 0x55a6f9378bfd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 16:15:10.673 INFO blam! at libstd/panicking.rs:211 Oct 14 16:15:10.673 INFO blam! 3: 0x55a6f937890b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 16:15:10.673 INFO blam! at libstd/panicking.rs:221 Oct 14 16:15:10.674 INFO blam! 4: 0x55a6f93792ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 16:15:10.674 INFO blam! at libstd/panicking.rs:476 Oct 14 16:15:10.674 INFO blam! 5: 0x55a6f9378e69 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 16:15:10.679 INFO blam! at libstd/panicking.rs:390 Oct 14 16:15:10.679 INFO blam! 6: 0x55a6f9378d65 - rust_begin_unwind Oct 14 16:15:10.679 INFO blam! at libstd/panicking.rs:325 Oct 14 16:15:10.680 INFO blam! 7: 0x55a6f93bb2db - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 16:15:10.680 INFO blam! at libcore/panicking.rs:77 Oct 14 16:15:10.680 INFO blam! 8: 0x55a6f92ab2f3 - core::result::unwrap_failed::h1bd475945d46e409 Oct 14 16:15:10.680 INFO blam! at libcore/macros.rs:26 Oct 14 16:15:10.681 INFO blam! 9: 0x55a6f92a8889 - >::unwrap::h4566ef6154f8cd65 Oct 14 16:15:10.681 INFO blam! at libcore/result.rs:808 Oct 14 16:15:10.681 INFO blam! 10: 0x55a6f92e1131 - umpire::game::test::game1::hce9af9209504b5b4 Oct 14 16:15:10.681 INFO blam! at src/game/mod.rs:610 Oct 14 16:15:10.681 INFO blam! 11: 0x55a6f92e128b - umpire::game::test::test_game::h7d10e1f414f5e70d Oct 14 16:15:10.682 INFO blam! at src/game/mod.rs:617 Oct 14 16:15:10.682 INFO blam! 12: 0x55a6f92e1259 - umpire::game::test::test_game::{{closure}}::h8e0d0dc5375401c8 Oct 14 16:15:10.682 INFO blam! at src/game/mod.rs:615 Oct 14 16:15:10.683 INFO blam! 13: 0x55a6f92b704d - core::ops::function::FnOnce::call_once::h6d3eba7851aa992a Oct 14 16:15:10.683 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:15:10.683 INFO blam! 14: 0x55a6f92fe16e - >::call_box::h95b7cb918af67b5d Oct 14 16:15:10.684 INFO blam! at libtest/lib.rs:1468 Oct 14 16:15:10.684 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:15:10.684 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:15:10.684 INFO blam! 15: 0x55a6f9389079 - __rust_maybe_catch_panic Oct 14 16:15:10.685 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:15:10.685 INFO blam! 16: 0x55a6f931ecbd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 16:15:10.685 INFO blam! at libstd/panicking.rs:289 Oct 14 16:15:10.686 INFO blam! at libstd/panic.rs:392 Oct 14 16:15:10.686 INFO blam! at libtest/lib.rs:1423 Oct 14 16:15:10.686 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 16:15:10.687 INFO blam! 17: 0x55a6f931f8c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 16:15:10.687 INFO blam! at libstd/thread/mod.rs:409 Oct 14 16:15:10.687 INFO blam! at libstd/panic.rs:313 Oct 14 16:15:10.688 INFO blam! at libstd/panicking.rs:310 Oct 14 16:15:10.688 INFO blam! 18: 0x55a6f9389079 - __rust_maybe_catch_panic Oct 14 16:15:10.688 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:15:10.688 INFO blam! 19: 0x55a6f930ce86 - >::call_box::h96125cb29a9ba44b Oct 14 16:15:10.689 INFO blam! at libstd/panicking.rs:289 Oct 14 16:15:10.689 INFO blam! at libstd/panic.rs:392 Oct 14 16:15:10.689 INFO blam! at libstd/thread/mod.rs:408 Oct 14 16:15:10.690 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:15:10.690 INFO blam! 20: 0x55a6f937703a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 16:15:10.690 INFO blam! at liballoc/boxed.rs:682 Oct 14 16:15:10.690 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 16:15:10.691 INFO blam! 21: 0x55a6f936c765 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 16:15:10.691 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 16:15:10.691 INFO blam! 22: 0x7fd6dc3746b9 - start_thread Oct 14 16:15:10.692 INFO blam! 23: 0x7fd6dbe9441c - clone Oct 14 16:15:10.692 INFO blam! 24: 0x0 - Oct 14 16:15:10.692 INFO blam! Oct 14 16:15:10.693 INFO blam! Oct 14 16:15:10.693 INFO blam! failures: Oct 14 16:15:10.693 INFO blam! game::test::test_game Oct 14 16:15:10.693 INFO blam! game::test::test_move_unit Oct 14 16:15:10.694 INFO blam! Oct 14 16:15:10.694 INFO blam! test result: FAILED. 14 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:15:10.694 INFO blam! Oct 14 16:15:11.419 INFO running `"docker" "rm" "-f" "1b91d4b9249dae4ea2cd5cd91ff10f361c07f19c75f88111ba409f3c27e6ac2b"` Oct 14 16:15:11.903 INFO blam! 1b91d4b9249dae4ea2cd5cd91ff10f361c07f19c75f88111ba409f3c27e6ac2b