[INFO] fetching crate image-canvas 0.5.0... [INFO] testing image-canvas-0.5.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate image-canvas 0.5.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate image-canvas 0.5.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate image-canvas 0.5.0 [INFO] tweaked toml for crates.io crate image-canvas 0.5.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate image-canvas 0.5.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate image-canvas 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dactyl v0.7.4 [INFO] [stderr] Downloaded brunch v0.6.1 [INFO] [stderr] Downloaded image-texel v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e716252a6247fe0eab552a7d5f0d5d123bd5fc2205389a6ed26dc7318cb15b4f [INFO] running `Command { std: "docker" "start" "-a" "e716252a6247fe0eab552a7d5f0d5d123bd5fc2205389a6ed26dc7318cb15b4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e716252a6247fe0eab552a7d5f0d5d123bd5fc2205389a6ed26dc7318cb15b4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e716252a6247fe0eab552a7d5f0d5d123bd5fc2205389a6ed26dc7318cb15b4f", kill_on_drop: false }` [INFO] [stdout] e716252a6247fe0eab552a7d5f0d5d123bd5fc2205389a6ed26dc7318cb15b4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a70b82eec4b0a78fcca1f8c25a8a5dd399ffca989db7b6947249063223cfa6ec [INFO] running `Command { std: "docker" "start" "-a" "a70b82eec4b0a78fcca1f8c25a8a5dd399ffca989db7b6947249063223cfa6ec", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling bytemuck v1.9.1 [INFO] [stderr] Compiling image-texel v0.5.0 [INFO] [stderr] Compiling image-canvas v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Pal625` is never constructed [INFO] [stdout] --> src/color/yuv.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | struct Pal625; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `YCoCgR` is never constructed [INFO] [stdout] --> src/color/yuv.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 121 | struct YCoCgR; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlaneCells` is never constructed [INFO] [stdout] --> src/frame.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct PlaneCells<'data, T> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlaneAtomics` is never constructed [INFO] [stdout] --> src/frame.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct PlaneAtomics<'data, T> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Opaque` is never constructed [INFO] [stdout] --> src/layout.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 385 | pub(crate) enum BitEncoding { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] 386 | Opaque, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BitEncoding` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Yuv420p` is never constructed [INFO] [stdout] --> src/layout/upsampling.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Yuv420p { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Yuv420p` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `from_width_height` and `byte_len` are never used [INFO] [stdout] --> src/layout/upsampling.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl Yuv420p { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 14 | pub fn from_width_height(channel: TexelLayout, width: u32, height: u32) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub const fn byte_len(self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `expand_yuy2` is never used [INFO] [stdout] --> src/shader.rs:1802:8 [INFO] [stdout] | [INFO] [stdout] 1564 | impl CommonPixel { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 1802 | fn expand_yuy2(info: &ConvertInfo, in_texel: &TexelBuffer, pixel_buf: &mut TexelBuffer) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:184:24 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn channels_u8(&self) -> Option> { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 184 | pub fn channels_u8(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:197:25 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn channels_u16(&self) -> Option> { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 197 | pub fn channels_u16(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:210:25 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn channels_f32(&self) -> Option> { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn channels_f32(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:223:28 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn channels_u8_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 223 | pub fn channels_u8_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:236:29 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn channels_u16_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 236 | pub fn channels_u16_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:249:29 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn channels_f32_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 249 | pub fn channels_f32_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s [INFO] running `Command { std: "docker" "inspect" "a70b82eec4b0a78fcca1f8c25a8a5dd399ffca989db7b6947249063223cfa6ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a70b82eec4b0a78fcca1f8c25a8a5dd399ffca989db7b6947249063223cfa6ec", kill_on_drop: false }` [INFO] [stdout] a70b82eec4b0a78fcca1f8c25a8a5dd399ffca989db7b6947249063223cfa6ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] ec49f0af5f90fb73a740951bd40f067252322f37254296505716f484c97f472a [INFO] running `Command { std: "docker" "start" "-a" "ec49f0af5f90fb73a740951bd40f067252322f37254296505716f484c97f472a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling bytemuck v1.9.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling dactyl v0.7.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling image-texel v0.5.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling png v0.17.5 [INFO] [stderr] Compiling image-canvas v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling brunch v0.6.1 [INFO] [stdout] warning: struct `Pal625` is never constructed [INFO] [stdout] --> src/color/yuv.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | struct Pal625; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `YCoCgR` is never constructed [INFO] [stdout] --> src/color/yuv.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 121 | struct YCoCgR; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlaneCells` is never constructed [INFO] [stdout] --> src/frame.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct PlaneCells<'data, T> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlaneAtomics` is never constructed [INFO] [stdout] --> src/frame.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct PlaneAtomics<'data, T> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Opaque` is never constructed [INFO] [stdout] --> src/layout.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 385 | pub(crate) enum BitEncoding { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] 386 | Opaque, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BitEncoding` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Yuv420p` is never constructed [INFO] [stdout] --> src/layout/upsampling.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Yuv420p { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Yuv420p` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `from_width_height` and `byte_len` are never used [INFO] [stdout] --> src/layout/upsampling.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl Yuv420p { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 14 | pub fn from_width_height(channel: TexelLayout, width: u32, height: u32) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub const fn byte_len(self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `expand_yuy2` is never used [INFO] [stdout] --> src/shader.rs:1802:8 [INFO] [stdout] | [INFO] [stdout] 1564 | impl CommonPixel { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 1802 | fn expand_yuy2(info: &ConvertInfo, in_texel: &TexelBuffer, pixel_buf: &mut TexelBuffer) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:184:24 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn channels_u8(&self) -> Option> { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 184 | pub fn channels_u8(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:197:25 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn channels_u16(&self) -> Option> { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 197 | pub fn channels_u16(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:210:25 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn channels_f32(&self) -> Option> { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn channels_f32(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:223:28 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn channels_u8_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 223 | pub fn channels_u8_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:236:29 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn channels_u16_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 236 | pub fn channels_u16_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:249:29 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn channels_f32_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 249 | pub fn channels_f32_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling image v0.24.2 [INFO] [stdout] warning: struct `Pal625` is never constructed [INFO] [stdout] --> src/color/yuv.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | struct Pal625; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `YCoCgR` is never constructed [INFO] [stdout] --> src/color/yuv.rs:121:8 [INFO] [stdout] | [INFO] [stdout] 121 | struct YCoCgR; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlaneCells` is never constructed [INFO] [stdout] --> src/frame.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct PlaneCells<'data, T> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlaneAtomics` is never constructed [INFO] [stdout] --> src/frame.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct PlaneAtomics<'data, T> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Opaque` is never constructed [INFO] [stdout] --> src/layout.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 385 | pub(crate) enum BitEncoding { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] 386 | Opaque, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BitEncoding` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Yuv420p` is never constructed [INFO] [stdout] --> src/layout/upsampling.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct Yuv420p { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Yuv420p` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `from_width_height` and `byte_len` are never used [INFO] [stdout] --> src/layout/upsampling.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl Yuv420p { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 14 | pub fn from_width_height(channel: TexelLayout, width: u32, height: u32) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub const fn byte_len(self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `expand_yuy2` is never used [INFO] [stdout] --> src/shader.rs:1802:8 [INFO] [stdout] | [INFO] [stdout] 1564 | impl CommonPixel { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 1802 | fn expand_yuy2(info: &ConvertInfo, in_texel: &TexelBuffer, pixel_buf: &mut TexelBuffer) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:184:24 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn channels_u8(&self) -> Option> { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 184 | pub fn channels_u8(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:197:25 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn channels_u16(&self) -> Option> { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 197 | pub fn channels_u16(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:210:25 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn channels_f32(&self) -> Option> { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn channels_f32(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:223:28 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn channels_u8_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 223 | pub fn channels_u8_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:236:29 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn channels_u16_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 236 | pub fn channels_u16_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frame.rs:249:29 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn channels_f32_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 249 | pub fn channels_f32_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 14.34s [INFO] running `Command { std: "docker" "inspect" "ec49f0af5f90fb73a740951bd40f067252322f37254296505716f484c97f472a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec49f0af5f90fb73a740951bd40f067252322f37254296505716f484c97f472a", kill_on_drop: false }` [INFO] [stdout] ec49f0af5f90fb73a740951bd40f067252322f37254296505716f484c97f472a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 29f9159e102e7927879cfefee5ddabd6719e63735655709e87e16af91d8c7c24 [INFO] running `Command { std: "docker" "start" "-a" "29f9159e102e7927879cfefee5ddabd6719e63735655709e87e16af91d8c7c24", kill_on_drop: false }` [INFO] [stderr] warning: struct `Pal625` is never constructed [INFO] [stderr] --> src/color/yuv.rs:110:8 [INFO] [stderr] | [INFO] [stderr] 110 | struct Pal625; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `YCoCgR` is never constructed [INFO] [stderr] --> src/color/yuv.rs:121:8 [INFO] [stderr] | [INFO] [stderr] 121 | struct YCoCgR; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `PlaneCells` is never constructed [INFO] [stderr] --> src/frame.rs:82:12 [INFO] [stderr] | [INFO] [stderr] 82 | pub struct PlaneCells<'data, T> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `PlaneAtomics` is never constructed [INFO] [stderr] --> src/frame.rs:87:12 [INFO] [stderr] | [INFO] [stderr] 87 | pub struct PlaneAtomics<'data, T> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant `Opaque` is never constructed [INFO] [stderr] --> src/layout.rs:386:5 [INFO] [stderr] | [INFO] [stderr] 385 | pub(crate) enum BitEncoding { [INFO] [stderr] | ----------- variant in this enum [INFO] [stderr] 386 | Opaque, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BitEncoding` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `Yuv420p` is never constructed [INFO] [stderr] --> src/layout/upsampling.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | pub(crate) struct Yuv420p { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Yuv420p` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: associated items `from_width_height` and `byte_len` are never used [INFO] [stderr] --> src/layout/upsampling.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 13 | impl Yuv420p { [INFO] [stderr] | ------------ associated items in this implementation [INFO] [stderr] 14 | pub fn from_width_height(channel: TexelLayout, width: u32, height: u32) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 36 | pub const fn byte_len(self) -> usize { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function `expand_yuy2` is never used [INFO] [stderr] --> src/shader.rs:1802:8 [INFO] [stderr] | [INFO] [stderr] 1564 | impl CommonPixel { [INFO] [stderr] | ---------------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 1802 | fn expand_yuy2(info: &ConvertInfo, in_texel: &TexelBuffer, pixel_buf: &mut TexelBuffer) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frame.rs:184:24 [INFO] [stderr] | [INFO] [stderr] 184 | pub fn channels_u8(&self) -> Option> { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 184 | pub fn channels_u8(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frame.rs:197:25 [INFO] [stderr] | [INFO] [stderr] 197 | pub fn channels_u16(&self) -> Option> { [INFO] [stderr] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 197 | pub fn channels_u16(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frame.rs:210:25 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn channels_f32(&self) -> Option> { [INFO] [stderr] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 210 | pub fn channels_f32(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frame.rs:223:28 [INFO] [stderr] | [INFO] [stderr] 223 | pub fn channels_u8_mut(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 223 | pub fn channels_u8_mut(&mut self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frame.rs:236:29 [INFO] [stderr] | [INFO] [stderr] 236 | pub fn channels_u16_mut(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 236 | pub fn channels_u16_mut(&mut self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frame.rs:249:29 [INFO] [stderr] | [INFO] [stderr] 249 | pub fn channels_f32_mut(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 249 | pub fn channels_f32_mut(&mut self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `image-canvas` (lib) generated 14 warnings (run `cargo fix --lib -p image-canvas` to apply 6 suggestions) [INFO] [stderr] warning: `image-canvas` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/image_canvas-9fee63d6efefbd07) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test bits::tests::bit_insertion ... ok [INFO] [stdout] test bits::tests::bit_extraction ... ok [INFO] [stdout] test color::inverse ... ok [INFO] [stdout] test color::oklab::inverse ... ok [INFO] [stdout] test shader::to_bits ... ok [INFO] [stdout] test shader::from_bits ... ok [INFO] [stdout] test color_matrix::matrix_ops ... ok [INFO] [stdout] test tests::frame_as_channels ... ok [INFO] [stdout] test tests::color_no_conversion ... ok [INFO] [stdout] test tests::drop_shuffled_samples ... ok [INFO] [stdout] test tests::incorrect_strided ... ok [INFO] [stdout] test tests::split_to_planes ... ok [INFO] [stdout] test tests::pack_bits ... ok [INFO] [stdout] test tests::shuffled_samples ... ok [INFO] [stdout] test tests::expand_bits ... ok [INFO] [stdout] test tests::expand_shuffled_samples ... ok [INFO] [stdout] test tests::unpack_bits ... ok [INFO] [stdout] test tests::simple_conversion ... ok [INFO] [stdout] test tests::a_bitpack_dilemma_wrapped ... ok [INFO] [stdout] test tests::strided ... ok [INFO] [stdout] test tests::to_arc_conversion ... ok [INFO] [stdout] test tests::to_rc_conversion ... ok [INFO] [stdout] test tests::non_rectantular ... ok [INFO] [stdout] test tests::yuv_conversion ... ok [INFO] [stdout] test tests::color_conversion ... ok [INFO] [stdout] test tests::a_bitpack_dilemma_unwrapped ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "29f9159e102e7927879cfefee5ddabd6719e63735655709e87e16af91d8c7c24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29f9159e102e7927879cfefee5ddabd6719e63735655709e87e16af91d8c7c24", kill_on_drop: false }` [INFO] [stdout] 29f9159e102e7927879cfefee5ddabd6719e63735655709e87e16af91d8c7c24