[INFO] fetching crate spine-sys 0.1.1... [INFO] checking spine-sys-0.1.1 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate spine-sys 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate spine-sys 0.1.1 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70126c4f303a8fdd04e402b5873b06c8387cac0c566e68de11d98ee03fbbeed4 [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" "70126c4f303a8fdd04e402b5873b06c8387cac0c566e68de11d98ee03fbbeed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70126c4f303a8fdd04e402b5873b06c8387cac0c566e68de11d98ee03fbbeed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70126c4f303a8fdd04e402b5873b06c8387cac0c566e68de11d98ee03fbbeed4", kill_on_drop: false }` [INFO] [stdout] 70126c4f303a8fdd04e402b5873b06c8387cac0c566e68de11d98ee03fbbeed4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8cd628bcd5ae44d7289cfebdc91408245d55510b8d3602f6a5ab6cf82b5ca3eb [INFO] running `Command { std: "docker" "start" "-a" "8cd628bcd5ae44d7289cfebdc91408245d55510b8d3602f6a5ab6cf82b5ca3eb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling spine-sys v0.1.1 (/opt/rustwide/workdir) [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] 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/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/Animation.c:1019:5: note: here [INFO] [stderr] warning: 1019 | case SP_MIX_BLEND_ADD: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.41s [INFO] running `Command { std: "docker" "inspect" "8cd628bcd5ae44d7289cfebdc91408245d55510b8d3602f6a5ab6cf82b5ca3eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cd628bcd5ae44d7289cfebdc91408245d55510b8d3602f6a5ab6cf82b5ca3eb", kill_on_drop: false }` [INFO] [stdout] 8cd628bcd5ae44d7289cfebdc91408245d55510b8d3602f6a5ab6cf82b5ca3eb