Oct 10 19:10:23.337 INFO testing lynncyrin/galaxy-gen against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:10:23.337 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:10:23.337 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:10:23.726 INFO blam! 2e4d396e15c50438b45a868ffc757e1a2855a4c60790d0df8f7962250053541c Oct 10 19:10:23.728 INFO running `"docker" "start" "-a" "2e4d396e15c50438b45a868ffc757e1a2855a4c60790d0df8f7962250053541c"` Oct 10 19:10:25.016 INFO kablam! usermod: no changes Oct 10 19:10:25.331 INFO kablam! Compiling wasm-bindgen-shared v0.2.21 Oct 10 19:10:25.331 INFO kablam! Compiling wasm-bindgen v0.2.21 Oct 10 19:10:25.332 INFO kablam! Compiling syn v0.15.4 Oct 10 19:10:25.349 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 10 19:10:27.848 INFO kablam! Compiling rayon-core v1.4.1 Oct 10 19:10:31.192 INFO kablam! Compiling rayon v1.0.2 Oct 10 19:10:37.528 INFO kablam! Compiling shred v0.7.0 Oct 10 19:10:37.528 INFO kablam! Compiling hibitset v0.5.2 Oct 10 19:10:49.054 INFO kablam! Compiling specs v0.12.2 Oct 10 19:10:52.800 INFO kablam! Compiling serde_derive v1.0.78 Oct 10 19:11:15.684 INFO kablam! Compiling wasm-bindgen-backend v0.2.21 Oct 10 19:11:27.478 INFO kablam! Compiling wasm-bindgen-macro-support v0.2.21 Oct 10 19:11:34.852 INFO kablam! Compiling wasm-bindgen-macro v0.2.21 Oct 10 19:11:41.269 INFO kablam! Compiling galaxy_gen_backend v0.1.0 (/source) Oct 10 19:11:43.499 INFO kablam! warning: unused imports: `Builder`, `DispatcherBuilder`, `RunNow`, `World` Oct 10 19:11:43.499 INFO kablam! --> src/rust/galaxyecs.rs:44:13 Oct 10 19:11:43.499 INFO kablam! | Oct 10 19:11:43.499 INFO kablam! 44 | use specs::{Builder, DispatcherBuilder, RunNow, World}; Oct 10 19:11:43.499 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^ ^^^^^ Oct 10 19:11:43.499 INFO kablam! | Oct 10 19:11:43.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:11:43.499 INFO kablam! Oct 10 19:11:43.614 INFO kablam! warning: unused variable: `position` Oct 10 19:11:43.614 INFO kablam! --> src/rust/galaxyecs.rs:26:13 Oct 10 19:11:43.614 INFO kablam! | Oct 10 19:11:43.614 INFO kablam! 26 | for position in position.join() { Oct 10 19:11:43.614 INFO kablam! | ^^^^^^^^ help: consider using `_position` instead Oct 10 19:11:43.614 INFO kablam! | Oct 10 19:11:43.614 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:11:43.614 INFO kablam! Oct 10 19:11:43.614 INFO kablam! warning: unused variable: `vel` Oct 10 19:11:43.614 INFO kablam! --> src/rust/galaxyecs.rs:38:14 Oct 10 19:11:43.614 INFO kablam! | Oct 10 19:11:43.614 INFO kablam! 38 | for (vel, pos) in (&vel, &mut pos).join() { Oct 10 19:11:43.614 INFO kablam! | ^^^ help: consider using `_vel` instead Oct 10 19:11:43.614 INFO kablam! Oct 10 19:11:43.614 INFO kablam! warning: unused variable: `pos` Oct 10 19:11:43.614 INFO kablam! --> src/rust/galaxyecs.rs:38:19 Oct 10 19:11:43.614 INFO kablam! | Oct 10 19:11:43.614 INFO kablam! 38 | for (vel, pos) in (&vel, &mut pos).join() { Oct 10 19:11:43.614 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 10 19:11:43.614 INFO kablam! Oct 10 19:11:43.620 INFO kablam! warning: variable does not need to be mutable Oct 10 19:11:43.620 INFO kablam! --> src/rust/galaxy.rs:37:9 Oct 10 19:11:43.620 INFO kablam! | Oct 10 19:11:43.620 INFO kablam! 37 | let mut next = self.cells.clone(); Oct 10 19:11:43.620 INFO kablam! | ----^^^^ Oct 10 19:11:43.620 INFO kablam! | | Oct 10 19:11:43.620 INFO kablam! | help: remove this `mut` Oct 10 19:11:43.620 INFO kablam! | Oct 10 19:11:43.620 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:11:43.620 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: method is never used: `reach_of_type` Oct 10 19:11:43.631 INFO kablam! --> src/rust/galaxy.rs:48:3 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! 48 | fn reach_of_type(&self, type_index: u8) -> u16 { Oct 10 19:11:43.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:11:43.631 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: method is never used: `neighbours_of_my_type` Oct 10 19:11:43.631 INFO kablam! --> src/rust/galaxy.rs:55:3 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! 55 | fn neighbours_of_my_type(&self, index: u16) -> Vec<(u16, u16)> { Oct 10 19:11:43.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:11:43.631 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: method is never used: `neighbours_of_type` Oct 10 19:11:43.631 INFO kablam! --> src/rust/galaxy.rs:58:3 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! 58 | fn neighbours_of_type(&self, index: u16, type_index: u8) -> Vec<(u16, u16)> { Oct 10 19:11:43.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:11:43.631 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: method is never used: `row_col_to_index` Oct 10 19:11:43.631 INFO kablam! --> src/rust/galaxy.rs:81:3 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! 81 | fn row_col_to_index(&self, row: u16, col: u16) -> u16 { Oct 10 19:11:43.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:11:43.631 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: struct is never constructed: `StarMass` Oct 10 19:11:43.631 INFO kablam! --> src/rust/galaxyecs.rs:3:1 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! 3 | struct StarMass(u32); Oct 10 19:11:43.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:11:43.631 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: struct is never constructed: `Emmission` Oct 10 19:11:43.631 INFO kablam! --> src/rust/galaxyecs.rs:20:1 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! 20 | struct Emmission; Oct 10 19:11:43.631 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:11:43.631 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: struct is never constructed: `Movement` Oct 10 19:11:43.631 INFO kablam! --> src/rust/galaxyecs.rs:32:1 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! 32 | struct Movement; Oct 10 19:11:43.631 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:11:43.631 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: function is never used: `set_panic_hook` Oct 10 19:11:43.631 INFO kablam! --> src/rust/utils.rs:9:9 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.631 INFO kablam! 9 | fn set_panic_hook() {} Oct 10 19:11:43.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 19:11:43.631 INFO kablam! Oct 10 19:11:43.631 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 10 19:11:43.631 INFO kablam! --> src/rust/lib.rs:1:12 Oct 10 19:11:43.631 INFO kablam! | Oct 10 19:11:43.632 INFO kablam! 1 | #![feature(extern_prelude, custom_attribute)] Oct 10 19:11:43.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 19:11:43.632 INFO kablam! | Oct 10 19:11:43.632 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 19:11:43.632 INFO kablam! Oct 10 19:11:43.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 10 19:11:43.847 INFO kablam! su: No module specific data is present Oct 10 19:11:44.393 INFO running `"docker" "rm" "-f" "2e4d396e15c50438b45a868ffc757e1a2855a4c60790d0df8f7962250053541c"` Oct 10 19:11:44.769 INFO blam! 2e4d396e15c50438b45a868ffc757e1a2855a4c60790d0df8f7962250053541c Oct 10 19:11:44.777 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:11:44.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:11:45.167 INFO blam! 445f1cb53bee0bcde8a017117b6ae328ec2fb2695b64eac065b13f6bfbdf117a Oct 10 19:11:45.177 INFO running `"docker" "start" "-a" "445f1cb53bee0bcde8a017117b6ae328ec2fb2695b64eac065b13f6bfbdf117a"` Oct 10 19:11:46.576 INFO kablam! usermod: no changes Oct 10 19:11:47.012 INFO kablam! Compiling slog v2.3.3 Oct 10 19:11:47.026 INFO kablam! Compiling termios v0.3.0 Oct 10 19:11:47.026 INFO kablam! Compiling isatty v0.1.9 Oct 10 19:11:47.030 INFO kablam! Compiling uuid v0.6.5 Oct 10 19:11:47.036 INFO kablam! Compiling toml v0.4.6 Oct 10 19:11:47.036 INFO kablam! Compiling clap v2.32.0 Oct 10 19:11:47.036 INFO kablam! Compiling regex v0.2.11 Oct 10 19:11:47.036 INFO kablam! Compiling regex v1.0.5 Oct 10 19:11:53.456 INFO kablam! Compiling slog-async v2.3.0 Oct 10 19:11:53.456 INFO kablam! Compiling slog-term v2.4.0 Oct 10 19:12:08.863 INFO kablam! Compiling os_type v2.0.0 Oct 10 19:12:10.321 INFO kablam! Compiling console v0.6.2 Oct 10 19:12:11.729 INFO kablam! Compiling human-panic v1.0.1 Oct 10 19:12:17.700 INFO kablam! Compiling indicatif v0.9.0 Oct 10 19:12:21.667 INFO kablam! Compiling structopt v0.2.10 Oct 10 19:12:24.804 INFO kablam! Compiling wasm-pack v0.4.2 Oct 10 19:12:32.543 INFO kablam! Compiling galaxy_gen_backend v0.1.0 (/source) Oct 10 19:12:35.215 INFO kablam! warning: unused imports: `Builder`, `RunNow` Oct 10 19:12:35.216 INFO kablam! --> src/rust/galaxyecs.rs:44:13 Oct 10 19:12:35.216 INFO kablam! | Oct 10 19:12:35.216 INFO kablam! 44 | use specs::{Builder, DispatcherBuilder, RunNow, World}; Oct 10 19:12:35.216 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 10 19:12:35.217 INFO kablam! | Oct 10 19:12:35.217 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:12:35.217 INFO kablam! Oct 10 19:12:35.444 INFO kablam! warning: unused variable: `position` Oct 10 19:12:35.444 INFO kablam! --> src/rust/galaxyecs.rs:26:13 Oct 10 19:12:35.445 INFO kablam! | Oct 10 19:12:35.445 INFO kablam! 26 | for position in position.join() { Oct 10 19:12:35.445 INFO kablam! | ^^^^^^^^ help: consider using `_position` instead Oct 10 19:12:35.445 INFO kablam! | Oct 10 19:12:35.446 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:12:35.446 INFO kablam! Oct 10 19:12:35.446 INFO kablam! warning: unused variable: `vel` Oct 10 19:12:35.447 INFO kablam! --> src/rust/galaxyecs.rs:38:14 Oct 10 19:12:35.447 INFO kablam! | Oct 10 19:12:35.447 INFO kablam! 38 | for (vel, pos) in (&vel, &mut pos).join() { Oct 10 19:12:35.448 INFO kablam! | ^^^ help: consider using `_vel` instead Oct 10 19:12:35.448 INFO kablam! Oct 10 19:12:35.448 INFO kablam! warning: unused variable: `pos` Oct 10 19:12:35.449 INFO kablam! --> src/rust/galaxyecs.rs:38:19 Oct 10 19:12:35.449 INFO kablam! | Oct 10 19:12:35.449 INFO kablam! 38 | for (vel, pos) in (&vel, &mut pos).join() { Oct 10 19:12:35.449 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 10 19:12:35.450 INFO kablam! Oct 10 19:12:35.461 INFO kablam! warning: variable does not need to be mutable Oct 10 19:12:35.461 INFO kablam! --> src/rust/galaxy.rs:37:9 Oct 10 19:12:35.461 INFO kablam! | Oct 10 19:12:35.462 INFO kablam! 37 | let mut next = self.cells.clone(); Oct 10 19:12:35.462 INFO kablam! | ----^^^^ Oct 10 19:12:35.462 INFO kablam! | | Oct 10 19:12:35.463 INFO kablam! | help: remove this `mut` Oct 10 19:12:35.463 INFO kablam! | Oct 10 19:12:35.463 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:12:35.463 INFO kablam! Oct 10 19:12:35.505 INFO kablam! warning: function is never used: `set_panic_hook` Oct 10 19:12:35.506 INFO kablam! --> src/rust/utils.rs:9:9 Oct 10 19:12:35.506 INFO kablam! | Oct 10 19:12:35.506 INFO kablam! 9 | fn set_panic_hook() {} Oct 10 19:12:35.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 19:12:35.507 INFO kablam! | Oct 10 19:12:35.507 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:12:35.509 INFO kablam! Oct 10 19:12:35.528 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 10 19:12:35.529 INFO kablam! --> src/rust/lib.rs:1:12 Oct 10 19:12:35.529 INFO kablam! | Oct 10 19:12:35.530 INFO kablam! 1 | #![feature(extern_prelude, custom_attribute)] Oct 10 19:12:35.530 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 19:12:35.530 INFO kablam! | Oct 10 19:12:35.530 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 19:12:35.531 INFO kablam! Oct 10 19:12:38.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.05s Oct 10 19:12:38.673 INFO kablam! su: No module specific data is present Oct 10 19:12:39.497 INFO running `"docker" "rm" "-f" "445f1cb53bee0bcde8a017117b6ae328ec2fb2695b64eac065b13f6bfbdf117a"` Oct 10 19:12:39.780 INFO blam! 445f1cb53bee0bcde8a017117b6ae328ec2fb2695b64eac065b13f6bfbdf117a Oct 10 19:12:39.781 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:12:39.782 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:12:40.252 INFO blam! e10d5c27c0e8bc481c9cc6315adef02d7ec6a7e945406228252d5983ed3f38bf Oct 10 19:12:40.264 INFO running `"docker" "start" "-a" "e10d5c27c0e8bc481c9cc6315adef02d7ec6a7e945406228252d5983ed3f38bf"` Oct 10 19:12:41.131 INFO kablam! usermod: no changes Oct 10 19:12:41.330 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 19:12:41.350 INFO kablam! Running /target/debug/deps/galaxy_gen_backend-2ea33420aa2dffd0 Oct 10 19:12:41.352 INFO blam! Oct 10 19:12:41.352 INFO blam! running 29 tests Oct 10 19:12:41.354 INFO blam! test cell::tests_cell_types::test_gas_cell ... ok Oct 10 19:12:41.354 INFO blam! test galaxy::tests_indexing::test_row_col_to_index_center ... ok Oct 10 19:12:41.355 INFO blam! test galaxy::tests_indexing::test_index_edge_transform_bottom_left ... ok Oct 10 19:12:41.355 INFO blam! test galaxy::tests_indexing::test_index_edge_transform_top_right ... ok Oct 10 19:12:41.356 INFO blam! test galaxy::tests_indexing::test_row_col_to_index_end ... ok Oct 10 19:12:41.357 INFO blam! test cell::tests_cell_types::test_star_cell ... ok Oct 10 19:12:41.372 INFO blam! test galaxy::tests_indexing::test_index_to_row_col_start ... ok Oct 10 19:12:41.373 INFO blam! test galaxy::tests_intial_generation::test_inital_generation_no_panic ... ok Oct 10 19:12:41.373 INFO blam! test galaxy::tests_indexing::test_row_col_to_index_start ... ok Oct 10 19:12:41.374 INFO blam! test galaxy::tests_indexing::test_index_to_row_col_end ... ok Oct 10 19:12:41.376 INFO blam! test galaxy::tests_intial_generation::test_stable_case_one_no_panics ... ok Oct 10 19:12:41.376 INFO blam! test galaxy::tests_neighbors_and_reach::test_neighbor_size ... ok Oct 10 19:12:41.376 INFO blam! test galaxy::tests_intial_generation::test_seed_no_panic ... ok Oct 10 19:12:41.376 INFO blam! test galaxy::tests_indexing::test_index_to_row_col_center ... ok Oct 10 19:12:41.376 INFO blam! test galaxy::tests_intial_generation::test_seed_tick_no_panic ... ok Oct 10 19:12:41.377 INFO blam! test galaxy::tests_neighbors_and_reach::test_neighbor_size_center ... ok Oct 10 19:12:41.378 INFO blam! test galaxy::tests_neighbors_and_reach::test_neighbor_size_larger ... ok Oct 10 19:12:41.378 INFO blam! test galaxy::tests_neighbors_and_reach::test_reach_range_end_overflow ... ok Oct 10 19:12:41.379 INFO blam! test galaxy::tests_neighbors_and_reach::test_reach_range_end_edge ... ok Oct 10 19:12:41.379 INFO blam! test galaxy::tests_neighbors_and_reach::test_reach_range_end_contained ... ok Oct 10 19:12:41.380 INFO blam! test galaxy::tests_neighbors_and_reach::test_neighbor_size_same_for_small_galaxy ... ok Oct 10 19:12:41.381 INFO blam! test galaxy::tests_intial_generation::test_seed_alters_data ... ok Oct 10 19:12:41.381 INFO blam! test galaxy::tests_neighbors_and_reach::test_reach_range_start_contained ... ok Oct 10 19:12:41.381 INFO blam! test galaxy::tests_neighbors_and_reach::test_reach_range_start_overflow ... ok Oct 10 19:12:41.381 INFO blam! test galaxy::tests_neighbors_and_reach::test_reach_range_start_edge ... ok Oct 10 19:12:41.382 INFO blam! test galaxyecs::tests::test_resource_modification ... ok Oct 10 19:12:41.382 INFO blam! test galaxy::tests_neighbors_and_reach::test_neighbor_size_differs_for_large_galaxy ... ok Oct 10 19:12:41.382 INFO blam! test galaxyecs::tests::test_system ... ok Oct 10 19:12:41.384 INFO blam! emitting Oct 10 19:12:41.384 INFO blam! making moves Oct 10 19:12:41.384 INFO blam! emitting Oct 10 19:12:41.384 INFO blam! test galaxyecs::tests::test_world ... ok Oct 10 19:12:41.384 INFO blam! Oct 10 19:12:41.384 INFO blam! test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:12:41.385 INFO blam! Oct 10 19:12:41.387 INFO kablam! su: No module specific data is present Oct 10 19:12:41.742 INFO running `"docker" "rm" "-f" "e10d5c27c0e8bc481c9cc6315adef02d7ec6a7e945406228252d5983ed3f38bf"` Oct 10 19:12:41.888 INFO blam! e10d5c27c0e8bc481c9cc6315adef02d7ec6a7e945406228252d5983ed3f38bf