[INFO] cloning repository https://github.com/Liam-Wirth/terminal_renderer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Liam-Wirth/terminal_renderer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLiam-Wirth%2Fterminal_renderer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLiam-Wirth%2Fterminal_renderer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6635fd0e8fbcbb8d1a26130e7d3b5a5143e2643
[INFO] documenting Liam-Wirth/terminal_renderer against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLiam-Wirth%2Fterminal_renderer" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Liam-Wirth/terminal_renderer
[INFO] finished tweaking git repo https://github.com/Liam-Wirth/terminal_renderer
[INFO] tweaked toml for git repo https://github.com/Liam-Wirth/terminal_renderer written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Liam-Wirth/terminal_renderer on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 236 packages to highest Rust 1.100.0-nightly compatible versions
[INFO] [stderr]       Adding crossterm v0.28.1 (available: v0.29.0)
[INFO] [stderr]       Adding glam v0.29.3 (available: v0.33.6)
[INFO] [stderr]       Adding minifb v0.27.0 (available: v0.28.0)
[INFO] [stderr]       Adding rand v0.8.8 (available: v0.10.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4
[INFO] running `Command { std: "docker" "start" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4", 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" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4", 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" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling crossbeam-utils v0.8.23
[INFO] [stderr]    Compiling pkg-config v0.3.34
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.21
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling crossbeam-deque v0.8.8
[INFO] [stderr]     Checking smallvec v1.16.0
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling xml-rs v0.8.29
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]    Compiling crc32fast v1.5.1
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling built v0.8.1
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking miniz_oxide v0.9.1
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling pulp v0.22.3
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking flate2 v1.1.10
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling cc v1.4.5
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking pulp-wasm-simd-flag v0.1.1
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]     Checking imgref v1.12.3
[INFO] [stderr]     Checking zune-core v0.5.3
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.2.3
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking xcursor v0.3.11
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling minifb v0.27.0
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.56
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking fontdue v0.9.4
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tobj v4.0.5
[INFO] [stderr]     Checking rand v0.8.8
[INFO] [stderr]     Checking exr v1.74.2
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]  Documenting terminal_renderer v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/core/geometry/mesh.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |     /// http://www.bytehazard.com/articles/vertnorm.html
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 142 |     /// <http://www.bytehazard.com/articles/vertnorm.html>
[INFO] [stdout]     |         +                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/pipeline/rasterizer.rs:740:5
[INFO] [stdout]     |
[INFO] [stdout] 740 | /// https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 740 | /// <https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm>
[INFO] [stdout]     |     +                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.76s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/terminal_renderer/index.html
[INFO] running `Command { std: "docker" "inspect" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4", 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" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting terminal_renderer v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/pipeline/rasterizer.rs:740:5
[INFO] [stdout]     |
[INFO] [stdout] 740 | /// https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 740 | /// <https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm>
[INFO] [stdout]     |     +                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/terminal_renderer/index.html
[INFO] running `Command { std: "docker" "inspect" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4", kill_on_drop: false }`
[INFO] [stdout] a5fc45f7d4de33d70871de517324877df39c61c994bf79d912657668aa720bb4
