[INFO] cloning repository https://github.com/anzbert/rapier_test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anzbert/rapier_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanzbert%2Frapier_test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanzbert%2Frapier_test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d0f1d06b94c28dcd6490e5924987b76176508259 [INFO] checking anzbert/rapier_test against master#bdcb6a99e853732f8ec050ae4986aa3af51d44c5 for 92191_revert [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanzbert%2Frapier_test" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anzbert/rapier_test on toolchain bdcb6a99e853732f8ec050ae4986aa3af51d44c5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bdcb6a99e853732f8ec050ae4986aa3af51d44c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/anzbert/rapier_test [INFO] finished tweaking git repo https://github.com/anzbert/rapier_test [INFO] tweaked toml for git repo https://github.com/anzbert/rapier_test written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/anzbert/rapier_test already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bdcb6a99e853732f8ec050ae4986aa3af51d44c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+bdcb6a99e853732f8ec050ae4986aa3af51d44c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 698d06ec2e88063b90da26dc1fa5b5a22a8ca3ab440a84214bcd98470332bcd3 [INFO] running `Command { std: "docker" "start" "-a" "698d06ec2e88063b90da26dc1fa5b5a22a8ca3ab440a84214bcd98470332bcd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "698d06ec2e88063b90da26dc1fa5b5a22a8ca3ab440a84214bcd98470332bcd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "698d06ec2e88063b90da26dc1fa5b5a22a8ca3ab440a84214bcd98470332bcd3", kill_on_drop: false }` [INFO] [stdout] 698d06ec2e88063b90da26dc1fa5b5a22a8ca3ab440a84214bcd98470332bcd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+bdcb6a99e853732f8ec050ae4986aa3af51d44c5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d0ad2bead19f9a17daa0841fa295db407314a73b804d96481d7b69bc7cb2de2 [INFO] running `Command { std: "docker" "start" "-a" "5d0ad2bead19f9a17daa0841fa295db407314a73b804d96481d7b69bc7cb2de2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking bytemuck v1.7.2 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling quad-alsa-sys v0.3.2 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling sapp-linux v0.1.13 [INFO] [stderr] Checking dasp_sample v0.11.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling quad-snd v0.2.2 [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking slab v0.4.4 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking arrayvec v0.7.1 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking ttf-parser v0.12.3 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking glam v0.14.0 [INFO] [stderr] Checking bumpalo v3.7.0 [INFO] [stderr] Compiling macroquad_macro v0.1.6 [INFO] [stderr] Checking quad-rand v0.2.1 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking matrixmultiply v0.3.1 [INFO] [stderr] Checking safe_arch v0.6.0 [INFO] [stderr] Checking ogg v0.7.1 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking dasp_frame v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Checking wide v0.7.0 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking smallvec v0.6.14 [INFO] [stderr] Checking approx v0.5.0 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking fontdue v0.5.2 [INFO] [stderr] Checking lewton v0.9.4 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking miniquad v0.3.0-alpha.37 [INFO] [stderr] Checking simba v0.6.0 [INFO] [stderr] Checking crossbeam v0.8.1 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Checking audrey v0.3.0 [INFO] [stderr] Checking macroquad v0.3.9 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling nalgebra-macros v0.1.0 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking instant v0.1.10 [INFO] [stderr] Checking nalgebra v0.29.0 [INFO] [stderr] Checking parry2d v0.7.1 [INFO] [stderr] Checking rapier2d v0.11.1 [INFO] [stderr] Checking rapier_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: enum is never used: `Side` [INFO] [stdout] --> src/constants.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum Side { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PLAYER_RESTITUTION` [INFO] [stdout] --> src/constants.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub const PLAYER_RESTITUTION: f32 = 0.7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `joint_handle` [INFO] [stdout] --> src/car.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | joint_handle: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarPart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/car.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `joint_handle` [INFO] [stdout] --> src/car.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | joint_handle: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarPart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/car.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/car.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | position: Vector2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Side` [INFO] [stdout] --> src/constants.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum Side { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PLAYER_RESTITUTION` [INFO] [stdout] --> src/constants.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub const PLAYER_RESTITUTION: f32 = 0.7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `joint_handle` [INFO] [stdout] --> src/car.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | joint_handle: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarPart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/car.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `joint_handle` [INFO] [stdout] --> src/car.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | joint_handle: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarPart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/car.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/car.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | position: Vector2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "5d0ad2bead19f9a17daa0841fa295db407314a73b804d96481d7b69bc7cb2de2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d0ad2bead19f9a17daa0841fa295db407314a73b804d96481d7b69bc7cb2de2", kill_on_drop: false }` [INFO] [stdout] 5d0ad2bead19f9a17daa0841fa295db407314a73b804d96481d7b69bc7cb2de2