[INFO] fetching crate gifriend 0.1.1... [INFO] checking gifriend-0.1.1 against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] extracting crate gifriend 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate gifriend 0.1.1 on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gifriend 0.1.1 [INFO] finished tweaking crates.io crate gifriend 0.1.1 [INFO] tweaked toml for crates.io crate gifriend 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lzw v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c94edaf71633b355d3faf8727853d6176287546a09603674e95a05eb5fa80937 [INFO] running `Command { std: "docker" "start" "-a" "c94edaf71633b355d3faf8727853d6176287546a09603674e95a05eb5fa80937", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c94edaf71633b355d3faf8727853d6176287546a09603674e95a05eb5fa80937", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c94edaf71633b355d3faf8727853d6176287546a09603674e95a05eb5fa80937", kill_on_drop: false }` [INFO] [stdout] c94edaf71633b355d3faf8727853d6176287546a09603674e95a05eb5fa80937 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5da945450f1f2035ad467ab9e141447a947742e7d2e44240de18255481b8767 [INFO] running `Command { std: "docker" "start" "-a" "c5da945450f1f2035ad467ab9e141447a947742e7d2e44240de18255481b8767", kill_on_drop: false }` [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking gifriend v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `block_size` and `application_data_and_block_terminator` are never read [INFO] [stdout] --> src/extensions/application_extension.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ApplicationExtension { [INFO] [stdout] | -------------------- fields in this struct [INFO] [stdout] 8 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | application_data_and_block_terminator: DataSubBlocks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ApplicationExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `block_size` and `block_terminator` are never read [INFO] [stdout] --> src/extensions/graphic_control_extension.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct GraphicControlExtension { [INFO] [stdout] | ----------------------- fields in this struct [INFO] [stdout] 6 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | block_terminator: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphicControlExtension` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/extensions/plain_text_extension.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct PlainTextExtension { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 7 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 8 | [INFO] [stdout] 9 | text_grid_left_position: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | text_grid_top_position: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | text_grid_width: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | text_grid_height: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | [INFO] [stdout] 14 | character_cell_width: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | character_cell_height: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | [INFO] [stdout] 17 | text_foreground_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | text_background_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | [INFO] [stdout] 20 | plain_text_data_and_terminator: DataSubBlocks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlainTextExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/extension.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | Text(PlainTextExtension), // label: 1 (0x01) [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 14 | Text(()), // label: 1 (0x01) [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `block_size` and `application_data_and_block_terminator` are never read [INFO] [stdout] --> src/extensions/application_extension.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ApplicationExtension { [INFO] [stdout] | -------------------- fields in this struct [INFO] [stdout] 8 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | application_data_and_block_terminator: DataSubBlocks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ApplicationExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `block_size` and `block_terminator` are never read [INFO] [stdout] --> src/extensions/graphic_control_extension.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct GraphicControlExtension { [INFO] [stdout] | ----------------------- fields in this struct [INFO] [stdout] 6 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | block_terminator: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphicControlExtension` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/extensions/plain_text_extension.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct PlainTextExtension { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 7 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 8 | [INFO] [stdout] 9 | text_grid_left_position: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | text_grid_top_position: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | text_grid_width: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | text_grid_height: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | [INFO] [stdout] 14 | character_cell_width: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | character_cell_height: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | [INFO] [stdout] 17 | text_foreground_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | text_background_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | [INFO] [stdout] 20 | plain_text_data_and_terminator: DataSubBlocks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlainTextExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/extension.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | Text(PlainTextExtension), // label: 1 (0x01) [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 14 | Text(()), // label: 1 (0x01) [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] running `Command { std: "docker" "inspect" "c5da945450f1f2035ad467ab9e141447a947742e7d2e44240de18255481b8767", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5da945450f1f2035ad467ab9e141447a947742e7d2e44240de18255481b8767", kill_on_drop: false }` [INFO] [stdout] c5da945450f1f2035ad467ab9e141447a947742e7d2e44240de18255481b8767 [INFO] checking gifriend-0.1.1 against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] extracting crate gifriend 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate gifriend 0.1.1 on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gifriend 0.1.1 [INFO] finished tweaking crates.io crate gifriend 0.1.1 [INFO] tweaked toml for crates.io crate gifriend 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c575aff9c7f5a26a3defd7e0273b67e61a9ed6f4f93d843f65ae5a2dcd984b8 [INFO] running `Command { std: "docker" "start" "-a" "6c575aff9c7f5a26a3defd7e0273b67e61a9ed6f4f93d843f65ae5a2dcd984b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c575aff9c7f5a26a3defd7e0273b67e61a9ed6f4f93d843f65ae5a2dcd984b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c575aff9c7f5a26a3defd7e0273b67e61a9ed6f4f93d843f65ae5a2dcd984b8", kill_on_drop: false }` [INFO] [stdout] 6c575aff9c7f5a26a3defd7e0273b67e61a9ed6f4f93d843f65ae5a2dcd984b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b56f1768a06ede05fed777753b13bd1e4c74305fa2d64c0d17f7ebf5e372d3de [INFO] running `Command { std: "docker" "start" "-a" "b56f1768a06ede05fed777753b13bd1e4c74305fa2d64c0d17f7ebf5e372d3de", kill_on_drop: false }` [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking gifriend v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `block_size` and `application_data_and_block_terminator` are never read [INFO] [stdout] --> src/extensions/application_extension.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ApplicationExtension { [INFO] [stdout] | -------------------- fields in this struct [INFO] [stdout] 8 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | application_data_and_block_terminator: DataSubBlocks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ApplicationExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `block_size` and `block_terminator` are never read [INFO] [stdout] --> src/extensions/graphic_control_extension.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct GraphicControlExtension { [INFO] [stdout] | ----------------------- fields in this struct [INFO] [stdout] 6 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | block_terminator: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphicControlExtension` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/extensions/plain_text_extension.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct PlainTextExtension { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 7 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 8 | [INFO] [stdout] 9 | text_grid_left_position: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | text_grid_top_position: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | text_grid_width: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | text_grid_height: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | [INFO] [stdout] 14 | character_cell_width: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | character_cell_height: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | [INFO] [stdout] 17 | text_foreground_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | text_background_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | [INFO] [stdout] 20 | plain_text_data_and_terminator: DataSubBlocks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlainTextExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/extension.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | Text(PlainTextExtension), // label: 1 (0x01) [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 14 | Text(()), // label: 1 (0x01) [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `block_size` and `application_data_and_block_terminator` are never read [INFO] [stdout] --> src/extensions/application_extension.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ApplicationExtension { [INFO] [stdout] | -------------------- fields in this struct [INFO] [stdout] 8 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | application_data_and_block_terminator: DataSubBlocks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ApplicationExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `block_size` and `block_terminator` are never read [INFO] [stdout] --> src/extensions/graphic_control_extension.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct GraphicControlExtension { [INFO] [stdout] | ----------------------- fields in this struct [INFO] [stdout] 6 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | block_terminator: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphicControlExtension` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/extensions/plain_text_extension.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct PlainTextExtension { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 7 | block_size: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 8 | [INFO] [stdout] 9 | text_grid_left_position: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | text_grid_top_position: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | text_grid_width: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 12 | text_grid_height: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | [INFO] [stdout] 14 | character_cell_width: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | character_cell_height: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | [INFO] [stdout] 17 | text_foreground_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | text_background_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | [INFO] [stdout] 20 | plain_text_data_and_terminator: DataSubBlocks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlainTextExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/extension.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | Text(PlainTextExtension), // label: 1 (0x01) [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 14 | Text(()), // label: 1 (0x01) [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] running `Command { std: "docker" "inspect" "b56f1768a06ede05fed777753b13bd1e4c74305fa2d64c0d17f7ebf5e372d3de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b56f1768a06ede05fed777753b13bd1e4c74305fa2d64c0d17f7ebf5e372d3de", kill_on_drop: false }` [INFO] [stdout] b56f1768a06ede05fed777753b13bd1e4c74305fa2d64c0d17f7ebf5e372d3de