[INFO] fetching crate stb_image 0.2.4... [INFO] testing stb_image-0.2.4 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate stb_image 0.2.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate stb_image 0.2.4 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stb_image 0.2.4 [INFO] finished tweaking crates.io crate stb_image 0.2.4 [INFO] tweaked toml for crates.io crate stb_image 0.2.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3fabbfeda3eb72c008c824fad8d78105ede5b216ac8cf3337d5f1ba6b1c165d [INFO] running `Command { std: "docker" "start" "-a" "d3fabbfeda3eb72c008c824fad8d78105ede5b216ac8cf3337d5f1ba6b1c165d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3fabbfeda3eb72c008c824fad8d78105ede5b216ac8cf3337d5f1ba6b1c165d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3fabbfeda3eb72c008c824fad8d78105ede5b216ac8cf3337d5f1ba6b1c165d", kill_on_drop: false }` [INFO] [stdout] d3fabbfeda3eb72c008c824fad8d78105ede5b216ac8cf3337d5f1ba6b1c165d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71060edd393d173d55011b4bc314f41a909f9f68bff19991080170efbcc14ac8 [INFO] running `Command { std: "docker" "start" "-a" "71060edd393d173d55011b4bc314f41a909f9f68bff19991080170efbcc14ac8", kill_on_drop: false }` [INFO] [stderr] Compiling stb_image v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: src/stb_image.c: In function 'unsigned char* stbi__convert_format(unsigned char*, int, int, unsigned int, unsigned int)': [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1344:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1344 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1344:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1344 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1345:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1345 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1345:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1345 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1346:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1346 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1346:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1346 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1347:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1347 | CASE(2,1) dest[0]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1347:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1347 | CASE(2,1) dest[0]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1348:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1348 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1348:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1348 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1349:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1349 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1349:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1349 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1350:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1350 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1350:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1350 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1351:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1351 | CASE(3,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1351:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1351 | CASE(3,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1352:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1352 | CASE(3,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = 255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1352:82: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1352 | CASE(3,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = 255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1353:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1353 | CASE(4,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1353:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1353 | CASE(4,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1354:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1354 | CASE(4,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1354:85: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1354 | CASE(4,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1355:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1355 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1355:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1355 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'void stbi__build_fast_ac(stbi__int16*, stbi__huffman*)': [INFO] [stderr] warning: src/stb_image.c:1559:36: warning: left shift of negative value [-Wshift-negative-value] [INFO] [stderr] warning: 1559 | if (k < m) k += (-1 << magbits) + 1; [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'int stbi__create_png_image_raw(stbi__png*, stbi_uc*, stbi__uint32, int, stbi__uint32, stbi__uint32, int, int)': [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4033:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4033 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-filter_bytes]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4033:95: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4033 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-filter_bytes]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4034:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4034 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4034:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4034 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4035:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4035 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-filter_bytes])>>1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4035:113: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4035 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-filter_bytes])>>1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4036:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4036 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],prior[k],prior[k-filter_bytes])); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4036:139: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4036 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],prior[k],prior[k-filter_bytes])); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4037:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4037 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-filter_bytes] >> 1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4037:102: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4037 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-filter_bytes] >> 1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4038:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4038 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4038:112: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4038 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4049:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4049 | CASE(STBI__F_none) cur[k] = raw[k]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4049:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4049 | CASE(STBI__F_none) cur[k] = raw[k]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4050:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4050 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-out_n]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4050:88: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4050 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-out_n]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4051:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4051 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4051:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4051 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4052:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4052 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-out_n])>>1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4052:106: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4052 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-out_n])>>1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4053:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4053 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4053:125: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4053 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4054:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4054 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-out_n] >> 1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4054:95: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4054 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-out_n] >> 1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4055:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4055 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4055:105: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4055 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'stbi_uc* stbi__gif_load_next(stbi__context*, stbi__gif*, int*, int)': [INFO] [stderr] warning: src/stb_image.c:5655:84: warning: unused parameter 'req_comp' [-Wunused-parameter] [INFO] [stderr] warning: 5655 | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int *comp, int req_comp) [INFO] [stderr] warning: | ~~~~^~~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.89s [INFO] running `Command { std: "docker" "inspect" "71060edd393d173d55011b4bc314f41a909f9f68bff19991080170efbcc14ac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71060edd393d173d55011b4bc314f41a909f9f68bff19991080170efbcc14ac8", kill_on_drop: false }` [INFO] [stdout] 71060edd393d173d55011b4bc314f41a909f9f68bff19991080170efbcc14ac8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7c1a76cf4b13c788337bb7505cae02f327d4ca5097cc0ff824cf6907b5633b2 [INFO] running `Command { std: "docker" "start" "-a" "a7c1a76cf4b13c788337bb7505cae02f327d4ca5097cc0ff824cf6907b5633b2", kill_on_drop: false }` [INFO] [stderr] warning: src/stb_image.c: In function 'unsigned char* stbi__convert_format(unsigned char*, int, int, unsigned int, unsigned int)': [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1344:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1344 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1344:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1344 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1345:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1345 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1345:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1345 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1346:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1346 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1346:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1346 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1347:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1347 | CASE(2,1) dest[0]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1347:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1347 | CASE(2,1) dest[0]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1348:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1348 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1348:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1348 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1349:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1349 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1349:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1349 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1350:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1350 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1350:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1350 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1351:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1351 | CASE(3,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1351:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1351 | CASE(3,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1352:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1352 | CASE(3,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = 255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1352:82: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1352 | CASE(3,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = 255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1353:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1353 | CASE(4,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1353:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1353 | CASE(4,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1354:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1354 | CASE(4,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1354:85: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1354 | CASE(4,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1355:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1355 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1355:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1355 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'void stbi__build_fast_ac(stbi__int16*, stbi__huffman*)': [INFO] [stderr] warning: src/stb_image.c:1559:36: warning: left shift of negative value [-Wshift-negative-value] [INFO] [stderr] warning: 1559 | if (k < m) k += (-1 << magbits) + 1; [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'int stbi__create_png_image_raw(stbi__png*, stbi_uc*, stbi__uint32, int, stbi__uint32, stbi__uint32, int, int)': [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4033:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4033 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-filter_bytes]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4033:95: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4033 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-filter_bytes]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4034:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4034 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4034:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4034 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4035:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4035 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-filter_bytes])>>1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4035:113: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4035 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-filter_bytes])>>1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4036:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4036 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],prior[k],prior[k-filter_bytes])); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4036:139: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4036 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],prior[k],prior[k-filter_bytes])); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4037:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4037 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-filter_bytes] >> 1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4037:102: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4037 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-filter_bytes] >> 1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4038:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4038 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4038:112: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4038 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4049:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4049 | CASE(STBI__F_none) cur[k] = raw[k]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4049:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4049 | CASE(STBI__F_none) cur[k] = raw[k]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4050:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4050 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-out_n]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4050:88: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4050 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-out_n]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4051:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4051 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4051:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4051 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4052:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4052 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-out_n])>>1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4052:106: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4052 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-out_n])>>1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4053:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4053 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4053:125: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4053 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4054:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4054 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-out_n] >> 1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4054:95: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4054 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-out_n] >> 1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4055:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4055 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4055:105: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4055 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'stbi_uc* stbi__gif_load_next(stbi__context*, stbi__gif*, int*, int)': [INFO] [stderr] warning: src/stb_image.c:5655:84: warning: unused parameter 'req_comp' [-Wunused-parameter] [INFO] [stderr] warning: 5655 | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int *comp, int req_comp) [INFO] [stderr] warning: | ~~~~^~~~~~~~ [INFO] [stderr] Compiling stb_image v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.57s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/stb_image-b08d1ff48363e3fa) [INFO] running `Command { std: "docker" "inspect" "a7c1a76cf4b13c788337bb7505cae02f327d4ca5097cc0ff824cf6907b5633b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7c1a76cf4b13c788337bb7505cae02f327d4ca5097cc0ff824cf6907b5633b2", kill_on_drop: false }` [INFO] [stdout] a7c1a76cf4b13c788337bb7505cae02f327d4ca5097cc0ff824cf6907b5633b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f0e0d39bc81df8900778cb52d8c6fcc7c5c3ed8cf4b65ee35a82fee79ddb9cea [INFO] running `Command { std: "docker" "start" "-a" "f0e0d39bc81df8900778cb52d8c6fcc7c5c3ed8cf4b65ee35a82fee79ddb9cea", kill_on_drop: false }` [INFO] [stderr] warning: src/stb_image.c: In function 'unsigned char* stbi__convert_format(unsigned char*, int, int, unsigned int, unsigned int)': [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1344:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1344 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1344:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1344 | CASE(1,2) dest[0]=src[0], dest[1]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1345:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1345 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1345:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1345 | CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1346:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1346 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1346:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1346 | CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1347:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1347 | CASE(2,1) dest[0]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1347:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1347 | CASE(2,1) dest[0]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1348:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1348 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1348:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1348 | CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1349:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1349 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1349:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1349 | CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1350:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1350 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1350:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1350 | CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1351:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1351 | CASE(3,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1351:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1351 | CASE(3,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1352:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1352 | CASE(3,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = 255; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1352:82: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1352 | CASE(3,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = 255; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1353:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1353 | CASE(4,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1353:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1353 | CASE(4,1) dest[0]=stbi__compute_y(src[0],src[1],src[2]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1354:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1354 | CASE(4,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1354:85: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1354 | CASE(4,2) dest[0]=stbi__compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 1340 | #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:1355:10: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 1355 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:1355:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 1355 | CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'void stbi__build_fast_ac(stbi__int16*, stbi__huffman*)': [INFO] [stderr] warning: src/stb_image.c:1559:36: warning: left shift of negative value [-Wshift-negative-value] [INFO] [stderr] warning: 1559 | if (k < m) k += (-1 << magbits) + 1; [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'int stbi__create_png_image_raw(stbi__png*, stbi_uc*, stbi__uint32, int, stbi__uint32, stbi__uint32, int, int)': [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4033:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4033 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-filter_bytes]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4033:95: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4033 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-filter_bytes]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4034:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4034 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4034:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4034 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4035:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4035 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-filter_bytes])>>1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4035:113: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4035 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-filter_bytes])>>1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4036:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4036 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],prior[k],prior[k-filter_bytes])); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4036:139: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4036 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],prior[k],prior[k-filter_bytes])); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4037:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4037 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-filter_bytes] >> 1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4037:102: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4037 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-filter_bytes] >> 1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4029 | for (k=0; k < nk; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4038:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4038 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4038:112: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4038 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4049:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4049 | CASE(STBI__F_none) cur[k] = raw[k]; break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4049:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4049 | CASE(STBI__F_none) cur[k] = raw[k]; break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4050:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4050 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-out_n]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4050:88: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4050 | CASE(STBI__F_sub) cur[k] = STBI__BYTECAST(raw[k] + cur[k-out_n]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4051:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4051 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4051:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4051 | CASE(STBI__F_up) cur[k] = STBI__BYTECAST(raw[k] + prior[k]); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4052:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4052 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-out_n])>>1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4052:106: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4052 | CASE(STBI__F_avg) cur[k] = STBI__BYTECAST(raw[k] + ((prior[k] + cur[k-out_n])>>1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4053:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4053 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4053:125: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4053 | CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prior[k-out_n])); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4054:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4054 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-out_n] >> 1)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4054:95: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4054 | CASE(STBI__F_avg_first) cur[k] = STBI__BYTECAST(raw[k] + (cur[k-out_n] >> 1)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c:4047:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 4047 | for (k=0; k < img_n; ++k) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: src/stb_image.c:4055:13: note: in expansion of macro 'CASE' [INFO] [stderr] warning: 4055 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: src/stb_image.c:4055:105: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: 4055 | CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: src/stb_image.c: In function 'stbi_uc* stbi__gif_load_next(stbi__context*, stbi__gif*, int*, int)': [INFO] [stderr] warning: src/stb_image.c:5655:84: warning: unused parameter 'req_comp' [-Wunused-parameter] [INFO] [stderr] warning: 5655 | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int *comp, int req_comp) [INFO] [stderr] warning: | ~~~~^~~~~~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stb_image-b08d1ff48363e3fa) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests stb_image [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f0e0d39bc81df8900778cb52d8c6fcc7c5c3ed8cf4b65ee35a82fee79ddb9cea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0e0d39bc81df8900778cb52d8c6fcc7c5c3ed8cf4b65ee35a82fee79ddb9cea", kill_on_drop: false }` [INFO] [stdout] f0e0d39bc81df8900778cb52d8c6fcc7c5c3ed8cf4b65ee35a82fee79ddb9cea