Oct 11 03:23:32.113 INFO testing akarki15/conway-gol against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:23:32.113 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:23:32.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 03:23:32.488 INFO blam! df62c9c4341dc503abee1769cca2673fb197e8eaed9b82c24a2fb8bd85dd67fb Oct 11 03:23:32.492 INFO running `"docker" "start" "-a" "df62c9c4341dc503abee1769cca2673fb197e8eaed9b82c24a2fb8bd85dd67fb"` Oct 11 03:23:33.584 INFO kablam! usermod: no changes Oct 11 03:23:33.636 INFO kablam! Compiling conway-gol v0.1.0 (/source) Oct 11 03:23:34.560 INFO kablam! warning: unused variable: `i` Oct 11 03:23:34.560 INFO kablam! --> src/main.rs:19:9 Oct 11 03:23:34.560 INFO kablam! | Oct 11 03:23:34.560 INFO kablam! 19 | for i in 1..10 { Oct 11 03:23:34.560 INFO kablam! | ^ help: consider using `_i` instead Oct 11 03:23:34.560 INFO kablam! | Oct 11 03:23:34.560 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:23:34.560 INFO kablam! Oct 11 03:23:34.560 INFO kablam! warning: unused variable: `i` Oct 11 03:23:34.560 INFO kablam! --> src/main.rs:21:13 Oct 11 03:23:34.560 INFO kablam! | Oct 11 03:23:34.560 INFO kablam! 21 | for i in 1..10 { Oct 11 03:23:34.560 INFO kablam! | ^ help: consider using `_i` instead Oct 11 03:23:34.560 INFO kablam! Oct 11 03:23:34.560 INFO kablam! warning: unused variable: `i` Oct 11 03:23:34.560 INFO kablam! --> src/main.rs:37:9 Oct 11 03:23:34.560 INFO kablam! | Oct 11 03:23:34.560 INFO kablam! 37 | for i in 1..15 { Oct 11 03:23:34.560 INFO kablam! | ^ help: consider using `_i` instead Oct 11 03:23:34.560 INFO kablam! Oct 11 03:23:34.580 INFO kablam! warning: variable `nextGrid` should have a snake case name such as `next_grid` Oct 11 03:23:34.580 INFO kablam! --> src/main.rs:54:9 Oct 11 03:23:34.580 INFO kablam! | Oct 11 03:23:34.580 INFO kablam! 54 | let mut nextGrid = Vec::new(); Oct 11 03:23:34.580 INFO kablam! | ^^^^^^^^^^^^ Oct 11 03:23:34.580 INFO kablam! | Oct 11 03:23:34.580 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:23:34.580 INFO kablam! Oct 11 03:23:34.580 INFO kablam! warning: variable `newState` should have a snake case name such as `new_state` Oct 11 03:23:34.580 INFO kablam! --> src/main.rs:60:17 Oct 11 03:23:34.580 INFO kablam! | Oct 11 03:23:34.580 INFO kablam! 60 | let newState = cell_state(grid[i][j].alive, &grid, neighbors); Oct 11 03:23:34.580 INFO kablam! | ^^^^^^^^ Oct 11 03:23:34.580 INFO kablam! Oct 11 03:23:34.580 INFO kablam! warning: variable `numAliveCells` should have a snake case name such as `num_alive_cells` Oct 11 03:23:34.580 INFO kablam! --> src/main.rs:70:9 Oct 11 03:23:34.580 INFO kablam! | Oct 11 03:23:34.580 INFO kablam! 70 | let mut numAliveCells = 0; Oct 11 03:23:34.580 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 03:23:34.580 INFO kablam! Oct 11 03:23:34.580 INFO kablam! warning: variable `legitNeighbor` should have a snake case name such as `legit_neighbor` Oct 11 03:23:34.580 INFO kablam! --> src/main.rs:103:9 Oct 11 03:23:34.580 INFO kablam! | Oct 11 03:23:34.580 INFO kablam! 103 | let mut legitNeighbor = Vec::new(); Oct 11 03:23:34.580 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 03:23:34.580 INFO kablam! Oct 11 03:23:35.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 11 03:23:35.340 INFO kablam! su: No module specific data is present Oct 11 03:23:36.376 INFO running `"docker" "rm" "-f" "df62c9c4341dc503abee1769cca2673fb197e8eaed9b82c24a2fb8bd85dd67fb"` Oct 11 03:23:36.692 INFO blam! df62c9c4341dc503abee1769cca2673fb197e8eaed9b82c24a2fb8bd85dd67fb Oct 11 03:23:36.697 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:23:36.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 03:23:37.032 INFO blam! 7e1f8b8a0e7e4cd64e64cf3b4d1d67b0aff790ff511518d35403e30f900bf162 Oct 11 03:23:37.036 INFO running `"docker" "start" "-a" "7e1f8b8a0e7e4cd64e64cf3b4d1d67b0aff790ff511518d35403e30f900bf162"` Oct 11 03:23:38.172 INFO kablam! usermod: no changes Oct 11 03:23:38.244 INFO kablam! Compiling conway-gol v0.1.0 (/source) Oct 11 03:23:39.125 INFO kablam! warning: unused variable: `i` Oct 11 03:23:39.125 INFO kablam! --> src/main.rs:19:9 Oct 11 03:23:39.126 INFO kablam! | Oct 11 03:23:39.126 INFO kablam! 19 | for i in 1..10 { Oct 11 03:23:39.126 INFO kablam! | ^ help: consider using `_i` instead Oct 11 03:23:39.127 INFO kablam! | Oct 11 03:23:39.128 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:23:39.128 INFO kablam! Oct 11 03:23:39.128 INFO kablam! warning: unused variable: `i` Oct 11 03:23:39.129 INFO kablam! --> src/main.rs:21:13 Oct 11 03:23:39.129 INFO kablam! | Oct 11 03:23:39.129 INFO kablam! 21 | for i in 1..10 { Oct 11 03:23:39.130 INFO kablam! | ^ help: consider using `_i` instead Oct 11 03:23:39.130 INFO kablam! Oct 11 03:23:39.130 INFO kablam! warning: unused variable: `i` Oct 11 03:23:39.131 INFO kablam! --> src/main.rs:37:9 Oct 11 03:23:39.131 INFO kablam! | Oct 11 03:23:39.131 INFO kablam! 37 | for i in 1..15 { Oct 11 03:23:39.131 INFO kablam! | ^ help: consider using `_i` instead Oct 11 03:23:39.132 INFO kablam! Oct 11 03:23:39.152 INFO kablam! warning: variable `nextGrid` should have a snake case name such as `next_grid` Oct 11 03:23:39.153 INFO kablam! --> src/main.rs:54:9 Oct 11 03:23:39.153 INFO kablam! | Oct 11 03:23:39.154 INFO kablam! 54 | let mut nextGrid = Vec::new(); Oct 11 03:23:39.154 INFO kablam! | ^^^^^^^^^^^^ Oct 11 03:23:39.154 INFO kablam! | Oct 11 03:23:39.155 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:23:39.155 INFO kablam! Oct 11 03:23:39.156 INFO kablam! warning: variable `newState` should have a snake case name such as `new_state` Oct 11 03:23:39.156 INFO kablam! --> src/main.rs:60:17 Oct 11 03:23:39.157 INFO kablam! | Oct 11 03:23:39.157 INFO kablam! 60 | let newState = cell_state(grid[i][j].alive, &grid, neighbors); Oct 11 03:23:39.158 INFO kablam! | ^^^^^^^^ Oct 11 03:23:39.158 INFO kablam! Oct 11 03:23:39.158 INFO kablam! warning: variable `numAliveCells` should have a snake case name such as `num_alive_cells` Oct 11 03:23:39.160 INFO kablam! --> src/main.rs:70:9 Oct 11 03:23:39.160 INFO kablam! | Oct 11 03:23:39.160 INFO kablam! 70 | let mut numAliveCells = 0; Oct 11 03:23:39.161 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 03:23:39.161 INFO kablam! Oct 11 03:23:39.161 INFO kablam! warning: variable `legitNeighbor` should have a snake case name such as `legit_neighbor` Oct 11 03:23:39.162 INFO kablam! --> src/main.rs:103:9 Oct 11 03:23:39.162 INFO kablam! | Oct 11 03:23:39.162 INFO kablam! 103 | let mut legitNeighbor = Vec::new(); Oct 11 03:23:39.163 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 03:23:39.163 INFO kablam! Oct 11 03:23:39.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 11 03:23:39.858 INFO kablam! su: No module specific data is present Oct 11 03:23:40.393 INFO running `"docker" "rm" "-f" "7e1f8b8a0e7e4cd64e64cf3b4d1d67b0aff790ff511518d35403e30f900bf162"` Oct 11 03:23:40.720 INFO blam! 7e1f8b8a0e7e4cd64e64cf3b4d1d67b0aff790ff511518d35403e30f900bf162 Oct 11 03:23:40.728 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:23:40.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 03:23:41.028 INFO blam! 12b2f67470c3028626dd2ec2ba4b057b0319e778e3193bd1859c5eb5033f111c Oct 11 03:23:41.034 INFO running `"docker" "start" "-a" "12b2f67470c3028626dd2ec2ba4b057b0319e778e3193bd1859c5eb5033f111c"` Oct 11 03:23:41.837 INFO kablam! usermod: no changes Oct 11 03:23:41.898 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 03:23:41.901 INFO kablam! Running /target/debug/deps/conway_gol-26d24de3e62500e4 Oct 11 03:23:41.908 INFO blam! Oct 11 03:23:41.908 INFO blam! running 1 test Oct 11 03:23:41.909 INFO blam! test test::test_get_neighbors ... ok Oct 11 03:23:41.909 INFO blam! Oct 11 03:23:41.909 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:23:41.909 INFO blam! Oct 11 03:23:41.918 INFO kablam! su: No module specific data is present Oct 11 03:23:42.330 INFO running `"docker" "rm" "-f" "12b2f67470c3028626dd2ec2ba4b057b0319e778e3193bd1859c5eb5033f111c"` Oct 11 03:23:42.601 INFO blam! 12b2f67470c3028626dd2ec2ba4b057b0319e778e3193bd1859c5eb5033f111c