Oct 10 20:56:17.969 INFO testing jimmycuadra/connect_four against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:56:17.969 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:56:17.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 20:56:18.287 INFO blam! 7420ef6968340c9fafc8a10e8d8885ad55c0f6f21a5b4a9f46da6032a1c21ed4 Oct 10 20:56:18.288 INFO running `"docker" "start" "-a" "7420ef6968340c9fafc8a10e8d8885ad55c0f6f21a5b4a9f46da6032a1c21ed4"` Oct 10 20:56:19.563 INFO kablam! usermod: no changes Oct 10 20:56:19.620 INFO kablam! Compiling connect_four v0.0.1 (/source) Oct 10 20:56:20.208 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 20:56:20.209 INFO kablam! --> src/main.rs:133:20 Oct 10 20:56:20.209 INFO kablam! | Oct 10 20:56:20.209 INFO kablam! 133 | for col in (0..self.column_count) { Oct 10 20:56:20.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 20:56:20.210 INFO kablam! | Oct 10 20:56:20.210 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 20:56:20.210 INFO kablam! Oct 10 20:56:20.210 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 20:56:20.211 INFO kablam! --> src/main.rs:163:31 Oct 10 20:56:20.211 INFO kablam! | Oct 10 20:56:20.211 INFO kablam! 163 | for offset in (1..4) { Oct 10 20:56:20.211 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 20:56:20.211 INFO kablam! Oct 10 20:56:20.212 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 20:56:20.212 INFO kablam! --> src/main.rs:194:31 Oct 10 20:56:20.212 INFO kablam! | Oct 10 20:56:20.212 INFO kablam! 194 | for offset in (1..4) { Oct 10 20:56:20.213 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 20:56:20.213 INFO kablam! Oct 10 20:56:21.105 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 10 20:56:21.105 INFO kablam! su: No module specific data is present Oct 10 20:56:21.596 INFO running `"docker" "rm" "-f" "7420ef6968340c9fafc8a10e8d8885ad55c0f6f21a5b4a9f46da6032a1c21ed4"` Oct 10 20:56:21.872 INFO blam! 7420ef6968340c9fafc8a10e8d8885ad55c0f6f21a5b4a9f46da6032a1c21ed4 Oct 10 20:56:21.878 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:56:21.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 20:56:22.216 INFO blam! cc5151e268d220d2b817ef4abc0605f6e7823681de0a81f480e719d0dedcc1d3 Oct 10 20:56:22.220 INFO running `"docker" "start" "-a" "cc5151e268d220d2b817ef4abc0605f6e7823681de0a81f480e719d0dedcc1d3"` Oct 10 20:56:23.433 INFO kablam! usermod: no changes Oct 10 20:56:23.492 INFO kablam! Compiling connect_four v0.0.1 (/source) Oct 10 20:56:24.336 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 20:56:24.336 INFO kablam! --> src/main.rs:133:20 Oct 10 20:56:24.336 INFO kablam! | Oct 10 20:56:24.336 INFO kablam! 133 | for col in (0..self.column_count) { Oct 10 20:56:24.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 20:56:24.336 INFO kablam! | Oct 10 20:56:24.336 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 20:56:24.336 INFO kablam! Oct 10 20:56:24.336 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 20:56:24.336 INFO kablam! --> src/main.rs:163:31 Oct 10 20:56:24.336 INFO kablam! | Oct 10 20:56:24.340 INFO kablam! 163 | for offset in (1..4) { Oct 10 20:56:24.340 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 20:56:24.340 INFO kablam! Oct 10 20:56:24.340 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 20:56:24.340 INFO kablam! --> src/main.rs:194:31 Oct 10 20:56:24.340 INFO kablam! | Oct 10 20:56:24.340 INFO kablam! 194 | for offset in (1..4) { Oct 10 20:56:24.340 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 20:56:24.340 INFO kablam! Oct 10 20:56:24.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 10 20:56:24.964 INFO kablam! su: No module specific data is present Oct 10 20:56:25.622 INFO running `"docker" "rm" "-f" "cc5151e268d220d2b817ef4abc0605f6e7823681de0a81f480e719d0dedcc1d3"` Oct 10 20:56:26.011 INFO blam! cc5151e268d220d2b817ef4abc0605f6e7823681de0a81f480e719d0dedcc1d3 Oct 10 20:56:26.024 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:56:26.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 20:56:26.500 INFO blam! 835e82fe0dbed03002bc0864df7c7a5108d111478eb9d455552497a48a3a2998 Oct 10 20:56:26.502 INFO running `"docker" "start" "-a" "835e82fe0dbed03002bc0864df7c7a5108d111478eb9d455552497a48a3a2998"` Oct 10 20:56:27.509 INFO kablam! usermod: no changes Oct 10 20:56:27.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 20:56:27.542 INFO kablam! Running /target/debug/deps/connect_four-eb05cf1394fd7338 Oct 10 20:56:27.546 INFO blam! Oct 10 20:56:27.546 INFO blam! running 0 tests Oct 10 20:56:27.546 INFO blam! Oct 10 20:56:27.546 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:56:27.546 INFO blam! Oct 10 20:56:27.552 INFO kablam! su: No module specific data is present Oct 10 20:56:28.228 INFO running `"docker" "rm" "-f" "835e82fe0dbed03002bc0864df7c7a5108d111478eb9d455552497a48a3a2998"` Oct 10 20:56:28.504 INFO blam! 835e82fe0dbed03002bc0864df7c7a5108d111478eb9d455552497a48a3a2998