[INFO] fetching crate image-canvas 0.5.1...
[INFO] testing image-canvas-0.5.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate image-canvas 0.5.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate image-canvas 0.5.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate image-canvas 0.5.1
[INFO] tweaked toml for crates.io crate image-canvas 0.5.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate image-canvas 0.5.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate image-canvas 0.5.1 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 25ad251bd475e3677c200fb7a6e54fe67692e0552a650694e9bc89c9f0158848
[INFO] running `Command { std: "docker" "start" "-a" "25ad251bd475e3677c200fb7a6e54fe67692e0552a650694e9bc89c9f0158848", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25ad251bd475e3677c200fb7a6e54fe67692e0552a650694e9bc89c9f0158848", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25ad251bd475e3677c200fb7a6e54fe67692e0552a650694e9bc89c9f0158848", kill_on_drop: false }`
[INFO] [stdout] 25ad251bd475e3677c200fb7a6e54fe67692e0552a650694e9bc89c9f0158848
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 272cd5289f99c973f1cdcaf357cc01aa64df3d8b6cfe72399a7fe61bf08cdf76
[INFO] running `Command { std: "docker" "start" "-a" "272cd5289f99c973f1cdcaf357cc01aa64df3d8b6cfe72399a7fe61bf08cdf76", 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.1 (/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)]` (part of `#[warn(unused)]`) 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: 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] 
[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<Self> {
[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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn channels_u8(&self) -> Option<ChannelsRef<u8>> {
[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] 184 |     pub fn channels_u8(&self) -> Option<ChannelsRef<'_, u8>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:197:25
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn channels_u16(&self) -> Option<ChannelsRef<u16>> {
[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] 197 |     pub fn channels_u16(&self) -> Option<ChannelsRef<'_, u16>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:210:25
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn channels_f32(&self) -> Option<ChannelsRef<f32>> {
[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] 210 |     pub fn channels_f32(&self) -> Option<ChannelsRef<'_, f32>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:223:28
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn channels_u8_mut(&mut self) -> Option<ChannelsMut<u8>> {
[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] 223 |     pub fn channels_u8_mut(&mut self) -> Option<ChannelsMut<'_, u8>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:236:29
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn channels_u16_mut(&mut self) -> Option<ChannelsMut<u16>> {
[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] 236 |     pub fn channels_u16_mut(&mut self) -> Option<ChannelsMut<'_, u16>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:249:29
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub fn channels_f32_mut(&mut self) -> Option<ChannelsMut<f32>> {
[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] 249 |     pub fn channels_f32_mut(&mut self) -> Option<ChannelsMut<'_, f32>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
[INFO] running `Command { std: "docker" "inspect" "272cd5289f99c973f1cdcaf357cc01aa64df3d8b6cfe72399a7fe61bf08cdf76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "272cd5289f99c973f1cdcaf357cc01aa64df3d8b6cfe72399a7fe61bf08cdf76", kill_on_drop: false }`
[INFO] [stdout] 272cd5289f99c973f1cdcaf357cc01aa64df3d8b6cfe72399a7fe61bf08cdf76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3380943c741b839e5d0d54a95d93bcb94ee6df5ab60688bf38b866457cf037c6
[INFO] running `Command { std: "docker" "start" "-a" "3380943c741b839e5d0d54a95d93bcb94ee6df5ab60688bf38b866457cf037c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling dactyl v0.7.4
[INFO] [stderr]    Compiling bytemuck v1.9.1
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling deflate v1.0.0
[INFO] [stderr]    Compiling image-texel v0.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.5.1
[INFO] [stderr]    Compiling png v0.17.5
[INFO] [stderr]    Compiling image-canvas v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling brunch v0.6.1
[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)]` (part of `#[warn(unused)]`) 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: 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] 
[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<Self> {
[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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn channels_u8(&self) -> Option<ChannelsRef<u8>> {
[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] 184 |     pub fn channels_u8(&self) -> Option<ChannelsRef<'_, u8>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:197:25
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn channels_u16(&self) -> Option<ChannelsRef<u16>> {
[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] 197 |     pub fn channels_u16(&self) -> Option<ChannelsRef<'_, u16>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:210:25
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn channels_f32(&self) -> Option<ChannelsRef<f32>> {
[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] 210 |     pub fn channels_f32(&self) -> Option<ChannelsRef<'_, f32>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:223:28
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn channels_u8_mut(&mut self) -> Option<ChannelsMut<u8>> {
[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] 223 |     pub fn channels_u8_mut(&mut self) -> Option<ChannelsMut<'_, u8>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:236:29
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn channels_u16_mut(&mut self) -> Option<ChannelsMut<u16>> {
[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] 236 |     pub fn channels_u16_mut(&mut self) -> Option<ChannelsMut<'_, u16>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:249:29
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub fn channels_f32_mut(&mut self) -> Option<ChannelsMut<f32>> {
[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] 249 |     pub fn channels_f32_mut(&mut self) -> Option<ChannelsMut<'_, f32>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[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)]` (part of `#[warn(unused)]`) 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: 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] 
[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<Self> {
[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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn channels_u8(&self) -> Option<ChannelsRef<u8>> {
[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] 184 |     pub fn channels_u8(&self) -> Option<ChannelsRef<'_, u8>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:197:25
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn channels_u16(&self) -> Option<ChannelsRef<u16>> {
[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] 197 |     pub fn channels_u16(&self) -> Option<ChannelsRef<'_, u16>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:210:25
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub fn channels_f32(&self) -> Option<ChannelsRef<f32>> {
[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] 210 |     pub fn channels_f32(&self) -> Option<ChannelsRef<'_, f32>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:223:28
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn channels_u8_mut(&mut self) -> Option<ChannelsMut<u8>> {
[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] 223 |     pub fn channels_u8_mut(&mut self) -> Option<ChannelsMut<'_, u8>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:236:29
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn channels_u16_mut(&mut self) -> Option<ChannelsMut<u16>> {
[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] 236 |     pub fn channels_u16_mut(&mut self) -> Option<ChannelsMut<'_, u16>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frame.rs:249:29
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub fn channels_f32_mut(&mut self) -> Option<ChannelsMut<f32>> {
[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] 249 |     pub fn channels_f32_mut(&mut self) -> Option<ChannelsMut<'_, f32>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.07s
[INFO] running `Command { std: "docker" "inspect" "3380943c741b839e5d0d54a95d93bcb94ee6df5ab60688bf38b866457cf037c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3380943c741b839e5d0d54a95d93bcb94ee6df5ab60688bf38b866457cf037c6", kill_on_drop: false }`
[INFO] [stdout] 3380943c741b839e5d0d54a95d93bcb94ee6df5ab60688bf38b866457cf037c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4016b75eaa006361ceb0353eec6bf20c1ad3c48d73d810b8b711270a35b95c7e
[INFO] running `Command { std: "docker" "start" "-a" "4016b75eaa006361ceb0353eec6bf20c1ad3c48d73d810b8b711270a35b95c7e", 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)]` (part of `#[warn(unused)]`) 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: 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] 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<Self> {
[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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frame.rs:184:24
[INFO] [stderr]     |
[INFO] [stderr] 184 |     pub fn channels_u8(&self) -> Option<ChannelsRef<u8>> {
[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] 184 |     pub fn channels_u8(&self) -> Option<ChannelsRef<'_, u8>> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frame.rs:197:25
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn channels_u16(&self) -> Option<ChannelsRef<u16>> {
[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] 197 |     pub fn channels_u16(&self) -> Option<ChannelsRef<'_, u16>> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frame.rs:210:25
[INFO] [stderr]     |
[INFO] [stderr] 210 |     pub fn channels_f32(&self) -> Option<ChannelsRef<f32>> {
[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] 210 |     pub fn channels_f32(&self) -> Option<ChannelsRef<'_, f32>> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frame.rs:223:28
[INFO] [stderr]     |
[INFO] [stderr] 223 |     pub fn channels_u8_mut(&mut self) -> Option<ChannelsMut<u8>> {
[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] 223 |     pub fn channels_u8_mut(&mut self) -> Option<ChannelsMut<'_, u8>> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frame.rs:236:29
[INFO] [stderr]     |
[INFO] [stderr] 236 |     pub fn channels_u16_mut(&mut self) -> Option<ChannelsMut<u16>> {
[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] 236 |     pub fn channels_u16_mut(&mut self) -> Option<ChannelsMut<'_, u16>> {
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frame.rs:249:29
[INFO] [stderr]     |
[INFO] [stderr] 249 |     pub fn channels_f32_mut(&mut self) -> Option<ChannelsMut<f32>> {
[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] 249 |     pub fn channels_f32_mut(&mut self) -> Option<ChannelsMut<'_, f32>> {
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `image-canvas` (lib) generated 13 warnings (run `cargo fix --lib -p image-canvas` to apply 6 suggestions)
[INFO] [stderr] warning: `image-canvas` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/image_canvas-df763047a4f71caa)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test bits::tests::bit_extraction ... ok
[INFO] [stdout] test color::oklab::inverse ... ok
[INFO] [stdout] test color::xyz_test_vectors ... ok
[INFO] [stdout] test color_matrix::matrix_ops ... ok
[INFO] [stdout] test color::transfer::colour_test_vectors ... ok
[INFO] [stdout] test bits::tests::bit_insertion ... ok
[INFO] [stdout] test color::xyz_once_equal_to_multiple ... ok
[INFO] [stdout] test shader::from_bits ... ok
[INFO] [stdout] test tests::a_bitpack_dilemma_wrapped ... ok
[INFO] [stdout] test color::inverse ... ok
[INFO] [stdout] test tests::color_no_conversion ... ok
[INFO] [stdout] test shader::to_bits ... ok
[INFO] [stdout] test tests::drop_shuffled_samples ... ok
[INFO] [stdout] test tests::expand_bits ... ok
[INFO] [stdout] test tests::expand_shuffled_samples ... ok
[INFO] [stdout] test tests::split_to_planes ... ok
[INFO] [stdout] test tests::frame_as_channels ... ok
[INFO] [stdout] test tests::strided ... ok
[INFO] [stdout] test tests::incorrect_strided ... ok
[INFO] [stdout] test tests::pack_bits ... ok
[INFO] [stdout] test tests::shuffled_samples ... ok
[INFO] [stdout] test tests::to_rc_conversion ... ok
[INFO] [stdout] test tests::unpack_bits ... ok
[INFO] [stdout] test tests::to_arc_conversion ... ok
[INFO] [stdout] test tests::simple_conversion ... ok
[INFO] [stdout] test tests::non_rectantular ... ok
[INFO] [stdout] test tests::rgb_conversion ... ok
[INFO] [stdout] test tests::luma_conversion ... ok
[INFO] [stdout] test tests::a_bitpack_dilemma_unwrapped ... ok
[INFO] [stdout] test tests::color_conversion ... ok
[INFO] [stdout] test tests::yuv_conversion ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests image_canvas
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 14) ... ok
[INFO] [stdout] test src/frame.rs - frame::Canvas::new (line 110) ... ok
[INFO] [stdout] test src/lib.rs - (line 32) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4016b75eaa006361ceb0353eec6bf20c1ad3c48d73d810b8b711270a35b95c7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4016b75eaa006361ceb0353eec6bf20c1ad3c48d73d810b8b711270a35b95c7e", kill_on_drop: false }`
[INFO] [stdout] 4016b75eaa006361ceb0353eec6bf20c1ad3c48d73d810b8b711270a35b95c7e
