[INFO] fetching crate giffy 0.2.0... [INFO] testing giffy-0.2.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate giffy 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate giffy 0.2.0 [INFO] finished tweaking crates.io crate giffy 0.2.0 [INFO] tweaked toml for crates.io crate giffy 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate giffy 0.2.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 29 packages to latest compatible versions [INFO] [stderr] Adding image v0.21.3 (available: v0.25.8) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-rational v0.2.4 [INFO] [stderr] Downloaded image v0.21.3 [INFO] [stderr] Downloaded gif v0.10.3 [INFO] [stderr] Downloaded num-derive v0.2.5 [INFO] [stderr] Downloaded scoped_threadpool v0.1.9 [INFO] [stderr] Downloaded lzw v0.10.0 [INFO] [stderr] Downloaded jpeg-decoder v0.1.22 [INFO] [stderr] Downloaded tiff v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6fc5578fa3bdd39189b0989b1d79cf7a9a6990edcb9e86edc8102ef65ab053e2 [INFO] running `Command { std: "docker" "start" "-a" "6fc5578fa3bdd39189b0989b1d79cf7a9a6990edcb9e86edc8102ef65ab053e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6fc5578fa3bdd39189b0989b1d79cf7a9a6990edcb9e86edc8102ef65ab053e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fc5578fa3bdd39189b0989b1d79cf7a9a6990edcb9e86edc8102ef65ab053e2", kill_on_drop: false }` [INFO] [stdout] 6fc5578fa3bdd39189b0989b1d79cf7a9a6990edcb9e86edc8102ef65ab053e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28b832f5626bfb5034c8f825996d4ad8152590e1e03eb32d7fa87bcd730bc903 [INFO] running `Command { std: "docker" "start" "-a" "28b832f5626bfb5034c8f825996d4ad8152590e1e03eb32d7fa87bcd730bc903", kill_on_drop: false }` [INFO] [stderr] Compiling giffy v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:490:14 [INFO] [stdout] | [INFO] [stdout] 490 | 4...7 => DisposalMethod::Undefined, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `version` is never read [INFO] [stdout] --> src/parser.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Header { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 8 | pub(crate) sig: String, [INFO] [stdout] 9 | pub(crate) version: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Header` 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: field `0` is never read [INFO] [stdout] --> src/parser.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | ApplicationExtensionType(ApplicationExtension), [INFO] [stdout] | ------------------------ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 44 - ApplicationExtensionType(ApplicationExtension), [INFO] [stdout] 44 + ApplicationExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | CommentExtensionType(CommentExtension), [INFO] [stdout] | -------------------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 45 - CommentExtensionType(CommentExtension), [INFO] [stdout] 45 + CommentExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | PlainTextExtensionType(PlainTextExtension), [INFO] [stdout] | ---------------------- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 46 - PlainTextExtensionType(PlainTextExtension), [INFO] [stdout] 46 + PlainTextExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `user_input_expected` is never read [INFO] [stdout] --> src/parser.rs:53:16 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) struct GraphicControlExtension { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] 52 | pub(crate) disposal_method: DisposalMethod, [INFO] [stdout] 53 | pub(crate) user_input_expected: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphicControlExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 95 | pub(crate) struct PlainTextExtension { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 96 | pub(crate) graphic_control_extension: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 97 | pub(crate) text_grid_left_pos: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 98 | pub(crate) text_grid_top_pos: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | pub(crate) text_grid_width: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 100 | pub(crate) text_grid_height: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 101 | pub(crate) char_cell_width: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 102 | pub(crate) char_cell_height: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 103 | pub(crate) text_fg_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 104 | pub(crate) text_bg_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 105 | pub(crate) plain_text_data: String, [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: fields `id`, `auth_code`, and `data_sub_blocks` are never read [INFO] [stdout] --> src/parser.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 109 | pub(crate) struct ApplicationExtension { [INFO] [stdout] | -------------------- fields in this struct [INFO] [stdout] 110 | pub(crate) id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 111 | pub(crate) auth_code: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 112 | pub(crate) data_sub_blocks: Vec, [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] [INFO] [stdout] [INFO] [stdout] warning: field `text` is never read [INFO] [stdout] --> src/parser.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) struct CommentExtension { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 117 | pub(crate) text: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommentExtension` 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 `header` is never read [INFO] [stdout] --> src/parser.rs:122:16 [INFO] [stdout] | [INFO] [stdout] 121 | pub(crate) struct ParseResult { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 122 | pub(crate) header: Header, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/parser.rs:280:21 [INFO] [stdout] | [INFO] [stdout] 280 | Ok(unsafe { mem::transmute(buffer) }) [INFO] [stdout] | --------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::from_ne_bytes` [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] running `Command { std: "docker" "inspect" "28b832f5626bfb5034c8f825996d4ad8152590e1e03eb32d7fa87bcd730bc903", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28b832f5626bfb5034c8f825996d4ad8152590e1e03eb32d7fa87bcd730bc903", kill_on_drop: false }` [INFO] [stdout] 28b832f5626bfb5034c8f825996d4ad8152590e1e03eb32d7fa87bcd730bc903 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 254b2da7f449d567033f45cf09118eeb9780a9ce4820ad15f6e385e780893572 [INFO] running `Command { std: "docker" "start" "-a" "254b2da7f449d567033f45cf09118eeb9780a9ce4820ad15f6e385e780893572", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:490:14 [INFO] [stdout] | [INFO] [stdout] 490 | 4...7 => DisposalMethod::Undefined, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `version` is never read [INFO] [stdout] --> src/parser.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Header { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 8 | pub(crate) sig: String, [INFO] [stdout] 9 | pub(crate) version: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Header` 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: field `0` is never read [INFO] [stdout] --> src/parser.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | ApplicationExtensionType(ApplicationExtension), [INFO] [stdout] | ------------------------ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 44 - ApplicationExtensionType(ApplicationExtension), [INFO] [stdout] 44 + ApplicationExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | CommentExtensionType(CommentExtension), [INFO] [stdout] | -------------------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 45 - CommentExtensionType(CommentExtension), [INFO] [stdout] 45 + CommentExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | PlainTextExtensionType(PlainTextExtension), [INFO] [stdout] | ---------------------- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 46 - PlainTextExtensionType(PlainTextExtension), [INFO] [stdout] 46 + PlainTextExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `user_input_expected` is never read [INFO] [stdout] --> src/parser.rs:53:16 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) struct GraphicControlExtension { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] 52 | pub(crate) disposal_method: DisposalMethod, [INFO] [stdout] 53 | pub(crate) user_input_expected: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphicControlExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 95 | pub(crate) struct PlainTextExtension { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 96 | pub(crate) graphic_control_extension: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 97 | pub(crate) text_grid_left_pos: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 98 | pub(crate) text_grid_top_pos: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | pub(crate) text_grid_width: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 100 | pub(crate) text_grid_height: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 101 | pub(crate) char_cell_width: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 102 | pub(crate) char_cell_height: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 103 | pub(crate) text_fg_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 104 | pub(crate) text_bg_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 105 | pub(crate) plain_text_data: String, [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: fields `id`, `auth_code`, and `data_sub_blocks` are never read [INFO] [stdout] --> src/parser.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 109 | pub(crate) struct ApplicationExtension { [INFO] [stdout] | -------------------- fields in this struct [INFO] [stdout] 110 | pub(crate) id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 111 | pub(crate) auth_code: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 112 | pub(crate) data_sub_blocks: Vec, [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] [INFO] [stdout] [INFO] [stdout] warning: field `text` is never read [INFO] [stdout] --> src/parser.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) struct CommentExtension { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 117 | pub(crate) text: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommentExtension` 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 `header` is never read [INFO] [stdout] --> src/parser.rs:122:16 [INFO] [stdout] | [INFO] [stdout] 121 | pub(crate) struct ParseResult { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 122 | pub(crate) header: Header, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/parser.rs:280:21 [INFO] [stdout] | [INFO] [stdout] 280 | Ok(unsafe { mem::transmute(buffer) }) [INFO] [stdout] | --------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::from_ne_bytes` [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.3 [INFO] [stderr] Compiling giffy v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:490:14 [INFO] [stdout] | [INFO] [stdout] 490 | 4...7 => DisposalMethod::Undefined, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `version` is never read [INFO] [stdout] --> src/parser.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Header { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 8 | pub(crate) sig: String, [INFO] [stdout] 9 | pub(crate) version: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Header` 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: field `0` is never read [INFO] [stdout] --> src/parser.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | ApplicationExtensionType(ApplicationExtension), [INFO] [stdout] | ------------------------ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 44 - ApplicationExtensionType(ApplicationExtension), [INFO] [stdout] 44 + ApplicationExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | CommentExtensionType(CommentExtension), [INFO] [stdout] | -------------------- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 45 - CommentExtensionType(CommentExtension), [INFO] [stdout] 45 + CommentExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | PlainTextExtensionType(PlainTextExtension), [INFO] [stdout] | ---------------------- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 46 - PlainTextExtensionType(PlainTextExtension), [INFO] [stdout] 46 + PlainTextExtensionType(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `user_input_expected` is never read [INFO] [stdout] --> src/parser.rs:53:16 [INFO] [stdout] | [INFO] [stdout] 51 | pub(crate) struct GraphicControlExtension { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] 52 | pub(crate) disposal_method: DisposalMethod, [INFO] [stdout] 53 | pub(crate) user_input_expected: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphicControlExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 95 | pub(crate) struct PlainTextExtension { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 96 | pub(crate) graphic_control_extension: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 97 | pub(crate) text_grid_left_pos: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 98 | pub(crate) text_grid_top_pos: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | pub(crate) text_grid_width: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 100 | pub(crate) text_grid_height: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 101 | pub(crate) char_cell_width: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 102 | pub(crate) char_cell_height: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 103 | pub(crate) text_fg_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 104 | pub(crate) text_bg_color_index: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 105 | pub(crate) plain_text_data: String, [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: fields `id`, `auth_code`, and `data_sub_blocks` are never read [INFO] [stdout] --> src/parser.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 109 | pub(crate) struct ApplicationExtension { [INFO] [stdout] | -------------------- fields in this struct [INFO] [stdout] 110 | pub(crate) id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 111 | pub(crate) auth_code: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 112 | pub(crate) data_sub_blocks: Vec, [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] [INFO] [stdout] [INFO] [stdout] warning: field `text` is never read [INFO] [stdout] --> src/parser.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) struct CommentExtension { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 117 | pub(crate) text: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommentExtension` 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 `header` is never read [INFO] [stdout] --> src/parser.rs:122:16 [INFO] [stdout] | [INFO] [stdout] 121 | pub(crate) struct ParseResult { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 122 | pub(crate) header: Header, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/parser.rs:280:21 [INFO] [stdout] | [INFO] [stdout] 280 | Ok(unsafe { mem::transmute(buffer) }) [INFO] [stdout] | --------------^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::from_ne_bytes` [INFO] [stdout] | [INFO] [stdout] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.90s [INFO] running `Command { std: "docker" "inspect" "254b2da7f449d567033f45cf09118eeb9780a9ce4820ad15f6e385e780893572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "254b2da7f449d567033f45cf09118eeb9780a9ce4820ad15f6e385e780893572", kill_on_drop: false }` [INFO] [stdout] 254b2da7f449d567033f45cf09118eeb9780a9ce4820ad15f6e385e780893572 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cdfa9b14237deff8b15c8fc6e15109a25f10b02b04e51ad5f071d6baf9587156 [INFO] running `Command { std: "docker" "start" "-a" "cdfa9b14237deff8b15c8fc6e15109a25f10b02b04e51ad5f071d6baf9587156", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser.rs:490:14 [INFO] [stderr] | [INFO] [stderr] 490 | 4...7 => DisposalMethod::Undefined, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `version` is never read [INFO] [stderr] --> src/parser.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 7 | pub(crate) struct Header { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] 8 | pub(crate) sig: String, [INFO] [stderr] 9 | pub(crate) version: String, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Header` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/parser.rs:44:30 [INFO] [stderr] | [INFO] [stderr] 44 | ApplicationExtensionType(ApplicationExtension), [INFO] [stderr] | ------------------------ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 44 - ApplicationExtensionType(ApplicationExtension), [INFO] [stderr] 44 + ApplicationExtensionType(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/parser.rs:45:26 [INFO] [stderr] | [INFO] [stderr] 45 | CommentExtensionType(CommentExtension), [INFO] [stderr] | -------------------- ^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 45 - CommentExtensionType(CommentExtension), [INFO] [stderr] 45 + CommentExtensionType(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/parser.rs:46:28 [INFO] [stderr] | [INFO] [stderr] 46 | PlainTextExtensionType(PlainTextExtension), [INFO] [stderr] | ---------------------- ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 46 - PlainTextExtensionType(PlainTextExtension), [INFO] [stderr] 46 + PlainTextExtensionType(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `user_input_expected` is never read [INFO] [stderr] --> src/parser.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 51 | pub(crate) struct GraphicControlExtension { [INFO] [stderr] | ----------------------- field in this struct [INFO] [stderr] 52 | pub(crate) disposal_method: DisposalMethod, [INFO] [stderr] 53 | pub(crate) user_input_expected: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `GraphicControlExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/parser.rs:96:16 [INFO] [stderr] | [INFO] [stderr] 95 | pub(crate) struct PlainTextExtension { [INFO] [stderr] | ------------------ fields in this struct [INFO] [stderr] 96 | pub(crate) graphic_control_extension: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 97 | pub(crate) text_grid_left_pos: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 98 | pub(crate) text_grid_top_pos: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 99 | pub(crate) text_grid_width: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 100 | pub(crate) text_grid_height: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 101 | pub(crate) char_cell_width: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 102 | pub(crate) char_cell_height: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 103 | pub(crate) text_fg_color_index: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 104 | pub(crate) text_bg_color_index: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 105 | pub(crate) plain_text_data: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `PlainTextExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `id`, `auth_code`, and `data_sub_blocks` are never read [INFO] [stderr] --> src/parser.rs:110:16 [INFO] [stderr] | [INFO] [stderr] 109 | pub(crate) struct ApplicationExtension { [INFO] [stderr] | -------------------- fields in this struct [INFO] [stderr] 110 | pub(crate) id: String, [INFO] [stderr] | ^^ [INFO] [stderr] 111 | pub(crate) auth_code: String, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 112 | pub(crate) data_sub_blocks: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ApplicationExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `text` is never read [INFO] [stderr] --> src/parser.rs:117:16 [INFO] [stderr] | [INFO] [stderr] 116 | pub(crate) struct CommentExtension { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 117 | pub(crate) text: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `CommentExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `header` is never read [INFO] [stderr] --> src/parser.rs:122:16 [INFO] [stderr] | [INFO] [stderr] 121 | pub(crate) struct ParseResult { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 122 | pub(crate) header: Header, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ParseResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/parser.rs:280:21 [INFO] [stderr] | [INFO] [stderr] 280 | Ok(unsafe { mem::transmute(buffer) }) [INFO] [stderr] | --------------^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `u16::from_ne_bytes` [INFO] [stderr] | [INFO] [stderr] = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order [INFO] [stderr] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `giffy` (lib) generated 11 warnings (run `cargo fix --lib -p giffy` to apply 2 suggestions) [INFO] [stderr] warning: `giffy` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/giffy-4fd961c7acf7372f) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test decompressor::tests::test_decompressor_decompress ... ok [INFO] [stdout] test decompressor::tests::test_code_reader_read ... ok [INFO] [stdout] test tests::test_sample_gif ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests giffy [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser.rs:490:14 [INFO] [stderr] | [INFO] [stderr] 490 | 4...7 => DisposalMethod::Undefined, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 5) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cdfa9b14237deff8b15c8fc6e15109a25f10b02b04e51ad5f071d6baf9587156", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdfa9b14237deff8b15c8fc6e15109a25f10b02b04e51ad5f071d6baf9587156", kill_on_drop: false }` [INFO] [stdout] cdfa9b14237deff8b15c8fc6e15109a25f10b02b04e51ad5f071d6baf9587156