[INFO] fetching crate spine-sys 0.1.1... [INFO] checking spine-sys-0.1.1 against beta for pr-78714 [INFO] extracting crate spine-sys 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate spine-sys 0.1.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate spine-sys 0.1.1 [INFO] finished tweaking crates.io crate spine-sys 0.1.1 [INFO] tweaked toml for crates.io crate spine-sys 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd9506a7addd2f73ddaaf17a7eadce3c2b82021419bb87fc9c44f0c6e351b84d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cd9506a7addd2f73ddaaf17a7eadce3c2b82021419bb87fc9c44f0c6e351b84d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd9506a7addd2f73ddaaf17a7eadce3c2b82021419bb87fc9c44f0c6e351b84d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd9506a7addd2f73ddaaf17a7eadce3c2b82021419bb87fc9c44f0c6e351b84d", kill_on_drop: false }` [INFO] [stdout] cd9506a7addd2f73ddaaf17a7eadce3c2b82021419bb87fc9c44f0c6e351b84d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6337eb239a773e7c31c65597c5fbcb06862f2ec1043b2ce6e80ee6223b2afe6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e6337eb239a773e7c31c65597c5fbcb06862f2ec1043b2ce6e80ee6223b2afe6", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling spine-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: spine-c/src/spine/Animation.c: In function '_spRotateTimeline_apply': [INFO] [stderr] warning: spine-c/src/spine/Animation.c:281:6: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 281 | r -= (16384 - (int)(16384.499999999996 - r / 360)) * 360; /* Wrap within -180 and 180. */ [INFO] [stderr] warning: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: spine-c/src/spine/Animation.c:282:3: note: here [INFO] [stderr] warning: 282 | case SP_MIX_BLEND_ADD: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: spine-c/src/spine/Animation.c:302:5: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 302 | r += bone->data->rotation - bone->rotation; [INFO] [stderr] warning: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: spine-c/src/spine/Animation.c:303:2: note: here [INFO] [stderr] warning: 303 | case SP_MIX_BLEND_ADD: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: spine-c/src/spine/Animation.c: In function '_spDeformTimeline_apply': [INFO] [stderr] warning: spine-c/src/spine/Animation.c:1017:6: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1017 | for (i = 0; i < vertexCount; i++) [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: spine-c/src/spine/Animation.c:1019:5: note: here [INFO] [stderr] warning: 1019 | case SP_MIX_BLEND_ADD: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: spine-c/src/spine/IkConstraint.c: In function 'spIkConstraint_apply1': [INFO] [stderr] warning: spine-c/src/spine/IkConstraint.c:88:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 88 | pd = pa * ps; [INFO] [stderr] warning: | ~~~^~~~~~~~~ [INFO] [stderr] warning: spine-c/src/spine/IkConstraint.c:90:9: note: here [INFO] [stderr] warning: 90 | default: { [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: spine-c/src/spine/Bone.c: In function 'spBone_updateWorldTransformWith': [INFO] [stderr] warning: spine-c/src/spine/Bone.c:156:95: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses] [INFO] [stderr] warning: 156 | if (self->data->transformMode == SP_TRANSFORMMODE_NOSCALE && (pa * pd - pb * pc < 0) != (sx < 0 != sy < 0)) [INFO] [stderr] warning: | ~~~^~~ [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.33s [INFO] running `Command { std: "docker" "inspect" "e6337eb239a773e7c31c65597c5fbcb06862f2ec1043b2ce6e80ee6223b2afe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6337eb239a773e7c31c65597c5fbcb06862f2ec1043b2ce6e80ee6223b2afe6", kill_on_drop: false }` [INFO] [stdout] e6337eb239a773e7c31c65597c5fbcb06862f2ec1043b2ce6e80ee6223b2afe6