Oct 15 04:46:06.537 INFO testing akarki15/conway-gol against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:46:06.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 04:46:06.941 INFO blam! ea195c1d93a01b0c51fa259f3334e70649ac1daccd9d867d34fb4e1f7bf768e7 Oct 15 04:46:06.942 INFO running `"docker" "start" "-a" "ea195c1d93a01b0c51fa259f3334e70649ac1daccd9d867d34fb4e1f7bf768e7"` Oct 15 04:46:08.333 INFO kablam! usermod: no changes Oct 15 04:46:08.390 INFO kablam! Compiling conway-gol v0.1.0 (/source) Oct 15 04:46:08.859 INFO kablam! warning: unused variable: `i` Oct 15 04:46:08.859 INFO kablam! --> src/main.rs:19:9 Oct 15 04:46:08.859 INFO kablam! | Oct 15 04:46:08.859 INFO kablam! 19 | for i in 1..10 { Oct 15 04:46:08.859 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:08.859 INFO kablam! | Oct 15 04:46:08.859 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:46:08.859 INFO kablam! Oct 15 04:46:08.859 INFO kablam! warning: unused variable: `i` Oct 15 04:46:08.859 INFO kablam! --> src/main.rs:21:13 Oct 15 04:46:08.859 INFO kablam! | Oct 15 04:46:08.859 INFO kablam! 21 | for i in 1..10 { Oct 15 04:46:08.859 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:08.859 INFO kablam! Oct 15 04:46:08.859 INFO kablam! warning: unused variable: `i` Oct 15 04:46:08.859 INFO kablam! --> src/main.rs:37:9 Oct 15 04:46:08.859 INFO kablam! | Oct 15 04:46:08.859 INFO kablam! 37 | for i in 1..15 { Oct 15 04:46:08.859 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:08.859 INFO kablam! Oct 15 04:46:08.881 INFO kablam! warning: variable `nextGrid` should have a snake case name such as `next_grid` Oct 15 04:46:08.882 INFO kablam! --> src/main.rs:54:9 Oct 15 04:46:08.882 INFO kablam! | Oct 15 04:46:08.887 INFO kablam! 54 | let mut nextGrid = Vec::new(); Oct 15 04:46:08.887 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:46:08.887 INFO kablam! | Oct 15 04:46:08.887 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:46:08.887 INFO kablam! Oct 15 04:46:08.887 INFO kablam! warning: variable `newState` should have a snake case name such as `new_state` Oct 15 04:46:08.887 INFO kablam! --> src/main.rs:60:17 Oct 15 04:46:08.887 INFO kablam! | Oct 15 04:46:08.887 INFO kablam! 60 | let newState = cell_state(grid[i][j].alive, &grid, neighbors); Oct 15 04:46:08.887 INFO kablam! | ^^^^^^^^ Oct 15 04:46:08.887 INFO kablam! Oct 15 04:46:08.887 INFO kablam! warning: variable `numAliveCells` should have a snake case name such as `num_alive_cells` Oct 15 04:46:08.887 INFO kablam! --> src/main.rs:70:9 Oct 15 04:46:08.887 INFO kablam! | Oct 15 04:46:08.887 INFO kablam! 70 | let mut numAliveCells = 0; Oct 15 04:46:08.887 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:46:08.887 INFO kablam! Oct 15 04:46:08.887 INFO kablam! warning: variable `legitNeighbor` should have a snake case name such as `legit_neighbor` Oct 15 04:46:08.887 INFO kablam! --> src/main.rs:103:9 Oct 15 04:46:08.887 INFO kablam! | Oct 15 04:46:08.887 INFO kablam! 103 | let mut legitNeighbor = Vec::new(); Oct 15 04:46:08.887 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:46:08.887 INFO kablam! Oct 15 04:46:09.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 15 04:46:09.719 INFO kablam! su: No module specific data is present Oct 15 04:46:10.332 INFO running `"docker" "rm" "-f" "ea195c1d93a01b0c51fa259f3334e70649ac1daccd9d867d34fb4e1f7bf768e7"` Oct 15 04:46:10.687 INFO blam! ea195c1d93a01b0c51fa259f3334e70649ac1daccd9d867d34fb4e1f7bf768e7 Oct 15 04:46:10.691 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 04:46:11.167 INFO blam! 9fa270899b842945589bc69276ace7253f4316e0e1abc89fc5a569b120e1d9b9 Oct 15 04:46:11.175 INFO running `"docker" "start" "-a" "9fa270899b842945589bc69276ace7253f4316e0e1abc89fc5a569b120e1d9b9"` Oct 15 04:46:12.195 INFO kablam! usermod: no changes Oct 15 04:46:12.279 INFO kablam! Compiling conway-gol v0.1.0 (/source) Oct 15 04:46:12.823 INFO kablam! warning: unused variable: `i` Oct 15 04:46:12.823 INFO kablam! --> src/main.rs:19:9 Oct 15 04:46:12.823 INFO kablam! | Oct 15 04:46:12.823 INFO kablam! 19 | for i in 1..10 { Oct 15 04:46:12.823 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:12.823 INFO kablam! | Oct 15 04:46:12.823 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:46:12.823 INFO kablam! Oct 15 04:46:12.823 INFO kablam! warning: unused variable: `i` Oct 15 04:46:12.823 INFO kablam! --> src/main.rs:21:13 Oct 15 04:46:12.823 INFO kablam! | Oct 15 04:46:12.823 INFO kablam! 21 | for i in 1..10 { Oct 15 04:46:12.823 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:12.823 INFO kablam! Oct 15 04:46:12.823 INFO kablam! warning: unused variable: `i` Oct 15 04:46:12.823 INFO kablam! --> src/main.rs:37:9 Oct 15 04:46:12.823 INFO kablam! | Oct 15 04:46:12.823 INFO kablam! 37 | for i in 1..15 { Oct 15 04:46:12.823 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:12.823 INFO kablam! Oct 15 04:46:12.835 INFO kablam! warning: variable `nextGrid` should have a snake case name such as `next_grid` Oct 15 04:46:12.835 INFO kablam! --> src/main.rs:54:9 Oct 15 04:46:12.836 INFO kablam! | Oct 15 04:46:12.836 INFO kablam! 54 | let mut nextGrid = Vec::new(); Oct 15 04:46:12.836 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:46:12.836 INFO kablam! | Oct 15 04:46:12.837 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:46:12.837 INFO kablam! Oct 15 04:46:12.837 INFO kablam! warning: variable `newState` should have a snake case name such as `new_state` Oct 15 04:46:12.837 INFO kablam! --> src/main.rs:60:17 Oct 15 04:46:12.837 INFO kablam! | Oct 15 04:46:12.838 INFO kablam! 60 | let newState = cell_state(grid[i][j].alive, &grid, neighbors); Oct 15 04:46:12.838 INFO kablam! | ^^^^^^^^ Oct 15 04:46:12.838 INFO kablam! Oct 15 04:46:12.838 INFO kablam! warning: variable `numAliveCells` should have a snake case name such as `num_alive_cells` Oct 15 04:46:12.839 INFO kablam! --> src/main.rs:70:9 Oct 15 04:46:12.839 INFO kablam! | Oct 15 04:46:12.839 INFO kablam! 70 | let mut numAliveCells = 0; Oct 15 04:46:12.840 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:46:12.840 INFO kablam! Oct 15 04:46:12.840 INFO kablam! warning: variable `legitNeighbor` should have a snake case name such as `legit_neighbor` Oct 15 04:46:12.840 INFO kablam! --> src/main.rs:103:9 Oct 15 04:46:12.841 INFO kablam! | Oct 15 04:46:12.841 INFO kablam! 103 | let mut legitNeighbor = Vec::new(); Oct 15 04:46:12.841 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:46:12.842 INFO kablam! Oct 15 04:46:13.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 15 04:46:13.435 INFO kablam! su: No module specific data is present Oct 15 04:46:14.125 INFO running `"docker" "rm" "-f" "9fa270899b842945589bc69276ace7253f4316e0e1abc89fc5a569b120e1d9b9"` Oct 15 04:46:14.498 INFO blam! 9fa270899b842945589bc69276ace7253f4316e0e1abc89fc5a569b120e1d9b9 Oct 15 04:46:14.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 04:46:15.091 INFO blam! f525c01aba15258c46f7e4c0b2d03a6e997a726d1e320e4b583308b694d7b2e9 Oct 15 04:46:15.091 INFO running `"docker" "start" "-a" "f525c01aba15258c46f7e4c0b2d03a6e997a726d1e320e4b583308b694d7b2e9"` Oct 15 04:46:16.446 INFO kablam! usermod: no changes Oct 15 04:46:16.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 04:46:16.546 INFO kablam! Running /target/debug/deps/conway_gol-86e6c964fb358aad Oct 15 04:46:16.558 INFO kablam! su: No module specific data is present Oct 15 04:46:16.559 INFO blam! Oct 15 04:46:16.559 INFO blam! running 1 test Oct 15 04:46:16.559 INFO blam! test test::test_get_neighbors ... ok Oct 15 04:46:16.559 INFO blam! Oct 15 04:46:16.559 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:46:16.559 INFO blam! Oct 15 04:46:17.222 INFO running `"docker" "rm" "-f" "f525c01aba15258c46f7e4c0b2d03a6e997a726d1e320e4b583308b694d7b2e9"` Oct 15 04:46:17.507 INFO blam! f525c01aba15258c46f7e4c0b2d03a6e997a726d1e320e4b583308b694d7b2e9