[INFO] cloning repository https://github.com/Sky-H-Jinks/Spooder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Sky-H-Jinks/Spooder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSky-H-Jinks%2FSpooder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSky-H-Jinks%2FSpooder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cbbcc3cdc91c41d0d4b8b34597f253d2a458fd4c
[INFO] checking Sky-H-Jinks/Spooder against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSky-H-Jinks%2FSpooder" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Sky-H-Jinks/Spooder
[INFO] finished tweaking git repo https://github.com/Sky-H-Jinks/Spooder
[INFO] tweaked toml for git repo https://github.com/Sky-H-Jinks/Spooder written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Sky-H-Jinks/Spooder on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Sky-H-Jinks/Spooder 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8
[INFO] running `Command { std: "docker" "start" "a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8", 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" "a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8", 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" "a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking rppal v0.22.1
[INFO] [stderr]     Checking Spooder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `time::Instant`
[INFO] [stdout]  --> src/main.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{time::Duration, time::Instant, thread::sleep};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `time::Instant`
[INFO] [stdout]  --> src/main.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{time::Duration, time::Instant, thread::sleep};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `gpio::Gpio` and `i2c::I2c`
[INFO] [stdout]  --> src/main.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use rppal::{gpio::Gpio, i2c::I2c};
[INFO] [stdout]   |             ^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `gpio::Gpio` and `i2c::I2c`
[INFO] [stdout]  --> src/main.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use rppal::{gpio::Gpio, i2c::I2c};
[INFO] [stdout]   |             ^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `hat::Hat` and `tween::Tween`
[INFO] [stdout]  --> src/main.rs:7:43
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::{body::{Body, Keyframe, Pose}, hat::Hat, tween::Tween};
[INFO] [stdout]   |                                           ^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `hat::Hat` and `tween::Tween`
[INFO] [stdout]  --> src/main.rs:7:43
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::{body::{Body, Keyframe, Pose}, hat::Hat, tween::Tween};
[INFO] [stdout]   |                                           ^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rppal::i2c::I2c`
[INFO] [stdout]  --> src/leg.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rppal::i2c::I2c;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rppal::i2c::I2c`
[INFO] [stdout]  --> src/leg.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rppal::i2c::I2c;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tween::Tween`
[INFO] [stdout]  --> src/leg.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{hat::Hat, leg_servo::LegServo, tween::Tween};
[INFO] [stdout]   |                                            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tween::Tween`
[INFO] [stdout]  --> src/leg.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{hat::Hat, leg_servo::LegServo, tween::Tween};
[INFO] [stdout]   |                                            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `leg_servo::LegServo`
[INFO] [stdout]  --> src/body.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{hat::Hat, leg::Leg, leg_servo::LegServo};
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `leg_servo::LegServo`
[INFO] [stdout]  --> src/body.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{hat::Hat, leg::Leg, leg_servo::LegServo};
[INFO] [stdout]   |                                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/leg.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Leg {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 13 |     pub id: u8,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tween` is never constructed
[INFO] [stdout]  --> src/tween.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Tween {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `sample` and `is_finished` are never used
[INFO] [stdout]   --> src/tween.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Tween {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] 12 |     pub fn sample(&self, now: Instant) -> f32 {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn is_finished(&self, now: Instant) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `duration` is never read
[INFO] [stdout]  --> src/body.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Keyframe {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 6 |     pub pose: Pose,
[INFO] [stdout] 7 |     pub duration: Duration
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/leg.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Leg {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 13 |     pub id: u8,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tween` is never constructed
[INFO] [stdout]  --> src/tween.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Tween {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `sample` and `is_finished` are never used
[INFO] [stdout]   --> src/tween.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Tween {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] 12 |     pub fn sample(&self, now: Instant) -> f32 {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn is_finished(&self, now: Instant) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `duration` is never read
[INFO] [stdout]  --> src/body.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Keyframe {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 6 |     pub pose: Pose,
[INFO] [stdout] 7 |     pub duration: Duration
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
[INFO] running `Command { std: "docker" "inspect" "a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8", kill_on_drop: false }`
[INFO] [stdout] a30f84775cede59bc5c27f674f36526971d677257065cc96b11d79568ab23dd8
