[INFO] fetching crate h264-reader 0.5.0... [INFO] testing h264-reader-0.5.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate h264-reader 0.5.0 into /workspace/builds/worker-40/source [INFO] validating manifest of crates.io crate h264-reader 0.5.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate h264-reader 0.5.0 [INFO] finished tweaking crates.io crate h264-reader 0.5.0 [INFO] tweaked toml for crates.io crate h264-reader 0.5.0 written to /workspace/builds/worker-40/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a27fe08c704ed1d9e538908f3b2424c50b963de97627ed58dec52d49099bd478 [INFO] running `Command { std: "docker" "start" "-a" "a27fe08c704ed1d9e538908f3b2424c50b963de97627ed58dec52d49099bd478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a27fe08c704ed1d9e538908f3b2424c50b963de97627ed58dec52d49099bd478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a27fe08c704ed1d9e538908f3b2424c50b963de97627ed58dec52d49099bd478", kill_on_drop: false }` [INFO] [stdout] a27fe08c704ed1d9e538908f3b2424c50b963de97627ed58dec52d49099bd478 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8dbcc7e096fdb396c554ebda029716964827ab19f0ba7c638b73d84446b4d1f3 [INFO] running `Command { std: "docker" "start" "-a" "8dbcc7e096fdb396c554ebda029716964827ab19f0ba7c638b73d84446b4d1f3", kill_on_drop: false }` [INFO] [stderr] Compiling four-cc v0.1.0 [INFO] [stderr] Compiling mpeg4-audio-const v0.2.0 [INFO] [stderr] Compiling bitreader v0.3.6 [INFO] [stderr] Compiling mp4ra-rust v0.1.0 [INFO] [stderr] Compiling rfc6381-codec v0.1.0 [INFO] [stderr] Compiling h264-reader v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `colour_primaries` [INFO] [stdout] --> src/nal/sps.rs:662:5 [INFO] [stdout] | [INFO] [stdout] 662 | colour_primaries: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transfer_characteristics` [INFO] [stdout] --> src/nal/sps.rs:663:5 [INFO] [stdout] | [INFO] [stdout] 663 | transfer_characteristics: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `matrix_coefficients` [INFO] [stdout] --> src/nal/sps.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | matrix_coefficients: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `video_format` [INFO] [stdout] --> src/nal/sps.rs:683:5 [INFO] [stdout] | [INFO] [stdout] 683 | video_format: VideoFormat, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `video_full_range_flag` [INFO] [stdout] --> src/nal/sps.rs:684:5 [INFO] [stdout] | [INFO] [stdout] 684 | video_full_range_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colour_description` [INFO] [stdout] --> src/nal/sps.rs:685:5 [INFO] [stdout] | [INFO] [stdout] 685 | colour_description: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_sample_loc_type_top_field` [INFO] [stdout] --> src/nal/sps.rs:704:5 [INFO] [stdout] | [INFO] [stdout] 704 | chroma_sample_loc_type_top_field: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ChromaLocInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_sample_loc_type_bottom_field` [INFO] [stdout] --> src/nal/sps.rs:705:5 [INFO] [stdout] | [INFO] [stdout] 705 | chroma_sample_loc_type_bottom_field: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ChromaLocInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_rate_value_minus1` [INFO] [stdout] --> src/nal/sps.rs:744:5 [INFO] [stdout] | [INFO] [stdout] 744 | bit_rate_value_minus1: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cpb_size_value_minus1` [INFO] [stdout] --> src/nal/sps.rs:745:5 [INFO] [stdout] | [INFO] [stdout] 745 | cpb_size_value_minus1: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cbr_flag` [INFO] [stdout] --> src/nal/sps.rs:746:5 [INFO] [stdout] | [INFO] [stdout] 746 | cbr_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `motion_vectors_over_pic_boundaries_flag` [INFO] [stdout] --> src/nal/sps.rs:803:5 [INFO] [stdout] | [INFO] [stdout] 803 | motion_vectors_over_pic_boundaries_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_bytes_per_pic_denom` [INFO] [stdout] --> src/nal/sps.rs:804:5 [INFO] [stdout] | [INFO] [stdout] 804 | max_bytes_per_pic_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_bits_per_mb_denom` [INFO] [stdout] --> src/nal/sps.rs:805:5 [INFO] [stdout] | [INFO] [stdout] 805 | max_bits_per_mb_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `log2_max_mv_length_horizontal` [INFO] [stdout] --> src/nal/sps.rs:806:5 [INFO] [stdout] | [INFO] [stdout] 806 | log2_max_mv_length_horizontal: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `log2_max_mv_length_vertical` [INFO] [stdout] --> src/nal/sps.rs:807:5 [INFO] [stdout] | [INFO] [stdout] 807 | log2_max_mv_length_vertical: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_num_reorder_frames` [INFO] [stdout] --> src/nal/sps.rs:808:5 [INFO] [stdout] | [INFO] [stdout] 808 | max_num_reorder_frames: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_dec_frame_buffering` [INFO] [stdout] --> src/nal/sps.rs:809:5 [INFO] [stdout] | [INFO] [stdout] 809 | max_dec_frame_buffering: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rfc6381` [INFO] [stdout] --> src/nal/sps.rs:982:8 [INFO] [stdout] | [INFO] [stdout] 982 | fn rfc6381(&self) -> rfc6381_codec::Codec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `top_left` [INFO] [stdout] --> src/nal/pps.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | top_left: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceRect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bottom_right` [INFO] [stdout] --> src/nal/pps.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | bottom_right: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceRect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/nal/pps.rs:146:8 [INFO] [stdout] | [INFO] [stdout] 146 | fn read(r: &mut RbspBitReader<'_>, sps: &sps::SeqParameterSet, transform_8x8_mode_flag: bool) -> Result,PpsE... [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform_8x8_mode_flag` [INFO] [stdout] --> src/nal/pps.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | transform_8x8_mode_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pic_scaling_matrix` [INFO] [stdout] --> src/nal/pps.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | pic_scaling_matrix: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `second_chroma_qp_index_offset` [INFO] [stdout] --> src/nal/pps.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | second_chroma_qp_index_offset: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/nal/pps.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | fn read(r: &mut RbspBitReader<'_>, sps: &sps::SeqParameterSet) -> Result,PpsError> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_ref_idx_l1_active_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:144:43 [INFO] [stdout] | [INFO] [stdout] 144 | B{ num_ref_idx_l0_active_minus1: u32, num_ref_idx_l1_active_minus1: u32 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NumRefIdxActive` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l0` [INFO] [stdout] --> src/nal/slice/mod.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | ref_pic_list_modification_l0: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l0` [INFO] [stdout] --> src/nal/slice/mod.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | ref_pic_list_modification_l0: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l1` [INFO] [stdout] --> src/nal/slice/mod.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | ref_pic_list_modification_l1: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `weight` [INFO] [stdout] --> src/nal/slice/mod.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | weight: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `offset` [INFO] [stdout] --> src/nal/slice/mod.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | offset: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `luma_log2_weight_denom` [INFO] [stdout] --> src/nal/slice/mod.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | luma_log2_weight_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_log2_weight_denom` [INFO] [stdout] --> src/nal/slice/mod.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | chroma_log2_weight_denom: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `luma_weights` [INFO] [stdout] --> src/nal/slice/mod.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | luma_weights: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_weights` [INFO] [stdout] --> src/nal/slice/mod.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | chroma_weights: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `difference_of_pic_nums_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:279:29 [INFO] [stdout] | [INFO] [stdout] 279 | ShortTermUnusedForRef { difference_of_pic_nums_minus1: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_pic_num` [INFO] [stdout] --> src/nal/slice/mod.rs:281:28 [INFO] [stdout] | [INFO] [stdout] 281 | LongTermUnusedForRef { long_term_pic_num: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `difference_of_pic_nums_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:283:32 [INFO] [stdout] | [INFO] [stdout] 283 | ShortTermUsedForLongTerm { difference_of_pic_nums_minus1: u32, long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_frame_idx` [INFO] [stdout] --> src/nal/slice/mod.rs:283:68 [INFO] [stdout] | [INFO] [stdout] 283 | ShortTermUsedForLongTerm { difference_of_pic_nums_minus1: u32, long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_long_term_frame_idx_plus1` [INFO] [stdout] --> src/nal/slice/mod.rs:285:31 [INFO] [stdout] | [INFO] [stdout] 285 | MaxUsedLongTermFrameRef { max_long_term_frame_idx_plus1: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_frame_idx` [INFO] [stdout] --> src/nal/slice/mod.rs:289:30 [INFO] [stdout] | [INFO] [stdout] 289 | CurrentUsedForLongTerm { long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `no_output_of_prior_pics_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | no_output_of_prior_pics_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecRefPicMarking` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_reference_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:297:9 [INFO] [stdout] | [INFO] [stdout] 297 | long_term_reference_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecRefPicMarking` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `first_mb_in_slice` [INFO] [stdout] --> src/nal/slice/mod.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | first_mb_in_slice: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_type` [INFO] [stdout] --> src/nal/slice/mod.rs:354:5 [INFO] [stdout] | [INFO] [stdout] 354 | slice_type: SliceType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colour_plane` [INFO] [stdout] --> src/nal/slice/mod.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | colour_plane: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frame_num` [INFO] [stdout] --> src/nal/slice/mod.rs:356:5 [INFO] [stdout] | [INFO] [stdout] 356 | frame_num: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_pic` [INFO] [stdout] --> src/nal/slice/mod.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | field_pic: FieldPic, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `idr_pic_id` [INFO] [stdout] --> src/nal/slice/mod.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | idr_pic_id: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pic_order_cnt_lsb` [INFO] [stdout] --> src/nal/slice/mod.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | pic_order_cnt_lsb: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `redundant_pic_cnt` [INFO] [stdout] --> src/nal/slice/mod.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | redundant_pic_cnt: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `direct_spatial_mv_pred_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | direct_spatial_mv_pred_flag: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_ref_idx_active` [INFO] [stdout] --> src/nal/slice/mod.rs:362:5 [INFO] [stdout] | [INFO] [stdout] 362 | num_ref_idx_active: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification` [INFO] [stdout] --> src/nal/slice/mod.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | ref_pic_list_modification: Option, // may become an enum rather than Option in future (for ref_pic_list_mvc... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pred_weight_table` [INFO] [stdout] --> src/nal/slice/mod.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | pred_weight_table: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dec_ref_pic_marking` [INFO] [stdout] --> src/nal/slice/mod.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | dec_ref_pic_marking: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cabac_init_idc` [INFO] [stdout] --> src/nal/slice/mod.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | cabac_init_idc: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_qp_delta` [INFO] [stdout] --> src/nal/slice/mod.rs:367:5 [INFO] [stdout] | [INFO] [stdout] 367 | slice_qp_delta: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sp_for_switch_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:368:5 [INFO] [stdout] | [INFO] [stdout] 368 | sp_for_switch_flag: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_qs` [INFO] [stdout] --> src/nal/slice/mod.rs:369:5 [INFO] [stdout] | [INFO] [stdout] 369 | slice_qs: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `disable_deblocking_filter_idc` [INFO] [stdout] --> src/nal/slice/mod.rs:370:5 [INFO] [stdout] | [INFO] [stdout] 370 | disable_deblocking_filter_idc: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial_cpb_removal_delay` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | initial_cpb_removal_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InitialCpbRemoval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial_cpb_removal_delay_offset` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | initial_cpb_removal_delay_offset: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InitialCpbRemoval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nal_hrd_bp` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | nal_hrd_bp: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BufferingPeriod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vcl_hrd_bp` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | vcl_hrd_bp: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BufferingPeriod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cpb_removal_delay` [INFO] [stdout] --> src/nal/sei/pic_timing.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | cpb_removal_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Delays` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/pic_timing.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dpb_output_delay` [INFO] [stdout] --> src/nal/sei/pic_timing.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | dpb_output_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Delays` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/pic_timing.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.27s [INFO] running `Command { std: "docker" "inspect" "8dbcc7e096fdb396c554ebda029716964827ab19f0ba7c638b73d84446b4d1f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8dbcc7e096fdb396c554ebda029716964827ab19f0ba7c638b73d84446b4d1f3", kill_on_drop: false }` [INFO] [stdout] 8dbcc7e096fdb396c554ebda029716964827ab19f0ba7c638b73d84446b4d1f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58f56b41dc6b4f080c16188ab6d0527332beef2f2d493716e9e76fe6c3df88cb [INFO] running `Command { std: "docker" "start" "-a" "58f56b41dc6b4f080c16188ab6d0527332beef2f2d493716e9e76fe6c3df88cb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling hex-slice v0.1.4 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: field is never read: `colour_primaries` [INFO] [stdout] --> src/nal/sps.rs:662:5 [INFO] [stdout] | [INFO] [stdout] 662 | colour_primaries: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transfer_characteristics` [INFO] [stdout] --> src/nal/sps.rs:663:5 [INFO] [stdout] | [INFO] [stdout] 663 | transfer_characteristics: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `matrix_coefficients` [INFO] [stdout] --> src/nal/sps.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | matrix_coefficients: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `video_format` [INFO] [stdout] --> src/nal/sps.rs:683:5 [INFO] [stdout] | [INFO] [stdout] 683 | video_format: VideoFormat, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `video_full_range_flag` [INFO] [stdout] --> src/nal/sps.rs:684:5 [INFO] [stdout] | [INFO] [stdout] 684 | video_full_range_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colour_description` [INFO] [stdout] --> src/nal/sps.rs:685:5 [INFO] [stdout] | [INFO] [stdout] 685 | colour_description: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_sample_loc_type_top_field` [INFO] [stdout] --> src/nal/sps.rs:704:5 [INFO] [stdout] | [INFO] [stdout] 704 | chroma_sample_loc_type_top_field: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ChromaLocInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_sample_loc_type_bottom_field` [INFO] [stdout] --> src/nal/sps.rs:705:5 [INFO] [stdout] | [INFO] [stdout] 705 | chroma_sample_loc_type_bottom_field: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ChromaLocInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_rate_value_minus1` [INFO] [stdout] --> src/nal/sps.rs:744:5 [INFO] [stdout] | [INFO] [stdout] 744 | bit_rate_value_minus1: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cpb_size_value_minus1` [INFO] [stdout] --> src/nal/sps.rs:745:5 [INFO] [stdout] | [INFO] [stdout] 745 | cpb_size_value_minus1: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cbr_flag` [INFO] [stdout] --> src/nal/sps.rs:746:5 [INFO] [stdout] | [INFO] [stdout] 746 | cbr_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `motion_vectors_over_pic_boundaries_flag` [INFO] [stdout] --> src/nal/sps.rs:803:5 [INFO] [stdout] | [INFO] [stdout] 803 | motion_vectors_over_pic_boundaries_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_bytes_per_pic_denom` [INFO] [stdout] --> src/nal/sps.rs:804:5 [INFO] [stdout] | [INFO] [stdout] 804 | max_bytes_per_pic_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_bits_per_mb_denom` [INFO] [stdout] --> src/nal/sps.rs:805:5 [INFO] [stdout] | [INFO] [stdout] 805 | max_bits_per_mb_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `log2_max_mv_length_horizontal` [INFO] [stdout] --> src/nal/sps.rs:806:5 [INFO] [stdout] | [INFO] [stdout] 806 | log2_max_mv_length_horizontal: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `log2_max_mv_length_vertical` [INFO] [stdout] --> src/nal/sps.rs:807:5 [INFO] [stdout] | [INFO] [stdout] 807 | log2_max_mv_length_vertical: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_num_reorder_frames` [INFO] [stdout] --> src/nal/sps.rs:808:5 [INFO] [stdout] | [INFO] [stdout] 808 | max_num_reorder_frames: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_dec_frame_buffering` [INFO] [stdout] --> src/nal/sps.rs:809:5 [INFO] [stdout] | [INFO] [stdout] 809 | max_dec_frame_buffering: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rfc6381` [INFO] [stdout] --> src/nal/sps.rs:982:8 [INFO] [stdout] | [INFO] [stdout] 982 | fn rfc6381(&self) -> rfc6381_codec::Codec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `top_left` [INFO] [stdout] --> src/nal/pps.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | top_left: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceRect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bottom_right` [INFO] [stdout] --> src/nal/pps.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | bottom_right: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceRect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/nal/pps.rs:146:8 [INFO] [stdout] | [INFO] [stdout] 146 | fn read(r: &mut RbspBitReader<'_>, sps: &sps::SeqParameterSet, transform_8x8_mode_flag: bool) -> Result,PpsE... [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform_8x8_mode_flag` [INFO] [stdout] --> src/nal/pps.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | transform_8x8_mode_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pic_scaling_matrix` [INFO] [stdout] --> src/nal/pps.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | pic_scaling_matrix: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `second_chroma_qp_index_offset` [INFO] [stdout] --> src/nal/pps.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | second_chroma_qp_index_offset: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/nal/pps.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | fn read(r: &mut RbspBitReader<'_>, sps: &sps::SeqParameterSet) -> Result,PpsError> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_ref_idx_l1_active_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:144:43 [INFO] [stdout] | [INFO] [stdout] 144 | B{ num_ref_idx_l0_active_minus1: u32, num_ref_idx_l1_active_minus1: u32 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NumRefIdxActive` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l0` [INFO] [stdout] --> src/nal/slice/mod.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | ref_pic_list_modification_l0: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l0` [INFO] [stdout] --> src/nal/slice/mod.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | ref_pic_list_modification_l0: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l1` [INFO] [stdout] --> src/nal/slice/mod.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | ref_pic_list_modification_l1: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `weight` [INFO] [stdout] --> src/nal/slice/mod.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | weight: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `offset` [INFO] [stdout] --> src/nal/slice/mod.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | offset: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `luma_log2_weight_denom` [INFO] [stdout] --> src/nal/slice/mod.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | luma_log2_weight_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_log2_weight_denom` [INFO] [stdout] --> src/nal/slice/mod.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | chroma_log2_weight_denom: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `luma_weights` [INFO] [stdout] --> src/nal/slice/mod.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | luma_weights: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_weights` [INFO] [stdout] --> src/nal/slice/mod.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | chroma_weights: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `difference_of_pic_nums_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:279:29 [INFO] [stdout] | [INFO] [stdout] 279 | ShortTermUnusedForRef { difference_of_pic_nums_minus1: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_pic_num` [INFO] [stdout] --> src/nal/slice/mod.rs:281:28 [INFO] [stdout] | [INFO] [stdout] 281 | LongTermUnusedForRef { long_term_pic_num: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `difference_of_pic_nums_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:283:32 [INFO] [stdout] | [INFO] [stdout] 283 | ShortTermUsedForLongTerm { difference_of_pic_nums_minus1: u32, long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_frame_idx` [INFO] [stdout] --> src/nal/slice/mod.rs:283:68 [INFO] [stdout] | [INFO] [stdout] 283 | ShortTermUsedForLongTerm { difference_of_pic_nums_minus1: u32, long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_long_term_frame_idx_plus1` [INFO] [stdout] --> src/nal/slice/mod.rs:285:31 [INFO] [stdout] | [INFO] [stdout] 285 | MaxUsedLongTermFrameRef { max_long_term_frame_idx_plus1: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_frame_idx` [INFO] [stdout] --> src/nal/slice/mod.rs:289:30 [INFO] [stdout] | [INFO] [stdout] 289 | CurrentUsedForLongTerm { long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `no_output_of_prior_pics_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | no_output_of_prior_pics_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecRefPicMarking` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_reference_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:297:9 [INFO] [stdout] | [INFO] [stdout] 297 | long_term_reference_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecRefPicMarking` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `first_mb_in_slice` [INFO] [stdout] --> src/nal/slice/mod.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | first_mb_in_slice: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_type` [INFO] [stdout] --> src/nal/slice/mod.rs:354:5 [INFO] [stdout] | [INFO] [stdout] 354 | slice_type: SliceType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colour_plane` [INFO] [stdout] --> src/nal/slice/mod.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | colour_plane: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frame_num` [INFO] [stdout] --> src/nal/slice/mod.rs:356:5 [INFO] [stdout] | [INFO] [stdout] 356 | frame_num: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_pic` [INFO] [stdout] --> src/nal/slice/mod.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | field_pic: FieldPic, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `idr_pic_id` [INFO] [stdout] --> src/nal/slice/mod.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | idr_pic_id: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pic_order_cnt_lsb` [INFO] [stdout] --> src/nal/slice/mod.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | pic_order_cnt_lsb: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `redundant_pic_cnt` [INFO] [stdout] --> src/nal/slice/mod.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | redundant_pic_cnt: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `direct_spatial_mv_pred_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | direct_spatial_mv_pred_flag: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_ref_idx_active` [INFO] [stdout] --> src/nal/slice/mod.rs:362:5 [INFO] [stdout] | [INFO] [stdout] 362 | num_ref_idx_active: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification` [INFO] [stdout] --> src/nal/slice/mod.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | ref_pic_list_modification: Option, // may become an enum rather than Option in future (for ref_pic_list_mvc... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pred_weight_table` [INFO] [stdout] --> src/nal/slice/mod.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | pred_weight_table: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dec_ref_pic_marking` [INFO] [stdout] --> src/nal/slice/mod.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | dec_ref_pic_marking: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cabac_init_idc` [INFO] [stdout] --> src/nal/slice/mod.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | cabac_init_idc: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_qp_delta` [INFO] [stdout] --> src/nal/slice/mod.rs:367:5 [INFO] [stdout] | [INFO] [stdout] 367 | slice_qp_delta: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sp_for_switch_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:368:5 [INFO] [stdout] | [INFO] [stdout] 368 | sp_for_switch_flag: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_qs` [INFO] [stdout] --> src/nal/slice/mod.rs:369:5 [INFO] [stdout] | [INFO] [stdout] 369 | slice_qs: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `disable_deblocking_filter_idc` [INFO] [stdout] --> src/nal/slice/mod.rs:370:5 [INFO] [stdout] | [INFO] [stdout] 370 | disable_deblocking_filter_idc: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial_cpb_removal_delay` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | initial_cpb_removal_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InitialCpbRemoval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial_cpb_removal_delay_offset` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | initial_cpb_removal_delay_offset: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InitialCpbRemoval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nal_hrd_bp` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | nal_hrd_bp: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BufferingPeriod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vcl_hrd_bp` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | vcl_hrd_bp: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BufferingPeriod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cpb_removal_delay` [INFO] [stdout] --> src/nal/sei/pic_timing.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | cpb_removal_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Delays` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/pic_timing.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dpb_output_delay` [INFO] [stdout] --> src/nal/sei/pic_timing.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | dpb_output_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Delays` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/pic_timing.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling hex-literal-impl v0.2.3 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling hex-literal v0.2.2 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling h264-reader v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `colour_primaries` [INFO] [stdout] --> src/nal/sps.rs:662:5 [INFO] [stdout] | [INFO] [stdout] 662 | colour_primaries: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transfer_characteristics` [INFO] [stdout] --> src/nal/sps.rs:663:5 [INFO] [stdout] | [INFO] [stdout] 663 | transfer_characteristics: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `matrix_coefficients` [INFO] [stdout] --> src/nal/sps.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | matrix_coefficients: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:660:10 [INFO] [stdout] | [INFO] [stdout] 660 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `video_format` [INFO] [stdout] --> src/nal/sps.rs:683:5 [INFO] [stdout] | [INFO] [stdout] 683 | video_format: VideoFormat, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `video_full_range_flag` [INFO] [stdout] --> src/nal/sps.rs:684:5 [INFO] [stdout] | [INFO] [stdout] 684 | video_full_range_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colour_description` [INFO] [stdout] --> src/nal/sps.rs:685:5 [INFO] [stdout] | [INFO] [stdout] 685 | colour_description: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_sample_loc_type_top_field` [INFO] [stdout] --> src/nal/sps.rs:704:5 [INFO] [stdout] | [INFO] [stdout] 704 | chroma_sample_loc_type_top_field: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ChromaLocInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_sample_loc_type_bottom_field` [INFO] [stdout] --> src/nal/sps.rs:705:5 [INFO] [stdout] | [INFO] [stdout] 705 | chroma_sample_loc_type_bottom_field: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ChromaLocInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bit_rate_value_minus1` [INFO] [stdout] --> src/nal/sps.rs:744:5 [INFO] [stdout] | [INFO] [stdout] 744 | bit_rate_value_minus1: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cpb_size_value_minus1` [INFO] [stdout] --> src/nal/sps.rs:745:5 [INFO] [stdout] | [INFO] [stdout] 745 | cpb_size_value_minus1: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cbr_flag` [INFO] [stdout] --> src/nal/sps.rs:746:5 [INFO] [stdout] | [INFO] [stdout] 746 | cbr_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `motion_vectors_over_pic_boundaries_flag` [INFO] [stdout] --> src/nal/sps.rs:803:5 [INFO] [stdout] | [INFO] [stdout] 803 | motion_vectors_over_pic_boundaries_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_bytes_per_pic_denom` [INFO] [stdout] --> src/nal/sps.rs:804:5 [INFO] [stdout] | [INFO] [stdout] 804 | max_bytes_per_pic_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_bits_per_mb_denom` [INFO] [stdout] --> src/nal/sps.rs:805:5 [INFO] [stdout] | [INFO] [stdout] 805 | max_bits_per_mb_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `log2_max_mv_length_horizontal` [INFO] [stdout] --> src/nal/sps.rs:806:5 [INFO] [stdout] | [INFO] [stdout] 806 | log2_max_mv_length_horizontal: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `log2_max_mv_length_vertical` [INFO] [stdout] --> src/nal/sps.rs:807:5 [INFO] [stdout] | [INFO] [stdout] 807 | log2_max_mv_length_vertical: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_num_reorder_frames` [INFO] [stdout] --> src/nal/sps.rs:808:5 [INFO] [stdout] | [INFO] [stdout] 808 | max_num_reorder_frames: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_dec_frame_buffering` [INFO] [stdout] --> src/nal/sps.rs:809:5 [INFO] [stdout] | [INFO] [stdout] 809 | max_dec_frame_buffering: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sps.rs:801:10 [INFO] [stdout] | [INFO] [stdout] 801 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `top_left` [INFO] [stdout] --> src/nal/pps.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | top_left: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceRect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bottom_right` [INFO] [stdout] --> src/nal/pps.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | bottom_right: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceRect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/nal/pps.rs:146:8 [INFO] [stdout] | [INFO] [stdout] 146 | fn read(r: &mut RbspBitReader<'_>, sps: &sps::SeqParameterSet, transform_8x8_mode_flag: bool) -> Result,PpsE... [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform_8x8_mode_flag` [INFO] [stdout] --> src/nal/pps.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | transform_8x8_mode_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pic_scaling_matrix` [INFO] [stdout] --> src/nal/pps.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | pic_scaling_matrix: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `second_chroma_qp_index_offset` [INFO] [stdout] --> src/nal/pps.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | second_chroma_qp_index_offset: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/pps.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/nal/pps.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | fn read(r: &mut RbspBitReader<'_>, sps: &sps::SeqParameterSet) -> Result,PpsError> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_ref_idx_l1_active_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:144:43 [INFO] [stdout] | [INFO] [stdout] 144 | B{ num_ref_idx_l0_active_minus1: u32, num_ref_idx_l1_active_minus1: u32 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NumRefIdxActive` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l0` [INFO] [stdout] --> src/nal/slice/mod.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | ref_pic_list_modification_l0: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l0` [INFO] [stdout] --> src/nal/slice/mod.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | ref_pic_list_modification_l0: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification_l1` [INFO] [stdout] --> src/nal/slice/mod.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | ref_pic_list_modification_l1: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `weight` [INFO] [stdout] --> src/nal/slice/mod.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | weight: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `offset` [INFO] [stdout] --> src/nal/slice/mod.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | offset: i32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `luma_log2_weight_denom` [INFO] [stdout] --> src/nal/slice/mod.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | luma_log2_weight_denom: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_log2_weight_denom` [INFO] [stdout] --> src/nal/slice/mod.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | chroma_log2_weight_denom: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `luma_weights` [INFO] [stdout] --> src/nal/slice/mod.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | luma_weights: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `chroma_weights` [INFO] [stdout] --> src/nal/slice/mod.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | chroma_weights: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `difference_of_pic_nums_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:279:29 [INFO] [stdout] | [INFO] [stdout] 279 | ShortTermUnusedForRef { difference_of_pic_nums_minus1: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_pic_num` [INFO] [stdout] --> src/nal/slice/mod.rs:281:28 [INFO] [stdout] | [INFO] [stdout] 281 | LongTermUnusedForRef { long_term_pic_num: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `difference_of_pic_nums_minus1` [INFO] [stdout] --> src/nal/slice/mod.rs:283:32 [INFO] [stdout] | [INFO] [stdout] 283 | ShortTermUsedForLongTerm { difference_of_pic_nums_minus1: u32, long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_frame_idx` [INFO] [stdout] --> src/nal/slice/mod.rs:283:68 [INFO] [stdout] | [INFO] [stdout] 283 | ShortTermUsedForLongTerm { difference_of_pic_nums_minus1: u32, long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_long_term_frame_idx_plus1` [INFO] [stdout] --> src/nal/slice/mod.rs:285:31 [INFO] [stdout] | [INFO] [stdout] 285 | MaxUsedLongTermFrameRef { max_long_term_frame_idx_plus1: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_frame_idx` [INFO] [stdout] --> src/nal/slice/mod.rs:289:30 [INFO] [stdout] | [INFO] [stdout] 289 | CurrentUsedForLongTerm { long_term_frame_idx: u32 }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:276:10 [INFO] [stdout] | [INFO] [stdout] 276 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `no_output_of_prior_pics_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | no_output_of_prior_pics_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecRefPicMarking` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `long_term_reference_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:297:9 [INFO] [stdout] | [INFO] [stdout] 297 | long_term_reference_flag: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecRefPicMarking` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `first_mb_in_slice` [INFO] [stdout] --> src/nal/slice/mod.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | first_mb_in_slice: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_type` [INFO] [stdout] --> src/nal/slice/mod.rs:354:5 [INFO] [stdout] | [INFO] [stdout] 354 | slice_type: SliceType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colour_plane` [INFO] [stdout] --> src/nal/slice/mod.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | colour_plane: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frame_num` [INFO] [stdout] --> src/nal/slice/mod.rs:356:5 [INFO] [stdout] | [INFO] [stdout] 356 | frame_num: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field_pic` [INFO] [stdout] --> src/nal/slice/mod.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | field_pic: FieldPic, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `idr_pic_id` [INFO] [stdout] --> src/nal/slice/mod.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | idr_pic_id: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pic_order_cnt_lsb` [INFO] [stdout] --> src/nal/slice/mod.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | pic_order_cnt_lsb: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `redundant_pic_cnt` [INFO] [stdout] --> src/nal/slice/mod.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | redundant_pic_cnt: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `direct_spatial_mv_pred_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | direct_spatial_mv_pred_flag: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_ref_idx_active` [INFO] [stdout] --> src/nal/slice/mod.rs:362:5 [INFO] [stdout] | [INFO] [stdout] 362 | num_ref_idx_active: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ref_pic_list_modification` [INFO] [stdout] --> src/nal/slice/mod.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | ref_pic_list_modification: Option, // may become an enum rather than Option in future (for ref_pic_list_mvc... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pred_weight_table` [INFO] [stdout] --> src/nal/slice/mod.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | pred_weight_table: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dec_ref_pic_marking` [INFO] [stdout] --> src/nal/slice/mod.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | dec_ref_pic_marking: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cabac_init_idc` [INFO] [stdout] --> src/nal/slice/mod.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | cabac_init_idc: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_qp_delta` [INFO] [stdout] --> src/nal/slice/mod.rs:367:5 [INFO] [stdout] | [INFO] [stdout] 367 | slice_qp_delta: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sp_for_switch_flag` [INFO] [stdout] --> src/nal/slice/mod.rs:368:5 [INFO] [stdout] | [INFO] [stdout] 368 | sp_for_switch_flag: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `slice_qs` [INFO] [stdout] --> src/nal/slice/mod.rs:369:5 [INFO] [stdout] | [INFO] [stdout] 369 | slice_qs: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `disable_deblocking_filter_idc` [INFO] [stdout] --> src/nal/slice/mod.rs:370:5 [INFO] [stdout] | [INFO] [stdout] 370 | disable_deblocking_filter_idc: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/slice/mod.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial_cpb_removal_delay` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | initial_cpb_removal_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InitialCpbRemoval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial_cpb_removal_delay_offset` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | initial_cpb_removal_delay_offset: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InitialCpbRemoval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nal_hrd_bp` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | nal_hrd_bp: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BufferingPeriod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vcl_hrd_bp` [INFO] [stdout] --> src/nal/sei/buffering_period.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | vcl_hrd_bp: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BufferingPeriod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/buffering_period.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cpb_removal_delay` [INFO] [stdout] --> src/nal/sei/pic_timing.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | cpb_removal_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Delays` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/pic_timing.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dpb_output_delay` [INFO] [stdout] --> src/nal/sei/pic_timing.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | dpb_output_delay: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Delays` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/nal/sei/pic_timing.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 67 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 30.00s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/h264_reader-01293e59d290e024) [INFO] running `Command { std: "docker" "inspect" "58f56b41dc6b4f080c16188ab6d0527332beef2f2d493716e9e76fe6c3df88cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58f56b41dc6b4f080c16188ab6d0527332beef2f2d493716e9e76fe6c3df88cb", kill_on_drop: false }` [INFO] [stdout] 58f56b41dc6b4f080c16188ab6d0527332beef2f2d493716e9e76fe6c3df88cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cc38c1b7971a4e36de4efed1064ee97c6480c766a4d8cb9bf9490c1880dd348a [INFO] running `Command { std: "docker" "start" "-a" "cc38c1b7971a4e36de4efed1064ee97c6480c766a4d8cb9bf9490c1880dd348a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `colour_primaries` [INFO] [stderr] --> src/nal/sps.rs:662:5 [INFO] [stderr] | [INFO] [stderr] 662 | colour_primaries: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:660:10 [INFO] [stderr] | [INFO] [stderr] 660 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transfer_characteristics` [INFO] [stderr] --> src/nal/sps.rs:663:5 [INFO] [stderr] | [INFO] [stderr] 663 | transfer_characteristics: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:660:10 [INFO] [stderr] | [INFO] [stderr] 660 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `matrix_coefficients` [INFO] [stderr] --> src/nal/sps.rs:664:5 [INFO] [stderr] | [INFO] [stderr] 664 | matrix_coefficients: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ColourDescription` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:660:10 [INFO] [stderr] | [INFO] [stderr] 660 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `video_format` [INFO] [stderr] --> src/nal/sps.rs:683:5 [INFO] [stderr] | [INFO] [stderr] 683 | video_format: VideoFormat, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:681:10 [INFO] [stderr] | [INFO] [stderr] 681 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `video_full_range_flag` [INFO] [stderr] --> src/nal/sps.rs:684:5 [INFO] [stderr] | [INFO] [stderr] 684 | video_full_range_flag: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:681:10 [INFO] [stderr] | [INFO] [stderr] 681 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `colour_description` [INFO] [stderr] --> src/nal/sps.rs:685:5 [INFO] [stderr] | [INFO] [stderr] 685 | colour_description: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VideoSignalType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:681:10 [INFO] [stderr] | [INFO] [stderr] 681 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `chroma_sample_loc_type_top_field` [INFO] [stderr] --> src/nal/sps.rs:704:5 [INFO] [stderr] | [INFO] [stderr] 704 | chroma_sample_loc_type_top_field: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ChromaLocInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:702:10 [INFO] [stderr] | [INFO] [stderr] 702 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `chroma_sample_loc_type_bottom_field` [INFO] [stderr] --> src/nal/sps.rs:705:5 [INFO] [stderr] | [INFO] [stderr] 705 | chroma_sample_loc_type_bottom_field: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ChromaLocInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:702:10 [INFO] [stderr] | [INFO] [stderr] 702 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `bit_rate_value_minus1` [INFO] [stderr] --> src/nal/sps.rs:744:5 [INFO] [stderr] | [INFO] [stderr] 744 | bit_rate_value_minus1: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:742:10 [INFO] [stderr] | [INFO] [stderr] 742 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cpb_size_value_minus1` [INFO] [stderr] --> src/nal/sps.rs:745:5 [INFO] [stderr] | [INFO] [stderr] 745 | cpb_size_value_minus1: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:742:10 [INFO] [stderr] | [INFO] [stderr] 742 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cbr_flag` [INFO] [stderr] --> src/nal/sps.rs:746:5 [INFO] [stderr] | [INFO] [stderr] 746 | cbr_flag: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CpbSpec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:742:10 [INFO] [stderr] | [INFO] [stderr] 742 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `motion_vectors_over_pic_boundaries_flag` [INFO] [stderr] --> src/nal/sps.rs:803:5 [INFO] [stderr] | [INFO] [stderr] 803 | motion_vectors_over_pic_boundaries_flag: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:801:10 [INFO] [stderr] | [INFO] [stderr] 801 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_bytes_per_pic_denom` [INFO] [stderr] --> src/nal/sps.rs:804:5 [INFO] [stderr] | [INFO] [stderr] 804 | max_bytes_per_pic_denom: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:801:10 [INFO] [stderr] | [INFO] [stderr] 801 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_bits_per_mb_denom` [INFO] [stderr] --> src/nal/sps.rs:805:5 [INFO] [stderr] | [INFO] [stderr] 805 | max_bits_per_mb_denom: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:801:10 [INFO] [stderr] | [INFO] [stderr] 801 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `log2_max_mv_length_horizontal` [INFO] [stderr] --> src/nal/sps.rs:806:5 [INFO] [stderr] | [INFO] [stderr] 806 | log2_max_mv_length_horizontal: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:801:10 [INFO] [stderr] | [INFO] [stderr] 801 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `log2_max_mv_length_vertical` [INFO] [stderr] --> src/nal/sps.rs:807:5 [INFO] [stderr] | [INFO] [stderr] 807 | log2_max_mv_length_vertical: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:801:10 [INFO] [stderr] | [INFO] [stderr] 801 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_num_reorder_frames` [INFO] [stderr] --> src/nal/sps.rs:808:5 [INFO] [stderr] | [INFO] [stderr] 808 | max_num_reorder_frames: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:801:10 [INFO] [stderr] | [INFO] [stderr] 801 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_dec_frame_buffering` [INFO] [stderr] --> src/nal/sps.rs:809:5 [INFO] [stderr] | [INFO] [stderr] 809 | max_dec_frame_buffering: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BitstreamRestrictions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sps.rs:801:10 [INFO] [stderr] | [INFO] [stderr] 801 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `rfc6381` [INFO] [stderr] --> src/nal/sps.rs:982:8 [INFO] [stderr] | [INFO] [stderr] 982 | fn rfc6381(&self) -> rfc6381_codec::Codec { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `top_left` [INFO] [stderr] --> src/nal/pps.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | top_left: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceRect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/pps.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `bottom_right` [INFO] [stderr] --> src/nal/pps.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | bottom_right: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceRect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/pps.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `read` [INFO] [stderr] --> src/nal/pps.rs:146:8 [INFO] [stderr] | [INFO] [stderr] 146 | fn read(r: &mut RbspBitReader<'_>, sps: &sps::SeqParameterSet, transform_8x8_mode_flag: bool) -> Result,PpsE... [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transform_8x8_mode_flag` [INFO] [stderr] --> src/nal/pps.rs:176:5 [INFO] [stderr] | [INFO] [stderr] 176 | transform_8x8_mode_flag: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/pps.rs:174:10 [INFO] [stderr] | [INFO] [stderr] 174 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `pic_scaling_matrix` [INFO] [stderr] --> src/nal/pps.rs:177:5 [INFO] [stderr] | [INFO] [stderr] 177 | pic_scaling_matrix: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/pps.rs:174:10 [INFO] [stderr] | [INFO] [stderr] 174 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `second_chroma_qp_index_offset` [INFO] [stderr] --> src/nal/pps.rs:178:5 [INFO] [stderr] | [INFO] [stderr] 178 | second_chroma_qp_index_offset: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PicParameterSetExtra` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/pps.rs:174:10 [INFO] [stderr] | [INFO] [stderr] 174 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `read` [INFO] [stderr] --> src/nal/pps.rs:181:8 [INFO] [stderr] | [INFO] [stderr] 181 | fn read(r: &mut RbspBitReader<'_>, sps: &sps::SeqParameterSet) -> Result,PpsError> { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `num_ref_idx_l1_active_minus1` [INFO] [stderr] --> src/nal/slice/mod.rs:144:43 [INFO] [stderr] | [INFO] [stderr] 144 | B{ num_ref_idx_l0_active_minus1: u32, num_ref_idx_l1_active_minus1: u32 } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `NumRefIdxActive` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:141:10 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ref_pic_list_modification_l0` [INFO] [stderr] --> src/nal/slice/mod.rs:165:9 [INFO] [stderr] | [INFO] [stderr] 165 | ref_pic_list_modification_l0: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:161:10 [INFO] [stderr] | [INFO] [stderr] 161 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ref_pic_list_modification_l0` [INFO] [stderr] --> src/nal/slice/mod.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | ref_pic_list_modification_l0: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:161:10 [INFO] [stderr] | [INFO] [stderr] 161 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ref_pic_list_modification_l1` [INFO] [stderr] --> src/nal/slice/mod.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | ref_pic_list_modification_l1: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RefPicListModifications` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:161:10 [INFO] [stderr] | [INFO] [stderr] 161 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `weight` [INFO] [stderr] --> src/nal/slice/mod.rs:208:5 [INFO] [stderr] | [INFO] [stderr] 208 | weight: i32, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PredWeight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:206:10 [INFO] [stderr] | [INFO] [stderr] 206 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `offset` [INFO] [stderr] --> src/nal/slice/mod.rs:209:5 [INFO] [stderr] | [INFO] [stderr] 209 | offset: i32, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PredWeight` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:206:10 [INFO] [stderr] | [INFO] [stderr] 206 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `luma_log2_weight_denom` [INFO] [stderr] --> src/nal/slice/mod.rs:213:5 [INFO] [stderr] | [INFO] [stderr] 213 | luma_log2_weight_denom: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `chroma_log2_weight_denom` [INFO] [stderr] --> src/nal/slice/mod.rs:214:5 [INFO] [stderr] | [INFO] [stderr] 214 | chroma_log2_weight_denom: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `luma_weights` [INFO] [stderr] --> src/nal/slice/mod.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | luma_weights: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `chroma_weights` [INFO] [stderr] --> src/nal/slice/mod.rs:216:5 [INFO] [stderr] | [INFO] [stderr] 216 | chroma_weights: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PredWeightTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `difference_of_pic_nums_minus1` [INFO] [stderr] --> src/nal/slice/mod.rs:279:29 [INFO] [stderr] | [INFO] [stderr] 279 | ShortTermUnusedForRef { difference_of_pic_nums_minus1: u32 }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:276:10 [INFO] [stderr] | [INFO] [stderr] 276 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `long_term_pic_num` [INFO] [stderr] --> src/nal/slice/mod.rs:281:28 [INFO] [stderr] | [INFO] [stderr] 281 | LongTermUnusedForRef { long_term_pic_num: u32 }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:276:10 [INFO] [stderr] | [INFO] [stderr] 276 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `difference_of_pic_nums_minus1` [INFO] [stderr] --> src/nal/slice/mod.rs:283:32 [INFO] [stderr] | [INFO] [stderr] 283 | ShortTermUsedForLongTerm { difference_of_pic_nums_minus1: u32, long_term_frame_idx: u32 }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:276:10 [INFO] [stderr] | [INFO] [stderr] 276 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `long_term_frame_idx` [INFO] [stderr] --> src/nal/slice/mod.rs:283:68 [INFO] [stderr] | [INFO] [stderr] 283 | ShortTermUsedForLongTerm { difference_of_pic_nums_minus1: u32, long_term_frame_idx: u32 }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:276:10 [INFO] [stderr] | [INFO] [stderr] 276 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_long_term_frame_idx_plus1` [INFO] [stderr] --> src/nal/slice/mod.rs:285:31 [INFO] [stderr] | [INFO] [stderr] 285 | MaxUsedLongTermFrameRef { max_long_term_frame_idx_plus1: u32 }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:276:10 [INFO] [stderr] | [INFO] [stderr] 276 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `long_term_frame_idx` [INFO] [stderr] --> src/nal/slice/mod.rs:289:30 [INFO] [stderr] | [INFO] [stderr] 289 | CurrentUsedForLongTerm { long_term_frame_idx: u32 }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MemoryManagementControlOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:276:10 [INFO] [stderr] | [INFO] [stderr] 276 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `no_output_of_prior_pics_flag` [INFO] [stderr] --> src/nal/slice/mod.rs:296:9 [INFO] [stderr] | [INFO] [stderr] 296 | no_output_of_prior_pics_flag: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `DecRefPicMarking` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:293:10 [INFO] [stderr] | [INFO] [stderr] 293 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `long_term_reference_flag` [INFO] [stderr] --> src/nal/slice/mod.rs:297:9 [INFO] [stderr] | [INFO] [stderr] 297 | long_term_reference_flag: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `DecRefPicMarking` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:293:10 [INFO] [stderr] | [INFO] [stderr] 293 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `first_mb_in_slice` [INFO] [stderr] --> src/nal/slice/mod.rs:353:5 [INFO] [stderr] | [INFO] [stderr] 353 | first_mb_in_slice: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `slice_type` [INFO] [stderr] --> src/nal/slice/mod.rs:354:5 [INFO] [stderr] | [INFO] [stderr] 354 | slice_type: SliceType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `colour_plane` [INFO] [stderr] --> src/nal/slice/mod.rs:355:5 [INFO] [stderr] | [INFO] [stderr] 355 | colour_plane: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `frame_num` [INFO] [stderr] --> src/nal/slice/mod.rs:356:5 [INFO] [stderr] | [INFO] [stderr] 356 | frame_num: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `field_pic` [INFO] [stderr] --> src/nal/slice/mod.rs:357:5 [INFO] [stderr] | [INFO] [stderr] 357 | field_pic: FieldPic, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `idr_pic_id` [INFO] [stderr] --> src/nal/slice/mod.rs:358:5 [INFO] [stderr] | [INFO] [stderr] 358 | idr_pic_id: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `pic_order_cnt_lsb` [INFO] [stderr] --> src/nal/slice/mod.rs:359:5 [INFO] [stderr] | [INFO] [stderr] 359 | pic_order_cnt_lsb: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `redundant_pic_cnt` [INFO] [stderr] --> src/nal/slice/mod.rs:360:5 [INFO] [stderr] | [INFO] [stderr] 360 | redundant_pic_cnt: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `direct_spatial_mv_pred_flag` [INFO] [stderr] --> src/nal/slice/mod.rs:361:5 [INFO] [stderr] | [INFO] [stderr] 361 | direct_spatial_mv_pred_flag: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `num_ref_idx_active` [INFO] [stderr] --> src/nal/slice/mod.rs:362:5 [INFO] [stderr] | [INFO] [stderr] 362 | num_ref_idx_active: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ref_pic_list_modification` [INFO] [stderr] --> src/nal/slice/mod.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | ref_pic_list_modification: Option, // may become an enum rather than Option in future (for ref_pic_list_mvc... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `pred_weight_table` [INFO] [stderr] --> src/nal/slice/mod.rs:364:5 [INFO] [stderr] | [INFO] [stderr] 364 | pred_weight_table: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dec_ref_pic_marking` [INFO] [stderr] --> src/nal/slice/mod.rs:365:5 [INFO] [stderr] | [INFO] [stderr] 365 | dec_ref_pic_marking: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cabac_init_idc` [INFO] [stderr] --> src/nal/slice/mod.rs:366:5 [INFO] [stderr] | [INFO] [stderr] 366 | cabac_init_idc: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `slice_qp_delta` [INFO] [stderr] --> src/nal/slice/mod.rs:367:5 [INFO] [stderr] | [INFO] [stderr] 367 | slice_qp_delta: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `sp_for_switch_flag` [INFO] [stderr] --> src/nal/slice/mod.rs:368:5 [INFO] [stderr] | [INFO] [stderr] 368 | sp_for_switch_flag: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `slice_qs` [INFO] [stderr] --> src/nal/slice/mod.rs:369:5 [INFO] [stderr] | [INFO] [stderr] 369 | slice_qs: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `disable_deblocking_filter_idc` [INFO] [stderr] --> src/nal/slice/mod.rs:370:5 [INFO] [stderr] | [INFO] [stderr] 370 | disable_deblocking_filter_idc: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SliceHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/slice/mod.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `initial_cpb_removal_delay` [INFO] [stderr] --> src/nal/sei/buffering_period.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | initial_cpb_removal_delay: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InitialCpbRemoval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sei/buffering_period.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `initial_cpb_removal_delay_offset` [INFO] [stderr] --> src/nal/sei/buffering_period.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | initial_cpb_removal_delay_offset: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InitialCpbRemoval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sei/buffering_period.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nal_hrd_bp` [INFO] [stderr] --> src/nal/sei/buffering_period.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | nal_hrd_bp: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BufferingPeriod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sei/buffering_period.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `vcl_hrd_bp` [INFO] [stderr] --> src/nal/sei/buffering_period.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | vcl_hrd_bp: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BufferingPeriod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sei/buffering_period.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cpb_removal_delay` [INFO] [stderr] --> src/nal/sei/pic_timing.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | cpb_removal_delay: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Delays` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sei/pic_timing.rs:34:10 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dpb_output_delay` [INFO] [stderr] --> src/nal/sei/pic_timing.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | dpb_output_delay: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Delays` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/nal/sei/pic_timing.rs:34:10 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `h264-reader` (lib) generated 68 warnings [INFO] [stderr] warning: `h264-reader` (lib test) generated 67 warnings (67 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/h264_reader-01293e59d290e024) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test annexb::tests::implicit_end ... ok [INFO] [stdout] test annexb::tests::simple_nal ... ok [INFO] [stdout] test annexb::tests::split_nal ... ok [INFO] [stdout] test annexb::tests::short_start_code ... ok [INFO] [stdout] test annexb::tests::rbsp_trailing ... ok [INFO] [stdout] test avcc::test::it_works ... ok [INFO] [stdout] test avcc::test::sps_with_emulation_protection ... ok [INFO] [stdout] test nal::pps::test::test_it ... ok [INFO] [stdout] test annexb::tests::onebyte_large ... ok [INFO] [stdout] test nal::sei::test::it_works ... ok [INFO] [stdout] test nal::sei::test::split ... ok [INFO] [stdout] test nal::sei::user_data_registered_itu_t_t35::test::macro_usage ... ok [INFO] [stdout] test nal::sps::test::crop_removes_all_pixels ... ok [INFO] [stdout] test nal::sps::test::test_dahua ... ok [INFO] [stdout] test nal::test::header ... ok [INFO] [stdout] test nal::sps::test::test_it ... ok [INFO] [stdout] test nal::test::switch ... ok [INFO] [stdout] test rbsp::tests::decode_single_nal ... ok [INFO] [stdout] test rbsp::tests::decode_single_nal_no_emulation ... ok [INFO] [stdout] test rbsp::tests::it_works ... ok [INFO] [stdout] test annexb::tests::split_large ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests h264-reader [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" "cc38c1b7971a4e36de4efed1064ee97c6480c766a4d8cb9bf9490c1880dd348a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc38c1b7971a4e36de4efed1064ee97c6480c766a4d8cb9bf9490c1880dd348a", kill_on_drop: false }` [INFO] [stdout] cc38c1b7971a4e36de4efed1064ee97c6480c766a4d8cb9bf9490c1880dd348a