[INFO] cloning repository https://github.com/peeeuzin/neogamakay
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peeeuzin/neogamakay" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeeeuzin%2Fneogamakay", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeeeuzin%2Fneogamakay'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f314bd013bd0ac9102cccdf70d09d2d1260af85d
[INFO] checking peeeuzin/neogamakay against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeeeuzin%2Fneogamakay" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/peeeuzin/neogamakay
[INFO] finished tweaking git repo https://github.com/peeeuzin/neogamakay
[INFO] tweaked toml for git repo https://github.com/peeeuzin/neogamakay written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/peeeuzin/neogamakay on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/peeeuzin/neogamakay 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb
[INFO] running `Command { std: "docker" "start" "67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb", 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" "67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb", 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" "67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]    Compiling hidapi v2.6.4
[INFO] [stderr]     Checking neogamakay v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `light`
[INFO] [stdout]  --> src/device.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn key_down(&mut self, light: Light) {}
[INFO] [stdout]   |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_light`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bounds`
[INFO] [stdout]   --> src/effects/mod.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn init(&mut self, bounds: (f32, f32)) {}
[INFO] [stdout]    |                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_bounds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `light`
[INFO] [stdout]   --> src/effects/mod.rs:12:28
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn key_down(&mut self, light: Light) {}
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_light`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `key_down` is never used
[INFO] [stdout]  --> src/device.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait Device {
[INFO] [stdout]   |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 9 |     fn key_down(&mut self, light: Light) {}
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `key_down` is never used
[INFO] [stdout]   --> src/effects/mod.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Effect {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 12 |     fn key_down(&mut self, light: Light) {}
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `black`, `add`, `multiply`, and `soft` are never used
[INFO] [stdout]   --> src/effects/color.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl Color {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout]  9 |     pub fn black() -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub fn add(this: &Color, other: &Color) -> Color {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn multiply(this: &Color, ratio: f32) -> Color {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn soft(this: &Color, ratio: f32) -> Color {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `light`
[INFO] [stdout]  --> src/device.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn key_down(&mut self, light: Light) {}
[INFO] [stdout]   |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_light`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bounds`
[INFO] [stdout]   --> src/effects/mod.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn init(&mut self, bounds: (f32, f32)) {}
[INFO] [stdout]    |                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_bounds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `light`
[INFO] [stdout]   --> src/effects/mod.rs:12:28
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn key_down(&mut self, light: Light) {}
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_light`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `key_down` is never used
[INFO] [stdout]  --> src/device.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait Device {
[INFO] [stdout]   |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 9 |     fn key_down(&mut self, light: Light) {}
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `key_down` is never used
[INFO] [stdout]   --> src/effects/mod.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Effect {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 12 |     fn key_down(&mut self, light: Light) {}
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `black`, `add`, `multiply`, and `soft` are never used
[INFO] [stdout]   --> src/effects/color.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl Color {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout]  9 |     pub fn black() -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub fn add(this: &Color, other: &Color) -> Color {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn multiply(this: &Color, ratio: f32) -> Color {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn soft(this: &Color, ratio: f32) -> Color {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
[INFO] running `Command { std: "docker" "inspect" "67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb", kill_on_drop: false }`
[INFO] [stdout] 67b5973589e882ae892611d9287c5a29045bc68e84939cf4fbc5fc50435f5ddb
