[INFO] cloning repository https://github.com/DavRack/imops [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DavRack/imops" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavRack%2Fimops", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavRack%2Fimops'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 593055391765549111263b37e7dff2cffa2c5c3e [INFO] testing DavRack/imops against try#17092ad00ed8fe1e7f81a7e38238ff70779034b1 for pr-140985 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavRack%2Fimops" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DavRack/imops on toolchain 17092ad00ed8fe1e7f81a7e38238ff70779034b1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DavRack/imops [INFO] finished tweaking git repo https://github.com/DavRack/imops [INFO] tweaked toml for git repo https://github.com/DavRack/imops written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/DavRack/imops 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" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0fd003ab16eafd360b39dc8fedc0d02320484c27599d9d3639096104a885a19 [INFO] running `Command { std: "docker" "start" "-a" "b0fd003ab16eafd360b39dc8fedc0d02320484c27599d9d3639096104a885a19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0fd003ab16eafd360b39dc8fedc0d02320484c27599d9d3639096104a885a19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0fd003ab16eafd360b39dc8fedc0d02320484c27599d9d3639096104a885a19", kill_on_drop: false }` [INFO] [stdout] b0fd003ab16eafd360b39dc8fedc0d02320484c27599d9d3639096104a885a19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29d117f3e3ea4ba30f3412994124b65411898d6e62ebfcf8fac820d329cebcf6 [INFO] running `Command { std: "docker" "start" "-a" "29d117f3e3ea4ba30f3412994124b65411898d6e62ebfcf8fac820d329cebcf6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling winnow v0.7.4 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling miniz_oxide v0.8.7 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling target-features v0.1.6 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling half v2.5.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling bytemuck v1.22.0 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling libflate_lz77 v2.1.0 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling thread-tree v0.3.3 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling avif-serialize v0.8.3 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling dary_heap v0.3.7 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling clap_builder v4.5.35 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling libflate v2.1.0 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling color v0.2.3 [INFO] [stderr] Compiling convolve-image v0.4.0 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling dyn-clone v1.0.19 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling toml v0.8.20 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling enumn v0.1.14 [INFO] [stderr] Compiling tokio v1.44.2 [INFO] [stderr] Compiling backtrace v0.3.74 [INFO] [stderr] Compiling num_enum_derive v0.7.3 [INFO] [stderr] Compiling rawler v0.6.0 [INFO] [stderr] Compiling multiversion-macros v0.7.4 [INFO] [stderr] Compiling num_enum v0.7.3 [INFO] [stderr] Compiling clap v4.5.35 [INFO] [stderr] Compiling multiversion v0.7.4 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling ravif v0.11.11 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling filsimrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `core::panic` [INFO] [stdout] --> src/imops.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MaskFn` [INFO] [stdout] --> src/imops.rs:10:25 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::mask::{Mask, MaskFn}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `time::Instant` [INFO] [stdout] --> src/wavelets.rs:1:18 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{isize, time::Instant, usize}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BufferOps` [INFO] [stdout] --> src/mask.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::pixels::{BufferOps, PixelOps, SubPixel}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `R_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:241:7 [INFO] [stdout] | [INFO] [stdout] 241 | const R_RELATIVE_LUMINANCE: SubPixel = 0.2126; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `G_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:242:7 [INFO] [stdout] | [INFO] [stdout] 242 | const G_RELATIVE_LUMINANCE: SubPixel = 0.7152; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `B_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:243:7 [INFO] [stdout] | [INFO] [stdout] 243 | const B_RELATIVE_LUMINANCE: SubPixel = 0.0722; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `y_luminance` is never used [INFO] [stdout] --> src/imops.rs:245:4 [INFO] [stdout] | [INFO] [stdout] 245 | fn y_luminance(pixel: Pixel) -> SubPixel{ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `g_sigmoid` is never used [INFO] [stdout] --> src/imops.rs:257:4 [INFO] [stdout] | [INFO] [stdout] 257 | fn g_sigmoid(v: SubPixel, contrast: SubPixel, c: SubPixel) -> SubPixel { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `b_sigmoid` is never used [INFO] [stdout] --> src/imops.rs:262:4 [INFO] [stdout] | [INFO] [stdout] 262 | fn b_sigmoid(v: SubPixel, contrast: SubPixel, c: SubPixel) -> SubPixel { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `compute_signal_index` is never used [INFO] [stdout] --> src/wavelets.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn compute_signal_index( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `convolve_ref` is never used [INFO] [stdout] --> src/wavelets.rs:36:4 [INFO] [stdout] | [INFO] [stdout] 36 | fn convolve_ref( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/imops.rs:352:26 [INFO] [stdout] | [INFO] [stdout] 352 | let config = self.clone(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `imops::Module` does not implement `Clone`, so calling `clone` on `&imops::Module` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 352 - let config = self.clone(); [INFO] [stdout] 352 + let config = self; [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `imops::Module`, implement `Clone` for it [INFO] [stdout] | [INFO] [stdout] 69 + #[derive(Clone)] [INFO] [stdout] 70 | pub struct Module{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Borrow` [INFO] [stdout] --> src/bin/imops-cli.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::borrow::Borrow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/imops-cli.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | mut image: imops::imops::FormedImage, [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/imops-cli.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | mut pixel_pipeline: config::PipelineConfig, [INFO] [stdout] | ----^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/imops-cli.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | let mut debayer_image = demosaic(&mut raw_image); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `Command { std: "docker" "inspect" "29d117f3e3ea4ba30f3412994124b65411898d6e62ebfcf8fac820d329cebcf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29d117f3e3ea4ba30f3412994124b65411898d6e62ebfcf8fac820d329cebcf6", kill_on_drop: false }` [INFO] [stdout] 29d117f3e3ea4ba30f3412994124b65411898d6e62ebfcf8fac820d329cebcf6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f52d424fe02386012c5e9877ab98bee5560051b7f4900af8ef8f53d630016e4d [INFO] running `Command { std: "docker" "start" "-a" "f52d424fe02386012c5e9877ab98bee5560051b7f4900af8ef8f53d630016e4d", kill_on_drop: false }` [INFO] [stderr] Compiling filsimrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `core::panic` [INFO] [stdout] --> src/imops.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MaskFn` [INFO] [stdout] --> src/imops.rs:10:25 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::mask::{Mask, MaskFn}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `time::Instant` [INFO] [stdout] --> src/wavelets.rs:1:18 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{isize, time::Instant, usize}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BufferOps` [INFO] [stdout] --> src/mask.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::pixels::{BufferOps, PixelOps, SubPixel}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `R_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:241:7 [INFO] [stdout] | [INFO] [stdout] 241 | const R_RELATIVE_LUMINANCE: SubPixel = 0.2126; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `G_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:242:7 [INFO] [stdout] | [INFO] [stdout] 242 | const G_RELATIVE_LUMINANCE: SubPixel = 0.7152; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `B_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:243:7 [INFO] [stdout] | [INFO] [stdout] 243 | const B_RELATIVE_LUMINANCE: SubPixel = 0.0722; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `y_luminance` is never used [INFO] [stdout] --> src/imops.rs:245:4 [INFO] [stdout] | [INFO] [stdout] 245 | fn y_luminance(pixel: Pixel) -> SubPixel{ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `g_sigmoid` is never used [INFO] [stdout] --> src/imops.rs:257:4 [INFO] [stdout] | [INFO] [stdout] 257 | fn g_sigmoid(v: SubPixel, contrast: SubPixel, c: SubPixel) -> SubPixel { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `b_sigmoid` is never used [INFO] [stdout] --> src/imops.rs:262:4 [INFO] [stdout] | [INFO] [stdout] 262 | fn b_sigmoid(v: SubPixel, contrast: SubPixel, c: SubPixel) -> SubPixel { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `compute_signal_index` is never used [INFO] [stdout] --> src/wavelets.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn compute_signal_index( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `convolve_ref` is never used [INFO] [stdout] --> src/wavelets.rs:36:4 [INFO] [stdout] | [INFO] [stdout] 36 | fn convolve_ref( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/imops.rs:352:26 [INFO] [stdout] | [INFO] [stdout] 352 | let config = self.clone(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `imops::Module` does not implement `Clone`, so calling `clone` on `&imops::Module` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 352 - let config = self.clone(); [INFO] [stdout] 352 + let config = self; [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `imops::Module`, implement `Clone` for it [INFO] [stdout] | [INFO] [stdout] 69 + #[derive(Clone)] [INFO] [stdout] 70 | pub struct Module{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Borrow` [INFO] [stdout] --> src/bin/imops-cli.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::borrow::Borrow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/imops-cli.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | mut image: imops::imops::FormedImage, [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/imops-cli.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | mut pixel_pipeline: config::PipelineConfig, [INFO] [stdout] | ----^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/imops-cli.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | let mut debayer_image = demosaic(&mut raw_image); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::panic` [INFO] [stdout] --> src/imops.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MaskFn` [INFO] [stdout] --> src/imops.rs:10:25 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::mask::{Mask, MaskFn}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `time::Instant` [INFO] [stdout] --> src/wavelets.rs:1:18 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{isize, time::Instant, usize}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::time` [INFO] [stdout] --> src/wavelets.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | use core::time; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Duration` [INFO] [stdout] --> src/wavelets.rs:294:21 [INFO] [stdout] | [INFO] [stdout] 294 | use std::time::{Duration, Instant}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/mask.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `R_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:241:7 [INFO] [stdout] | [INFO] [stdout] 241 | const R_RELATIVE_LUMINANCE: SubPixel = 0.2126; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `G_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:242:7 [INFO] [stdout] | [INFO] [stdout] 242 | const G_RELATIVE_LUMINANCE: SubPixel = 0.7152; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `B_RELATIVE_LUMINANCE` is never used [INFO] [stdout] --> src/imops.rs:243:7 [INFO] [stdout] | [INFO] [stdout] 243 | const B_RELATIVE_LUMINANCE: SubPixel = 0.0722; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `y_luminance` is never used [INFO] [stdout] --> src/imops.rs:245:4 [INFO] [stdout] | [INFO] [stdout] 245 | fn y_luminance(pixel: Pixel) -> SubPixel{ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `g_sigmoid` is never used [INFO] [stdout] --> src/imops.rs:257:4 [INFO] [stdout] | [INFO] [stdout] 257 | fn g_sigmoid(v: SubPixel, contrast: SubPixel, c: SubPixel) -> SubPixel { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `b_sigmoid` is never used [INFO] [stdout] --> src/imops.rs:262:4 [INFO] [stdout] | [INFO] [stdout] 262 | fn b_sigmoid(v: SubPixel, contrast: SubPixel, c: SubPixel) -> SubPixel { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/imops.rs:352:26 [INFO] [stdout] | [INFO] [stdout] 352 | let config = self.clone(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `imops::Module` does not implement `Clone`, so calling `clone` on `&imops::Module` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 352 - let config = self.clone(); [INFO] [stdout] 352 + let config = self; [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `imops::Module`, implement `Clone` for it [INFO] [stdout] | [INFO] [stdout] 69 + #[derive(Clone)] [INFO] [stdout] 70 | pub struct Module{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.37s [INFO] running `Command { std: "docker" "inspect" "f52d424fe02386012c5e9877ab98bee5560051b7f4900af8ef8f53d630016e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f52d424fe02386012c5e9877ab98bee5560051b7f4900af8ef8f53d630016e4d", kill_on_drop: false }` [INFO] [stdout] f52d424fe02386012c5e9877ab98bee5560051b7f4900af8ef8f53d630016e4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6af7aa5dcd3426c4681213b878177947b27518199138edb833f003b73419e84b [INFO] running `Command { std: "docker" "start" "-a" "6af7aa5dcd3426c4681213b878177947b27518199138edb833f003b73419e84b", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `core::panic` [INFO] [stderr] --> src/imops.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use core::panic; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `MaskFn` [INFO] [stderr] --> src/imops.rs:10:25 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::mask::{Mask, MaskFn}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `time::Instant` [INFO] [stderr] --> src/wavelets.rs:1:18 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{isize, time::Instant, usize}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `BufferOps` [INFO] [stderr] --> src/mask.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::pixels::{BufferOps, PixelOps, SubPixel}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `R_RELATIVE_LUMINANCE` is never used [INFO] [stderr] --> src/imops.rs:241:7 [INFO] [stderr] | [INFO] [stderr] 241 | const R_RELATIVE_LUMINANCE: SubPixel = 0.2126; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `G_RELATIVE_LUMINANCE` is never used [INFO] [stderr] --> src/imops.rs:242:7 [INFO] [stderr] | [INFO] [stderr] 242 | const G_RELATIVE_LUMINANCE: SubPixel = 0.7152; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `B_RELATIVE_LUMINANCE` is never used [INFO] [stderr] --> src/imops.rs:243:7 [INFO] [stderr] | [INFO] [stderr] 243 | const B_RELATIVE_LUMINANCE: SubPixel = 0.0722; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `y_luminance` is never used [INFO] [stderr] --> src/imops.rs:245:4 [INFO] [stderr] | [INFO] [stderr] 245 | fn y_luminance(pixel: Pixel) -> SubPixel{ [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `g_sigmoid` is never used [INFO] [stderr] --> src/imops.rs:257:4 [INFO] [stderr] | [INFO] [stderr] 257 | fn g_sigmoid(v: SubPixel, contrast: SubPixel, c: SubPixel) -> SubPixel { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `b_sigmoid` is never used [INFO] [stderr] --> src/imops.rs:262:4 [INFO] [stderr] | [INFO] [stderr] 262 | fn b_sigmoid(v: SubPixel, contrast: SubPixel, c: SubPixel) -> SubPixel { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `compute_signal_index` is never used [INFO] [stderr] --> src/wavelets.rs:12:4 [INFO] [stderr] | [INFO] [stderr] 12 | fn compute_signal_index( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `convolve_ref` is never used [INFO] [stderr] --> src/wavelets.rs:36:4 [INFO] [stderr] | [INFO] [stderr] 36 | fn convolve_ref( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> src/imops.rs:352:26 [INFO] [stderr] | [INFO] [stderr] 352 | let config = self.clone(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the type `imops::Module` does not implement `Clone`, so calling `clone` on `&imops::Module` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] 352 - let config = self.clone(); [INFO] [stderr] 352 + let config = self; [INFO] [stderr] | [INFO] [stderr] help: if you meant to clone `imops::Module`, implement `Clone` for it [INFO] [stderr] | [INFO] [stderr] 69 + #[derive(Clone)] [INFO] [stderr] 70 | pub struct Module{ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `core::time` [INFO] [stderr] --> src/wavelets.rs:293:9 [INFO] [stderr] | [INFO] [stderr] 293 | use core::time; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Duration` [INFO] [stderr] --> src/wavelets.rs:294:21 [INFO] [stderr] | [INFO] [stderr] 294 | use std::time::{Duration, Instant}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::PathBuf` [INFO] [stderr] --> src/mask.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | use std::path::PathBuf; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `filsimrs` (lib) generated 13 warnings (run `cargo fix --lib -p filsimrs` to apply 5 suggestions) [INFO] [stderr] warning: `filsimrs` (lib test) generated 13 warnings (10 duplicates) (run `cargo fix --lib -p filsimrs --tests` to apply 3 suggestions) [INFO] [stderr] warning: unused import: `std::borrow::Borrow` [INFO] [stderr] --> src/bin/imops-cli.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::borrow::Borrow; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/imops-cli.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | mut image: imops::imops::FormedImage, [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/imops-cli.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | mut pixel_pipeline: config::PipelineConfig, [INFO] [stderr] | ----^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/imops-cli.rs:140:9 [INFO] [stderr] | [INFO] [stderr] 140 | let mut debayer_image = demosaic(&mut raw_image); [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: `filsimrs` (bin "imops-cli" test) generated 4 warnings (run `cargo fix --bin "imops-cli" --tests` to apply 4 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/imops-b0f408f7cdb39044) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test helpers::tests::test_make_tiles_f32 ... ok [INFO] [stdout] test helpers::tests::test_median_f32 ... ok [INFO] [stdout] test helpers::tests::test_mean_f32 ... ok [INFO] [stdout] test helpers::tests::test_sd_f32 ... ok [INFO] [stdout] test mask::tests::test_luminance_gradient_halve ... ok [INFO] [stdout] test helpers::tests::test_make_tiles_rgb ... ok [INFO] [stdout] test mask::tests::test_luminance_gradient_simple ... ok [INFO] [stdout] test helpers::tests::test_variance_f32 ... ok [INFO] [stdout] test mask::tests::test_constant ... ok [INFO] [stdout] test wavelets::tests::eq_to_reference_impl ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.65s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/imops-cli.rs (/opt/rustwide/target/debug/deps/imops_cli-9476b2863d0fcf05) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests imops [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/color_p.rs - color_p::ColorSpace::clip (line 107) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6af7aa5dcd3426c4681213b878177947b27518199138edb833f003b73419e84b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6af7aa5dcd3426c4681213b878177947b27518199138edb833f003b73419e84b", kill_on_drop: false }` [INFO] [stdout] 6af7aa5dcd3426c4681213b878177947b27518199138edb833f003b73419e84b