[INFO] crate lcms2-sys 2.4.8 is already in cache [INFO] extracting crate lcms2-sys 2.4.8 into work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/reg/lcms2-sys/2.4.8 [INFO] extracting crate lcms2-sys 2.4.8 into work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/lcms2-sys/2.4.8 [INFO] validating manifest of lcms2-sys-2.4.8 on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lcms2-sys-2.4.8 on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lcms2-sys-2.4.8 [INFO] finished frobbing lcms2-sys-2.4.8 [INFO] frobbed toml for lcms2-sys-2.4.8 written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/reg/lcms2-sys/2.4.8/Cargo.toml [INFO] started frobbing lcms2-sys-2.4.8 [INFO] finished frobbing lcms2-sys-2.4.8 [INFO] frobbed toml for lcms2-sys-2.4.8 written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/lcms2-sys/2.4.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking lcms2-sys-2.4.8 against try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-3/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/lcms2-sys/2.4.8:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fdb34263cd880b7c1671f7bce967089a026a7f61551d428c4b070f3ffebff7c4 [INFO] running `"docker" "start" "-a" "fdb34263cd880b7c1671f7bce967089a026a7f61551d428c4b070f3ffebff7c4"` [INFO] [stderr] Compiling dunce v0.1.1 [INFO] [stderr] Compiling lcms2-sys v2.4.8 (/opt/crater/workdir) [INFO] [stderr] warning: pkg_config failed (`"pkg-config" "--libs" "--cflags" "lcms2"` did not exit successfully: exit code: 1 [INFO] [stderr] warning: vendor/src/cmsps2.c: In function 'WriteInputMatrixShaper': [INFO] [stderr] warning: vendor/src/cmsps2.c:964:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmsps2.c:986:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: return rc; [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: vendor/src/cmsio1.c: In function '_cmsReadFloatDevicelinkTag': [INFO] [stderr] warning: vendor/src/cmsio1.c:681:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmsio1.c:688:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: if (PCS == cmsSigLabData) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: vendor/src/cmsopt.c: In function 'PatchLUT': [INFO] [stderr] warning: vendor/src/cmsopt.c:510:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmsopt.c:526:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: for (i=0; i < nChannelsOut; i++) [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: vendor/src/cmsopt.c: In function 'PrelinEval8': [INFO] [stderr] warning: vendor/src/cmsopt.c:978:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmsopt.c:990:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001; [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmsopt.c: In function 'OptimizeByComputingLinearization': [INFO] [stderr] warning: vendor/src/cmsopt.c:1030:26: warning: variable 'lIsLinear' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: cmsBool lIsSuitable, lIsLinear; [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: vendor/src/cmsintrp.c: In function 'Eval4Inputs': [INFO] [stderr] warning: vendor/src/cmsintrp.c:918:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmsintrp.c:930:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: Rest = c1 * rx + c2 * ry + c3 * rz; [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmsintrp.c:982:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmsintrp.c:994:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: Rest = c1 * rx + c2 * ry + c3 * rz; [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmscgats.c: In function 'ReadReal': [INFO] [stderr] warning: vendor/src/cmscgats.c:577:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmscgats.c:584:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: e = 0; [INFO] [stderr] warning: ^ [INFO] [stderr] warning: vendor/src/cmscgats.c: In function 'ParseFloatNumber': [INFO] [stderr] warning: vendor/src/cmscgats.c:654:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmscgats.c:661:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: e = 0; [INFO] [stderr] warning: ^ [INFO] [stderr] warning: vendor/src/cmstypes.c: In function 'ReadCLUT': [INFO] [stderr] warning: vendor/src/cmstypes.c:2360:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmstypes.c:2374:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: return CLUT; [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: vendor/src/cmstypes.c: In function 'WriteCLUT': [INFO] [stderr] warning: vendor/src/cmstypes.c:2645:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmstypes.c:2655:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: if (!_cmsWriteAlignment(io)) return FALSE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: vendor/src/cmswtpnt.c: In function 'cmsWhitePointFromTemp': [INFO] [stderr] warning: vendor/src/cmswtpnt.c:66:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: else [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: vendor/src/cmswtpnt.c:80:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' [INFO] [stderr] warning: y = -3.000*(x*x) + 2.870*x - 0.275; [INFO] [stderr] warning: ^ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.89s [INFO] running `"docker" "inspect" "fdb34263cd880b7c1671f7bce967089a026a7f61551d428c4b070f3ffebff7c4"` [INFO] running `"docker" "rm" "-f" "fdb34263cd880b7c1671f7bce967089a026a7f61551d428c4b070f3ffebff7c4"` [INFO] [stdout] fdb34263cd880b7c1671f7bce967089a026a7f61551d428c4b070f3ffebff7c4