Oct 15 10:53:35.459 INFO testing Fonan15/vier_gewinnt against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:53:35.459 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 10:53:36.031 INFO blam! 3834fd97ebbb270d6e5ac7d990d5943e2ce8e7f31c068e24ac33ed1031e42ab0 Oct 15 10:53:36.039 INFO running `"docker" "start" "-a" "3834fd97ebbb270d6e5ac7d990d5943e2ce8e7f31c068e24ac33ed1031e42ab0"` Oct 15 10:53:37.739 INFO kablam! usermod: no changes Oct 15 10:53:37.779 INFO kablam! Compiling vier_gewinnt v0.1.3 (/source) Oct 15 10:53:38.227 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:38.227 INFO kablam! --> src/main.rs:108:11 Oct 15 10:53:38.227 INFO kablam! | Oct 15 10:53:38.227 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 15 10:53:38.227 INFO kablam! | ___________^ Oct 15 10:53:38.227 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 15 10:53:38.227 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 15 10:53:38.227 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 15 10:53:38.227 INFO kablam! | |_____________________________________^ Oct 15 10:53:38.227 INFO kablam! | Oct 15 10:53:38.227 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:53:38.227 INFO kablam! help: remove these parentheses Oct 15 10:53:38.227 INFO kablam! | Oct 15 10:53:38.227 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 15 10:53:38.227 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 15 10:53:38.227 INFO kablam! | Oct 15 10:53:38.227 INFO kablam! Oct 15 10:53:38.227 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:38.227 INFO kablam! --> src/main.rs:120:11 Oct 15 10:53:38.227 INFO kablam! | Oct 15 10:53:38.227 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 15 10:53:38.227 INFO kablam! | ___________^ Oct 15 10:53:38.227 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 15 10:53:38.227 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 15 10:53:38.227 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 15 10:53:38.227 INFO kablam! | |_____________________________________^ Oct 15 10:53:38.227 INFO kablam! help: remove these parentheses Oct 15 10:53:38.227 INFO kablam! | Oct 15 10:53:38.227 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 15 10:53:38.227 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 15 10:53:38.227 INFO kablam! | Oct 15 10:53:38.227 INFO kablam! Oct 15 10:53:38.227 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:38.227 INFO kablam! --> src/main.rs:132:11 Oct 15 10:53:38.227 INFO kablam! | Oct 15 10:53:38.227 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 15 10:53:38.227 INFO kablam! | ___________^ Oct 15 10:53:38.227 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 15 10:53:38.227 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 15 10:53:38.227 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 15 10:53:38.228 INFO kablam! | |_______________________________________^ Oct 15 10:53:38.228 INFO kablam! help: remove these parentheses Oct 15 10:53:38.228 INFO kablam! | Oct 15 10:53:38.228 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 15 10:53:38.228 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 15 10:53:38.228 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 15 10:53:38.228 INFO kablam! | Oct 15 10:53:38.228 INFO kablam! Oct 15 10:53:38.228 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:38.228 INFO kablam! --> src/main.rs:144:11 Oct 15 10:53:38.228 INFO kablam! | Oct 15 10:53:38.228 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 15 10:53:38.228 INFO kablam! | ___________^ Oct 15 10:53:38.228 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 15 10:53:38.228 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 15 10:53:38.228 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 15 10:53:38.228 INFO kablam! | |_______________________________________^ Oct 15 10:53:38.228 INFO kablam! help: remove these parentheses Oct 15 10:53:38.228 INFO kablam! | Oct 15 10:53:38.228 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 15 10:53:38.228 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 15 10:53:38.228 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 15 10:53:38.228 INFO kablam! | Oct 15 10:53:38.228 INFO kablam! Oct 15 10:53:38.307 INFO kablam! warning: unreachable expression Oct 15 10:53:38.307 INFO kablam! --> src/main.rs:89:20 Oct 15 10:53:38.307 INFO kablam! | Oct 15 10:53:38.307 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 15 10:53:38.307 INFO kablam! | ^ Oct 15 10:53:38.307 INFO kablam! | Oct 15 10:53:38.307 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 10:53:38.307 INFO kablam! Oct 15 10:53:38.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 15 10:53:38.891 INFO kablam! su: No module specific data is present Oct 15 10:53:39.896 INFO running `"docker" "rm" "-f" "3834fd97ebbb270d6e5ac7d990d5943e2ce8e7f31c068e24ac33ed1031e42ab0"` Oct 15 10:53:40.144 INFO blam! 3834fd97ebbb270d6e5ac7d990d5943e2ce8e7f31c068e24ac33ed1031e42ab0 Oct 15 10:53:40.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 10:53:40.556 INFO blam! 94fea6267116079f86f57bc34aad8242e8fc38a98d7e10a1c0da61c70a3d4922 Oct 15 10:53:40.558 INFO running `"docker" "start" "-a" "94fea6267116079f86f57bc34aad8242e8fc38a98d7e10a1c0da61c70a3d4922"` Oct 15 10:53:42.085 INFO kablam! usermod: no changes Oct 15 10:53:42.118 INFO kablam! Compiling vier_gewinnt v0.1.3 (/source) Oct 15 10:53:42.763 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:42.763 INFO kablam! --> src/main.rs:108:11 Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 15 10:53:42.763 INFO kablam! | ___________^ Oct 15 10:53:42.763 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 15 10:53:42.763 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 15 10:53:42.763 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 15 10:53:42.763 INFO kablam! | |_____________________________________^ Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:53:42.763 INFO kablam! help: remove these parentheses Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 15 10:53:42.763 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! Oct 15 10:53:42.763 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:42.763 INFO kablam! --> src/main.rs:120:11 Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 15 10:53:42.763 INFO kablam! | ___________^ Oct 15 10:53:42.763 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 15 10:53:42.763 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 15 10:53:42.763 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 15 10:53:42.763 INFO kablam! | |_____________________________________^ Oct 15 10:53:42.763 INFO kablam! help: remove these parentheses Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 15 10:53:42.763 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! Oct 15 10:53:42.763 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:42.763 INFO kablam! --> src/main.rs:132:11 Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 15 10:53:42.763 INFO kablam! | ___________^ Oct 15 10:53:42.763 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 15 10:53:42.763 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 15 10:53:42.763 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 15 10:53:42.763 INFO kablam! | |_______________________________________^ Oct 15 10:53:42.763 INFO kablam! help: remove these parentheses Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 15 10:53:42.763 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 15 10:53:42.763 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! Oct 15 10:53:42.763 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:42.763 INFO kablam! --> src/main.rs:144:11 Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 15 10:53:42.763 INFO kablam! | ___________^ Oct 15 10:53:42.763 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 15 10:53:42.763 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 15 10:53:42.763 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 15 10:53:42.763 INFO kablam! | |_______________________________________^ Oct 15 10:53:42.763 INFO kablam! help: remove these parentheses Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 15 10:53:42.763 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 15 10:53:42.763 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 15 10:53:42.763 INFO kablam! | Oct 15 10:53:42.763 INFO kablam! Oct 15 10:53:42.855 INFO kablam! warning: unreachable expression Oct 15 10:53:42.855 INFO kablam! --> src/main.rs:89:20 Oct 15 10:53:42.855 INFO kablam! | Oct 15 10:53:42.855 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 15 10:53:42.855 INFO kablam! | ^ Oct 15 10:53:42.855 INFO kablam! | Oct 15 10:53:42.855 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 10:53:42.855 INFO kablam! Oct 15 10:53:43.366 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 15 10:53:43.374 INFO kablam! su: No module specific data is present Oct 15 10:53:44.452 INFO running `"docker" "rm" "-f" "94fea6267116079f86f57bc34aad8242e8fc38a98d7e10a1c0da61c70a3d4922"` Oct 15 10:53:44.702 INFO blam! 94fea6267116079f86f57bc34aad8242e8fc38a98d7e10a1c0da61c70a3d4922 Oct 15 10:53:44.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 10:53:45.016 INFO blam! ce357063a048ad4dffbc7b083b563d38c9aab4c84bbf436c2d07a47e126dd2e7 Oct 15 10:53:45.019 INFO running `"docker" "start" "-a" "ce357063a048ad4dffbc7b083b563d38c9aab4c84bbf436c2d07a47e126dd2e7"` Oct 15 10:53:46.514 INFO kablam! usermod: no changes Oct 15 10:53:46.553 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 10:53:46.554 INFO kablam! Running /target/debug/deps/vier_gewinnt-00165795cdbd5c90 Oct 15 10:53:46.559 INFO blam! Oct 15 10:53:46.559 INFO blam! running 0 tests Oct 15 10:53:46.559 INFO blam! Oct 15 10:53:46.559 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:53:46.559 INFO blam! Oct 15 10:53:46.567 INFO kablam! su: No module specific data is present Oct 15 10:53:47.428 INFO running `"docker" "rm" "-f" "ce357063a048ad4dffbc7b083b563d38c9aab4c84bbf436c2d07a47e126dd2e7"` Oct 15 10:53:47.702 INFO blam! ce357063a048ad4dffbc7b083b563d38c9aab4c84bbf436c2d07a47e126dd2e7