[INFO] cloning repository https://github.com/dextero/gpu-ansi-encoder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dextero/gpu-ansi-encoder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdextero%2Fgpu-ansi-encoder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdextero%2Fgpu-ansi-encoder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6596b4293f35c4797db44e96e1589bf757b610c6
[INFO] checking dextero/gpu-ansi-encoder against 656a9da186dacaf3bf8f7f7296a825d256cb4ae3 for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdextero%2Fgpu-ansi-encoder" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dextero/gpu-ansi-encoder
[INFO] finished tweaking git repo https://github.com/dextero/gpu-ansi-encoder
[INFO] tweaked toml for git repo https://github.com/dextero/gpu-ansi-encoder written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dextero/gpu-ansi-encoder on toolchain 656a9da186dacaf3bf8f7f7296a825d256cb4ae3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dextero/gpu-ansi-encoder 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" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `gpu_ansi_encoder` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc1/source/target/.../gpu_ansi_encoder
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `gpu-ansi-encoder`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:49:8
[INFO] [stderr]    |
[INFO] [stderr] 49 - name = "gpu_ansi_encoder"
[INFO] [stderr] 49 + name = "gpu-ansi-encoder"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `gpu-ansi-encoder`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:50:19
[INFO] [stderr]    |
[INFO] [stderr] 50 ~ version = "0.1.0"
[INFO] [stderr] 51 + [[bin]]
[INFO] [stderr] 52 + name = "gpu-ansi-encoder"
[INFO] [stderr] 53 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `gpu_ansi_encoder` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ordered-float v5.1.0
[INFO] [stderr]   Downloaded term_size v0.3.2
[INFO] [stderr]   Downloaded insta v1.45.0
[INFO] [stderr]   Downloaded zune-jpeg v0.5.8
[INFO] [stderr]   Downloaded hsv v0.1.1
[INFO] [stderr]   Downloaded zmij v1.0.0
[INFO] [stderr]   Downloaded criterion v0.8.1
[INFO] [stderr]   Downloaded serde_json v1.0.148
[INFO] [stderr]   Downloaded criterion-plot v0.8.1
[INFO] [stderr]   Downloaded console-subscriber v0.5.0
[INFO] [stderr]   Downloaded console-api v0.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12
[INFO] running `Command { std: "docker" "start" "fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12", 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" "fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12", 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" "fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `gpu_ansi_encoder` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../gpu_ansi_encoder
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `gpu-ansi-encoder`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:49:8
[INFO] [stderr]    |
[INFO] [stderr] 49 - name = "gpu_ansi_encoder"
[INFO] [stderr] 49 + name = "gpu-ansi-encoder"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `gpu-ansi-encoder`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:50:19
[INFO] [stderr]    |
[INFO] [stderr] 50 ~ version = "0.1.0"
[INFO] [stderr] 51 + [[bin]]
[INFO] [stderr] 52 + name = "gpu-ansi-encoder"
[INFO] [stderr] 53 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `gpu_ansi_encoder` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling naga v27.0.3
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling wgpu-hal v27.0.4
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking zmij v1.0.0
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling wgpu-core v27.0.3
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]    Compiling wgpu v27.0.1
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking zune-core v0.5.0
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking zune-jpeg v0.5.8
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking term_size v0.3.2
[INFO] [stderr]     Checking hsv v0.1.1
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking criterion-plot v0.8.1
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking prost v0.14.1
[INFO] [stderr]     Checking wgpu-types v27.0.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking prost-types v0.14.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking insta v1.45.0
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking criterion v0.8.1
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking ravif v0.12.0
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.2
[INFO] [stderr]     Checking tonic-prost v0.14.2
[INFO] [stderr]     Checking console-api v0.9.0
[INFO] [stderr]     Checking console-subscriber v0.5.0
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v27.0.0
[INFO] [stderr]     Checking gpu_ansi_encoder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: overflow evaluating the requirement `OnceLock<GpuResources>: Sync`
[INFO] [stdout]   --> src/gpu_ansi_encoder/tests.rs:59:27
[INFO] [stdout]    |
[INFO] [stdout] 59 |     static GPU_RESOURCES: OnceLock<GpuResources> = OnceLock::new();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: which requires `GpuResources: std::marker::Send`
[INFO] [stdout]    = note: which requires `wgpu::Adapter: std::marker::Send`
[INFO] [stdout]    = note: which requires `wgpu::dispatch::DispatchAdapter: std::marker::Send`
[INFO] [stdout]    = note: which requires `Arc<wgpu::backend::wgpu_core::CoreAdapter>: std::marker::Send`
[INFO] [stdout]    = note: which requires `wgpu::backend::wgpu_core::CoreAdapter: std::marker::Send`
[INFO] [stdout]    = note: which requires `wgpu::backend::wgpu_core::ContextWgpuCore: std::marker::Send`
[INFO] [stdout]    = note: which requires `Arc<wgpu::wgpu_core::global::Global>: std::marker::Send`
[INFO] [stdout]    = note: which requires `wgpu::wgpu_core::global::Global: std::marker::Send`
[INFO] [stdout]    = note: which requires `Hub: std::marker::Send`
[INFO] [stdout]    = note: which requires `wgpu::wgpu_core::registry::Registry<Arc<wgpu::wgpu_core::command::CommandBuffer>>: std::marker::Send`
[INFO] [stdout]    = note: which requires `wgc::lock::vanilla::RwLock<storage::Storage<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: std::marker::Send`
[INFO] [stdout]    = note: which requires `lock_api::rwlock::RwLock<parking_lot::raw_rwlock::RawRwLock, storage::Storage<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: std::marker::Send`
[INFO] [stdout]    = note: which requires `storage::Storage<Arc<wgpu::wgpu_core::command::CommandBuffer>>: std::marker::Send`
[INFO] [stdout]    = note: which requires `Vec<storage::Element<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: std::marker::Send`
[INFO] [stdout]    = note: which requires `alloc::raw_vec::RawVec<storage::Element<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: std::marker::Send`
[INFO] [stdout]    = note: and so on...
[INFO] [stdout]    = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]    = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`gpu_ansi_encoder`)
[INFO] [stdout]    = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]    = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/gpu_ansi_encoder/mod.rs:125:22: 125:32}: Send`
[INFO] [stdout]    --> src/gpu_ansi_encoder/mod.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 | /         tokio::spawn(async move {
[INFO] [stdout] 126 | |             while let Some(device) = device_weak.upgrade() {
[INFO] [stdout] 127 | |                 // PollType::Poll returns immediately.
[INFO] [stdout] 128 | |                 let _ = device.poll(wgpu::PollType::Poll);
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |         });
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@src/gpu_ansi_encoder/mod.rs:125:22: 125:32}: Send`
[INFO] [stdout]     = note: which requires `Arc<wgpu::Device>: Send`
[INFO] [stdout]     = note: which requires `wgpu::Device: Send`
[INFO] [stdout]     = note: which requires `wgpu::dispatch::DispatchDevice: Send`
[INFO] [stdout]     = note: which requires `Arc<wgpu::backend::wgpu_core::CoreDevice>: Send`
[INFO] [stdout]     = note: which requires `wgpu::backend::wgpu_core::CoreDevice: Send`
[INFO] [stdout]     = note: which requires `wgpu::backend::wgpu_core::ContextWgpuCore: Send`
[INFO] [stdout]     = note: which requires `Arc<wgpu::wgpu_core::global::Global>: Send`
[INFO] [stdout]     = note: which requires `wgpu::wgpu_core::global::Global: Send`
[INFO] [stdout]     = note: which requires `Hub: Send`
[INFO] [stdout]     = note: which requires `registry::Registry<Arc<wgpu::wgpu_core::command::CommandBuffer>>: Send`
[INFO] [stdout]     = note: which requires `wgc::lock::vanilla::RwLock<storage::Storage<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: Send`
[INFO] [stdout]     = note: which requires `lock_api::rwlock::RwLock<parking_lot::raw_rwlock::RawRwLock, storage::Storage<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: Send`
[INFO] [stdout]     = note: which requires `storage::Storage<Arc<wgpu::wgpu_core::command::CommandBuffer>>: Send`
[INFO] [stdout]     = note: which requires `Vec<storage::Element<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`gpu_ansi_encoder`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GpuAnsiEncoder` and `gen_pixels`
[INFO] [stdout]   --> src/main.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | use gpu_ansi_encoder::{GpuAnsiEncoder, gen_pixels};
[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 imports: `GpuAnsiEncoder` and `gen_pixels`
[INFO] [stdout]   --> src/main.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | use gpu_ansi_encoder::{GpuAnsiEncoder, gen_pixels};
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/gpu_ansi_encoder/tests.rs:1593:9
[INFO] [stdout]      |
[INFO] [stdout] 1593 |     let mut pixels1_single = vec![255u8, 0u8, 0u8, 255u8]; // Red
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/gpu_ansi_encoder/tests.rs:1594:9
[INFO] [stdout]      |
[INFO] [stdout] 1594 |     let mut pixels2_single = vec![0u8, 255u8, 0u8, 255u8]; // Green
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[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 4`
[INFO] running `Command { std: "docker" "inspect" "fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12", kill_on_drop: false }`
[INFO] [stdout] fd2a6f8bbf5fc0cc569ee3ae0a40dc8d54630f9441013b9eb83e0ec0e8fffa12
