[INFO] cloning repository https://github.com/awxkee/yuvutils-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/awxkee/yuvutils-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawxkee%2Fyuvutils-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawxkee%2Fyuvutils-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 06dc2a31126fa290f4e6a2363ce83dbf4370673a [INFO] checking awxkee/yuvutils-rs/06dc2a31126fa290f4e6a2363ce83dbf4370673a against master#b56aaec52bc0fa35591a872fb4aac81f606e265c for pr-122661-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawxkee%2Fyuvutils-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/awxkee/yuvutils-rs [INFO] finished tweaking git repo https://github.com/awxkee/yuvutils-rs [INFO] tweaked toml for git repo https://github.com/awxkee/yuvutils-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/awxkee/yuvutils-rs on toolchain b56aaec52bc0fa35591a872fb4aac81f606e265c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "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" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 130 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.6.0 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fast_transpose v0.2.5 [INFO] [stderr] Downloaded yuv-sys v0.3.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b11d169d31e0a7cc9bd1cdd13bf9f7a547748d0423bdd610b42429077bf524f [INFO] running `Command { std: "docker" "start" "-a" "3b11d169d31e0a7cc9bd1cdd13bf9f7a547748d0423bdd610b42429077bf524f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b11d169d31e0a7cc9bd1cdd13bf9f7a547748d0423bdd610b42429077bf524f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b11d169d31e0a7cc9bd1cdd13bf9f7a547748d0423bdd610b42429077bf524f", kill_on_drop: false }` [INFO] [stdout] 3b11d169d31e0a7cc9bd1cdd13bf9f7a547748d0423bdd610b42429077bf524f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c210a3e200bc192c8db5cabf52427ecafde21ebbe7f5685d98e676b32052e8f3 [INFO] running `Command { std: "docker" "start" "-a" "c210a3e200bc192c8db5cabf52427ecafde21ebbe7f5685d98e676b32052e8f3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking bytemuck v1.23.1 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking arbitrary v1.4.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking fast_transpose v0.2.5 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling prettyplease v0.2.36 [INFO] [stderr] Checking yuv v0.8.6 (/opt/rustwide/workdir) [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling bindgen v0.69.5 [INFO] [stderr] Compiling libfuzzer-sys v0.4.10 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling serde_json v1.0.141 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking clap_builder v4.5.41 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking zune-jpeg v0.4.19 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking image v0.25.6 [INFO] [stderr] Checking clap v4.5.41 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Compiling gmp-mpfr-sys v1.6.5 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling rug v1.27.0 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Compiling yuv-sys v0.3.7 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking criterion v0.6.0 [INFO] [stderr] Checking app-fuzz v0.0.0 (/opt/rustwide/workdir/fuzz) [INFO] [stdout] warning: function `fuzz_yuv_444_p16` is never used [INFO] [stdout] --> fuzz/gbr_to_rgb/gbr_to_rgb.rs:120:4 [INFO] [stdout] | [INFO] [stdout] 120 | fn fuzz_yuv_444_p16(i_width: u8, i_height: u8, y_value: u8, u_value: u8, v_value: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking app v0.1.0 (/opt/rustwide/workdir/app) [INFO] [stdout] warning: unused imports: `YuvConversionMode`, `YuvPlanarImageWithAlpha`, `YuvPlanarImage`, `i010_alpha_to_rgba10`, `i010_to_rgba10_bilinear`, `i010_to_rgba10`, `i210_to_rgba10_bilinear`, `i210_to_rgba10`, `icgc_re010_to_rgba`, `icgc_ro010_to_rgba`, `icgc_ro210_to_rgba`, `icgc_ro410_to_rgba`, `rgb10_to_p010`, `rgba10_to_i010`, `rgba10_to_i210`, `rgba12_to_i412`, `rgba_to_icgc_re010`, `rgba_to_icgc_ro010`, `rgba_to_icgc_ro210`, `rgba_to_icgc_ro410`, `rgba_to_ycgco420`, `rgba_to_ycgco444`, `rgba_to_yuv420`, `rgba_to_yuv422`, `rgba_to_yuv444`, `rgba_to_yuv_nv12`, `rgba_to_yuv_nv16`, `rgba_to_yuv_nv24`, `ycgco420_to_rgba`, `ycgco444_to_rgba`, `yuv420_alpha_to_rgba`, `yuv420_to_rgba_bilinear`, `yuv420_to_rgba`, `yuv422_to_rgb_bilinear`, `yuv422_to_rgba_bilinear`, `yuv422_to_rgba`, `yuv444_to_rgba`, `yuv_nv12_to_rgba`, `yuv_nv16_to_rgba`, and `yuv_nv24_to_rgba` [INFO] [stdout] --> app/src/main.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | i010_alpha_to_rgba10, i010_to_rgba10, i010_to_rgba10_bilinear, i210_to_rgba10, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 39 | i210_to_rgba10_bilinear, icgc_re010_to_rgba, icgc_ro010_to_rgba, icgc_ro210_to_rgba, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | icgc_ro410_to_rgba, p010_to_rgba10, rgb10_to_p010, rgba10_to_i010, rgba10_to_i210, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 41 | rgba10_to_p010, rgba12_to_i412, rgba_to_icgc_re010, rgba_to_icgc_ro010, rgba_to_icgc_ro210, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 42 | rgba_to_icgc_ro410, rgba_to_ycgco420, rgba_to_ycgco444, rgba_to_yuv420, rgba_to_yuv422, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 43 | rgba_to_yuv444, rgba_to_yuv_nv12, rgba_to_yuv_nv16, rgba_to_yuv_nv24, ycgco420_to_rgba, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] 44 | ycgco444_to_rgba, yuv420_alpha_to_rgba, yuv420_to_rgba, yuv420_to_rgba_bilinear, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | yuv422_to_rgb_bilinear, yuv422_to_rgba, yuv422_to_rgba_bilinear, yuv444_to_rgba, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 46 | yuv_nv12_to_rgba, yuv_nv16_to_rgba, yuv_nv24_to_rgba, YuvBiPlanarImageMut, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | YuvChromaSubsampling, YuvConversionMode, YuvPlanarImage, YuvPlanarImageMut, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 48 | YuvPlanarImageWithAlpha, YuvRange, YuvStandardMatrix, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::f16` [INFO] [stdout] --> app/src/main.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | use core::f16; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `YuvConversionMode`, `YuvPlanarImageWithAlpha`, `YuvPlanarImage`, `i010_alpha_to_rgba10`, `i010_to_rgba10_bilinear`, `i010_to_rgba10`, `i210_to_rgba10_bilinear`, `i210_to_rgba10`, `icgc_re010_to_rgba`, `icgc_ro010_to_rgba`, `icgc_ro210_to_rgba`, `icgc_ro410_to_rgba`, `rgb10_to_p010`, `rgba10_to_i010`, `rgba10_to_i210`, `rgba12_to_i412`, `rgba_to_icgc_re010`, `rgba_to_icgc_ro010`, `rgba_to_icgc_ro210`, `rgba_to_icgc_ro410`, `rgba_to_ycgco420`, `rgba_to_ycgco444`, `rgba_to_yuv420`, `rgba_to_yuv422`, `rgba_to_yuv444`, `rgba_to_yuv_nv12`, `rgba_to_yuv_nv16`, `rgba_to_yuv_nv24`, `ycgco420_to_rgba`, `ycgco444_to_rgba`, `yuv420_alpha_to_rgba`, `yuv420_to_rgba_bilinear`, `yuv420_to_rgba`, `yuv422_to_rgb_bilinear`, `yuv422_to_rgba_bilinear`, `yuv422_to_rgba`, `yuv444_to_rgba`, `yuv_nv12_to_rgba`, `yuv_nv16_to_rgba`, and `yuv_nv24_to_rgba` [INFO] [stdout] --> app/src/main.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | i010_alpha_to_rgba10, i010_to_rgba10, i010_to_rgba10_bilinear, i210_to_rgba10, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 39 | i210_to_rgba10_bilinear, icgc_re010_to_rgba, icgc_ro010_to_rgba, icgc_ro210_to_rgba, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | icgc_ro410_to_rgba, p010_to_rgba10, rgb10_to_p010, rgba10_to_i010, rgba10_to_i210, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 41 | rgba10_to_p010, rgba12_to_i412, rgba_to_icgc_re010, rgba_to_icgc_ro010, rgba_to_icgc_ro210, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 42 | rgba_to_icgc_ro410, rgba_to_ycgco420, rgba_to_ycgco444, rgba_to_yuv420, rgba_to_yuv422, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 43 | rgba_to_yuv444, rgba_to_yuv_nv12, rgba_to_yuv_nv16, rgba_to_yuv_nv24, ycgco420_to_rgba, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] 44 | ycgco444_to_rgba, yuv420_alpha_to_rgba, yuv420_to_rgba, yuv420_to_rgba_bilinear, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | yuv422_to_rgb_bilinear, yuv422_to_rgba, yuv422_to_rgba_bilinear, yuv444_to_rgba, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 46 | yuv_nv12_to_rgba, yuv_nv16_to_rgba, yuv_nv24_to_rgba, YuvBiPlanarImageMut, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | YuvChromaSubsampling, YuvConversionMode, YuvPlanarImage, YuvPlanarImageMut, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 48 | YuvPlanarImageWithAlpha, YuvRange, YuvStandardMatrix, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::f16` [INFO] [stdout] --> app/src/main.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | use core::f16; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `yuv::rotate_plane`, `yuv::rotate_rgba`, `yuv::RotationMode` [INFO] [stdout] --> app/benches/geometry/main.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | use yuv::{rotate_plane, rotate_rgba, RotationMode}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ no `RotationMode` in the root [INFO] [stdout] | | | [INFO] [stdout] | | no `rotate_rgba` in the root [INFO] [stdout] | no `rotate_plane` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:529:33 [INFO] [stdout] | [INFO] [stdout] 529 | rotate_cbcr, rotate_cbcr16, rotate_plane, rotate_plane16, rotate_rgb, rotate_rgb16, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `geometry` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:527:7 [INFO] [stdout] | [INFO] [stdout] 527 | #[cfg(feature = "geometry")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | rotate_rgba, rotate_rgba16, RotationMode, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `geometry` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:527:7 [INFO] [stdout] | [INFO] [stdout] 527 | #[cfg(feature = "geometry")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider importing this type alias instead: [INFO] [stdout] yuv_sys::RotationMode [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:530:33 [INFO] [stdout] | [INFO] [stdout] 530 | rotate_rgba, rotate_rgba16, RotationMode, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `geometry` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:527:7 [INFO] [stdout] | [INFO] [stdout] 527 | #[cfg(feature = "geometry")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `app` (bench "geometry") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/benches/yuv8/main.rs:555:13 [INFO] [stdout] | [INFO] [stdout] 555 | let mut rgb_bytes = vec![0u8; dimensions.0 as usize * 4 * dimensions.1 as usize]; [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `width` [INFO] [stdout] --> app/src/support.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | width: usize, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `height` [INFO] [stdout] --> app/src/support.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | height: usize, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `width` [INFO] [stdout] --> app/src/support.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | width: usize, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `height` [INFO] [stdout] --> app/src/support.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | height: usize, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y_plane` [INFO] [stdout] --> app/src/main.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | let mut y_plane = vec![0u8; y_stride as usize * height as usize]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `u_plane` [INFO] [stdout] --> app/src/main.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | let mut u_plane = vec![0u8; height as usize * u_stride as usize]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_u_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `v_plane` [INFO] [stdout] --> app/src/main.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | let mut v_plane = vec![0u8; height as usize * v_stride as usize]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_v_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `start_time` [INFO] [stdout] --> app/src/main.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | let start_time = Instant::now(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y_nv_plane` [INFO] [stdout] --> app/src/main.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | let mut y_nv_plane = vec![0u8; width as usize * height as usize]; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y_nv_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `uv_nv_plane` [INFO] [stdout] --> app/src/main.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | let mut uv_nv_plane = vec![0u8; width as usize * (height as usize + 1) / 2]; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_uv_nv_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixed_planar` [INFO] [stdout] --> app/src/main.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | let fixed_planar = planar_image.to_fixed(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixed_planar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | let mut img = ImageReader::open("./assets/bench.png") [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y_plane` [INFO] [stdout] --> app/src/main.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | let mut y_plane = vec![0u8; y_stride as usize * height as usize]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `u_plane` [INFO] [stdout] --> app/src/main.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | let mut u_plane = vec![0u8; height as usize * u_stride as usize]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_u_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `v_plane` [INFO] [stdout] --> app/src/main.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | let mut v_plane = vec![0u8; height as usize * v_stride as usize]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_v_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `start_time` [INFO] [stdout] --> app/src/main.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | let start_time = Instant::now(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y_nv_plane` [INFO] [stdout] --> app/src/main.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | let mut y_nv_plane = vec![0u8; width as usize * height as usize]; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y_nv_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `uv_nv_plane` [INFO] [stdout] --> app/src/main.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | let mut uv_nv_plane = vec![0u8; width as usize * (height as usize + 1) / 2]; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_uv_nv_plane` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixed_planar` [INFO] [stdout] --> app/src/main.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | let fixed_planar = planar_image.to_fixed(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixed_planar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | let mut img = ImageReader::open("./assets/bench.png") [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | let mut components = match img.color() { [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | let mut y_plane = vec![0u8; y_stride as usize * height as usize]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | let mut u_plane = vec![0u8; height as usize * u_stride as usize]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | let mut v_plane = vec![0u8; height as usize * v_stride as usize]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | let mut y_nv_plane = vec![0u8; width as usize * height as usize]; [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | let mut uv_nv_plane = vec![0u8; width as usize * (height as usize + 1) / 2]; [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | let mut planar_image = [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_file_bytes` is never used [INFO] [stdout] --> app/src/main.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn read_file_bytes(file_path: &str) -> Result, String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `qrshr` is never used [INFO] [stdout] --> app/src/bilinear.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) fn qrshr(val: i32) -> i32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Y_BIAS` is never used [INFO] [stdout] --> app/src/bilinear.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | const Y_BIAS: i16 = 0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UV_BIAS` is never used [INFO] [stdout] --> app/src/bilinear.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | const UV_BIAS: i16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Y_COEF` is never used [INFO] [stdout] --> app/src/bilinear.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | const Y_COEF: i16 = 0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CR_COEF` is never used [INFO] [stdout] --> app/src/bilinear.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | const CR_COEF: i16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CB_COEF` is never used [INFO] [stdout] --> app/src/bilinear.rs:43:7 [INFO] [stdout] | [INFO] [stdout] 43 | const CB_COEF: i16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `G_COEF_1` is never used [INFO] [stdout] --> app/src/bilinear.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const G_COEF_1: i16 = 0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `G_COEF_2` is never used [INFO] [stdout] --> app/src/bilinear.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | const G_COEF_2: i16 = 0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `interpolate_1_row` is never used [INFO] [stdout] --> app/src/bilinear.rs:47:4 [INFO] [stdout] | [INFO] [stdout] 47 | fn interpolate_1_row( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `interpolate_2_rows` is never used [INFO] [stdout] --> app/src/bilinear.rs:134:4 [INFO] [stdout] | [INFO] [stdout] 134 | fn interpolate_2_rows( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Sampling` is never used [INFO] [stdout] --> app/src/bilinear.rs:259:6 [INFO] [stdout] | [INFO] [stdout] 259 | enum Sampling { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `yuv_to_rgbx_impl_bilinear` is never used [INFO] [stdout] --> app/src/bilinear.rs:264:4 [INFO] [stdout] | [INFO] [stdout] 264 | fn yuv_to_rgbx_impl_bilinear< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `save_yuy2_image` is never used [INFO] [stdout] --> app/src/support.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn save_yuy2_image( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_yuv420_16bit` is never used [INFO] [stdout] --> app/src/support.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn read_yuv420_16bit>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | let mut components = match img.color() { [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | let mut y_plane = vec![0u8; y_stride as usize * height as usize]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | let mut u_plane = vec![0u8; height as usize * u_stride as usize]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | let mut v_plane = vec![0u8; height as usize * v_stride as usize]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | let mut y_nv_plane = vec![0u8; width as usize * height as usize]; [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | let mut uv_nv_plane = vec![0u8; width as usize * (height as usize + 1) / 2]; [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> app/src/main.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | let mut planar_image = [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_file_bytes` is never used [INFO] [stdout] --> app/src/main.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn read_file_bytes(file_path: &str) -> Result, String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `qrshr` is never used [INFO] [stdout] --> app/src/bilinear.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) fn qrshr(val: i32) -> i32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Y_BIAS` is never used [INFO] [stdout] --> app/src/bilinear.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | const Y_BIAS: i16 = 0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UV_BIAS` is never used [INFO] [stdout] --> app/src/bilinear.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | const UV_BIAS: i16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Y_COEF` is never used [INFO] [stdout] --> app/src/bilinear.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | const Y_COEF: i16 = 0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CR_COEF` is never used [INFO] [stdout] --> app/src/bilinear.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | const CR_COEF: i16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CB_COEF` is never used [INFO] [stdout] --> app/src/bilinear.rs:43:7 [INFO] [stdout] | [INFO] [stdout] 43 | const CB_COEF: i16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `G_COEF_1` is never used [INFO] [stdout] --> app/src/bilinear.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const G_COEF_1: i16 = 0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `G_COEF_2` is never used [INFO] [stdout] --> app/src/bilinear.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | const G_COEF_2: i16 = 0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `interpolate_1_row` is never used [INFO] [stdout] --> app/src/bilinear.rs:47:4 [INFO] [stdout] | [INFO] [stdout] 47 | fn interpolate_1_row( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `interpolate_2_rows` is never used [INFO] [stdout] --> app/src/bilinear.rs:134:4 [INFO] [stdout] | [INFO] [stdout] 134 | fn interpolate_2_rows( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Sampling` is never used [INFO] [stdout] --> app/src/bilinear.rs:259:6 [INFO] [stdout] | [INFO] [stdout] 259 | enum Sampling { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `yuv_to_rgbx_impl_bilinear` is never used [INFO] [stdout] --> app/src/bilinear.rs:264:4 [INFO] [stdout] | [INFO] [stdout] 264 | fn yuv_to_rgbx_impl_bilinear< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `save_yuy2_image` is never used [INFO] [stdout] --> app/src/support.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn save_yuy2_image( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_yuv420_16bit` is never used [INFO] [stdout] --> app/src/support.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn read_yuv420_16bit>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "c210a3e200bc192c8db5cabf52427ecafde21ebbe7f5685d98e676b32052e8f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c210a3e200bc192c8db5cabf52427ecafde21ebbe7f5685d98e676b32052e8f3", kill_on_drop: false }` [INFO] [stdout] c210a3e200bc192c8db5cabf52427ecafde21ebbe7f5685d98e676b32052e8f3