[INFO] cloning repository https://github.com/karlos-kon-ka/FPS--rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/karlos-kon-ka/FPS--rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkarlos-kon-ka%2FFPS--rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkarlos-kon-ka%2FFPS--rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7d67fc97851b5854ba411a498ae91d374c44229c
[INFO] checking karlos-kon-ka/FPS--rust against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkarlos-kon-ka%2FFPS--rust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/karlos-kon-ka/FPS--rust
[INFO] finished tweaking git repo https://github.com/karlos-kon-ka/FPS--rust
[INFO] tweaked toml for git repo https://github.com/karlos-kon-ka/FPS--rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/karlos-kon-ka/FPS--rust on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/karlos-kon-ka/FPS--rust 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549
[INFO] running `Command { std: "docker" "start" "a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549", 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" "a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549", 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" "a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking miniquad v0.4.8
[INFO] [stderr]     Checking macroquad v0.4.14
[INFO] [stderr]     Checking rust-doomlike v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `side` is never read
[INFO] [stdout]    --> src/main.rs:242:28
[INFO] [stdout]     |
[INFO] [stdout] 242 |             let mut side = 0; // 0 = impacto en pared X, 1 = impacto en pared Y
[INFO] [stdout]     |                            ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 251 |                 side = 1; // Impacto en pared Y
[INFO] [stdout]     |                 -------- `side` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `side` is never read
[INFO] [stdout]    --> src/main.rs:242:28
[INFO] [stdout]     |
[INFO] [stdout] 242 |             let mut side = 0; // 0 = impacto en pared X, 1 = impacto en pared Y
[INFO] [stdout]     |                            ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 251 |                 side = 1; // Impacto en pared Y
[INFO] [stdout]     |                 -------- `side` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `hit_pos` is assigned to, but never used
[INFO] [stdout]    --> src/main.rs:369:13
[INFO] [stdout]     |
[INFO] [stdout] 369 |         let mut hit_pos = Vec2::ZERO;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_hit_pos` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `impact_x`
[INFO] [stdout]    --> src/main.rs:454:21
[INFO] [stdout]     |
[INFO] [stdout] 454 |                 let impact_x = wall_x;
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_impact_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `hit_pos` is never read
[INFO] [stdout]    --> src/main.rs:395:21
[INFO] [stdout]     |
[INFO] [stdout] 389 | /                     hit_pos = vec2(
[INFO] [stdout] 390 | |                         player.pos.x + ray_dir_x * t,
[INFO] [stdout] 391 | |                         player.pos.y + ray_dir_y * t
[INFO] [stdout] 392 | |                     );
[INFO] [stdout]     | |_____________________- `hit_pos` is overwritten here before the previous value is read
[INFO] [stdout] ...
[INFO] [stdout] 395 | /                     hit_pos = vec2(
[INFO] [stdout] 396 | |                         player.pos.x + ray_dir_x * t,
[INFO] [stdout] 397 | |                         player.pos.y + ray_dir_y * t
[INFO] [stdout] 398 | |                     );
[INFO] [stdout]     | |_____________________^ this value is reassigned later and never used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `hit_pos` is never read
[INFO] [stdout]    --> src/main.rs:389:21
[INFO] [stdout]     |
[INFO] [stdout] 389 | /                     hit_pos = vec2(
[INFO] [stdout] 390 | |                         player.pos.x + ray_dir_x * t,
[INFO] [stdout] 391 | |                         player.pos.y + ray_dir_y * t
[INFO] [stdout] 392 | |                     );
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `hit_pos` is assigned to, but never used
[INFO] [stdout]    --> src/main.rs:369:13
[INFO] [stdout]     |
[INFO] [stdout] 369 |         let mut hit_pos = Vec2::ZERO;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_hit_pos` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `impact_x`
[INFO] [stdout]    --> src/main.rs:454:21
[INFO] [stdout]     |
[INFO] [stdout] 454 |                 let impact_x = wall_x;
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_impact_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `hit_pos` is never read
[INFO] [stdout]    --> src/main.rs:395:21
[INFO] [stdout]     |
[INFO] [stdout] 389 | /                     hit_pos = vec2(
[INFO] [stdout] 390 | |                         player.pos.x + ray_dir_x * t,
[INFO] [stdout] 391 | |                         player.pos.y + ray_dir_y * t
[INFO] [stdout] 392 | |                     );
[INFO] [stdout]     | |_____________________- `hit_pos` is overwritten here before the previous value is read
[INFO] [stdout] ...
[INFO] [stdout] 395 | /                     hit_pos = vec2(
[INFO] [stdout] 396 | |                         player.pos.x + ray_dir_x * t,
[INFO] [stdout] 397 | |                         player.pos.y + ray_dir_y * t
[INFO] [stdout] 398 | |                     );
[INFO] [stdout]     | |_____________________^ this value is reassigned later and never used
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `hit_pos` is never read
[INFO] [stdout]    --> src/main.rs:389:21
[INFO] [stdout]     |
[INFO] [stdout] 389 | /                     hit_pos = vec2(
[INFO] [stdout] 390 | |                         player.pos.x + ray_dir_x * t,
[INFO] [stdout] 391 | |                         player.pos.y + ray_dir_y * t
[INFO] [stdout] 392 | |                     );
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROT_SPEED` is never used
[INFO] [stdout]  --> src/main.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const ROT_SPEED: f32 = 2.5;
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROT_SPEED` is never used
[INFO] [stdout]  --> src/main.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const ROT_SPEED: f32 = 2.5;
[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 `wall_normal` and `side` are never read
[INFO] [stdout]   --> src/main.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | struct WallImpact {
[INFO] [stdout]    |        ---------- fields in this struct
[INFO] [stdout] 35 |     pos: Vec2,       // Posición del impacto en coordenadas del mundo
[INFO] [stdout] 36 |     wall_normal: Vec2, // Normal de la pared (para orientación)
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 37 |     side: i32,       // 0 = impacto en pared X, 1 = impacto en pared Y
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `wall_normal` and `side` are never read
[INFO] [stdout]   --> src/main.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | struct WallImpact {
[INFO] [stdout]    |        ---------- fields in this struct
[INFO] [stdout] 35 |     pos: Vec2,       // Posición del impacto en coordenadas del mundo
[INFO] [stdout] 36 |     wall_normal: Vec2, // Normal de la pared (para orientación)
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 37 |     side: i32,       // 0 = impacto en pared X, 1 = impacto en pared Y
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
[INFO] running `Command { std: "docker" "inspect" "a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549", kill_on_drop: false }`
[INFO] [stdout] a61c295d4095ecbc41442ece0eda663f73df7f69c1615754dd6f0aa21578e549
