[INFO] cloning repository Weltraumschaf/game_of_life [INFO] running `"git" "clone" "--bare" "git://github.com/Weltraumschaf/game_of_life.git" "work/cache/sources/gh/Weltraumschaf/game_of_life"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Weltraumschaf/game_of_life'... [INFO] running `"git" "clone" "work/cache/sources/gh/Weltraumschaf/game_of_life" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Weltraumschaf/game_of_life"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Weltraumschaf/game_of_life'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Weltraumschaf/game_of_life" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Weltraumschaf/game_of_life"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Weltraumschaf/game_of_life'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c5c16b17b203adec8036296fc6e72900045488ee [INFO] sha for GitHub repo Weltraumschaf/game_of_life: c5c16b17b203adec8036296fc6e72900045488ee [INFO] validating manifest of Weltraumschaf/game_of_life on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Weltraumschaf/game_of_life on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Weltraumschaf/game_of_life [INFO] finished frobbing Weltraumschaf/game_of_life [INFO] frobbed toml for Weltraumschaf/game_of_life written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Weltraumschaf/game_of_life/Cargo.toml [INFO] started frobbing Weltraumschaf/game_of_life [INFO] finished frobbing Weltraumschaf/game_of_life [INFO] frobbed toml for Weltraumschaf/game_of_life written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Weltraumschaf/game_of_life/Cargo.toml [INFO] crate Weltraumschaf/game_of_life already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Weltraumschaf/game_of_life against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Weltraumschaf/game_of_life:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] dfb0e78d70bb10ef427b8b55a0c8eaae3cbe07885304a985e20a2aa137e09b0f [INFO] running `"docker" "start" "-a" "dfb0e78d70bb10ef427b8b55a0c8eaae3cbe07885304a985e20a2aa137e09b0f"` [INFO] [stderr] Compiling game_of_life v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `has_cell` [INFO] [stderr] --> src/population.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | fn has_cell(&self, position: &Place) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.82s [INFO] running `"docker" "inspect" "dfb0e78d70bb10ef427b8b55a0c8eaae3cbe07885304a985e20a2aa137e09b0f"` [INFO] running `"docker" "rm" "-f" "dfb0e78d70bb10ef427b8b55a0c8eaae3cbe07885304a985e20a2aa137e09b0f"` [INFO] [stdout] dfb0e78d70bb10ef427b8b55a0c8eaae3cbe07885304a985e20a2aa137e09b0f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Weltraumschaf/game_of_life:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 898b5d0f290478a21ff400032fcb30adf174e2085e18673c788980b445885333 [INFO] running `"docker" "start" "-a" "898b5d0f290478a21ff400032fcb30adf174e2085e18673c788980b445885333"` [INFO] [stderr] Compiling num-complex v0.1.42 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling regex v0.2.6 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling hamcrest v0.1.5 [INFO] [stderr] Compiling game_of_life v1.0.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.08s [INFO] running `"docker" "inspect" "898b5d0f290478a21ff400032fcb30adf174e2085e18673c788980b445885333"` [INFO] running `"docker" "rm" "-f" "898b5d0f290478a21ff400032fcb30adf174e2085e18673c788980b445885333"` [INFO] [stdout] 898b5d0f290478a21ff400032fcb30adf174e2085e18673c788980b445885333 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Weltraumschaf/game_of_life:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 9f1fc7d594575e04fef8222165afce0cab42af2e56313bbf5726a36e77bc3081 [INFO] running `"docker" "start" "-a" "9f1fc7d594575e04fef8222165afce0cab42af2e56313bbf5726a36e77bc3081"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/game_of_life-da00cd2c2c5e1804 [INFO] [stdout] [INFO] [stdout] running 73 tests [INFO] [stdout] test cell::tests::format_alive ... ok [INFO] [stdout] test config::tests::validate_config_sleep_is_to_small ... ok [INFO] [stdout] test config::tests::validate_config_height_is_not_usize ... ok [INFO] [stdout] test config::tests::fmt ... ok [INFO] [stdout] test config::tests::validate_config_with_sane_values ... ok [INFO] [stdout] test config::tests::validate_config_width_is_too_small ... ok [INFO] [stdout] test cell::tests::format_dead ... ok [INFO] [stdout] test dimension::tests::format_place ... ok [INFO] [stdout] test place::tests::distance_of_same_places ... ok [INFO] [stdout] test place::tests::distance_of_two_not_neighbours ... ok [INFO] [stdout] test place::tests::distance_of_zero_places ... ok [INFO] [stdout] test place::tests::distance_of_two_neighbours ... ok [INFO] [stdout] test place::tests::format_place ... ok [INFO] [stdout] test place::tests::test_connection_vector_for_first_point_is_zero ... ok [INFO] [stdout] test place::tests::test_connection_vector_for_same_points ... ok [INFO] [stdout] test place::tests::test_connection_vector_for_second_point_is_zero ... ok [INFO] [stdout] test place::tests::test_connection_vector_for_two_different_places ... ok [INFO] [stdout] test place::tests::test_connection_vector_for_zero_points ... ok [INFO] [stdout] test config::tests::validate_config_width_is_not_usize ... ok [INFO] [stdout] test population::tests::cell_must_die_if_four_neighbours ... ok [INFO] [stdout] test population::tests::cell_must_die_if_eight_neighbours ... ok [INFO] [stdout] test population::tests::cell_must_die_if_five_neighbours ... ok [INFO] [stdout] test config::tests::validate_config_height_is_to_small ... ok [INFO] [stdout] test config::tests::validate_config_ratio_is_not_usize ... ok [INFO] [stdout] test config::tests::validate_config_ratio_is_to_small ... ok [INFO] [stdout] test config::tests::validate_config_sleep_is_not_usize ... ok [INFO] [stdout] test population::tests::cell_must_not_die_if_three_neighbours ... ok [INFO] [stdout] test population::tests::cell_must_die_if_zero_neighbours ... ok [INFO] [stdout] test population::tests::count_neighbours_surrounded_by_two_neighbours ... ok [INFO] [stdout] test population::tests::count_neighbours_surrounded_by_zero_neighbours ... ok [INFO] [stdout] test population::tests::cell_must_die_if_six_neighbours ... ok [INFO] [stdout] test population::tests::format_display_empty_population ... ok [INFO] [stdout] test population::tests::format_display_some_population ... ok [INFO] [stdout] test population::tests::generate_next_population_cell_with_eight_neighbours_must_die ... ignored [INFO] [stdout] test population::tests::generate_next_population_cell_with_five_neighbours_must_die ... ignored [INFO] [stdout] test population::tests::generate_next_population_cell_with_four_neighbours_must_die ... ignored [INFO] [stdout] test population::tests::generate_line_for_population_some_width ... ok [INFO] [stdout] test population::tests::generate_next_population_cell_with_seven_neighbours_must_die ... ignored [INFO] [stdout] test population::tests::generate_next_population_cell_with_six_neighbours_must_die ... ignored [INFO] [stdout] test population::tests::generate_line_for_population_zero_width ... ok [INFO] [stdout] test population::tests::generate_next_population_cell_with_two_neighbours_survives ... ok [INFO] [stdout] test population::tests::generate_next_population_from_empty_population ... ok [INFO] [stdout] test population::tests::generate_next_population_new_cell_will_be_born_on_three_neighbours_at_empty_place ... ignored [INFO] [stdout] test population::tests::generate_next_population_single_cell_must_die ... ok [INFO] [stdout] test population::tests::get_cell_found ... ok [INFO] [stdout] test population::tests::get_cell_not_found ... ok [INFO] [stdout] test population::tests::get_number_of_cells_in_status ... ok [INFO] [stdout] test population::tests::has_cell_found ... ok [INFO] [stdout] test population::tests::has_cell_not_found ... ok [INFO] [stdout] test population::tests::new_population_has_initial_status ... ok [INFO] [stdout] test population::tests::should_not_spawn_new_cell_if_eight_neighbours ... ok [INFO] [stdout] test population::tests::should_not_spawn_new_cell_if_five_neighbours ... ok [INFO] [stdout] test population::tests::should_not_spawn_new_cell_if_four_neighbours ... ok [INFO] [stdout] test population::tests::should_not_spawn_new_cell_if_one_neighbours ... ok [INFO] [stdout] test population::tests::should_not_spawn_new_cell_if_seven_neighbours ... ok [INFO] [stdout] test population::tests::should_not_spawn_new_cell_if_six_neighbours ... ok [INFO] [stdout] test population::tests::should_not_spawn_new_cell_if_two_neighbours ... ok [INFO] [stdout] test population::tests::should_not_spawn_new_cell_if_zero_neighbours ... ok [INFO] [stdout] test population::tests::should_spawn_new_cell_if_three_neighbours ... ok [INFO] [stdout] test status::tests::fmt ... ok [INFO] [stdout] test status::tests::inc_born ... ok [INFO] [stdout] test status::tests::inc_died ... ok [INFO] [stdout] test status::tests::inc_iteration ... ok [INFO] [stdout] test status::tests::is_population_unchanged_born_different ... ok [INFO] [stdout] test status::tests::is_population_unchanged_died_and_born_equal ... ok [INFO] [stdout] test status::tests::is_population_unchanged_died_different ... ok [INFO] [stdout] test population::tests::generate_next_population_cell_with_three_neighbours_survive ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/game_of_life-8ffca4e0dd8f25f1 [INFO] [stdout] test population::tests::generate_next_population_cell_with_one_neighbour_both_must_die ... ok [INFO] [stderr] Doc-tests game_of_life [INFO] [stdout] test population::tests::cell_must_not_die_if_two_neighbours ... ok [INFO] [stdout] test population::tests::count_neighbours_surrounded_by_eight_neighbours ... ok [INFO] [stdout] test population::tests::count_neighbours_empty_vector ... ok [INFO] [stdout] test population::tests::cell_must_die_if_seven_neighbours ... ok [INFO] [stdout] test population::tests::cell_must_die_if_one_neighbours ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 67 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9f1fc7d594575e04fef8222165afce0cab42af2e56313bbf5726a36e77bc3081"` [INFO] running `"docker" "rm" "-f" "9f1fc7d594575e04fef8222165afce0cab42af2e56313bbf5726a36e77bc3081"` [INFO] [stdout] 9f1fc7d594575e04fef8222165afce0cab42af2e56313bbf5726a36e77bc3081