Oct 13 04:43:01.649 INFO checking Fonan15/vier_gewinnt against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 04:43:01.649 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 04:43:02.023 INFO blam! 21af0d4964f28c31a97eae7c08d368f5abf469be1eaec0f8fa91685efd25ea3b Oct 13 04:43:02.023 INFO running `"docker" "start" "-a" "21af0d4964f28c31a97eae7c08d368f5abf469be1eaec0f8fa91685efd25ea3b"` Oct 13 04:43:03.834 INFO kablam! usermod: no changes Oct 13 04:43:03.864 INFO kablam! Checking vier_gewinnt v0.1.3 (/source) Oct 13 04:43:04.713 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 04:43:04.713 INFO kablam! --> src/main.rs:108:11 Oct 13 04:43:04.714 INFO kablam! | Oct 13 04:43:04.714 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 13 04:43:04.714 INFO kablam! | ___________^ Oct 13 04:43:04.715 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 13 04:43:04.715 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 13 04:43:04.715 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 13 04:43:04.716 INFO kablam! | |_____________________________________^ Oct 13 04:43:04.716 INFO kablam! | Oct 13 04:43:04.716 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 04:43:04.716 INFO kablam! help: remove these parentheses Oct 13 04:43:04.717 INFO kablam! | Oct 13 04:43:04.717 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 13 04:43:04.717 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 13 04:43:04.718 INFO kablam! | Oct 13 04:43:04.718 INFO kablam! Oct 13 04:43:04.718 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 04:43:04.719 INFO kablam! --> src/main.rs:120:11 Oct 13 04:43:04.719 INFO kablam! | Oct 13 04:43:04.719 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 13 04:43:04.720 INFO kablam! | ___________^ Oct 13 04:43:04.720 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 13 04:43:04.720 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 13 04:43:04.721 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 13 04:43:04.721 INFO kablam! | |_____________________________________^ Oct 13 04:43:04.721 INFO kablam! help: remove these parentheses Oct 13 04:43:04.722 INFO kablam! | Oct 13 04:43:04.722 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 13 04:43:04.722 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 13 04:43:04.723 INFO kablam! | Oct 13 04:43:04.723 INFO kablam! Oct 13 04:43:04.723 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 04:43:04.723 INFO kablam! --> src/main.rs:132:11 Oct 13 04:43:04.724 INFO kablam! | Oct 13 04:43:04.724 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 13 04:43:04.724 INFO kablam! | ___________^ Oct 13 04:43:04.725 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 13 04:43:04.725 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 13 04:43:04.725 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 13 04:43:04.725 INFO kablam! | |_______________________________________^ Oct 13 04:43:04.726 INFO kablam! help: remove these parentheses Oct 13 04:43:04.726 INFO kablam! | Oct 13 04:43:04.726 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 13 04:43:04.727 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 13 04:43:04.727 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 13 04:43:04.727 INFO kablam! | Oct 13 04:43:04.727 INFO kablam! Oct 13 04:43:04.728 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 04:43:04.728 INFO kablam! --> src/main.rs:144:11 Oct 13 04:43:04.732 INFO kablam! | Oct 13 04:43:04.732 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 13 04:43:04.733 INFO kablam! | ___________^ Oct 13 04:43:04.733 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 13 04:43:04.733 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 13 04:43:04.733 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 13 04:43:04.734 INFO kablam! | |_______________________________________^ Oct 13 04:43:04.734 INFO kablam! help: remove these parentheses Oct 13 04:43:04.734 INFO kablam! | Oct 13 04:43:04.734 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 13 04:43:04.735 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 13 04:43:04.735 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 13 04:43:04.735 INFO kablam! | Oct 13 04:43:04.735 INFO kablam! Oct 13 04:43:04.840 INFO kablam! warning: unreachable expression Oct 13 04:43:04.840 INFO kablam! --> src/main.rs:89:20 Oct 13 04:43:04.840 INFO kablam! | Oct 13 04:43:04.840 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 13 04:43:04.840 INFO kablam! | ^ Oct 13 04:43:04.840 INFO kablam! | Oct 13 04:43:04.840 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 04:43:04.840 INFO kablam! Oct 13 04:43:04.848 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 04:43:04.848 INFO kablam! --> src/main.rs:108:11 Oct 13 04:43:04.848 INFO kablam! | Oct 13 04:43:04.848 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 13 04:43:04.848 INFO kablam! | ___________^ Oct 13 04:43:04.848 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 13 04:43:04.848 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 13 04:43:04.849 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 13 04:43:04.849 INFO kablam! | |_____________________________________^ Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 04:43:04.849 INFO kablam! help: remove these parentheses Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 13 04:43:04.849 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! Oct 13 04:43:04.849 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 04:43:04.849 INFO kablam! --> src/main.rs:120:11 Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 13 04:43:04.849 INFO kablam! | ___________^ Oct 13 04:43:04.849 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 13 04:43:04.849 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 13 04:43:04.849 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 13 04:43:04.849 INFO kablam! | |_____________________________________^ Oct 13 04:43:04.849 INFO kablam! help: remove these parentheses Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 13 04:43:04.849 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! Oct 13 04:43:04.849 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 04:43:04.849 INFO kablam! --> src/main.rs:132:11 Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 13 04:43:04.849 INFO kablam! | ___________^ Oct 13 04:43:04.849 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 13 04:43:04.849 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 13 04:43:04.849 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 13 04:43:04.849 INFO kablam! | |_______________________________________^ Oct 13 04:43:04.849 INFO kablam! help: remove these parentheses Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 13 04:43:04.849 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 13 04:43:04.849 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! Oct 13 04:43:04.849 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 04:43:04.849 INFO kablam! --> src/main.rs:144:11 Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 13 04:43:04.849 INFO kablam! | ___________^ Oct 13 04:43:04.849 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 13 04:43:04.849 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 13 04:43:04.849 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 13 04:43:04.849 INFO kablam! | |_______________________________________^ Oct 13 04:43:04.849 INFO kablam! help: remove these parentheses Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 13 04:43:04.849 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 13 04:43:04.849 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 13 04:43:04.849 INFO kablam! | Oct 13 04:43:04.849 INFO kablam! Oct 13 04:43:04.984 INFO kablam! warning: unreachable expression Oct 13 04:43:04.984 INFO kablam! --> src/main.rs:89:20 Oct 13 04:43:04.984 INFO kablam! | Oct 13 04:43:04.984 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 13 04:43:04.984 INFO kablam! | ^ Oct 13 04:43:04.984 INFO kablam! | Oct 13 04:43:04.984 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 04:43:04.984 INFO kablam! Oct 13 04:43:05.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 13 04:43:05.100 INFO kablam! su: No module specific data is present Oct 13 04:43:05.669 INFO running `"docker" "rm" "-f" "21af0d4964f28c31a97eae7c08d368f5abf469be1eaec0f8fa91685efd25ea3b"` Oct 13 04:43:05.977 INFO blam! 21af0d4964f28c31a97eae7c08d368f5abf469be1eaec0f8fa91685efd25ea3b