[INFO] fetching crate spine-sys 0.1.1... [INFO] checking spine-sys-0.1.1 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate spine-sys 0.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate spine-sys 0.1.1 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "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-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1791de3d20b34e234ea6a47c17438d7225415a61a358080a6ed6bdf2ccba672c [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" "1791de3d20b34e234ea6a47c17438d7225415a61a358080a6ed6bdf2ccba672c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1791de3d20b34e234ea6a47c17438d7225415a61a358080a6ed6bdf2ccba672c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1791de3d20b34e234ea6a47c17438d7225415a61a358080a6ed6bdf2ccba672c", kill_on_drop: false }` [INFO] [stdout] 1791de3d20b34e234ea6a47c17438d7225415a61a358080a6ed6bdf2ccba672c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70d29a807e4f34360cfd579506e9f22b401d90191d3c1bc4f9ed0e9de37f6f8b [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" "70d29a807e4f34360cfd579506e9f22b401d90191d3c1bc4f9ed0e9de37f6f8b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling spine-sys v0.1.1 (/opt/rustwide/workdir) [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] 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] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.73s [INFO] running `Command { std: "docker" "inspect" "70d29a807e4f34360cfd579506e9f22b401d90191d3c1bc4f9ed0e9de37f6f8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70d29a807e4f34360cfd579506e9f22b401d90191d3c1bc4f9ed0e9de37f6f8b", kill_on_drop: false }` [INFO] [stdout] 70d29a807e4f34360cfd579506e9f22b401d90191d3c1bc4f9ed0e9de37f6f8b