[INFO] cloning repository taturou/lifegame-core [INFO] running `"git" "clone" "--bare" "git://github.com/taturou/lifegame-core.git" "work/cache/sources/gh/taturou/lifegame-core"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/taturou/lifegame-core'... [INFO] running `"git" "clone" "work/cache/sources/gh/taturou/lifegame-core" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/taturou/lifegame-core"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/taturou/lifegame-core'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/taturou/lifegame-core" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/taturou/lifegame-core"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/taturou/lifegame-core'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 237ff309afd790b6ca717e8220cb3e0ffefac0b1 [INFO] sha for GitHub repo taturou/lifegame-core: 237ff309afd790b6ca717e8220cb3e0ffefac0b1 [INFO] validating manifest of taturou/lifegame-core 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 taturou/lifegame-core 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 taturou/lifegame-core [INFO] finished frobbing taturou/lifegame-core [INFO] frobbed toml for taturou/lifegame-core written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/taturou/lifegame-core/Cargo.toml [INFO] started frobbing taturou/lifegame-core [INFO] finished frobbing taturou/lifegame-core [INFO] frobbed toml for taturou/lifegame-core written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/taturou/lifegame-core/Cargo.toml [INFO] crate taturou/lifegame-core 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 taturou/lifegame-core against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/taturou/lifegame-core:/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] c0657352689d5d625a4b164adb6e62f982394d75dbb2dda317900aad28467852 [INFO] running `"docker" "start" "-a" "c0657352689d5d625a4b164adb6e62f982394d75dbb2dda317900aad28467852"` [INFO] [stderr] Compiling lifegame v2.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lifegame.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CallbackInfo)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `"docker" "inspect" "c0657352689d5d625a4b164adb6e62f982394d75dbb2dda317900aad28467852"` [INFO] running `"docker" "rm" "-f" "c0657352689d5d625a4b164adb6e62f982394d75dbb2dda317900aad28467852"` [INFO] [stdout] c0657352689d5d625a4b164adb6e62f982394d75dbb2dda317900aad28467852 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/taturou/lifegame-core:/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] bc7b92519c72c14a93f4c7b67800ce8fc2c1598274035070678e2a262c6228ae [INFO] running `"docker" "start" "-a" "bc7b92519c72c14a93f4c7b67800ce8fc2c1598274035070678e2a262c6228ae"` [INFO] [stderr] Compiling lifegame v2.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lifegame.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | callback: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CallbackInfo)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.64s [INFO] running `"docker" "inspect" "bc7b92519c72c14a93f4c7b67800ce8fc2c1598274035070678e2a262c6228ae"` [INFO] running `"docker" "rm" "-f" "bc7b92519c72c14a93f4c7b67800ce8fc2c1598274035070678e2a262c6228ae"` [INFO] [stdout] bc7b92519c72c14a93f4c7b67800ce8fc2c1598274035070678e2a262c6228ae [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/taturou/lifegame-core:/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] 29cb0cf387675ff46a22919a420ff72ae670d141e23898d35157d9d046f11c00 [INFO] running `"docker" "start" "-a" "29cb0cf387675ff46a22919a420ff72ae670d141e23898d35157d9d046f11c00"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/lifegame-570c42d803af81e9 [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_depopulation_0 ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_depopulation_2 ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_depopulation_1 ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_depopulation_3 ... ok [INFO] [stdout] test lifegame::tests::callback ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_overpopulation_roll ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_overpopulation_3 ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_overpopulation_5 ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_overpopulation_2 ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_overpopulation_4 ... ok [INFO] [stdout] test lifegame::tests::evolution_with_dead_by_overpopulation_1 ... ok [INFO] [stdout] test lifegame::tests::get_default_value_is_false ... ok [INFO] [stdout] test lifegame::tests::generation_is_0_after_reset ... ok [INFO] [stdout] test lifegame::tests::generation_default_is_0 ... ok [INFO] [stdout] test lifegame::tests::evolution_with_survival ... ok [INFO] [stdout] test lifegame::tests::generation_is_0_after_reset_by_rand ... ok [INFO] [stdout] test lifegame::tests::evolution_with_generation ... ok [INFO] [stdout] test lifegame::tests::iter_filter_live_false ... ok [INFO] [stdout] test lifegame::tests::iter_filter_live_true ... ok [INFO] [stdout] test lifegame::tests::iter_as_u8_filter_live_false ... ok [INFO] [stdout] test lifegame::tests::new_1x1 ... ok [INFO] [stdout] test lifegame::tests::iter_as_u8 ... ok [INFO] [stdout] test lifegame::tests::iter ... ok [INFO] [stdout] test lifegame::tests::num_cells_default_is_0 ... ok [INFO] [stdout] test lifegame::tests::new_100x50 ... ok [INFO] [stdout] test lifegame::tests::num_cells_is_1 ... ok [INFO] [stdout] test lifegame::tests::reset ... ok [INFO] [stdout] test lifegame::tests::iter_as_u8_filter_live_true ... ok [INFO] [stdout] test lifegame::tests::set_to_false_and_get ... ok [INFO] [stdout] test lifegame::tests::set_to_true_and_get ... ok [INFO] [stdout] test lifegame::tests::get_x_over_width ... ok [INFO] [stdout] test lifegame::tests::new_width_and_height_are_0 ... ok [INFO] [stdout] test lifegame::tests::get_y_over_height ... ok [INFO] [stdout] test lifegame::tests::new_width_is_0 ... ok [INFO] [stdout] test lifegame::tests::new_height_is_0 ... ok [INFO] [stdout] test lifegame::tests::set_x_over_width ... ok [INFO] [stdout] test lifegame::tests::set_y_over_height ... ok [INFO] [stdout] test lifegame::tests::num_cells_is_5000 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests lifegame [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" "29cb0cf387675ff46a22919a420ff72ae670d141e23898d35157d9d046f11c00"` [INFO] running `"docker" "rm" "-f" "29cb0cf387675ff46a22919a420ff72ae670d141e23898d35157d9d046f11c00"` [INFO] [stdout] 29cb0cf387675ff46a22919a420ff72ae670d141e23898d35157d9d046f11c00