Oct 27 11:50:00.291 INFO checking Fonan15/vier_gewinnt against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:50:00.293 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 11:50:00.783 INFO blam! 7f8a4189ac61c98bd224af20c69f7432f69d9e42aa91c91ffd19f4f8db9b6472 Oct 27 11:50:00.789 INFO running `"docker" "start" "-a" "7f8a4189ac61c98bd224af20c69f7432f69d9e42aa91c91ffd19f4f8db9b6472"` Oct 27 11:50:01.933 INFO kablam! usermod: no changes Oct 27 11:50:01.991 INFO kablam! Checking vier_gewinnt v0.1.3 (/source) Oct 27 11:50:02.839 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:50:02.839 INFO kablam! --> src/main.rs:108:11 Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.839 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 27 11:50:02.839 INFO kablam! | ___________^ Oct 27 11:50:02.839 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 27 11:50:02.839 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 27 11:50:02.839 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 27 11:50:02.839 INFO kablam! | |_____________________________________^ Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.839 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:50:02.839 INFO kablam! help: remove these parentheses Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.839 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 27 11:50:02.839 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.839 INFO kablam! Oct 27 11:50:02.839 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:50:02.839 INFO kablam! --> src/main.rs:120:11 Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.839 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 27 11:50:02.839 INFO kablam! | ___________^ Oct 27 11:50:02.839 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 27 11:50:02.839 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 27 11:50:02.839 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 27 11:50:02.839 INFO kablam! | |_____________________________________^ Oct 27 11:50:02.839 INFO kablam! help: remove these parentheses Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.839 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 27 11:50:02.839 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.839 INFO kablam! Oct 27 11:50:02.839 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:50:02.839 INFO kablam! --> src/main.rs:132:11 Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.839 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 27 11:50:02.839 INFO kablam! | ___________^ Oct 27 11:50:02.839 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 27 11:50:02.839 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 27 11:50:02.839 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 27 11:50:02.839 INFO kablam! | |_______________________________________^ Oct 27 11:50:02.839 INFO kablam! help: remove these parentheses Oct 27 11:50:02.839 INFO kablam! | Oct 27 11:50:02.840 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 27 11:50:02.840 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 27 11:50:02.840 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 27 11:50:02.840 INFO kablam! | Oct 27 11:50:02.840 INFO kablam! Oct 27 11:50:02.840 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:50:02.840 INFO kablam! --> src/main.rs:144:11 Oct 27 11:50:02.840 INFO kablam! | Oct 27 11:50:02.840 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 27 11:50:02.840 INFO kablam! | ___________^ Oct 27 11:50:02.840 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 27 11:50:02.840 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 27 11:50:02.840 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 27 11:50:02.840 INFO kablam! | |_______________________________________^ Oct 27 11:50:02.840 INFO kablam! help: remove these parentheses Oct 27 11:50:02.840 INFO kablam! | Oct 27 11:50:02.840 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 27 11:50:02.840 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 27 11:50:02.840 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 27 11:50:02.840 INFO kablam! | Oct 27 11:50:02.840 INFO kablam! Oct 27 11:50:02.959 INFO kablam! warning: unreachable expression Oct 27 11:50:02.959 INFO kablam! --> src/main.rs:89:20 Oct 27 11:50:02.959 INFO kablam! | Oct 27 11:50:02.959 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 27 11:50:02.959 INFO kablam! | ^ Oct 27 11:50:02.959 INFO kablam! | Oct 27 11:50:02.959 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 11:50:02.959 INFO kablam! Oct 27 11:50:03.002 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:50:03.002 INFO kablam! --> src/main.rs:108:11 Oct 27 11:50:03.002 INFO kablam! | Oct 27 11:50:03.002 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 27 11:50:03.002 INFO kablam! | ___________^ Oct 27 11:50:03.002 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 27 11:50:03.002 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 27 11:50:03.002 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 27 11:50:03.002 INFO kablam! | |_____________________________________^ Oct 27 11:50:03.002 INFO kablam! | Oct 27 11:50:03.003 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:50:03.003 INFO kablam! help: remove these parentheses Oct 27 11:50:03.003 INFO kablam! | Oct 27 11:50:03.003 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 27 11:50:03.003 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 27 11:50:03.003 INFO kablam! | Oct 27 11:50:03.003 INFO kablam! Oct 27 11:50:03.003 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:50:03.003 INFO kablam! --> src/main.rs:120:11 Oct 27 11:50:03.003 INFO kablam! | Oct 27 11:50:03.003 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 27 11:50:03.003 INFO kablam! | ___________^ Oct 27 11:50:03.003 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 27 11:50:03.003 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 27 11:50:03.003 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 27 11:50:03.003 INFO kablam! | |_____________________________________^ Oct 27 11:50:03.003 INFO kablam! help: remove these parentheses Oct 27 11:50:03.003 INFO kablam! | Oct 27 11:50:03.003 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 27 11:50:03.003 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 27 11:50:03.003 INFO kablam! | Oct 27 11:50:03.003 INFO kablam! Oct 27 11:50:03.007 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:50:03.007 INFO kablam! --> src/main.rs:132:11 Oct 27 11:50:03.007 INFO kablam! | Oct 27 11:50:03.007 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 27 11:50:03.007 INFO kablam! | ___________^ Oct 27 11:50:03.007 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 27 11:50:03.007 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 27 11:50:03.007 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 27 11:50:03.007 INFO kablam! | |_______________________________________^ Oct 27 11:50:03.007 INFO kablam! help: remove these parentheses Oct 27 11:50:03.007 INFO kablam! | Oct 27 11:50:03.007 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 27 11:50:03.007 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 27 11:50:03.007 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 27 11:50:03.007 INFO kablam! | Oct 27 11:50:03.007 INFO kablam! Oct 27 11:50:03.015 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:50:03.015 INFO kablam! --> src/main.rs:144:11 Oct 27 11:50:03.015 INFO kablam! | Oct 27 11:50:03.015 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 27 11:50:03.015 INFO kablam! | ___________^ Oct 27 11:50:03.015 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 27 11:50:03.015 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 27 11:50:03.015 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 27 11:50:03.015 INFO kablam! | |_______________________________________^ Oct 27 11:50:03.015 INFO kablam! help: remove these parentheses Oct 27 11:50:03.015 INFO kablam! | Oct 27 11:50:03.015 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 27 11:50:03.015 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 27 11:50:03.015 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 27 11:50:03.015 INFO kablam! | Oct 27 11:50:03.015 INFO kablam! Oct 27 11:50:03.135 INFO kablam! warning: unreachable expression Oct 27 11:50:03.135 INFO kablam! --> src/main.rs:89:20 Oct 27 11:50:03.135 INFO kablam! | Oct 27 11:50:03.135 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 27 11:50:03.135 INFO kablam! | ^ Oct 27 11:50:03.143 INFO kablam! | Oct 27 11:50:03.143 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 11:50:03.143 INFO kablam! Oct 27 11:50:03.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 27 11:50:03.231 INFO kablam! su: No module specific data is present Oct 27 11:50:04.323 INFO running `"docker" "rm" "-f" "7f8a4189ac61c98bd224af20c69f7432f69d9e42aa91c91ffd19f4f8db9b6472"` Oct 27 11:50:04.651 INFO blam! 7f8a4189ac61c98bd224af20c69f7432f69d9e42aa91c91ffd19f4f8db9b6472