[INFO] cloning repository https://github.com/BlockOG/ray_tracing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BlockOG/ray_tracing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlockOG%2Fray_tracing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlockOG%2Fray_tracing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df21847b4788febf1bbcf3132333f7c915ed378c
[INFO] documenting BlockOG/ray_tracing against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlockOG%2Fray_tracing" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/BlockOG/ray_tracing
[INFO] finished tweaking git repo https://github.com/BlockOG/ray_tracing
[INFO] tweaked toml for git repo https://github.com/BlockOG/ray_tracing written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BlockOG/ray_tracing on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BlockOG/ray_tracing 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror v2.0.16
[INFO] [stderr]   Downloaded winapi-util v0.1.10
[INFO] [stderr]   Downloaded thiserror-impl v2.0.16
[INFO] [stderr]   Downloaded xml-rs v0.8.27
[INFO] [stderr]   Downloaded speedy-derive v0.8.7
[INFO] [stderr]   Downloaded fastrand-contrib v0.1.0
[INFO] [stderr]   Downloaded ravif v0.11.20
[INFO] [stderr]   Downloaded litrs v0.4.2
[INFO] [stderr]   Downloaded speedy v0.8.7
[INFO] [stderr]   Downloaded av1-grain v0.2.4
[INFO] [stderr]   Downloaded wgpu-hal v26.0.4
[INFO] [stderr]   Downloaded glam v0.30.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f
[INFO] running `Command { std: "docker" "start" "d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f", 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" "d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling naga v26.0.0
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling wgpu-hal v26.0.4
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling wgpu-core v26.0.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling wgpu v26.0.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking fastrand-contrib v0.1.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking bitflags v2.9.2
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling speedy-derive v0.8.7
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking speedy v0.8.7
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking wgpu-types v26.0.0
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking glam v0.30.5
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v26.0.0
[INFO] [stderr]  Documenting ray_tracing v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.60s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/ray_tracing/index.html
[INFO] running `Command { std: "docker" "inspect" "d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f", kill_on_drop: false }`
[INFO] [stdout] d93956af99ce8085cb84c88bb9145a924c0cd52f4f72c2a84945f42a2bf2982f
