[INFO] cloning repository https://github.com/pixagram-blockchain/pixagram-upscaler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pixagram-blockchain/pixagram-upscaler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixagram-blockchain%2Fpixagram-upscaler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixagram-blockchain%2Fpixagram-upscaler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3fee4048711dfd66568c29591d3643f903b39dee
[INFO] checking pixagram-blockchain/pixagram-upscaler/3fee4048711dfd66568c29591d3643f903b39dee against master#55e86c996809902e8bbad512cfb4d2c18be446d9 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixagram-blockchain%2Fpixagram-upscaler" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pixagram-blockchain/pixagram-upscaler
[INFO] finished tweaking git repo https://github.com/pixagram-blockchain/pixagram-upscaler
[INFO] tweaked toml for git repo https://github.com/pixagram-blockchain/pixagram-upscaler written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pixagram-blockchain/pixagram-upscaler on toolchain 55e86c996809902e8bbad512cfb4d2c18be446d9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pixagram-blockchain/pixagram-upscaler 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" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding bytemuck v1.25.0
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.56
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.56
[INFO] [stderr]   Downloaded cc v1.2.51
[INFO] [stderr]   Downloaded zmij v1.0.10
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.6
[INFO] [stderr]   Downloaded serde_json v1.0.148
[INFO] [stderr]   Downloaded libc v0.2.179
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 38b7fb9ed40975a00f28b1259217877b5c8410dd89b21ae4fcaf3bed5049465f
[INFO] running `Command { std: "docker" "start" "-a" "38b7fb9ed40975a00f28b1259217877b5c8410dd89b21ae4fcaf3bed5049465f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38b7fb9ed40975a00f28b1259217877b5c8410dd89b21ae4fcaf3bed5049465f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38b7fb9ed40975a00f28b1259217877b5c8410dd89b21ae4fcaf3bed5049465f", kill_on_drop: false }`
[INFO] [stdout] 38b7fb9ed40975a00f28b1259217877b5c8410dd89b21ae4fcaf3bed5049465f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1a8030b039958aa57d747eb8be7696012a573f1c23a6000750cab34b7644d7ca
[INFO] running `Command { std: "docker" "start" "-a" "1a8030b039958aa57d747eb8be7696012a573f1c23a6000750cab34b7644d7ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.10
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.56
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.106
[INFO] [stderr]     Checking js-sys v0.3.83
[INFO] [stderr]     Checking renderart v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self::config::ScalerConfig as XbrzScalerConfig`
[INFO] [stdout]   --> src/wasm/xbrz/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use self::config::ScalerConfig as XbrzScalerConfig;
[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: `Display`
[INFO] [stdout]  --> src/wasm/xbrz/blend.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::{Debug, Display, Formatter};
[INFO] [stdout]   |                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `large_lut`
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |             #[cfg(feature = "large_lut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `large_lut` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `large_lut`
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             #[cfg(not(feature = "large_lut"))]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `large_lut` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `front`
[INFO] [stdout]    --> src/wasm/xbrz/pixel.rs:130:49
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn gradient<const M: usize, const N: usize>(front: Self, back: Self) -> Self {
[INFO] [stdout]     |                                                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_front`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `back`
[INFO] [stdout]    --> src/wasm/xbrz/pixel.rs:130:62
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn gradient<const M: usize, const N: usize>(front: Self, back: Self) -> Self {
[INFO] [stdout]     |                                                              ^^^^ help: if this is intentional, prefix it with an underscore: `_back`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `required`
[INFO] [stdout]    --> src/wasm/lib.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |     let required = (out_w * out_h * 4) as usize;
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_required`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `with_buffer` is never used
[INFO] [stdout]   --> src/wasm/lib.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn with_buffer<F>(required_len: usize, width: u32, height: u32, f: F) -> UpscaleResult
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `scale_rgba` is never used
[INFO] [stdout]   --> src/wasm/xbrz/mod.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn scale_rgba(source: &[u8], src_width: usize, src_height: usize, factor: usize) -> Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `scale` is never used
[INFO] [stdout]   --> src/wasm/xbrz/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn scale<P: Pixel>(source: &[u8], src_width: usize, src_height: usize, factor: usize) -> Vec<u8> {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_inner` is never used
[INFO] [stdout]   --> src/wasm/xbrz/matrix.rs:39:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<'out, P: Pixel, const N: usize, const R: u8> OutputMatrix<'out, P, N, R> {
[INFO] [stdout]    | ----------------------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub(crate) fn into_inner(self) -> &'out mut [P] {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IDiff888` is never constructed
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) enum YCbCrLookup {
[INFO] [stdout]    |                 ----------- variant in this enum
[INFO] [stdout] 18 |     IDiff555(Box<[f32]>),
[INFO] [stdout] 19 |     IDiff888(Box<[f32]>),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_large` is never used
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:92:19
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl YCbCrLookup {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub(crate) fn new_large() -> Self {
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 71 |         unsafe { LOOKUP_INSTANCE.as_ref().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 |         unsafe { LOOKUP_INSTANCE.is_some() }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.56
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.56
[INFO] [stdout] warning: unused import: `self::config::ScalerConfig as XbrzScalerConfig`
[INFO] [stdout]   --> src/wasm/xbrz/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use self::config::ScalerConfig as XbrzScalerConfig;
[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: `Display`
[INFO] [stdout]  --> src/wasm/xbrz/blend.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::{Debug, Display, Formatter};
[INFO] [stdout]   |                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `large_lut`
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |             #[cfg(feature = "large_lut")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `large_lut` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `large_lut`
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             #[cfg(not(feature = "large_lut"))]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `large_lut` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `front`
[INFO] [stdout]    --> src/wasm/xbrz/pixel.rs:130:49
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn gradient<const M: usize, const N: usize>(front: Self, back: Self) -> Self {
[INFO] [stdout]     |                                                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_front`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `back`
[INFO] [stdout]    --> src/wasm/xbrz/pixel.rs:130:62
[INFO] [stdout]     |
[INFO] [stdout] 130 |     fn gradient<const M: usize, const N: usize>(front: Self, back: Self) -> Self {
[INFO] [stdout]     |                                                              ^^^^ help: if this is intentional, prefix it with an underscore: `_back`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `required`
[INFO] [stdout]    --> src/wasm/lib.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |     let required = (out_w * out_h * 4) as usize;
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_required`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `with_buffer` is never used
[INFO] [stdout]   --> src/wasm/lib.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn with_buffer<F>(required_len: usize, width: u32, height: u32, f: F) -> UpscaleResult
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `scale_rgba` is never used
[INFO] [stdout]   --> src/wasm/xbrz/mod.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn scale_rgba(source: &[u8], src_width: usize, src_height: usize, factor: usize) -> Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `scale` is never used
[INFO] [stdout]   --> src/wasm/xbrz/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn scale<P: Pixel>(source: &[u8], src_width: usize, src_height: usize, factor: usize) -> Vec<u8> {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_inner` is never used
[INFO] [stdout]   --> src/wasm/xbrz/matrix.rs:39:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<'out, P: Pixel, const N: usize, const R: u8> OutputMatrix<'out, P, N, R> {
[INFO] [stdout]    | ----------------------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub(crate) fn into_inner(self) -> &'out mut [P] {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 71 |         unsafe { LOOKUP_INSTANCE.as_ref().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/wasm/xbrz/ycbcr_lookup.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 |         unsafe { LOOKUP_INSTANCE.is_some() }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s
[INFO] running `Command { std: "docker" "inspect" "1a8030b039958aa57d747eb8be7696012a573f1c23a6000750cab34b7644d7ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a8030b039958aa57d747eb8be7696012a573f1c23a6000750cab34b7644d7ca", kill_on_drop: false }`
[INFO] [stdout] 1a8030b039958aa57d747eb8be7696012a573f1c23a6000750cab34b7644d7ca
