Oct 14 16:14:25.585 INFO testing joshhansen/Umpire against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:14:25.586 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 16:14:25.959 INFO blam! 12884cc3494cc00d8ffe4a4fb49dd20b90815333ce0e17bf2526e60613865ca3 Oct 14 16:14:25.963 INFO running `"docker" "start" "-a" "12884cc3494cc00d8ffe4a4fb49dd20b90815333ce0e17bf2526e60613865ca3"` Oct 14 16:14:26.999 INFO kablam! usermod: no changes Oct 14 16:14:27.099 INFO kablam! Compiling rustc-serialize v0.3.23 Oct 14 16:14:27.100 INFO kablam! Compiling sample v0.6.2 Oct 14 16:14:27.100 INFO kablam! Compiling memchr v1.0.1 Oct 14 16:14:27.100 INFO kablam! Compiling atty v0.2.2 Oct 14 16:14:27.100 INFO kablam! Compiling term_size v0.3.0 Oct 14 16:14:27.100 INFO kablam! Compiling rand v0.3.15 Oct 14 16:14:27.100 INFO kablam! Compiling termion v1.3.0 Oct 14 16:14:28.367 INFO kablam! Compiling clap v2.23.2 Oct 14 16:14:41.936 INFO kablam! Compiling csv v0.15.0 Oct 14 16:14:58.222 INFO kablam! Compiling umpire v0.1.0 (/source) Oct 14 16:14:59.281 INFO kablam! warning: unused variable: `loc` Oct 14 16:14:59.281 INFO kablam! --> src/game/mod.rs:476:61 Oct 14 16:14:59.281 INFO kablam! | Oct 14 16:14:59.281 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:14:59.281 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 14 16:14:59.281 INFO kablam! | Oct 14 16:14:59.281 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:14:59.281 INFO kablam! Oct 14 16:14:59.281 INFO kablam! warning: unused variable: `orders` Oct 14 16:14:59.281 INFO kablam! --> src/game/mod.rs:476:76 Oct 14 16:14:59.281 INFO kablam! | Oct 14 16:14:59.281 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:14:59.281 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 14 16:14:59.281 INFO kablam! Oct 14 16:14:59.281 INFO kablam! warning: unused variable: `ui` Oct 14 16:14:59.281 INFO kablam! --> src/game/mod.rs:476:100 Oct 14 16:14:59.281 INFO kablam! | Oct 14 16:14:59.281 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:14:59.281 INFO kablam! | ^^ help: consider using `_ui` instead Oct 14 16:14:59.281 INFO kablam! Oct 14 16:14:59.281 INFO kablam! warning: unused variable: `loc` Oct 14 16:14:59.281 INFO kablam! --> src/game/mod.rs:552:19 Oct 14 16:14:59.281 INFO kablam! | Oct 14 16:14:59.281 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 14 16:14:59.281 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 14 16:14:59.281 INFO kablam! Oct 14 16:14:59.603 INFO kablam! warning: method is never used: `tile_mut` Oct 14 16:14:59.603 INFO kablam! --> src/game/mod.rs:280:5 Oct 14 16:14:59.603 INFO kablam! | Oct 14 16:14:59.603 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 14 16:14:59.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:14:59.603 INFO kablam! | Oct 14 16:14:59.603 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:14:59.603 INFO kablam! Oct 14 16:14:59.603 INFO kablam! warning: method is never used: `unit_mut` Oct 14 16:14:59.603 INFO kablam! --> src/game/mod.rs:315:5 Oct 14 16:14:59.603 INFO kablam! | Oct 14 16:14:59.603 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 14 16:14:59.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:14:59.603 INFO kablam! Oct 14 16:14:59.603 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:59.603 INFO kablam! --> src/main.rs:29:12 Oct 14 16:14:59.603 INFO kablam! | Oct 14 16:14:59.603 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 14 16:14:59.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:14:59.603 INFO kablam! | Oct 14 16:14:59.603 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 16:14:59.603 INFO kablam! Oct 14 16:15:02.130 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.09s Oct 14 16:15:02.135 INFO kablam! su: No module specific data is present Oct 14 16:15:02.624 INFO running `"docker" "rm" "-f" "12884cc3494cc00d8ffe4a4fb49dd20b90815333ce0e17bf2526e60613865ca3"` Oct 14 16:15:02.731 INFO blam! 12884cc3494cc00d8ffe4a4fb49dd20b90815333ce0e17bf2526e60613865ca3 Oct 14 16:15:02.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 16:15:03.014 INFO blam! 0853e9bc29613ade18bf47f84fb91e800b82ccaf4db13685cfae5170b629430e Oct 14 16:15:03.017 INFO running `"docker" "start" "-a" "0853e9bc29613ade18bf47f84fb91e800b82ccaf4db13685cfae5170b629430e"` Oct 14 16:15:03.497 INFO kablam! usermod: no changes Oct 14 16:15:03.541 INFO kablam! Compiling umpire v0.1.0 (/source) Oct 14 16:15:05.083 INFO kablam! warning: unused variable: `map` Oct 14 16:15:05.083 INFO kablam! --> src/map/grid.rs:323:13 Oct 14 16:15:05.083 INFO kablam! | Oct 14 16:15:05.083 INFO kablam! 323 | let map: LocationGrid = LocationGrid::try_from( Oct 14 16:15:05.083 INFO kablam! | ^^^ help: consider using `_map` instead Oct 14 16:15:05.083 INFO kablam! | Oct 14 16:15:05.083 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:15:05.083 INFO kablam! Oct 14 16:15:05.092 INFO kablam! warning: unused variable: `loc` Oct 14 16:15:05.092 INFO kablam! --> src/game/mod.rs:476:61 Oct 14 16:15:05.092 INFO kablam! | Oct 14 16:15:05.092 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:15:05.093 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 14 16:15:05.093 INFO kablam! Oct 14 16:15:05.093 INFO kablam! warning: unused variable: `orders` Oct 14 16:15:05.093 INFO kablam! --> src/game/mod.rs:476:76 Oct 14 16:15:05.094 INFO kablam! | Oct 14 16:15:05.094 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:15:05.094 INFO kablam! | ^^^^^^ help: consider using `_orders` instead Oct 14 16:15:05.094 INFO kablam! Oct 14 16:15:05.095 INFO kablam! warning: unused variable: `ui` Oct 14 16:15:05.095 INFO kablam! --> src/game/mod.rs:476:100 Oct 14 16:15:05.095 INFO kablam! | Oct 14 16:15:05.096 INFO kablam! 476 | pub fn give_orders(&mut self, loc: Location, orders: Option, ui: &mut U) -> Result<(),String> { Oct 14 16:15:05.096 INFO kablam! | ^^ help: consider using `_ui` instead Oct 14 16:15:05.096 INFO kablam! Oct 14 16:15:05.096 INFO kablam! warning: unused variable: `loc` Oct 14 16:15:05.097 INFO kablam! --> src/game/mod.rs:552:19 Oct 14 16:15:05.097 INFO kablam! | Oct 14 16:15:05.097 INFO kablam! 552 | fn get(&self, loc: Location) -> Option<&ResolvedObs> { Oct 14 16:15:05.098 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 14 16:15:05.098 INFO kablam! Oct 14 16:15:05.594 INFO kablam! warning: method is never used: `tile_mut` Oct 14 16:15:05.594 INFO kablam! --> src/game/mod.rs:280:5 Oct 14 16:15:05.594 INFO kablam! | Oct 14 16:15:05.594 INFO kablam! 280 | fn tile_mut(&mut self, loc: Location) -> Option<&mut Tile> { Oct 14 16:15:05.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:15:05.595 INFO kablam! | Oct 14 16:15:05.595 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:15:05.595 INFO kablam! Oct 14 16:15:05.595 INFO kablam! warning: method is never used: `unit_mut` Oct 14 16:15:05.595 INFO kablam! --> src/game/mod.rs:315:5 Oct 14 16:15:05.595 INFO kablam! | Oct 14 16:15:05.595 INFO kablam! 315 | fn unit_mut(&mut self, loc: Location) -> Option<&mut Unit> { Oct 14 16:15:05.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:15:05.595 INFO kablam! Oct 14 16:15:05.597 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:05.597 INFO kablam! --> src/main.rs:29:12 Oct 14 16:15:05.597 INFO kablam! | Oct 14 16:15:05.597 INFO kablam! 29 | #![feature(conservative_impl_trait)] Oct 14 16:15:05.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:15:05.597 INFO kablam! | Oct 14 16:15:05.597 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 16:15:05.597 INFO kablam! Oct 14 16:15:08.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.40s Oct 14 16:15:08.921 INFO kablam! su: No module specific data is present Oct 14 16:15:09.340 INFO running `"docker" "rm" "-f" "0853e9bc29613ade18bf47f84fb91e800b82ccaf4db13685cfae5170b629430e"` Oct 14 16:15:09.543 INFO blam! 0853e9bc29613ade18bf47f84fb91e800b82ccaf4db13685cfae5170b629430e Oct 14 16:15:09.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 16:15:09.964 INFO blam! 18f3ec2f96a264c5396247769980fd221833589ae8d6e4bdd5dca7d8856b32b6 Oct 14 16:15:09.967 INFO running `"docker" "start" "-a" "18f3ec2f96a264c5396247769980fd221833589ae8d6e4bdd5dca7d8856b32b6"` Oct 14 16:15:10.840 INFO kablam! usermod: no changes Oct 14 16:15:10.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 16:15:10.935 INFO kablam! Running /target/debug/deps/umpire-aac7565cd8fec54a Oct 14 16:15:10.935 INFO blam! Oct 14 16:15:10.935 INFO blam! running 16 tests Oct 14 16:15:10.951 INFO blam! test map::dijkstra::test::test_dijkstra ... ok Oct 14 16:15:10.951 INFO blam! test map::dijkstra::test::test_neighbors ... ok Oct 14 16:15:10.951 INFO blam! test map::dijkstra::test::test_shortest_paths ... ok Oct 14 16:15:10.951 INFO blam! test map::dijkstra::test::test_neighbors_terrain_only ... ok Oct 14 16:15:10.951 INFO blam! test map::grid::test::test_str_to_tile_map ... ok Oct 14 16:15:10.951 INFO blam! test ui::map::test::test_map_to_viewport_coord ... ok Oct 14 16:15:10.951 INFO blam! test unit::test::test_mobility ... ok Oct 14 16:15:10.951 INFO blam! test unit::test::test_observations ... ok Oct 14 16:15:10.951 INFO blam! test util::test::test_wrapped_add ... ok Oct 14 16:15:10.951 INFO blam! test game::obs::test::test_fog_of_war_tracker ... ok Oct 14 16:15:10.951 INFO blam! test map::grid::test::test_iter ... ok Oct 14 16:15:10.951 INFO blam! test map::test::test_tile ... ok Oct 14 16:15:10.951 INFO blam! test map::grid::test::test_str_to_obs_map ... ok Oct 14 16:15:10.955 INFO blam! test map::dijkstra::test::test_neighbors_all_unit ... ok Oct 14 16:15:11.015 INFO blam! test game::test::test_move_unit ... FAILED Oct 14 16:15:11.015 INFO kablam! error: test failed, to rerun pass '--bin umpire' Oct 14 16:15:11.015 INFO blam! test game::test::test_game ... FAILED Oct 14 16:15:11.015 INFO kablam! su: No module specific data is present Oct 14 16:15:11.015 INFO blam! Oct 14 16:15:11.015 INFO blam! failures: Oct 14 16:15:11.015 INFO blam! Oct 14 16:15:11.016 INFO blam! ---- game::test::test_move_unit stdout ---- Oct 14 16:15:11.016 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:11.016 INFO blam! stack backtrace: Oct 14 16:15:11.016 INFO blam! 0: 0x558963e7886e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 14 16:15:11.016 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 16:15:11.016 INFO blam! 1: 0x558963e819e6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 14 16:15:11.016 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 16:15:11.016 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 16:15:11.016 INFO blam! 2: 0x558963e7c73d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:211 Oct 14 16:15:11.016 INFO blam! 3: 0x558963e7c44b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:221 Oct 14 16:15:11.016 INFO blam! 4: 0x558963e7cdec - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:476 Oct 14 16:15:11.016 INFO blam! 5: 0x558963e7c9a9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:390 Oct 14 16:15:11.016 INFO blam! 6: 0x558963e7c8a5 - rust_begin_unwind Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:325 Oct 14 16:15:11.016 INFO blam! 7: 0x558963ebee0b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 14 16:15:11.016 INFO blam! at libcore/panicking.rs:77 Oct 14 16:15:11.016 INFO blam! 8: 0x558963daf773 - core::result::unwrap_failed::hde116e9f49fa3495 Oct 14 16:15:11.016 INFO blam! at libcore/macros.rs:26 Oct 14 16:15:11.016 INFO blam! 9: 0x558963dacb59 - >::unwrap::hc0d9930a0d6e5c8b Oct 14 16:15:11.016 INFO blam! at libcore/result.rs:808 Oct 14 16:15:11.016 INFO blam! 10: 0x558963de759a - umpire::game::test::test_move_unit::hec158a2682a66296 Oct 14 16:15:11.016 INFO blam! at src/game/mod.rs:678 Oct 14 16:15:11.016 INFO blam! 11: 0x558963de6979 - umpire::game::test::test_move_unit::{{closure}}::h837dda688f9d2742 Oct 14 16:15:11.016 INFO blam! at src/game/mod.rs:658 Oct 14 16:15:11.016 INFO blam! 12: 0x558963dbaecd - core::ops::function::FnOnce::call_once::h3d4532a88470e0c7 Oct 14 16:15:11.016 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:15:11.016 INFO blam! 13: 0x558963e021be - >::call_box::hae226a42c8d94b19 Oct 14 16:15:11.016 INFO blam! at libtest/lib.rs:1468 Oct 14 16:15:11.016 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:15:11.016 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:15:11.016 INFO blam! 14: 0x558963e8cf09 - __rust_maybe_catch_panic Oct 14 16:15:11.016 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:15:11.016 INFO blam! 15: 0x558963e22bed - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:289 Oct 14 16:15:11.016 INFO blam! at libstd/panic.rs:392 Oct 14 16:15:11.016 INFO blam! at libtest/lib.rs:1423 Oct 14 16:15:11.016 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 16:15:11.016 INFO blam! 16: 0x558963e23794 - std::panicking::try::do_call::h2c632c17829d0621 Oct 14 16:15:11.016 INFO blam! at libstd/thread/mod.rs:409 Oct 14 16:15:11.016 INFO blam! at libstd/panic.rs:313 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:310 Oct 14 16:15:11.016 INFO blam! 17: 0x558963e8cf09 - __rust_maybe_catch_panic Oct 14 16:15:11.016 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:15:11.016 INFO blam! 18: 0x558963e10dd6 - >::call_box::h1a0832645645f090 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:289 Oct 14 16:15:11.016 INFO blam! at libstd/panic.rs:392 Oct 14 16:15:11.016 INFO blam! at libstd/thread/mod.rs:408 Oct 14 16:15:11.016 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:15:11.016 INFO blam! 19: 0x558963e7ab7a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 14 16:15:11.016 INFO blam! at liballoc/boxed.rs:682 Oct 14 16:15:11.016 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 16:15:11.016 INFO blam! 20: 0x558963e6ffc5 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 14 16:15:11.016 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 16:15:11.016 INFO blam! 21: 0x7ff1e49726b9 - start_thread Oct 14 16:15:11.016 INFO blam! 22: 0x7ff1e449241c - clone Oct 14 16:15:11.016 INFO blam! 23: 0x0 - Oct 14 16:15:11.016 INFO blam! Oct 14 16:15:11.016 INFO blam! ---- game::test::test_game stdout ---- Oct 14 16:15:11.016 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:11.016 INFO blam! stack backtrace: Oct 14 16:15:11.016 INFO blam! 0: 0x558963e7886e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 14 16:15:11.016 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 16:15:11.016 INFO blam! 1: 0x558963e819e6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 14 16:15:11.016 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 16:15:11.016 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 16:15:11.016 INFO blam! 2: 0x558963e7c73d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:211 Oct 14 16:15:11.016 INFO blam! 3: 0x558963e7c44b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:221 Oct 14 16:15:11.016 INFO blam! 4: 0x558963e7cdec - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:476 Oct 14 16:15:11.016 INFO blam! 5: 0x558963e7c9a9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:390 Oct 14 16:15:11.016 INFO blam! 6: 0x558963e7c8a5 - rust_begin_unwind Oct 14 16:15:11.016 INFO blam! at libstd/panicking.rs:325 Oct 14 16:15:11.016 INFO blam! 7: 0x558963ebee0b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 14 16:15:11.016 INFO blam! at libcore/panicking.rs:77 Oct 14 16:15:11.016 INFO blam! 8: 0x558963daf773 - core::result::unwrap_failed::hde116e9f49fa3495 Oct 14 16:15:11.016 INFO blam! at libcore/macros.rs:26 Oct 14 16:15:11.017 INFO blam! 9: 0x558963dacb59 - >::unwrap::hc0d9930a0d6e5c8b Oct 14 16:15:11.017 INFO blam! at libcore/result.rs:808 Oct 14 16:15:11.017 INFO blam! 10: 0x558963de5081 - umpire::game::test::game1::h6764b4375368b14b Oct 14 16:15:11.017 INFO blam! at src/game/mod.rs:610 Oct 14 16:15:11.017 INFO blam! 11: 0x558963de51db - umpire::game::test::test_game::hc3901433076c641e Oct 14 16:15:11.017 INFO blam! at src/game/mod.rs:617 Oct 14 16:15:11.017 INFO blam! 12: 0x558963de51a9 - umpire::game::test::test_game::{{closure}}::hc0f596f2949d4c5c Oct 14 16:15:11.017 INFO blam! at src/game/mod.rs:615 Oct 14 16:15:11.017 INFO blam! 13: 0x558963dbb08d - core::ops::function::FnOnce::call_once::h99bfc939adba9e69 Oct 14 16:15:11.017 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:15:11.017 INFO blam! 14: 0x558963e021be - >::call_box::hae226a42c8d94b19 Oct 14 16:15:11.017 INFO blam! at libtest/lib.rs:1468 Oct 14 16:15:11.017 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:15:11.017 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:15:11.017 INFO blam! 15: 0x558963e8cf09 - __rust_maybe_catch_panic Oct 14 16:15:11.017 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:15:11.017 INFO blam! 16: 0x558963e22bed - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 14 16:15:11.017 INFO blam! at libstd/panicking.rs:289 Oct 14 16:15:11.017 INFO blam! at libstd/panic.rs:392 Oct 14 16:15:11.017 INFO blam! at libtest/lib.rs:1423 Oct 14 16:15:11.017 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 16:15:11.017 INFO blam! 17: 0x558963e23794 - std::panicking::try::do_call::h2c632c17829d0621 Oct 14 16:15:11.017 INFO blam! at libstd/thread/mod.rs:409 Oct 14 16:15:11.017 INFO blam! at libstd/panic.rs:313 Oct 14 16:15:11.017 INFO blam! at libstd/panicking.rs:310 Oct 14 16:15:11.017 INFO blam! 18: 0x558963e8cf09 - __rust_maybe_catch_panic Oct 14 16:15:11.017 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:15:11.017 INFO blam! 19: 0x558963e10dd6 - >::call_box::h1a0832645645f090 Oct 14 16:15:11.017 INFO blam! at libstd/panicking.rs:289 Oct 14 16:15:11.017 INFO blam! at libstd/panic.rs:392 Oct 14 16:15:11.017 INFO blam! at libstd/thread/mod.rs:408 Oct 14 16:15:11.017 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:15:11.017 INFO blam! 20: 0x558963e7ab7a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 14 16:15:11.017 INFO blam! at liballoc/boxed.rs:682 Oct 14 16:15:11.017 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 16:15:11.017 INFO blam! 21: 0x558963e6ffc5 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 14 16:15:11.017 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 16:15:11.017 INFO blam! 22: 0x7ff1e49726b9 - start_thread Oct 14 16:15:11.017 INFO blam! 23: 0x7ff1e449241c - clone Oct 14 16:15:11.017 INFO blam! 24: 0x0 - Oct 14 16:15:11.017 INFO blam! Oct 14 16:15:11.017 INFO blam! Oct 14 16:15:11.017 INFO blam! failures: Oct 14 16:15:11.017 INFO blam! game::test::test_game Oct 14 16:15:11.017 INFO blam! game::test::test_move_unit Oct 14 16:15:11.017 INFO blam! Oct 14 16:15:11.017 INFO blam! test result: FAILED. 14 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:15:11.017 INFO blam! Oct 14 16:15:11.561 INFO running `"docker" "rm" "-f" "18f3ec2f96a264c5396247769980fd221833589ae8d6e4bdd5dca7d8856b32b6"` Oct 14 16:15:11.915 INFO blam! 18f3ec2f96a264c5396247769980fd221833589ae8d6e4bdd5dca7d8856b32b6