Oct 11 06:42:51.511 INFO testing Fonan15/vier_gewinnt against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:42:51.511 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:42:51.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 06:42:51.901 INFO blam! c072b9f1f0b571c979fcdbb04a8634c628c7896a59b419e567fcab1f47fa7952 Oct 11 06:42:51.916 INFO running `"docker" "start" "-a" "c072b9f1f0b571c979fcdbb04a8634c628c7896a59b419e567fcab1f47fa7952"` Oct 11 06:42:53.123 INFO kablam! usermod: no changes Oct 11 06:42:53.191 INFO kablam! Compiling vier_gewinnt v0.1.3 (/source) Oct 11 06:42:53.948 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:42:53.948 INFO kablam! --> src/main.rs:108:11 Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 11 06:42:53.948 INFO kablam! | ___________^ Oct 11 06:42:53.948 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 11 06:42:53.948 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 11 06:42:53.948 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 11 06:42:53.948 INFO kablam! | |_____________________________________^ Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:42:53.948 INFO kablam! help: remove these parentheses Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 11 06:42:53.948 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! Oct 11 06:42:53.948 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:42:53.948 INFO kablam! --> src/main.rs:120:11 Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 11 06:42:53.948 INFO kablam! | ___________^ Oct 11 06:42:53.948 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 11 06:42:53.948 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 11 06:42:53.948 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 11 06:42:53.948 INFO kablam! | |_____________________________________^ Oct 11 06:42:53.948 INFO kablam! help: remove these parentheses Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 11 06:42:53.948 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! Oct 11 06:42:53.948 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:42:53.948 INFO kablam! --> src/main.rs:132:11 Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 11 06:42:53.948 INFO kablam! | ___________^ Oct 11 06:42:53.948 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 11 06:42:53.948 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 11 06:42:53.948 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 11 06:42:53.948 INFO kablam! | |_______________________________________^ Oct 11 06:42:53.948 INFO kablam! help: remove these parentheses Oct 11 06:42:53.948 INFO kablam! | Oct 11 06:42:53.948 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 11 06:42:53.949 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 11 06:42:53.949 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 11 06:42:53.949 INFO kablam! | Oct 11 06:42:53.949 INFO kablam! Oct 11 06:42:53.949 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:42:53.949 INFO kablam! --> src/main.rs:144:11 Oct 11 06:42:53.949 INFO kablam! | Oct 11 06:42:53.949 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 11 06:42:53.949 INFO kablam! | ___________^ Oct 11 06:42:53.949 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 11 06:42:53.949 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 11 06:42:53.949 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 11 06:42:53.949 INFO kablam! | |_______________________________________^ Oct 11 06:42:53.949 INFO kablam! help: remove these parentheses Oct 11 06:42:53.949 INFO kablam! | Oct 11 06:42:53.949 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 11 06:42:53.949 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 11 06:42:53.949 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 11 06:42:53.949 INFO kablam! | Oct 11 06:42:53.949 INFO kablam! Oct 11 06:42:54.016 INFO kablam! warning: unreachable expression Oct 11 06:42:54.016 INFO kablam! --> src/main.rs:89:20 Oct 11 06:42:54.016 INFO kablam! | Oct 11 06:42:54.016 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 11 06:42:54.016 INFO kablam! | ^ Oct 11 06:42:54.016 INFO kablam! | Oct 11 06:42:54.017 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 06:42:54.017 INFO kablam! Oct 11 06:42:54.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 11 06:42:54.602 INFO kablam! su: No module specific data is present Oct 11 06:42:54.984 INFO running `"docker" "rm" "-f" "c072b9f1f0b571c979fcdbb04a8634c628c7896a59b419e567fcab1f47fa7952"` Oct 11 06:42:55.164 INFO blam! c072b9f1f0b571c979fcdbb04a8634c628c7896a59b419e567fcab1f47fa7952 Oct 11 06:42:55.165 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:42:55.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 06:42:55.460 INFO blam! 3b464268acc8f7dea92af1f906e307e85abe91ea765082dc0df84f3a5b8c84f0 Oct 11 06:42:55.466 INFO running `"docker" "start" "-a" "3b464268acc8f7dea92af1f906e307e85abe91ea765082dc0df84f3a5b8c84f0"` Oct 11 06:42:56.350 INFO kablam! usermod: no changes Oct 11 06:42:56.400 INFO kablam! Compiling vier_gewinnt v0.1.3 (/source) Oct 11 06:42:57.332 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:42:57.332 INFO kablam! --> src/main.rs:108:11 Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 11 06:42:57.332 INFO kablam! | ___________^ Oct 11 06:42:57.332 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 11 06:42:57.332 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 11 06:42:57.332 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 11 06:42:57.332 INFO kablam! | |_____________________________________^ Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:42:57.332 INFO kablam! help: remove these parentheses Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 11 06:42:57.332 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! Oct 11 06:42:57.332 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:42:57.332 INFO kablam! --> src/main.rs:120:11 Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 11 06:42:57.332 INFO kablam! | ___________^ Oct 11 06:42:57.332 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 11 06:42:57.332 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 11 06:42:57.332 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 11 06:42:57.332 INFO kablam! | |_____________________________________^ Oct 11 06:42:57.332 INFO kablam! help: remove these parentheses Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 11 06:42:57.332 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! Oct 11 06:42:57.332 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:42:57.332 INFO kablam! --> src/main.rs:132:11 Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 11 06:42:57.332 INFO kablam! | ___________^ Oct 11 06:42:57.332 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 11 06:42:57.332 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 11 06:42:57.332 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 11 06:42:57.332 INFO kablam! | |_______________________________________^ Oct 11 06:42:57.332 INFO kablam! help: remove these parentheses Oct 11 06:42:57.332 INFO kablam! | Oct 11 06:42:57.332 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 11 06:42:57.333 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 11 06:42:57.333 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 11 06:42:57.333 INFO kablam! | Oct 11 06:42:57.333 INFO kablam! Oct 11 06:42:57.333 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 06:42:57.333 INFO kablam! --> src/main.rs:144:11 Oct 11 06:42:57.333 INFO kablam! | Oct 11 06:42:57.333 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 11 06:42:57.333 INFO kablam! | ___________^ Oct 11 06:42:57.333 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 11 06:42:57.333 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 11 06:42:57.333 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 11 06:42:57.333 INFO kablam! | |_______________________________________^ Oct 11 06:42:57.333 INFO kablam! help: remove these parentheses Oct 11 06:42:57.333 INFO kablam! | Oct 11 06:42:57.333 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 11 06:42:57.333 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 11 06:42:57.333 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 11 06:42:57.333 INFO kablam! | Oct 11 06:42:57.333 INFO kablam! Oct 11 06:42:57.400 INFO kablam! warning: unreachable expression Oct 11 06:42:57.400 INFO kablam! --> src/main.rs:89:20 Oct 11 06:42:57.400 INFO kablam! | Oct 11 06:42:57.400 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 11 06:42:57.400 INFO kablam! | ^ Oct 11 06:42:57.400 INFO kablam! | Oct 11 06:42:57.400 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 06:42:57.400 INFO kablam! Oct 11 06:42:57.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 11 06:42:57.924 INFO kablam! su: No module specific data is present Oct 11 06:42:58.519 INFO running `"docker" "rm" "-f" "3b464268acc8f7dea92af1f906e307e85abe91ea765082dc0df84f3a5b8c84f0"` Oct 11 06:42:58.792 INFO blam! 3b464268acc8f7dea92af1f906e307e85abe91ea765082dc0df84f3a5b8c84f0 Oct 11 06:42:58.796 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:42:58.796 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 06:42:59.248 INFO blam! db2aaf5c05963311f6db5d4d61365a430915056cd1a92450e7a5107f9e8f7748 Oct 11 06:42:59.254 INFO running `"docker" "start" "-a" "db2aaf5c05963311f6db5d4d61365a430915056cd1a92450e7a5107f9e8f7748"` Oct 11 06:43:00.068 INFO kablam! usermod: no changes Oct 11 06:43:00.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 06:43:00.097 INFO kablam! Running /target/debug/deps/vier_gewinnt-00165795cdbd5c90 Oct 11 06:43:00.111 INFO blam! Oct 11 06:43:00.111 INFO blam! running 0 tests Oct 11 06:43:00.111 INFO blam! Oct 11 06:43:00.111 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:43:00.117 INFO kablam! su: No module specific data is present Oct 11 06:43:00.117 INFO blam! Oct 11 06:43:00.617 INFO running `"docker" "rm" "-f" "db2aaf5c05963311f6db5d4d61365a430915056cd1a92450e7a5107f9e8f7748"` Oct 11 06:43:00.853 INFO blam! db2aaf5c05963311f6db5d4d61365a430915056cd1a92450e7a5107f9e8f7748