Oct 11 04:39:09.649 INFO testing SCOTPAUL/game_of_life against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:39:09.649 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:39:09.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 04:39:10.051 INFO blam! cccb9ad648ac042e4c72beabeb68fde5306245aad70208e54401e136931b3ff5 Oct 11 04:39:10.053 INFO running `"docker" "start" "-a" "cccb9ad648ac042e4c72beabeb68fde5306245aad70208e54401e136931b3ff5"` Oct 11 04:39:11.444 INFO kablam! usermod: no changes Oct 11 04:39:11.544 INFO kablam! Compiling gag v0.1.9 Oct 11 04:39:12.778 INFO kablam! Compiling rustty v0.1.12 Oct 11 04:39:15.052 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 11 04:39:16.293 INFO kablam! warning: variable does not need to be mutable Oct 11 04:39:16.293 INFO kablam! --> src/main.rs:103:17 Oct 11 04:39:16.293 INFO kablam! | Oct 11 04:39:16.294 INFO kablam! 103 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 11 04:39:16.294 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 04:39:16.294 INFO kablam! | | Oct 11 04:39:16.295 INFO kablam! | help: remove this `mut` Oct 11 04:39:16.295 INFO kablam! | Oct 11 04:39:16.295 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:39:16.295 INFO kablam! Oct 11 04:39:16.296 INFO kablam! warning: variable does not need to be mutable Oct 11 04:39:16.296 INFO kablam! --> src/main.rs:122:9 Oct 11 04:39:16.296 INFO kablam! | Oct 11 04:39:16.297 INFO kablam! 122 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 11 04:39:16.297 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 04:39:16.297 INFO kablam! | | Oct 11 04:39:16.298 INFO kablam! | help: remove this `mut` Oct 11 04:39:16.298 INFO kablam! Oct 11 04:39:17.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.96s Oct 11 04:39:17.449 INFO kablam! su: No module specific data is present Oct 11 04:39:18.854 INFO running `"docker" "rm" "-f" "cccb9ad648ac042e4c72beabeb68fde5306245aad70208e54401e136931b3ff5"` Oct 11 04:39:19.162 INFO blam! cccb9ad648ac042e4c72beabeb68fde5306245aad70208e54401e136931b3ff5 Oct 11 04:39:19.168 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:39:19.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 04:39:19.584 INFO blam! 64d5f38d3527fb3e0609cceea77fe7bc6e18bd41a4c19095c49d33f797ea7f5b Oct 11 04:39:19.597 INFO running `"docker" "start" "-a" "64d5f38d3527fb3e0609cceea77fe7bc6e18bd41a4c19095c49d33f797ea7f5b"` Oct 11 04:39:20.964 INFO kablam! usermod: no changes Oct 11 04:39:21.068 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 11 04:39:22.602 INFO kablam! warning: variable does not need to be mutable Oct 11 04:39:22.602 INFO kablam! --> src/main.rs:103:17 Oct 11 04:39:22.602 INFO kablam! | Oct 11 04:39:22.602 INFO kablam! 103 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 11 04:39:22.602 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 04:39:22.603 INFO kablam! | | Oct 11 04:39:22.603 INFO kablam! | help: remove this `mut` Oct 11 04:39:22.603 INFO kablam! | Oct 11 04:39:22.603 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:39:22.603 INFO kablam! Oct 11 04:39:22.603 INFO kablam! warning: variable does not need to be mutable Oct 11 04:39:22.603 INFO kablam! --> src/main.rs:122:9 Oct 11 04:39:22.603 INFO kablam! | Oct 11 04:39:22.603 INFO kablam! 122 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 11 04:39:22.603 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 04:39:22.603 INFO kablam! | | Oct 11 04:39:22.603 INFO kablam! | help: remove this `mut` Oct 11 04:39:22.603 INFO kablam! Oct 11 04:39:23.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.17s Oct 11 04:39:23.160 INFO kablam! su: No module specific data is present Oct 11 04:39:24.378 INFO running `"docker" "rm" "-f" "64d5f38d3527fb3e0609cceea77fe7bc6e18bd41a4c19095c49d33f797ea7f5b"` Oct 11 04:39:24.752 INFO blam! 64d5f38d3527fb3e0609cceea77fe7bc6e18bd41a4c19095c49d33f797ea7f5b Oct 11 04:39:24.761 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:39:24.762 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 04:39:25.220 INFO blam! d89e20f01058d570259ebdae5292df6f8fb4ca3ae8103b10347878e0a1218b9f Oct 11 04:39:25.225 INFO running `"docker" "start" "-a" "d89e20f01058d570259ebdae5292df6f8fb4ca3ae8103b10347878e0a1218b9f"` Oct 11 04:39:27.111 INFO kablam! usermod: no changes Oct 11 04:39:27.228 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 04:39:27.244 INFO kablam! Running /target/debug/deps/game_of_life-9d98a4713a272eda Oct 11 04:39:27.252 INFO blam! Oct 11 04:39:27.252 INFO blam! running 0 tests Oct 11 04:39:27.252 INFO blam! Oct 11 04:39:27.252 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:39:27.252 INFO blam! Oct 11 04:39:27.255 INFO kablam! su: No module specific data is present Oct 11 04:39:28.879 INFO running `"docker" "rm" "-f" "d89e20f01058d570259ebdae5292df6f8fb4ca3ae8103b10347878e0a1218b9f"` Oct 11 04:39:29.288 INFO blam! d89e20f01058d570259ebdae5292df6f8fb4ca3ae8103b10347878e0a1218b9f