[INFO] cloning repository https://github.com/klntsky/SunKey
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/klntsky/SunKey" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklntsky%2FSunKey", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklntsky%2FSunKey'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b9c0069b9f780470e8f6e253e7804ba168d35dc5
[INFO] checking klntsky/SunKey against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklntsky%2FSunKey" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/klntsky/SunKey
[INFO] finished tweaking git repo https://github.com/klntsky/SunKey
[INFO] tweaked toml for git repo https://github.com/klntsky/SunKey written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/klntsky/SunKey on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/klntsky/SunKey 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded macroquad_macro v0.1.7
[INFO] [stderr]   Downloaded quad-rand v0.2.1
[INFO] [stderr]   Downloaded miniquad v0.4.0-alpha.6
[INFO] [stderr]   Downloaded macroquad v0.4.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6d65d35e6bc62e117953d7878ede6a774d354ebabb7e405ddf1a28f4d2ba6764
[INFO] running `Command { std: "docker" "start" "-a" "6d65d35e6bc62e117953d7878ede6a774d354ebabb7e405ddf1a28f4d2ba6764", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d65d35e6bc62e117953d7878ede6a774d354ebabb7e405ddf1a28f4d2ba6764", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d65d35e6bc62e117953d7878ede6a774d354ebabb7e405ddf1a28f4d2ba6764", kill_on_drop: false }`
[INFO] [stdout] 6d65d35e6bc62e117953d7878ede6a774d354ebabb7e405ddf1a28f4d2ba6764
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45d84c3e4ff7b0cdd1b6b9d452647a7aa660e27ac52d8bc3e2318ca070700c86
[INFO] running `Command { std: "docker" "start" "-a" "45d84c3e4ff7b0cdd1b6b9d452647a7aa660e27ac52d8bc3e2318ca070700c86", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling miniquad v0.4.0-alpha.6
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking bumpalo v3.13.0
[INFO] [stderr]     Checking quad-rand v0.2.1
[INFO] [stderr]     Checking glam v0.21.3
[INFO] [stderr]    Compiling macroquad_macro v0.1.7
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking png v0.17.9
[INFO] [stderr]     Checking fontdue v0.7.3
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]     Checking image v0.24.6
[INFO] [stderr]     Checking macroquad v0.4.2
[INFO] [stderr]     Checking trgls v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `macroquad::models::*`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use macroquad::models::*;
[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: `macroquad::texture::*`
[INFO] [stdout]   --> src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use macroquad::texture::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stdout]    --> src/main.rs:275:14
[INFO] [stdout]     |
[INFO] [stdout] 275 |     for y in (0 .. OPTIC_HEIGHT) {
[INFO] [stdout]     |              ^                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 275 -     for y in (0 .. OPTIC_HEIGHT) {
[INFO] [stdout] 275 +     for y in 0 .. OPTIC_HEIGHT  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `macroquad::models::*`
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use macroquad::models::*;
[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: `macroquad::texture::*`
[INFO] [stdout]   --> src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use macroquad::texture::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stdout]    --> src/main.rs:275:14
[INFO] [stdout]     |
[INFO] [stdout] 275 |     for y in (0 .. OPTIC_HEIGHT) {
[INFO] [stdout]     |              ^                 ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 275 -     for y in (0 .. OPTIC_HEIGHT) {
[INFO] [stdout] 275 +     for y in 0 .. OPTIC_HEIGHT  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |     let mut ray_progress = 0;
[INFO] [stdout]     |         ----^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |     let mut ray_progress = 0;
[INFO] [stdout]     |         ----^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ray_progress`
[INFO] [stdout]    --> src/main.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |     let mut ray_progress = 0;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ray_progress`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `screen_scale` is never read
[INFO] [stdout]    --> src/main.rs:451:28
[INFO] [stdout]     |
[INFO] [stdout] 451 |     let mut screen_scale = ScreenScale::new();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x` and `y` are never read
[INFO] [stdout]    --> src/main.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct ScreenScale {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 122 |     x: f32,
[INFO] [stdout]     |     ^
[INFO] [stdout] 123 |     y: f32,
[INFO] [stdout]     |     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_sec` is never used
[INFO] [stdout]    --> src/main.rs:338:4
[INFO] [stdout]     |
[INFO] [stdout] 338 | fn get_sec () -> u64 {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ray_progress`
[INFO] [stdout]    --> src/main.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |     let mut ray_progress = 0;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ray_progress`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `screen_scale` is never read
[INFO] [stdout]    --> src/main.rs:451:28
[INFO] [stdout]     |
[INFO] [stdout] 451 |     let mut screen_scale = ScreenScale::new();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x` and `y` are never read
[INFO] [stdout]    --> src/main.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct ScreenScale {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 122 |     x: f32,
[INFO] [stdout]     |     ^
[INFO] [stdout] 123 |     y: f32,
[INFO] [stdout]     |     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_sec` is never used
[INFO] [stdout]    --> src/main.rs:338:4
[INFO] [stdout]     |
[INFO] [stdout] 338 | fn get_sec () -> u64 {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s
[INFO] running `Command { std: "docker" "inspect" "45d84c3e4ff7b0cdd1b6b9d452647a7aa660e27ac52d8bc3e2318ca070700c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45d84c3e4ff7b0cdd1b6b9d452647a7aa660e27ac52d8bc3e2318ca070700c86", kill_on_drop: false }`
[INFO] [stdout] 45d84c3e4ff7b0cdd1b6b9d452647a7aa660e27ac52d8bc3e2318ca070700c86
