[INFO] fetching crate xbrz-rs 0.1.0... [INFO] testing xbrz-rs-0.1.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate xbrz-rs 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate xbrz-rs 0.1.0 [INFO] finished tweaking crates.io crate xbrz-rs 0.1.0 [INFO] tweaked toml for crates.io crate xbrz-rs 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xbrz-rs 0.1.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b414f8bb09af1adf698cdfa96bd3ca4ac0c50a38d7e579012fcbe3f40395ba7 [INFO] running `Command { std: "docker" "start" "-a" "7b414f8bb09af1adf698cdfa96bd3ca4ac0c50a38d7e579012fcbe3f40395ba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b414f8bb09af1adf698cdfa96bd3ca4ac0c50a38d7e579012fcbe3f40395ba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b414f8bb09af1adf698cdfa96bd3ca4ac0c50a38d7e579012fcbe3f40395ba7", kill_on_drop: false }` [INFO] [stdout] 7b414f8bb09af1adf698cdfa96bd3ca4ac0c50a38d7e579012fcbe3f40395ba7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e10d756275120d69a9cbe9ad513571c60a4a98413f20b224c5a0e7d82aff474f [INFO] running `Command { std: "docker" "start" "-a" "e10d756275120d69a9cbe9ad513571c60a4a98413f20b224c5a0e7d82aff474f", kill_on_drop: false }` [INFO] [stderr] Compiling bytemuck v1.23.2 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling xbrz-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Display` [INFO] [stdout] --> src/blend.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::{Debug, Display, Formatter}; [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 variable: `front` [INFO] [stdout] --> src/pixel.rs:130:49 [INFO] [stdout] | [INFO] [stdout] 130 | fn gradient(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/pixel.rs:130:62 [INFO] [stdout] | [INFO] [stdout] 130 | fn gradient(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: method `into_inner` is never used [INFO] [stdout] --> src/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] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `IDiff888` is never constructed [INFO] [stdout] --> src/ycbcr_lookup.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) enum YCbCrLookup { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] 7 | IDiff555(Box<[f32]>), [INFO] [stdout] 8 | IDiff888(Box<[f32]>), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_large` is never used [INFO] [stdout] --> src/ycbcr_lookup.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 36 | impl YCbCrLookup { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 81 | 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/ycbcr_lookup.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe { LOOKUP_INSTANCE.as_ref().unwrap_unchecked() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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: `#[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/ycbcr_lookup.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | unsafe { LOOKUP_INSTANCE.is_some() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s [INFO] running `Command { std: "docker" "inspect" "e10d756275120d69a9cbe9ad513571c60a4a98413f20b224c5a0e7d82aff474f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e10d756275120d69a9cbe9ad513571c60a4a98413f20b224c5a0e7d82aff474f", kill_on_drop: false }` [INFO] [stdout] e10d756275120d69a9cbe9ad513571c60a4a98413f20b224c5a0e7d82aff474f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd0a7b971a3788c6e10c4485a7d89f2473694e10b900c12f63a2a5177965c498 [INFO] running `Command { std: "docker" "start" "-a" "bd0a7b971a3788c6e10c4485a7d89f2473694e10b900c12f63a2a5177965c498", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `Display` [INFO] [stdout] --> src/blend.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::{Debug, Display, Formatter}; [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 variable: `front` [INFO] [stdout] --> src/pixel.rs:130:49 [INFO] [stdout] | [INFO] [stdout] 130 | fn gradient(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/pixel.rs:130:62 [INFO] [stdout] | [INFO] [stdout] 130 | fn gradient(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: method `into_inner` is never used [INFO] [stdout] --> src/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] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `IDiff888` is never constructed [INFO] [stdout] --> src/ycbcr_lookup.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) enum YCbCrLookup { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] 7 | IDiff555(Box<[f32]>), [INFO] [stdout] 8 | IDiff888(Box<[f32]>), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_large` is never used [INFO] [stdout] --> src/ycbcr_lookup.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 36 | impl YCbCrLookup { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 81 | 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/ycbcr_lookup.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe { LOOKUP_INSTANCE.as_ref().unwrap_unchecked() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling xbrz-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/ycbcr_lookup.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | unsafe { LOOKUP_INSTANCE.is_some() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Display` [INFO] [stdout] --> src/blend.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::{Debug, Display, Formatter}; [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 variable: `front` [INFO] [stdout] --> src/pixel.rs:130:49 [INFO] [stdout] | [INFO] [stdout] 130 | fn gradient(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/pixel.rs:130:62 [INFO] [stdout] | [INFO] [stdout] 130 | fn gradient(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: method `into_inner` is never used [INFO] [stdout] --> src/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] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/ycbcr_lookup.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe { LOOKUP_INSTANCE.as_ref().unwrap_unchecked() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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: `#[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/ycbcr_lookup.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | unsafe { LOOKUP_INSTANCE.is_some() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] running `Command { std: "docker" "inspect" "bd0a7b971a3788c6e10c4485a7d89f2473694e10b900c12f63a2a5177965c498", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd0a7b971a3788c6e10c4485a7d89f2473694e10b900c12f63a2a5177965c498", kill_on_drop: false }` [INFO] [stdout] bd0a7b971a3788c6e10c4485a7d89f2473694e10b900c12f63a2a5177965c498 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c60131b2f385f76c494c2dff472bf12e132cd802f0816a80c785f6c25844b6d0 [INFO] running `Command { std: "docker" "start" "-a" "c60131b2f385f76c494c2dff472bf12e132cd802f0816a80c785f6c25844b6d0", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Display` [INFO] [stderr] --> src/blend.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::{Debug, Display, Formatter}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `front` [INFO] [stderr] --> src/pixel.rs:130:49 [INFO] [stderr] | [INFO] [stderr] 130 | fn gradient(front: Self, back: Self) -> Self { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_front` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `back` [INFO] [stderr] --> src/pixel.rs:130:62 [INFO] [stderr] | [INFO] [stderr] 130 | fn gradient(front: Self, back: Self) -> Self { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_back` [INFO] [stderr] [INFO] [stderr] warning: method `into_inner` is never used [INFO] [stderr] --> src/matrix.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 18 | impl<'out, P: Pixel, const N: usize, const R: u8> OutputMatrix<'out, P, N, R> { [INFO] [stderr] | ----------------------------------------------------------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 39 | pub(crate) fn into_inner(self) -> &'out mut [P] { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: variant `IDiff888` is never constructed [INFO] [stderr] --> src/ycbcr_lookup.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub(crate) enum YCbCrLookup { [INFO] [stderr] | ----------- variant in this enum [INFO] [stderr] 7 | IDiff555(Box<[f32]>), [INFO] [stderr] 8 | IDiff888(Box<[f32]>), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function `new_large` is never used [INFO] [stderr] --> src/ycbcr_lookup.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 36 | impl YCbCrLookup { [INFO] [stderr] | ---------------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 81 | pub(crate) fn new_large() -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/ycbcr_lookup.rs:60:18 [INFO] [stderr] | [INFO] [stderr] 60 | unsafe { LOOKUP_INSTANCE.as_ref().unwrap_unchecked() } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = 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] [stderr] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/ycbcr_lookup.rs:64:18 [INFO] [stderr] | [INFO] [stderr] 64 | unsafe { LOOKUP_INSTANCE.is_some() } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = 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] [stderr] [INFO] [stderr] warning: `xbrz-rs` (lib) generated 8 warnings (run `cargo fix --lib -p xbrz-rs` to apply 1 suggestion) [INFO] [stderr] warning: `xbrz-rs` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xbrz-ae4450d40cdedc90) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::reinterpret_as_argb ... ok [INFO] [stdout] test tests::transmute_argb_vec ... ok [INFO] [stdout] test ycbcr_lookup::test::test_small_lut ... ok [INFO] [stdout] test ycbcr_lookup::test::test_large_lut ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.91s [INFO] [stdout] [INFO] [stderr] Doc-tests xbrz [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c60131b2f385f76c494c2dff472bf12e132cd802f0816a80c785f6c25844b6d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c60131b2f385f76c494c2dff472bf12e132cd802f0816a80c785f6c25844b6d0", kill_on_drop: false }` [INFO] [stdout] c60131b2f385f76c494c2dff472bf12e132cd802f0816a80c785f6c25844b6d0