[INFO] cloning repository https://github.com/S4QuLa/three-cui-renderer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/S4QuLa/three-cui-renderer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FS4QuLa%2Fthree-cui-renderer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FS4QuLa%2Fthree-cui-renderer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d748014b77eba41d35687029ee63ba4d7b96d414
[INFO] checking S4QuLa/three-cui-renderer against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FS4QuLa%2Fthree-cui-renderer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/S4QuLa/three-cui-renderer
[INFO] finished tweaking git repo https://github.com/S4QuLa/three-cui-renderer
[INFO] tweaked toml for git repo https://github.com/S4QuLa/three-cui-renderer written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/S4QuLa/three-cui-renderer on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/S4QuLa/three-cui-renderer 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697
[INFO] running `Command { std: "docker" "start" "92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697", 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" "92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697", 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" "92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling naga v27.0.3
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]    Compiling wgpu-hal v27.0.4
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling wgpu-core v27.0.3
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]    Compiling wgpu v27.0.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking time-core v0.1.6
[INFO] [stderr]     Checking rand_xorshift v0.2.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking wgpu-types v27.0.1
[INFO] [stderr]     Checking glam v0.30.9
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking ratatui v0.26.3
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking noise v0.8.2
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v27.0.0
[INFO] [stderr]     Checking three-cui-renderer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]    --> src/render/wgpu_layer.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 | /         state.device.poll(wgpu::PollType::Wait {
[INFO] [stdout] 202 | |             submission_index: None,
[INFO] [stdout] 203 | |             timeout: None,
[INFO] [stdout] 204 | |         });
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let _ = state.device.poll(wgpu::PollType::Wait {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `std::result::Result` that must be used
[INFO] [stdout]    --> src/render/wgpu_layer.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 | /         state.device.poll(wgpu::PollType::Wait {
[INFO] [stdout] 202 | |             submission_index: None,
[INFO] [stdout] 203 | |             timeout: None,
[INFO] [stdout] 204 | |         });
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let _ = state.device.poll(wgpu::PollType::Wait {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude`
[INFO] [stdout]  --> examples/orb.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ratatui::{prelude::*, style::Color};
[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: `prelude`
[INFO] [stdout]  --> examples/gpu_sphere.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ratatui::{prelude::*, style::Color};
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `noise`
[INFO] [stderr]  --> Cargo.toml:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | noise = "0.8"
[INFO] [stderr]   | ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `noise`
[INFO] [stderr] help: to still use for development builds, move to `dev-dependencies`
[INFO] [stderr] warning: unused dependency `pollster`
[INFO] [stderr]  --> Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | pollster = "0.4.0"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the dependency on `pollster`
[INFO] [stderr] warning: `three-cui-renderer` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v27.0.3, wgpu v27.0.1, wgpu-core v27.0.3, wgpu-hal v27.0.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697", kill_on_drop: false }`
[INFO] [stdout] 92eda950f0227f6d873f66cdc736bdc8b02464f0db039cc0fc1bcf035171a697
