Oct 15 10:53:34.964 INFO testing Fonan15/vier_gewinnt against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:53:34.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:35.503 INFO blam! 58a3d759262155ed9d47cbe37dedc1db3dfecee6420ee2c71f835bff3a07074e Oct 15 10:53:35.509 INFO running `"docker" "start" "-a" "58a3d759262155ed9d47cbe37dedc1db3dfecee6420ee2c71f835bff3a07074e"` Oct 15 10:53:36.623 INFO kablam! usermod: no changes Oct 15 10:53:36.663 INFO kablam! Compiling vier_gewinnt v0.1.3 (/source) Oct 15 10:53:37.211 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:37.211 INFO kablam! --> src/main.rs:108:11 Oct 15 10:53:37.211 INFO kablam! | Oct 15 10:53:37.211 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 15 10:53:37.211 INFO kablam! | ___________^ Oct 15 10:53:37.211 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 15 10:53:37.211 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 15 10:53:37.211 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 15 10:53:37.211 INFO kablam! | |_____________________________________^ Oct 15 10:53:37.211 INFO kablam! | Oct 15 10:53:37.211 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:53:37.211 INFO kablam! help: remove these parentheses Oct 15 10:53:37.211 INFO kablam! | Oct 15 10:53:37.211 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 15 10:53:37.211 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 15 10:53:37.211 INFO kablam! | Oct 15 10:53:37.211 INFO kablam! Oct 15 10:53:37.211 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:37.211 INFO kablam! --> src/main.rs:120:11 Oct 15 10:53:37.211 INFO kablam! | Oct 15 10:53:37.211 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 15 10:53:37.211 INFO kablam! | ___________^ Oct 15 10:53:37.211 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 15 10:53:37.211 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 15 10:53:37.211 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 15 10:53:37.211 INFO kablam! | |_____________________________________^ Oct 15 10:53:37.211 INFO kablam! help: remove these parentheses Oct 15 10:53:37.211 INFO kablam! | Oct 15 10:53:37.211 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 15 10:53:37.211 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 15 10:53:37.211 INFO kablam! | Oct 15 10:53:37.211 INFO kablam! Oct 15 10:53:37.211 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:37.211 INFO kablam! --> src/main.rs:132:11 Oct 15 10:53:37.211 INFO kablam! | Oct 15 10:53:37.211 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 15 10:53:37.211 INFO kablam! | ___________^ Oct 15 10:53:37.211 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 15 10:53:37.211 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 15 10:53:37.211 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 15 10:53:37.212 INFO kablam! | |_______________________________________^ Oct 15 10:53:37.212 INFO kablam! help: remove these parentheses Oct 15 10:53:37.212 INFO kablam! | Oct 15 10:53:37.212 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 15 10:53:37.212 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 15 10:53:37.212 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 15 10:53:37.212 INFO kablam! | Oct 15 10:53:37.212 INFO kablam! Oct 15 10:53:37.212 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:37.212 INFO kablam! --> src/main.rs:144:11 Oct 15 10:53:37.212 INFO kablam! | Oct 15 10:53:37.212 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 15 10:53:37.212 INFO kablam! | ___________^ Oct 15 10:53:37.212 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 15 10:53:37.212 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 15 10:53:37.212 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 15 10:53:37.212 INFO kablam! | |_______________________________________^ Oct 15 10:53:37.212 INFO kablam! help: remove these parentheses Oct 15 10:53:37.212 INFO kablam! | Oct 15 10:53:37.212 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 15 10:53:37.212 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 15 10:53:37.212 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 15 10:53:37.212 INFO kablam! | Oct 15 10:53:37.212 INFO kablam! Oct 15 10:53:37.299 INFO kablam! warning: unreachable expression Oct 15 10:53:37.299 INFO kablam! --> src/main.rs:89:20 Oct 15 10:53:37.299 INFO kablam! | Oct 15 10:53:37.299 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 15 10:53:37.299 INFO kablam! | ^ Oct 15 10:53:37.299 INFO kablam! | Oct 15 10:53:37.299 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 10:53:37.299 INFO kablam! Oct 15 10:53:37.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 15 10:53:37.939 INFO kablam! su: No module specific data is present Oct 15 10:53:38.903 INFO running `"docker" "rm" "-f" "58a3d759262155ed9d47cbe37dedc1db3dfecee6420ee2c71f835bff3a07074e"` Oct 15 10:53:39.235 INFO blam! 58a3d759262155ed9d47cbe37dedc1db3dfecee6420ee2c71f835bff3a07074e Oct 15 10:53:39.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:39.673 INFO blam! ffb88e1263eeb4bdc470c5bc0e93fa7de43678d4db49a2ed465d0a0407878d25 Oct 15 10:53:39.679 INFO running `"docker" "start" "-a" "ffb88e1263eeb4bdc470c5bc0e93fa7de43678d4db49a2ed465d0a0407878d25"` Oct 15 10:53:40.810 INFO kablam! usermod: no changes Oct 15 10:53:40.855 INFO kablam! Compiling vier_gewinnt v0.1.3 (/source) Oct 15 10:53:41.375 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:41.375 INFO kablam! --> src/main.rs:108:11 Oct 15 10:53:41.375 INFO kablam! | Oct 15 10:53:41.375 INFO kablam! 108 | if(ground[x][y] != 0 && Oct 15 10:53:41.375 INFO kablam! | ___________^ Oct 15 10:53:41.375 INFO kablam! 109 | | ground[x][y]==ground[x][y+1] && Oct 15 10:53:41.375 INFO kablam! 110 | | ground[x][y]==ground[x][y+2] && Oct 15 10:53:41.375 INFO kablam! 111 | | ground[x][y]==ground[x][y+3]){ Oct 15 10:53:41.375 INFO kablam! | |_____________________________________^ Oct 15 10:53:41.375 INFO kablam! | Oct 15 10:53:41.375 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:53:41.375 INFO kablam! help: remove these parentheses Oct 15 10:53:41.375 INFO kablam! | Oct 15 10:53:41.375 INFO kablam! 108 | ifground[x][y] != 0 && ground[x][y] == ground[x][y + 1] && Oct 15 10:53:41.375 INFO kablam! 109 | ground[x][y] == ground[x][y + 2] && ground[x][y] == ground[x][y + 3]{ Oct 15 10:53:41.375 INFO kablam! | Oct 15 10:53:41.375 INFO kablam! Oct 15 10:53:41.375 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:41.375 INFO kablam! --> src/main.rs:120:11 Oct 15 10:53:41.375 INFO kablam! | Oct 15 10:53:41.375 INFO kablam! 120 | if(ground[x][y] != 0 && Oct 15 10:53:41.375 INFO kablam! | ___________^ Oct 15 10:53:41.375 INFO kablam! 121 | | ground[x][y]==ground[x+1][y] && Oct 15 10:53:41.375 INFO kablam! 122 | | ground[x][y]==ground[x+2][y] && Oct 15 10:53:41.375 INFO kablam! 123 | | ground[x][y]==ground[x+3][y]){ Oct 15 10:53:41.375 INFO kablam! | |_____________________________________^ Oct 15 10:53:41.375 INFO kablam! help: remove these parentheses Oct 15 10:53:41.375 INFO kablam! | Oct 15 10:53:41.375 INFO kablam! 120 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y] && Oct 15 10:53:41.375 INFO kablam! 121 | ground[x][y] == ground[x + 2][y] && ground[x][y] == ground[x + 3][y]{ Oct 15 10:53:41.375 INFO kablam! | Oct 15 10:53:41.375 INFO kablam! Oct 15 10:53:41.375 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:41.375 INFO kablam! --> src/main.rs:132:11 Oct 15 10:53:41.375 INFO kablam! | Oct 15 10:53:41.375 INFO kablam! 132 | if(ground[x][y] != 0 && Oct 15 10:53:41.375 INFO kablam! | ___________^ Oct 15 10:53:41.376 INFO kablam! 133 | | ground[x][y]==ground[x+1][y+1] && Oct 15 10:53:41.376 INFO kablam! 134 | | ground[x][y]==ground[x+2][y+2] && Oct 15 10:53:41.376 INFO kablam! 135 | | ground[x][y]==ground[x+3][y+3]){ Oct 15 10:53:41.376 INFO kablam! | |_______________________________________^ Oct 15 10:53:41.376 INFO kablam! help: remove these parentheses Oct 15 10:53:41.376 INFO kablam! | Oct 15 10:53:41.376 INFO kablam! 132 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y + 1] && Oct 15 10:53:41.376 INFO kablam! 133 | ground[x][y] == ground[x + 2][y + 2] && Oct 15 10:53:41.376 INFO kablam! 134 | ground[x][y] == ground[x + 3][y + 3]{ Oct 15 10:53:41.376 INFO kablam! | Oct 15 10:53:41.376 INFO kablam! Oct 15 10:53:41.376 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 10:53:41.376 INFO kablam! --> src/main.rs:144:11 Oct 15 10:53:41.376 INFO kablam! | Oct 15 10:53:41.376 INFO kablam! 144 | if(ground[x][y] != 0 && Oct 15 10:53:41.376 INFO kablam! | ___________^ Oct 15 10:53:41.376 INFO kablam! 145 | | ground[x][y]==ground[x+1][y-1] && Oct 15 10:53:41.376 INFO kablam! 146 | | ground[x][y]==ground[x+2][y-2] && Oct 15 10:53:41.376 INFO kablam! 147 | | ground[x][y]==ground[x+3][y-3]){ Oct 15 10:53:41.376 INFO kablam! | |_______________________________________^ Oct 15 10:53:41.376 INFO kablam! help: remove these parentheses Oct 15 10:53:41.376 INFO kablam! | Oct 15 10:53:41.376 INFO kablam! 144 | ifground[x][y] != 0 && ground[x][y] == ground[x + 1][y - 1] && Oct 15 10:53:41.376 INFO kablam! 145 | ground[x][y] == ground[x + 2][y - 2] && Oct 15 10:53:41.376 INFO kablam! 146 | ground[x][y] == ground[x + 3][y - 3]{ Oct 15 10:53:41.376 INFO kablam! | Oct 15 10:53:41.376 INFO kablam! Oct 15 10:53:41.447 INFO kablam! warning: unreachable expression Oct 15 10:53:41.447 INFO kablam! --> src/main.rs:89:20 Oct 15 10:53:41.447 INFO kablam! | Oct 15 10:53:41.447 INFO kablam! 89 | continue; 0}; //If lane is out of bounds go to beginning of input Oct 15 10:53:41.447 INFO kablam! | ^ Oct 15 10:53:41.447 INFO kablam! | Oct 15 10:53:41.447 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 10:53:41.447 INFO kablam! Oct 15 10:53:41.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 15 10:53:41.948 INFO kablam! su: No module specific data is present Oct 15 10:53:42.667 INFO running `"docker" "rm" "-f" "ffb88e1263eeb4bdc470c5bc0e93fa7de43678d4db49a2ed465d0a0407878d25"` Oct 15 10:53:42.923 INFO blam! ffb88e1263eeb4bdc470c5bc0e93fa7de43678d4db49a2ed465d0a0407878d25 Oct 15 10:53:42.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.323 INFO blam! 8eb31d132de62dbe0d572a4dd45c1c71dd9d9fdfa85541bc027e02a530b41552 Oct 15 10:53:43.325 INFO running `"docker" "start" "-a" "8eb31d132de62dbe0d572a4dd45c1c71dd9d9fdfa85541bc027e02a530b41552"` Oct 15 10:53:44.495 INFO kablam! usermod: no changes Oct 15 10:53:44.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 10:53:44.559 INFO kablam! Running /target/debug/deps/vier_gewinnt-0f955a89e6f1aadc Oct 15 10:53:44.565 INFO blam! Oct 15 10:53:44.565 INFO blam! running 0 tests Oct 15 10:53:44.565 INFO blam! Oct 15 10:53:44.565 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:53:44.565 INFO blam! Oct 15 10:53:44.572 INFO kablam! su: No module specific data is present Oct 15 10:53:45.051 INFO running `"docker" "rm" "-f" "8eb31d132de62dbe0d572a4dd45c1c71dd9d9fdfa85541bc027e02a530b41552"` Oct 15 10:53:45.347 INFO blam! 8eb31d132de62dbe0d572a4dd45c1c71dd9d9fdfa85541bc027e02a530b41552