[INFO] cloning repository https://github.com/BenHaeck/Ghost-Game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BenHaeck/Ghost-Game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenHaeck%2FGhost-Game", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenHaeck%2FGhost-Game'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d018b0fc9d97ba169c3d718b197092a1756fc789
[INFO] documenting BenHaeck/Ghost-Game against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenHaeck%2FGhost-Game" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BenHaeck/Ghost-Game
[INFO] finished tweaking git repo https://github.com/BenHaeck/Ghost-Game
[INFO] tweaked toml for git repo https://github.com/BenHaeck/Ghost-Game written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BenHaeck/Ghost-Game on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BenHaeck/Ghost-Game 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" "+beta-2025-10-28" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d6796ad0e2dc771b3ccfae7e673beef5837fc0c4b4cc9ca26b859f8b7a1e756e
[INFO] running `Command { std: "docker" "start" "-a" "d6796ad0e2dc771b3ccfae7e673beef5837fc0c4b4cc9ca26b859f8b7a1e756e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d6796ad0e2dc771b3ccfae7e673beef5837fc0c4b4cc9ca26b859f8b7a1e756e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6796ad0e2dc771b3ccfae7e673beef5837fc0c4b4cc9ca26b859f8b7a1e756e", kill_on_drop: false }`
[INFO] [stdout] d6796ad0e2dc771b3ccfae7e673beef5837fc0c4b4cc9ca26b859f8b7a1e756e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80c58ea4c758eb9a5bd6997277f207a0bebfa50664d3e9abf5b6d2a1c54f18f3
[INFO] running `Command { std: "docker" "start" "-a" "80c58ea4c758eb9a5bd6997277f207a0bebfa50664d3e9abf5b6d2a1c54f18f3", kill_on_drop: false }`
[INFO] [stderr]     Checking miniz_oxide v0.7.3
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling miniquad v0.4.0
[INFO] [stderr]     Checking bytemuck v1.16.0
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking quad-rand v0.2.1
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking glam v0.21.3
[INFO] [stderr]    Compiling macroquad_macro v0.1.7
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking fontdue v0.7.3
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking macroquad v0.4.5
[INFO] [stderr]  Documenting RustGameFW v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `StaticObj`
[INFO] [stdout]   --> src/main.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub mod StaticObj;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `StaticObj`, create file "src/StaticObj.rs" or "src/StaticObj/mod.rs"
[INFO] [stdout]    = note: if there is a `mod StaticObj` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `RustGameFW`
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/collision.rs:88:6
[INFO] [stdout]    |
[INFO] [stdout] 88 |         if (self.check_intersection(&other)) {
[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] 88 -         if (self.check_intersection(&other)) {
[INFO] [stdout] 88 +         if self.check_intersection(&other)  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/collision.rs:96:6
[INFO] [stdout]    |
[INFO] [stdout] 96 |         if (self.check_intersection(&other)) {
[INFO] [stdout]    |            ^                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 96 -         if (self.check_intersection(&other)) {
[INFO] [stdout] 96 +         if self.check_intersection(&other)  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around pattern
[INFO] [stdout]    --> src/game_world.rs:229:5
[INFO] [stdout]     |
[INFO] [stdout] 229 |                 (_) => vec2(0.0, 3.0),
[INFO] [stdout]     |                 ^ ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 229 -                 (_) => vec2(0.0, 3.0),
[INFO] [stdout] 229 +                 _ => vec2(0.0, 3.0),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/player.rs:220:7
[INFO] [stdout]     |
[INFO] [stdout] 220 |             if (self.cbox.collide_x_slice(ghost_blocks.get_block_slice())) {
[INFO] [stdout]     |                ^                                                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 220 -             if (self.cbox.collide_x_slice(ghost_blocks.get_block_slice())) {
[INFO] [stdout] 220 +             if self.cbox.collide_x_slice(ghost_blocks.get_block_slice()) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 |                 if (is_key_down(KeyCode::Escape)) {break;}
[INFO] [stdout]    |                    ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -                 if (is_key_down(KeyCode::Escape)) {break;}
[INFO] [stdout] 55 +                 if is_key_down(KeyCode::Escape) {break;}
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "80c58ea4c758eb9a5bd6997277f207a0bebfa50664d3e9abf5b6d2a1c54f18f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80c58ea4c758eb9a5bd6997277f207a0bebfa50664d3e9abf5b6d2a1c54f18f3", kill_on_drop: false }`
[INFO] [stdout] 80c58ea4c758eb9a5bd6997277f207a0bebfa50664d3e9abf5b6d2a1c54f18f3
