[INFO] crate gaviota-sys 0.1.10 is already in cache [INFO] checking gaviota-sys-0.1.10 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate gaviota-sys 0.1.10 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate gaviota-sys 0.1.10 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gaviota-sys 0.1.10 [INFO] finished tweaking crates.io crate gaviota-sys 0.1.10 [INFO] tweaked toml for crates.io crate gaviota-sys 0.1.10 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b9c6a749fcb29fe664179471b5cbb0942eef0cdb05f2a4b8eda9cacf44f27b18 [INFO] running `"docker" "start" "-a" "b9c6a749fcb29fe664179471b5cbb0942eef0cdb05f2a4b8eda9cacf44f27b18"` [INFO] [stderr] Compiling bindgen v0.51.0 [INFO] [stderr] Compiling gaviota-sys v0.1.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c: In function 'kabkc_pctoindex': [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4076:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4076:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4077:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4077:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c: In function 'kabck_pctoindex': [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4154:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4154:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4155:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4155:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c: In function 'kaakb_pctoindex': [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4387:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4387:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4388:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4388:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c: In function 'kaabk_pctoindex': [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4536:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4536:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4537:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4537:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c: In function 'kabbk_pctoindex': [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4685:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4685:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4686:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4686:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c: In function 'kaaak_pctoindex': [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4907:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4907:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4908:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: Gaviota-Tablebases/gtb-probe.c:4908:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' [INFO] [stderr] warning: for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] = NOSQUARE; [INFO] [stderr] warning: ^~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.56s [INFO] running `"docker" "inspect" "b9c6a749fcb29fe664179471b5cbb0942eef0cdb05f2a4b8eda9cacf44f27b18"` [INFO] running `"docker" "rm" "-f" "b9c6a749fcb29fe664179471b5cbb0942eef0cdb05f2a4b8eda9cacf44f27b18"` [INFO] [stdout] b9c6a749fcb29fe664179471b5cbb0942eef0cdb05f2a4b8eda9cacf44f27b18