[INFO] crate stb_image 0.2.2 is already in cache [INFO] extracting crate stb_image 0.2.2 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/stb_image/0.2.2 [INFO] extracting crate stb_image 0.2.2 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/stb_image/0.2.2 [INFO] validating manifest of stb_image-0.2.2 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of stb_image-0.2.2 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing stb_image-0.2.2 [INFO] finished frobbing stb_image-0.2.2 [INFO] frobbed toml for stb_image-0.2.2 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/stb_image/0.2.2/Cargo.toml [INFO] started frobbing stb_image-0.2.2 [INFO] finished frobbing stb_image-0.2.2 [INFO] frobbed toml for stb_image-0.2.2 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/stb_image/0.2.2/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking stb_image-0.2.2 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-0/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/stb_image/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8b76e7358f8e97be40d25e469a58e2c22685b0174707aed01b8c9db8685c069f [INFO] running `"docker" "start" "-a" "8b76e7358f8e97be40d25e469a58e2c22685b0174707aed01b8c9db8685c069f"` [INFO] [stderr] Compiling stb_image v0.2.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'gcc::compile_library': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | gcc::compile_library("libstb_image.a", &["src/stb_image.c"]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: src/stb_image.c: In function 'stbi__convert_format': [INFO] [stderr] warning: src/stb_image.c:1340:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: #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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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 'stbi__build_fast_ac': [INFO] [stderr] warning: src/stb_image.c:1559:33: warning: left shift of negative value [-Wshift-negative-value] [INFO] [stderr] warning: if (k < m) k += (-1 << magbits) + 1; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/stb_image.c: In function 'stbi__create_png_image_raw': [INFO] [stderr] warning: src/stb_image.c:4029:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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: 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: 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 is guarded by the 'for' [INFO] [stderr] warning: 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__gif_load_next': [INFO] [stderr] warning: src/stb_image.c:5655:84: warning: unused parameter 'req_comp' [-Wunused-parameter] [INFO] [stderr] warning: 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.68s [INFO] running `"docker" "inspect" "8b76e7358f8e97be40d25e469a58e2c22685b0174707aed01b8c9db8685c069f"` [INFO] running `"docker" "rm" "-f" "8b76e7358f8e97be40d25e469a58e2c22685b0174707aed01b8c9db8685c069f"` [INFO] [stdout] 8b76e7358f8e97be40d25e469a58e2c22685b0174707aed01b8c9db8685c069f