[INFO] cloning repository https://github.com/snigdhachoppac/fabmotion
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snigdhachoppac/fabmotion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnigdhachoppac%2Ffabmotion", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnigdhachoppac%2Ffabmotion'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 14acd2820adff25aa1d19bb1c79797e55ffba9b0
[INFO] checking snigdhachoppac/fabmotion/14acd2820adff25aa1d19bb1c79797e55ffba9b0 against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnigdhachoppac%2Ffabmotion" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/snigdhachoppac/fabmotion
[INFO] finished tweaking git repo https://github.com/snigdhachoppac/fabmotion
[INFO] tweaked toml for git repo https://github.com/snigdhachoppac/fabmotion written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/snigdhachoppac/fabmotion on toolchain 22950ab9e29e11620a10905f027f141ea126966e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/snigdhachoppac/fabmotion already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772
[INFO] running `Command { std: "docker" "start" "24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking anyhow v1.0.104
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking fabmotion v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `disable`, `is_homed`, and `current` are never used
[INFO] [stdout]    --> src/motor.rs:165:12
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl MotorController {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn disable(&mut self) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     pub fn is_homed(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub fn current(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width_mm` and `height_mm` are never read
[INFO] [stdout]   --> src/planner.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Grid {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 24 |     pub width_mm: f64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 25 |     pub height_mm: f64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `t_dec` is never read
[INFO] [stdout]   --> src/trajectory.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct TrapezoidalProfile {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     t_dec: f64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrapezoidalProfile` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_finished` is never used
[INFO] [stdout]   --> src/trajectory.rs:96:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl TrapezoidalProfile {
[INFO] [stdout]    | ----------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn is_finished(&self, t: f64) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `disable`, `is_homed`, `encoder_position`, and `current` are never used
[INFO] [stdout]    --> src/motor.rs:165:12
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl MotorController {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn disable(&mut self) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     pub fn is_homed(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |     pub fn encoder_position(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub fn current(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width_mm` and `height_mm` are never read
[INFO] [stdout]   --> src/planner.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Grid {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 24 |     pub width_mm: f64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 25 |     pub height_mm: f64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pos`, `vel`, and `acc` are never read
[INFO] [stdout]   --> src/trajectory.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct TrajState {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 14 |     pub pos: f64,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 15 |     pub vel: f64,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 16 |     pub acc: f64,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TrajState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrapezoidalProfile` is never constructed
[INFO] [stdout]   --> src/trajectory.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct TrapezoidalProfile {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `sample`, and `is_finished` are never used
[INFO] [stdout]   --> src/trajectory.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl TrapezoidalProfile {
[INFO] [stdout]    | ----------------------- associated items in this implementation
[INFO] [stdout] 35 |     pub fn new(start: f64, end: f64, vmax: f64, amax: f64) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn sample(&self, t: f64) -> TrajState {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn is_finished(&self, t: f64) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.34s
[INFO] running `Command { std: "docker" "inspect" "24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772", kill_on_drop: false }`
[INFO] [stdout] 24afbe0c4059a4d85a8d8d5e9cda7ca1e8c09c859943b48e7f4ea54770c46772
