Oct 15 04:46:08.266 INFO testing akarki15/conway-gol against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:46:08.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:08.664 INFO blam! 23fa389f2cfcf3ab50769a3e649733db49809fa2fe6b148ae05a9179a190b4e7 Oct 15 04:46:08.667 INFO running `"docker" "start" "-a" "23fa389f2cfcf3ab50769a3e649733db49809fa2fe6b148ae05a9179a190b4e7"` Oct 15 04:46:10.010 INFO kablam! usermod: no changes Oct 15 04:46:10.075 INFO kablam! Compiling conway-gol v0.1.0 (/source) Oct 15 04:46:10.575 INFO kablam! warning: unused variable: `i` Oct 15 04:46:10.576 INFO kablam! --> src/main.rs:19:9 Oct 15 04:46:10.576 INFO kablam! | Oct 15 04:46:10.576 INFO kablam! 19 | for i in 1..10 { Oct 15 04:46:10.576 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:10.577 INFO kablam! | Oct 15 04:46:10.577 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:46:10.577 INFO kablam! Oct 15 04:46:10.577 INFO kablam! warning: unused variable: `i` Oct 15 04:46:10.578 INFO kablam! --> src/main.rs:21:13 Oct 15 04:46:10.578 INFO kablam! | Oct 15 04:46:10.578 INFO kablam! 21 | for i in 1..10 { Oct 15 04:46:10.579 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:10.579 INFO kablam! Oct 15 04:46:10.579 INFO kablam! warning: unused variable: `i` Oct 15 04:46:10.579 INFO kablam! --> src/main.rs:37:9 Oct 15 04:46:10.580 INFO kablam! | Oct 15 04:46:10.580 INFO kablam! 37 | for i in 1..15 { Oct 15 04:46:10.580 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:10.581 INFO kablam! Oct 15 04:46:10.581 INFO kablam! warning: variable `nextGrid` should have a snake case name such as `next_grid` Oct 15 04:46:10.581 INFO kablam! --> src/main.rs:54:9 Oct 15 04:46:10.582 INFO kablam! | Oct 15 04:46:10.582 INFO kablam! 54 | let mut nextGrid = Vec::new(); Oct 15 04:46:10.582 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:46:10.583 INFO kablam! | Oct 15 04:46:10.583 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:46:10.583 INFO kablam! Oct 15 04:46:10.583 INFO kablam! warning: variable `newState` should have a snake case name such as `new_state` Oct 15 04:46:10.584 INFO kablam! --> src/main.rs:60:17 Oct 15 04:46:10.584 INFO kablam! | Oct 15 04:46:10.584 INFO kablam! 60 | let newState = cell_state(grid[i][j].alive, &grid, neighbors); Oct 15 04:46:10.585 INFO kablam! | ^^^^^^^^ Oct 15 04:46:10.585 INFO kablam! Oct 15 04:46:10.585 INFO kablam! warning: variable `numAliveCells` should have a snake case name such as `num_alive_cells` Oct 15 04:46:10.585 INFO kablam! --> src/main.rs:70:9 Oct 15 04:46:10.586 INFO kablam! | Oct 15 04:46:10.586 INFO kablam! 70 | let mut numAliveCells = 0; Oct 15 04:46:10.586 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:46:10.586 INFO kablam! Oct 15 04:46:10.587 INFO kablam! warning: variable `legitNeighbor` should have a snake case name such as `legit_neighbor` Oct 15 04:46:10.587 INFO kablam! --> src/main.rs:103:9 Oct 15 04:46:10.587 INFO kablam! | Oct 15 04:46:10.587 INFO kablam! 103 | let mut legitNeighbor = Vec::new(); Oct 15 04:46:10.588 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:46:10.588 INFO kablam! Oct 15 04:46:11.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 15 04:46:11.347 INFO kablam! su: No module specific data is present Oct 15 04:46:12.067 INFO running `"docker" "rm" "-f" "23fa389f2cfcf3ab50769a3e649733db49809fa2fe6b148ae05a9179a190b4e7"` Oct 15 04:46:12.395 INFO blam! 23fa389f2cfcf3ab50769a3e649733db49809fa2fe6b148ae05a9179a190b4e7 Oct 15 04:46:12.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:12.799 INFO blam! 3310238e04db65ea8ed80f0967172ed8e3b9adf7d18aed59f47e12fabd69695a Oct 15 04:46:12.811 INFO running `"docker" "start" "-a" "3310238e04db65ea8ed80f0967172ed8e3b9adf7d18aed59f47e12fabd69695a"` Oct 15 04:46:13.995 INFO kablam! usermod: no changes Oct 15 04:46:14.043 INFO kablam! Compiling conway-gol v0.1.0 (/source) Oct 15 04:46:14.627 INFO kablam! warning: unused variable: `i` Oct 15 04:46:14.627 INFO kablam! --> src/main.rs:19:9 Oct 15 04:46:14.627 INFO kablam! | Oct 15 04:46:14.627 INFO kablam! 19 | for i in 1..10 { Oct 15 04:46:14.627 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:14.627 INFO kablam! | Oct 15 04:46:14.627 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:46:14.627 INFO kablam! Oct 15 04:46:14.627 INFO kablam! warning: unused variable: `i` Oct 15 04:46:14.627 INFO kablam! --> src/main.rs:21:13 Oct 15 04:46:14.627 INFO kablam! | Oct 15 04:46:14.627 INFO kablam! 21 | for i in 1..10 { Oct 15 04:46:14.627 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:14.627 INFO kablam! Oct 15 04:46:14.627 INFO kablam! warning: unused variable: `i` Oct 15 04:46:14.627 INFO kablam! --> src/main.rs:37:9 Oct 15 04:46:14.627 INFO kablam! | Oct 15 04:46:14.627 INFO kablam! 37 | for i in 1..15 { Oct 15 04:46:14.627 INFO kablam! | ^ help: consider using `_i` instead Oct 15 04:46:14.627 INFO kablam! Oct 15 04:46:14.643 INFO kablam! warning: variable `nextGrid` should have a snake case name such as `next_grid` Oct 15 04:46:14.643 INFO kablam! --> src/main.rs:54:9 Oct 15 04:46:14.643 INFO kablam! | Oct 15 04:46:14.643 INFO kablam! 54 | let mut nextGrid = Vec::new(); Oct 15 04:46:14.643 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:46:14.643 INFO kablam! | Oct 15 04:46:14.643 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:46:14.643 INFO kablam! Oct 15 04:46:14.643 INFO kablam! warning: variable `newState` should have a snake case name such as `new_state` Oct 15 04:46:14.643 INFO kablam! --> src/main.rs:60:17 Oct 15 04:46:14.643 INFO kablam! | Oct 15 04:46:14.643 INFO kablam! 60 | let newState = cell_state(grid[i][j].alive, &grid, neighbors); Oct 15 04:46:14.643 INFO kablam! | ^^^^^^^^ Oct 15 04:46:14.643 INFO kablam! Oct 15 04:46:14.643 INFO kablam! warning: variable `numAliveCells` should have a snake case name such as `num_alive_cells` Oct 15 04:46:14.643 INFO kablam! --> src/main.rs:70:9 Oct 15 04:46:14.643 INFO kablam! | Oct 15 04:46:14.643 INFO kablam! 70 | let mut numAliveCells = 0; Oct 15 04:46:14.643 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:46:14.643 INFO kablam! Oct 15 04:46:14.643 INFO kablam! warning: variable `legitNeighbor` should have a snake case name such as `legit_neighbor` Oct 15 04:46:14.643 INFO kablam! --> src/main.rs:103:9 Oct 15 04:46:14.643 INFO kablam! | Oct 15 04:46:14.643 INFO kablam! 103 | let mut legitNeighbor = Vec::new(); Oct 15 04:46:14.643 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 04:46:14.643 INFO kablam! Oct 15 04:46:15.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 15 04:46:15.326 INFO kablam! su: No module specific data is present Oct 15 04:46:16.098 INFO running `"docker" "rm" "-f" "3310238e04db65ea8ed80f0967172ed8e3b9adf7d18aed59f47e12fabd69695a"` Oct 15 04:46:16.452 INFO blam! 3310238e04db65ea8ed80f0967172ed8e3b9adf7d18aed59f47e12fabd69695a Oct 15 04:46:16.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:16.939 INFO blam! f4ffb93c733e937a0e85048960b0d5dd176d84f854597a265112406d85795a77 Oct 15 04:46:16.943 INFO running `"docker" "start" "-a" "f4ffb93c733e937a0e85048960b0d5dd176d84f854597a265112406d85795a77"` Oct 15 04:46:18.036 INFO kablam! usermod: no changes Oct 15 04:46:18.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 04:46:18.091 INFO kablam! Running /target/debug/deps/conway_gol-26d24de3e62500e4 Oct 15 04:46:18.096 INFO blam! Oct 15 04:46:18.096 INFO blam! running 1 test Oct 15 04:46:18.097 INFO blam! test test::test_get_neighbors ... ok Oct 15 04:46:18.097 INFO blam! Oct 15 04:46:18.097 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:46:18.097 INFO blam! Oct 15 04:46:18.099 INFO kablam! su: No module specific data is present Oct 15 04:46:18.902 INFO running `"docker" "rm" "-f" "f4ffb93c733e937a0e85048960b0d5dd176d84f854597a265112406d85795a77"` Oct 15 04:46:19.178 INFO blam! f4ffb93c733e937a0e85048960b0d5dd176d84f854597a265112406d85795a77