[INFO] fetching crate psd 0.3.5...
[INFO] testing psd-0.3.5 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate psd 0.3.5 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate psd 0.3.5
[INFO] finished tweaking crates.io crate psd 0.3.5
[INFO] tweaked toml for crates.io crate psd 0.3.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate psd 0.3.5 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a565ca950f687d83cff034eadebeab4256ca54835595313c5f47f53bf12cd774
[INFO] running `Command { std: "docker" "start" "-a" "a565ca950f687d83cff034eadebeab4256ca54835595313c5f47f53bf12cd774", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a565ca950f687d83cff034eadebeab4256ca54835595313c5f47f53bf12cd774", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a565ca950f687d83cff034eadebeab4256ca54835595313c5f47f53bf12cd774", kill_on_drop: false }`
[INFO] [stdout] a565ca950f687d83cff034eadebeab4256ca54835595313c5f47f53bf12cd774
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d732e7576b50111f4aedc7925cb3b20375263854322764b6955ffb86454ce03f
[INFO] running `Command { std: "docker" "start" "-a" "d732e7576b50111f4aedc7925cb3b20375263854322764b6955ffb86454ce03f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling psd v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Range`
[INFO] [stdout]  --> src/sections/layer_and_mask_information_section/layers.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ops::{Deref, Range};
[INFO] [stdout]   |                       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn pass_through(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:109:31
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn pass_through(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:118:11
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn normal(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn dissolve(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn dissolve(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:182:17
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn darker_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:182:31
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn darker_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:246:18
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn lighter_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:246:32
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn lighter_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:320:16
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn vivid_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:320:30
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn vivid_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:324:17
[INFO] [stdout]     |
[INFO] [stdout] 324 | fn linear_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:324:31
[INFO] [stdout]     |
[INFO] [stdout] 324 | fn linear_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:329:14
[INFO] [stdout]     |
[INFO] [stdout] 329 | fn pin_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:329:28
[INFO] [stdout]     |
[INFO] [stdout] 329 | fn pin_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:334:13
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn hard_mix(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:334:27
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn hard_mix(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:387:8
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn hue(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:387:22
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn hue(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:391:15
[INFO] [stdout]     |
[INFO] [stdout] 391 | fn saturation(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:391:29
[INFO] [stdout]     |
[INFO] [stdout] 391 | fn saturation(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:395:10
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:395:24
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:399:15
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn luminosity(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:399:29
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn luminosity(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sub_list`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:537:9
[INFO] [stdout]     |
[INFO] [stdout] 537 |         sub_list: bool,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sub_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sub_list`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 |         sub_list: bool,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sub_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:559:13
[INFO] [stdout]     |
[INFO] [stdout] 559 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:636:13
[INFO] [stdout]     |
[INFO] [stdout] 636 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `generate_16_bit_grayscale_rgba` is never used
[INFO] [stdout]   --> src/psd_channel.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub trait IntoRgba {
[INFO] [stdout]    |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 90 |     fn generate_16_bit_grayscale_rgba(&self) -> Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rle_decompress` is never used
[INFO] [stdout]    --> src/psd_channel.rs:200:4
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn rle_decompress(bytes: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sixteen_to_eight_rgba` is never used
[INFO] [stdout]    --> src/psd_channel.rs:231:4
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn sixteen_to_eight_rgba(channel1: &[u8], channel2: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `color_mode_data` is never read
[INFO] [stdout]   --> src/sections/mod.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct MajorSections<'a> {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 16 |     pub(crate) file_header: &'a [u8],
[INFO] [stdout] 17 |     pub(crate) color_mode_data: &'a [u8],
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MajorSections` 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 `version` is never read
[INFO] [stdout]   --> src/sections/file_header_section.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct FileHeaderSection {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 35 |     pub(in crate) version: PsdVersion,
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileHeaderSection` 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 `name` is never read
[INFO] [stdout]   --> src/sections/image_resources_section.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct ImageResourcesBlock {
[INFO] [stdout]    |        ------------------- field in this struct
[INFO] [stdout] 17 |     resource_id: i16,
[INFO] [stdout] 18 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sections/mod.rs:59:30
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn from_bytes(bytes: &[u8]) -> Result<MajorSections, FileHeaderSectionError> {
[INFO] [stdout]    |                              ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn from_bytes(bytes: &[u8]) -> Result<MajorSections<'_>, FileHeaderSectionError> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sections/mod.rs:115:23
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn new(bytes: &[u8]) -> PsdCursor {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn new(bytes: &[u8]) -> PsdCursor<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
[INFO] running `Command { std: "docker" "inspect" "d732e7576b50111f4aedc7925cb3b20375263854322764b6955ffb86454ce03f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d732e7576b50111f4aedc7925cb3b20375263854322764b6955ffb86454ce03f", kill_on_drop: false }`
[INFO] [stdout] d732e7576b50111f4aedc7925cb3b20375263854322764b6955ffb86454ce03f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02fe01f0c2fc6b97ba4d570de8425ae9dffd7c0c23ebc53f378e3bbe95c788cd
[INFO] running `Command { std: "docker" "start" "-a" "02fe01f0c2fc6b97ba4d570de8425ae9dffd7c0c23ebc53f378e3bbe95c788cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stdout] warning: unused import: `Range`
[INFO] [stdout]  --> src/sections/layer_and_mask_information_section/layers.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ops::{Deref, Range};
[INFO] [stdout]   |                       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn pass_through(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:109:31
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn pass_through(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:118:11
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn normal(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn dissolve(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn dissolve(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:182:17
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn darker_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:182:31
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn darker_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:246:18
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn lighter_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:246:32
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn lighter_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:320:16
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn vivid_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:320:30
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn vivid_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:324:17
[INFO] [stdout]     |
[INFO] [stdout] 324 | fn linear_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:324:31
[INFO] [stdout]     |
[INFO] [stdout] 324 | fn linear_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:329:14
[INFO] [stdout]     |
[INFO] [stdout] 329 | fn pin_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:329:28
[INFO] [stdout]     |
[INFO] [stdout] 329 | fn pin_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:334:13
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn hard_mix(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:334:27
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn hard_mix(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:387:8
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn hue(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:387:22
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn hue(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:391:15
[INFO] [stdout]     |
[INFO] [stdout] 391 | fn saturation(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:391:29
[INFO] [stdout]     |
[INFO] [stdout] 391 | fn saturation(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:395:10
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:395:24
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:399:15
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn luminosity(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:399:29
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn luminosity(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sub_list`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:537:9
[INFO] [stdout]     |
[INFO] [stdout] 537 |         sub_list: bool,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sub_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sub_list`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 |         sub_list: bool,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sub_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:559:13
[INFO] [stdout]     |
[INFO] [stdout] 559 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:636:13
[INFO] [stdout]     |
[INFO] [stdout] 636 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `generate_16_bit_grayscale_rgba` is never used
[INFO] [stdout]   --> src/psd_channel.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub trait IntoRgba {
[INFO] [stdout]    |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 90 |     fn generate_16_bit_grayscale_rgba(&self) -> Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rle_decompress` is never used
[INFO] [stdout]    --> src/psd_channel.rs:200:4
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn rle_decompress(bytes: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sixteen_to_eight_rgba` is never used
[INFO] [stdout]    --> src/psd_channel.rs:231:4
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn sixteen_to_eight_rgba(channel1: &[u8], channel2: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `color_mode_data` is never read
[INFO] [stdout]   --> src/sections/mod.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct MajorSections<'a> {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 16 |     pub(crate) file_header: &'a [u8],
[INFO] [stdout] 17 |     pub(crate) color_mode_data: &'a [u8],
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MajorSections` 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 `version` is never read
[INFO] [stdout]   --> src/sections/file_header_section.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct FileHeaderSection {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 35 |     pub(in crate) version: PsdVersion,
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileHeaderSection` 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 `name` is never read
[INFO] [stdout]   --> src/sections/image_resources_section.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct ImageResourcesBlock {
[INFO] [stdout]    |        ------------------- field in this struct
[INFO] [stdout] 17 |     resource_id: i16,
[INFO] [stdout] 18 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sections/mod.rs:59:30
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn from_bytes(bytes: &[u8]) -> Result<MajorSections, FileHeaderSectionError> {
[INFO] [stdout]    |                              ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn from_bytes(bytes: &[u8]) -> Result<MajorSections<'_>, FileHeaderSectionError> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sections/mod.rs:115:23
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn new(bytes: &[u8]) -> PsdCursor {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn new(bytes: &[u8]) -> PsdCursor<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling psd v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Range`
[INFO] [stdout]  --> src/sections/layer_and_mask_information_section/layers.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ops::{Deref, Range};
[INFO] [stdout]   |                       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BLEND_VIVID_LIGHT_BLUE_RED_PIXEL` is never used
[INFO] [stdout]   --> tests/blend.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | const BLEND_VIVID_LIGHT_BLUE_RED_PIXEL: [u8; 4] = [85, 0, 170, 192];
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BLEND_LINEAR_LIGHT_BLUE_RED_PIXEL` is never used
[INFO] [stdout]   --> tests/blend.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 24 | const BLEND_LINEAR_LIGHT_BLUE_RED_PIXEL: [u8; 4] = [85, 0, 169, 192];
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BLEND_PIN_LIGHT_BLUE_RED_PIXEL` is never used
[INFO] [stdout]   --> tests/blend.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | const BLEND_PIN_LIGHT_BLUE_RED_PIXEL: [u8; 4] = [85, 0, 170, 192];
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BLEND_HARD_MIX_BLUE_RED_PIXEL` is never used
[INFO] [stdout]   --> tests/blend.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 | const BLEND_HARD_MIX_BLUE_RED_PIXEL: [u8; 4] = [170, 0, 85, 192];
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `make_image` is never used
[INFO] [stdout]    --> tests/transparency.rs:118:4
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn make_image(pixel: [u8; 4], pixel_count: u32) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `put_pixel` is never used
[INFO] [stdout]    --> tests/transparency.rs:132:4
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn put_pixel(image: &mut Vec<u8>, width: usize, left: usize, top: usize, new: [u8; 4]) {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn pass_through(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:109:31
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn pass_through(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:118:11
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn normal(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn dissolve(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn dissolve(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:182:17
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn darker_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:182:31
[INFO] [stdout]     |
[INFO] [stdout] 182 | fn darker_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:246:18
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn lighter_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:246:32
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn lighter_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:320:16
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn vivid_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:320:30
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn vivid_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:324:17
[INFO] [stdout]     |
[INFO] [stdout] 324 | fn linear_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:324:31
[INFO] [stdout]     |
[INFO] [stdout] 324 | fn linear_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:329:14
[INFO] [stdout]     |
[INFO] [stdout] 329 | fn pin_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:329:28
[INFO] [stdout]     |
[INFO] [stdout] 329 | fn pin_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:334:13
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn hard_mix(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:334:27
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn hard_mix(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:387:8
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn hue(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:387:22
[INFO] [stdout]     |
[INFO] [stdout] 387 | fn hue(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:391:15
[INFO] [stdout]     |
[INFO] [stdout] 391 | fn saturation(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:391:29
[INFO] [stdout]     |
[INFO] [stdout] 391 | fn saturation(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:395:10
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:395:24
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_b`
[INFO] [stdout]    --> src/blend.rs:399:15
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn luminosity(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_s`
[INFO] [stdout]    --> src/blend.rs:399:29
[INFO] [stdout]     |
[INFO] [stdout] 399 | fn luminosity(color_b: f32, color_s: f32) -> f32 {
[INFO] [stdout]     |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sub_list`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:537:9
[INFO] [stdout]     |
[INFO] [stdout] 537 |         sub_list: bool,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sub_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sub_list`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 |         sub_list: bool,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sub_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:559:13
[INFO] [stdout]     |
[INFO] [stdout] 559 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/sections/image_resources_section.rs:636:13
[INFO] [stdout]     |
[INFO] [stdout] 636 |         for n in 0..count {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `generate_16_bit_grayscale_rgba` is never used
[INFO] [stdout]   --> src/psd_channel.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub trait IntoRgba {
[INFO] [stdout]    |           -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 90 |     fn generate_16_bit_grayscale_rgba(&self) -> Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rle_decompress` is never used
[INFO] [stdout]    --> src/psd_channel.rs:200:4
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn rle_decompress(bytes: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sixteen_to_eight_rgba` is never used
[INFO] [stdout]    --> src/psd_channel.rs:231:4
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn sixteen_to_eight_rgba(channel1: &[u8], channel2: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `color_mode_data` is never read
[INFO] [stdout]   --> src/sections/mod.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct MajorSections<'a> {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 16 |     pub(crate) file_header: &'a [u8],
[INFO] [stdout] 17 |     pub(crate) color_mode_data: &'a [u8],
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MajorSections` 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 `version` is never read
[INFO] [stdout]   --> src/sections/file_header_section.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct FileHeaderSection {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 35 |     pub(in crate) version: PsdVersion,
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileHeaderSection` 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 `name` is never read
[INFO] [stdout]   --> src/sections/image_resources_section.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct ImageResourcesBlock {
[INFO] [stdout]    |        ------------------- field in this struct
[INFO] [stdout] 17 |     resource_id: i16,
[INFO] [stdout] 18 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sections/mod.rs:59:30
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn from_bytes(bytes: &[u8]) -> Result<MajorSections, FileHeaderSectionError> {
[INFO] [stdout]    |                              ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn from_bytes(bytes: &[u8]) -> Result<MajorSections<'_>, FileHeaderSectionError> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sections/mod.rs:115:23
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn new(bytes: &[u8]) -> PsdCursor {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn new(bytes: &[u8]) -> PsdCursor<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.84s
[INFO] running `Command { std: "docker" "inspect" "02fe01f0c2fc6b97ba4d570de8425ae9dffd7c0c23ebc53f378e3bbe95c788cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02fe01f0c2fc6b97ba4d570de8425ae9dffd7c0c23ebc53f378e3bbe95c788cd", kill_on_drop: false }`
[INFO] [stdout] 02fe01f0c2fc6b97ba4d570de8425ae9dffd7c0c23ebc53f378e3bbe95c788cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2a4ddf6f5742d9d277b3a77c1c8100335f4f65c68b2372d03899b5bc861d7195
[INFO] running `Command { std: "docker" "start" "-a" "2a4ddf6f5742d9d277b3a77c1c8100335f4f65c68b2372d03899b5bc861d7195", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Range`
[INFO] [stderr]  --> src/sections/layer_and_mask_information_section/layers.rs:3:23
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::ops::{Deref, Range};
[INFO] [stderr]   |                       ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn pass_through(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:109:31
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn pass_through(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:118:11
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn normal(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:122:13
[INFO] [stderr]     |
[INFO] [stderr] 122 | fn dissolve(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:122:27
[INFO] [stderr]     |
[INFO] [stderr] 122 | fn dissolve(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:182:17
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn darker_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:182:31
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn darker_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:246:18
[INFO] [stderr]     |
[INFO] [stderr] 246 | fn lighter_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:246:32
[INFO] [stderr]     |
[INFO] [stderr] 246 | fn lighter_color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:320:16
[INFO] [stderr]     |
[INFO] [stderr] 320 | fn vivid_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:320:30
[INFO] [stderr]     |
[INFO] [stderr] 320 | fn vivid_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:324:17
[INFO] [stderr]     |
[INFO] [stderr] 324 | fn linear_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:324:31
[INFO] [stderr]     |
[INFO] [stderr] 324 | fn linear_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:329:14
[INFO] [stderr]     |
[INFO] [stderr] 329 | fn pin_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:329:28
[INFO] [stderr]     |
[INFO] [stderr] 329 | fn pin_light(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:334:13
[INFO] [stderr]     |
[INFO] [stderr] 334 | fn hard_mix(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:334:27
[INFO] [stderr]     |
[INFO] [stderr] 334 | fn hard_mix(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:387:8
[INFO] [stderr]     |
[INFO] [stderr] 387 | fn hue(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:387:22
[INFO] [stderr]     |
[INFO] [stderr] 387 | fn hue(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:391:15
[INFO] [stderr]     |
[INFO] [stderr] 391 | fn saturation(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:391:29
[INFO] [stderr]     |
[INFO] [stderr] 391 | fn saturation(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:395:10
[INFO] [stderr]     |
[INFO] [stderr] 395 | fn color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:395:24
[INFO] [stderr]     |
[INFO] [stderr] 395 | fn color(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_b`
[INFO] [stderr]    --> src/blend.rs:399:15
[INFO] [stderr]     |
[INFO] [stderr] 399 | fn luminosity(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_s`
[INFO] [stderr]    --> src/blend.rs:399:29
[INFO] [stderr]     |
[INFO] [stderr] 399 | fn luminosity(color_b: f32, color_s: f32) -> f32 {
[INFO] [stderr]     |                             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `sub_list`
[INFO] [stderr]    --> src/sections/image_resources_section.rs:537:9
[INFO] [stderr]     |
[INFO] [stderr] 537 |         sub_list: bool,
[INFO] [stderr]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sub_list`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]    --> src/sections/image_resources_section.rs:542:13
[INFO] [stderr]     |
[INFO] [stderr] 542 |         for n in 0..count {
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `sub_list`
[INFO] [stderr]    --> src/sections/image_resources_section.rs:554:9
[INFO] [stderr]     |
[INFO] [stderr] 554 |         sub_list: bool,
[INFO] [stderr]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sub_list`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]    --> src/sections/image_resources_section.rs:559:13
[INFO] [stderr]     |
[INFO] [stderr] 559 |         for n in 0..count {
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]    --> src/sections/image_resources_section.rs:636:13
[INFO] [stderr]     |
[INFO] [stderr] 636 |         for n in 0..count {
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: method `generate_16_bit_grayscale_rgba` is never used
[INFO] [stderr]   --> src/psd_channel.rs:90:8
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub trait IntoRgba {
[INFO] [stderr]    |           -------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 90 |     fn generate_16_bit_grayscale_rgba(&self) -> Vec<u8> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `rle_decompress` is never used
[INFO] [stderr]    --> src/psd_channel.rs:200:4
[INFO] [stderr]     |
[INFO] [stderr] 200 | fn rle_decompress(bytes: &[u8]) -> Vec<u8> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `sixteen_to_eight_rgba` is never used
[INFO] [stderr]    --> src/psd_channel.rs:231:4
[INFO] [stderr]     |
[INFO] [stderr] 231 | fn sixteen_to_eight_rgba(channel1: &[u8], channel2: &[u8]) -> Vec<u8> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `color_mode_data` is never read
[INFO] [stderr]   --> src/sections/mod.rs:17:16
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub struct MajorSections<'a> {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] 16 |     pub(crate) file_header: &'a [u8],
[INFO] [stderr] 17 |     pub(crate) color_mode_data: &'a [u8],
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `MajorSections` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `version` is never read
[INFO] [stderr]   --> src/sections/file_header_section.rs:35:19
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct FileHeaderSection {
[INFO] [stderr]    |            ----------------- field in this struct
[INFO] [stderr] 35 |     pub(in crate) version: PsdVersion,
[INFO] [stderr]    |                   ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `FileHeaderSection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `name` is never read
[INFO] [stderr]   --> src/sections/image_resources_section.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | struct ImageResourcesBlock {
[INFO] [stderr]    |        ------------------- field in this struct
[INFO] [stderr] 17 |     resource_id: i16,
[INFO] [stderr] 18 |     name: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sections/mod.rs:59:30
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn from_bytes(bytes: &[u8]) -> Result<MajorSections, FileHeaderSectionError> {
[INFO] [stderr]    |                              ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn from_bytes(bytes: &[u8]) -> Result<MajorSections<'_>, FileHeaderSectionError> {
[INFO] [stderr]    |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sections/mod.rs:115:23
[INFO] [stderr]     |
[INFO] [stderr] 115 |     pub fn new(bytes: &[u8]) -> PsdCursor {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 115 |     pub fn new(bytes: &[u8]) -> PsdCursor<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `psd` (lib) generated 39 warnings (run `cargo fix --lib -p psd` to apply 33 suggestions)
[INFO] [stderr] warning: `psd` (lib test) generated 39 warnings (39 duplicates)
[INFO] [stderr] warning: constant `BLEND_VIVID_LIGHT_BLUE_RED_PIXEL` is never used
[INFO] [stderr]   --> tests/blend.rs:23:7
[INFO] [stderr]    |
[INFO] [stderr] 23 | const BLEND_VIVID_LIGHT_BLUE_RED_PIXEL: [u8; 4] = [85, 0, 170, 192];
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `BLEND_LINEAR_LIGHT_BLUE_RED_PIXEL` is never used
[INFO] [stderr]   --> tests/blend.rs:24:7
[INFO] [stderr]    |
[INFO] [stderr] 24 | const BLEND_LINEAR_LIGHT_BLUE_RED_PIXEL: [u8; 4] = [85, 0, 169, 192];
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `BLEND_PIN_LIGHT_BLUE_RED_PIXEL` is never used
[INFO] [stderr]   --> tests/blend.rs:25:7
[INFO] [stderr]    |
[INFO] [stderr] 25 | const BLEND_PIN_LIGHT_BLUE_RED_PIXEL: [u8; 4] = [85, 0, 170, 192];
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `BLEND_HARD_MIX_BLUE_RED_PIXEL` is never used
[INFO] [stderr]   --> tests/blend.rs:26:7
[INFO] [stderr]    |
[INFO] [stderr] 26 | const BLEND_HARD_MIX_BLUE_RED_PIXEL: [u8; 4] = [170, 0, 85, 192];
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `make_image` is never used
[INFO] [stderr]    --> tests/transparency.rs:118:4
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn make_image(pixel: [u8; 4], pixel_count: u32) -> Vec<u8> {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `put_pixel` is never used
[INFO] [stderr]    --> tests/transparency.rs:132:4
[INFO] [stderr]     |
[INFO] [stderr] 132 | fn put_pixel(image: &mut Vec<u8>, width: usize, left: usize, top: usize, new: [u8; 4]) {
[INFO] [stderr]     |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `psd` (test "blend") generated 4 warnings
[INFO] [stderr] warning: `psd` (test "transparency") generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/psd-4aa89fdd2f8c22f6)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test psd_channel::tests::does_not_read_beyond_rle_channels_bytes ... ok
[INFO] [stdout] test sections::file_header_section::tests::incorrect_file_header_section_length ... ok
[INFO] [stdout] test sections::file_header_section::tests::invalid_reserved_section ... ok
[INFO] [stdout] test sections::file_header_section::tests::invalid_channel_count ... ok
[INFO] [stdout] test sections::file_header_section::tests::first_four_bytes_incorrect ... ok
[INFO] [stderr]      Running tests/blend.rs (/opt/rustwide/target/debug/deps/blend-39a3d4086b662048)
[INFO] [stdout] test sections::file_header_section::tests::valid_channel_count ... ok
[INFO] [stdout] test sections::file_header_section::tests::version_incorrect ... ok
[INFO] [stdout] test tests::psd_signature_fail ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test color_burn ... ok
[INFO] [stdout] test color_dodge ... ok
[INFO] [stdout] test darken ... ok
[INFO] [stdout] test difference ... ok
[INFO] [stdout] test divide ... ok
[INFO] [stdout] test exclusion ... ok
[INFO] [stdout] test linear_burn ... ok
[INFO] [stdout] test lighten ... ok
[INFO] [stdout] test hard_light ... ok
[INFO] [stdout] test linear_dodge ... ok
[INFO] [stdout] test multiply ... ok
[INFO] [stdout] test normal ... ok
[INFO] [stdout] test screen ... ok
[INFO] [stdout] test soft_light ... ok
[INFO] [stdout] test subtract ... ok
[INFO] [stdout] test overlay ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/channels.rs (/opt/rustwide/target/debug/deps/channels-8fe4d0bb2aa5e224)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test one_channel_grayscale_raw_data ... ok
[INFO] [stdout] test two_channel_grayscale_raw_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compression.rs (/opt/rustwide/target/debug/deps/compression-3b77ea8e6e4c8676)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test rle_decompress_final_image ... ok
[INFO] [stdout] test rle_decompress_layer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/file_header_section.rs (/opt/rustwide/target/debug/deps/file_header_section-ce464bf5f5f65ff3)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test file_header_section ... ok
[INFO] [stdout] test negative_top_left ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flatten_layers.rs (/opt/rustwide/target/debug/deps/flatten_layers-652a70ea742aeecb)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test flatten_fully_transparent_pixel_replaced_by_pixel_below ... ok
[INFO] [stdout] test no_matching_layers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/image_data_section.rs (/opt/rustwide/target/debug/deps/image_data_section-127c6a6a800b8074)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test image_data_section ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/image_resources_section.rs (/opt/rustwide/target/debug/deps/image_resources_section-00a9a3f08a1f84a1)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test image_non_utf8_pascal_string ... ok
[INFO] [stdout] test image_check_1x1p_bound_field ... ok
[INFO] [stdout] test image_odd_length_pascal_string ... ok
[INFO] [stdout] test image_check_16x16p_bound_field ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/layer_and_mask_information_section.rs (/opt/rustwide/target/debug/deps/layer_and_mask_information_section-c0cdd11bd9f4ae1c)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test layer_larger_than_psd ... ok
[INFO] [stdout] test layer_and_mask_information_section ... ok
[INFO] [stdout] test layer_unicode_string ... ok
[INFO] [stdout] test layer_with_chinese_name ... ok
[INFO] [stdout] test layer_with_clipping ... ok
[INFO] [stdout] test layer_with_cyrillic_name ... ok
[INFO] [stdout] test one_group_inside_another ... ok
[INFO] [stdout] test one_group_one_layer_inside_one_outside ... ok
[INFO] [stdout] test one_group_one_layer_inside ... ok
[INFO] [stdout] test two_groups_two_layers_inside ... ok
[INFO] [stdout] test one_group_with_two_subgroups ... ok
[INFO] [stdout] test out_of_bounds_layer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/layer_groups.rs (/opt/rustwide/target/debug/deps/layer_groups-277cb8e72fb6963a)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test group_by_id ... ok
[INFO] [stdout] test one_group_inside_another ... ok
[INFO] [stdout] test rle_compressed_empty_channel ... ok
[INFO] [stdout] test one_group_with_two_subgroups ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/slices_resource.rs (/opt/rustwide/target/debug/deps/slices_resource-d1be26eeebd84b14)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test slices_v7_8 ... ok
[INFO] [stdout] test name_of_slices_resource_group ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/transparency.rs (/opt/rustwide/target/debug/deps/transparency-23bc530fc146ef27)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test transparent_above_opaque ... ok
[INFO] [stdout] test transparency_raw_data ... ok
[INFO] [stdout] test transparency_rle_compressed ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests psd
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - Psd::from_bytes (line 81) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2a4ddf6f5742d9d277b3a77c1c8100335f4f65c68b2372d03899b5bc861d7195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a4ddf6f5742d9d277b3a77c1c8100335f4f65c68b2372d03899b5bc861d7195", kill_on_drop: false }`
[INFO] [stdout] 2a4ddf6f5742d9d277b3a77c1c8100335f4f65c68b2372d03899b5bc861d7195
