Sep 02 03:35:32.849 INFO checking raster-0.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 03:35:32.850 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 03:35:32.850 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:35:33.082 INFO blam! 2fd63bec91e702e685ccfe5f99f02780dc7dc7130ae33f5b98307578e86a939e Sep 02 03:35:33.084 INFO running `"docker" "start" "-a" "2fd63bec91e702e685ccfe5f99f02780dc7dc7130ae33f5b98307578e86a939e"` Sep 02 03:35:34.133 INFO kablam! Checking image v0.10.4 Sep 02 03:35:39.911 INFO kablam! Checking raster v0.2.0 (file:///source) Sep 02 03:35:42.085 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 03:35:42.085 INFO kablam! --> src/lib.rs:104:5 Sep 02 03:35:42.085 INFO kablam! | Sep 02 03:35:42.085 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 02 03:35:42.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 03:35:42.086 INFO kablam! | Sep 02 03:35:42.086 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 03:35:42.086 INFO kablam! Sep 02 03:35:42.221 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 03:35:42.221 INFO kablam! --> src/lib.rs:104:5 Sep 02 03:35:42.221 INFO kablam! | Sep 02 03:35:42.221 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 02 03:35:42.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 03:35:42.221 INFO kablam! | Sep 02 03:35:42.221 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 03:35:42.221 INFO kablam! Sep 02 03:35:42.628 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 02 03:35:42.628 INFO kablam! --> src/lib.rs:104:5 Sep 02 03:35:42.628 INFO kablam! | Sep 02 03:35:42.628 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 02 03:35:42.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 03:35:42.628 INFO kablam! | Sep 02 03:35:42.628 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:35:42.628 INFO kablam! Sep 02 03:35:42.685 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.685 INFO kablam! --> src/editor.rs:223:13 Sep 02 03:35:42.685 INFO kablam! | Sep 02 03:35:42.685 INFO kablam! 223 | pub fn crop(mut src: &mut Image, crop_width: i32, crop_height: i32, position: PositionMode, offset_x: i32, offset_y: i32) -> RasterResult<()> { Sep 02 03:35:42.685 INFO kablam! | ----^^^ Sep 02 03:35:42.685 INFO kablam! | | Sep 02 03:35:42.685 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.685 INFO kablam! | Sep 02 03:35:42.685 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 03:35:42.685 INFO kablam! Sep 02 03:35:42.687 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.687 INFO kablam! --> src/editor.rs:276:13 Sep 02 03:35:42.687 INFO kablam! | Sep 02 03:35:42.687 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 02 03:35:42.687 INFO kablam! | ----^^^ Sep 02 03:35:42.687 INFO kablam! | | Sep 02 03:35:42.687 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.687 INFO kablam! Sep 02 03:35:42.689 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.689 INFO kablam! --> src/editor.rs:414:15 Sep 02 03:35:42.689 INFO kablam! | Sep 02 03:35:42.689 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 02 03:35:42.689 INFO kablam! | ----^^^ Sep 02 03:35:42.689 INFO kablam! | | Sep 02 03:35:42.690 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.690 INFO kablam! Sep 02 03:35:42.700 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.700 INFO kablam! --> src/filter.rs:57:13 Sep 02 03:35:42.700 INFO kablam! | Sep 02 03:35:42.700 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 02 03:35:42.700 INFO kablam! | ----^^^ Sep 02 03:35:42.700 INFO kablam! | | Sep 02 03:35:42.701 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.701 INFO kablam! Sep 02 03:35:42.703 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.703 INFO kablam! --> src/filter.rs:83:19 Sep 02 03:35:42.703 INFO kablam! | Sep 02 03:35:42.703 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 02 03:35:42.703 INFO kablam! | ----^^^ Sep 02 03:35:42.703 INFO kablam! | | Sep 02 03:35:42.703 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.703 INFO kablam! Sep 02 03:35:42.709 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.709 INFO kablam! --> src/filter.rs:227:15 Sep 02 03:35:42.709 INFO kablam! | Sep 02 03:35:42.709 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.709 INFO kablam! | ----^^^ Sep 02 03:35:42.710 INFO kablam! | | Sep 02 03:35:42.710 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.710 INFO kablam! Sep 02 03:35:42.712 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.712 INFO kablam! --> src/filter.rs:258:14 Sep 02 03:35:42.712 INFO kablam! | Sep 02 03:35:42.712 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 02 03:35:42.712 INFO kablam! | ----^^^ Sep 02 03:35:42.712 INFO kablam! | | Sep 02 03:35:42.712 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.712 INFO kablam! Sep 02 03:35:42.714 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.714 INFO kablam! --> src/filter.rs:301:18 Sep 02 03:35:42.714 INFO kablam! | Sep 02 03:35:42.714 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.714 INFO kablam! | ----^^^ Sep 02 03:35:42.714 INFO kablam! | | Sep 02 03:35:42.714 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.714 INFO kablam! Sep 02 03:35:42.716 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.716 INFO kablam! --> src/filter.rs:341:19 Sep 02 03:35:42.716 INFO kablam! | Sep 02 03:35:42.716 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 02 03:35:42.717 INFO kablam! | ----^^^ Sep 02 03:35:42.717 INFO kablam! | | Sep 02 03:35:42.717 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.717 INFO kablam! Sep 02 03:35:42.717 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.717 INFO kablam! --> src/filter.rs:385:16 Sep 02 03:35:42.717 INFO kablam! | Sep 02 03:35:42.717 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.717 INFO kablam! | ----^^^ Sep 02 03:35:42.717 INFO kablam! | | Sep 02 03:35:42.717 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.717 INFO kablam! Sep 02 03:35:42.718 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.718 INFO kablam! --> src/filter.rs:399:13 Sep 02 03:35:42.718 INFO kablam! | Sep 02 03:35:42.718 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.718 INFO kablam! | ----^^^ Sep 02 03:35:42.718 INFO kablam! | | Sep 02 03:35:42.718 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.718 INFO kablam! Sep 02 03:35:42.718 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.719 INFO kablam! --> src/filter.rs:410:18 Sep 02 03:35:42.719 INFO kablam! | Sep 02 03:35:42.719 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.719 INFO kablam! | ----^^^ Sep 02 03:35:42.719 INFO kablam! | | Sep 02 03:35:42.719 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.719 INFO kablam! Sep 02 03:35:42.721 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.721 INFO kablam! --> src/interpolate.rs:23:17 Sep 02 03:35:42.721 INFO kablam! | Sep 02 03:35:42.721 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 02 03:35:42.721 INFO kablam! | ----^^^ Sep 02 03:35:42.721 INFO kablam! | | Sep 02 03:35:42.721 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.721 INFO kablam! Sep 02 03:35:42.724 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.724 INFO kablam! --> src/interpolate.rs:32:16 Sep 02 03:35:42.724 INFO kablam! | Sep 02 03:35:42.724 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 02 03:35:42.724 INFO kablam! | ----^^^ Sep 02 03:35:42.724 INFO kablam! | | Sep 02 03:35:42.724 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.724 INFO kablam! Sep 02 03:35:42.725 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.725 INFO kablam! --> src/interpolate.rs:56:17 Sep 02 03:35:42.725 INFO kablam! | Sep 02 03:35:42.725 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 02 03:35:42.725 INFO kablam! | ----^^^ Sep 02 03:35:42.725 INFO kablam! | | Sep 02 03:35:42.725 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.725 INFO kablam! Sep 02 03:35:42.728 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.728 INFO kablam! --> src/interpolate.rs:64:19 Sep 02 03:35:42.728 INFO kablam! | Sep 02 03:35:42.728 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 02 03:35:42.728 INFO kablam! | ----^^^ Sep 02 03:35:42.729 INFO kablam! | | Sep 02 03:35:42.729 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.729 INFO kablam! Sep 02 03:35:42.731 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.731 INFO kablam! --> src/interpolate.rs:124:20 Sep 02 03:35:42.731 INFO kablam! | Sep 02 03:35:42.731 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 02 03:35:42.731 INFO kablam! | ----^^^ Sep 02 03:35:42.731 INFO kablam! | | Sep 02 03:35:42.731 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.731 INFO kablam! Sep 02 03:35:42.737 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.737 INFO kablam! --> src/transform.rs:59:13 Sep 02 03:35:42.737 INFO kablam! | Sep 02 03:35:42.737 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 02 03:35:42.737 INFO kablam! | ----^^^ Sep 02 03:35:42.737 INFO kablam! | | Sep 02 03:35:42.737 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.737 INFO kablam! Sep 02 03:35:42.742 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.742 INFO kablam! --> src/transform.rs:144:15 Sep 02 03:35:42.742 INFO kablam! | Sep 02 03:35:42.742 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 02 03:35:42.742 INFO kablam! | ----^^^ Sep 02 03:35:42.742 INFO kablam! | | Sep 02 03:35:42.742 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.742 INFO kablam! Sep 02 03:35:42.742 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.742 INFO kablam! --> src/transform.rs:204:21 Sep 02 03:35:42.742 INFO kablam! | Sep 02 03:35:42.742 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 02 03:35:42.742 INFO kablam! | ----^^^ Sep 02 03:35:42.742 INFO kablam! | | Sep 02 03:35:42.742 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.742 INFO kablam! Sep 02 03:35:42.743 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.743 INFO kablam! --> src/transform.rs:210:28 Sep 02 03:35:42.743 INFO kablam! | Sep 02 03:35:42.743 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 02 03:35:42.743 INFO kablam! | ----^^^ Sep 02 03:35:42.743 INFO kablam! | | Sep 02 03:35:42.743 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.743 INFO kablam! Sep 02 03:35:42.744 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.744 INFO kablam! --> src/transform.rs:224:27 Sep 02 03:35:42.744 INFO kablam! | Sep 02 03:35:42.744 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 02 03:35:42.744 INFO kablam! | ----^^^ Sep 02 03:35:42.744 INFO kablam! | | Sep 02 03:35:42.744 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.744 INFO kablam! Sep 02 03:35:42.746 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.746 INFO kablam! --> src/transform.rs:236:20 Sep 02 03:35:42.746 INFO kablam! | Sep 02 03:35:42.746 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 02 03:35:42.746 INFO kablam! | ----^^^ Sep 02 03:35:42.746 INFO kablam! | | Sep 02 03:35:42.746 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.746 INFO kablam! Sep 02 03:35:42.747 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.747 INFO kablam! --> src/transform.rs:258:19 Sep 02 03:35:42.747 INFO kablam! | Sep 02 03:35:42.747 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 02 03:35:42.747 INFO kablam! | ----^^^ Sep 02 03:35:42.747 INFO kablam! | | Sep 02 03:35:42.747 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.747 INFO kablam! Sep 02 03:35:42.858 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 02 03:35:42.858 INFO kablam! --> src/lib.rs:104:5 Sep 02 03:35:42.858 INFO kablam! | Sep 02 03:35:42.858 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 02 03:35:42.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 03:35:42.858 INFO kablam! | Sep 02 03:35:42.859 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:35:42.859 INFO kablam! Sep 02 03:35:42.916 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.916 INFO kablam! --> src/editor.rs:223:13 Sep 02 03:35:42.916 INFO kablam! | Sep 02 03:35:42.916 INFO kablam! 223 | pub fn crop(mut src: &mut Image, crop_width: i32, crop_height: i32, position: PositionMode, offset_x: i32, offset_y: i32) -> RasterResult<()> { Sep 02 03:35:42.917 INFO kablam! | ----^^^ Sep 02 03:35:42.917 INFO kablam! | | Sep 02 03:35:42.917 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.917 INFO kablam! | Sep 02 03:35:42.917 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 03:35:42.917 INFO kablam! Sep 02 03:35:42.918 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.918 INFO kablam! --> src/editor.rs:276:13 Sep 02 03:35:42.918 INFO kablam! | Sep 02 03:35:42.918 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 02 03:35:42.918 INFO kablam! | ----^^^ Sep 02 03:35:42.918 INFO kablam! | | Sep 02 03:35:42.918 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.918 INFO kablam! Sep 02 03:35:42.920 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.920 INFO kablam! --> src/editor.rs:414:15 Sep 02 03:35:42.920 INFO kablam! | Sep 02 03:35:42.920 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 02 03:35:42.920 INFO kablam! | ----^^^ Sep 02 03:35:42.920 INFO kablam! | | Sep 02 03:35:42.920 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.920 INFO kablam! Sep 02 03:35:42.929 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.929 INFO kablam! --> src/filter.rs:57:13 Sep 02 03:35:42.929 INFO kablam! | Sep 02 03:35:42.929 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 02 03:35:42.929 INFO kablam! | ----^^^ Sep 02 03:35:42.929 INFO kablam! | | Sep 02 03:35:42.929 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.929 INFO kablam! Sep 02 03:35:42.931 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.931 INFO kablam! --> src/filter.rs:83:19 Sep 02 03:35:42.931 INFO kablam! | Sep 02 03:35:42.931 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 02 03:35:42.931 INFO kablam! | ----^^^ Sep 02 03:35:42.931 INFO kablam! | | Sep 02 03:35:42.931 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.931 INFO kablam! Sep 02 03:35:42.937 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.937 INFO kablam! --> src/filter.rs:227:15 Sep 02 03:35:42.937 INFO kablam! | Sep 02 03:35:42.937 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.937 INFO kablam! | ----^^^ Sep 02 03:35:42.937 INFO kablam! | | Sep 02 03:35:42.937 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.937 INFO kablam! Sep 02 03:35:42.939 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.939 INFO kablam! --> src/filter.rs:258:14 Sep 02 03:35:42.939 INFO kablam! | Sep 02 03:35:42.939 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 02 03:35:42.939 INFO kablam! | ----^^^ Sep 02 03:35:42.939 INFO kablam! | | Sep 02 03:35:42.940 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.940 INFO kablam! Sep 02 03:35:42.941 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.941 INFO kablam! --> src/filter.rs:301:18 Sep 02 03:35:42.941 INFO kablam! | Sep 02 03:35:42.941 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.941 INFO kablam! | ----^^^ Sep 02 03:35:42.941 INFO kablam! | | Sep 02 03:35:42.941 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.941 INFO kablam! Sep 02 03:35:42.944 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.944 INFO kablam! --> src/filter.rs:341:19 Sep 02 03:35:42.944 INFO kablam! | Sep 02 03:35:42.944 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 02 03:35:42.944 INFO kablam! | ----^^^ Sep 02 03:35:42.944 INFO kablam! | | Sep 02 03:35:42.944 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.944 INFO kablam! Sep 02 03:35:42.944 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.944 INFO kablam! --> src/filter.rs:385:16 Sep 02 03:35:42.944 INFO kablam! | Sep 02 03:35:42.944 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.944 INFO kablam! | ----^^^ Sep 02 03:35:42.945 INFO kablam! | | Sep 02 03:35:42.945 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.945 INFO kablam! Sep 02 03:35:42.945 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.945 INFO kablam! --> src/filter.rs:399:13 Sep 02 03:35:42.945 INFO kablam! | Sep 02 03:35:42.945 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.945 INFO kablam! | ----^^^ Sep 02 03:35:42.945 INFO kablam! | | Sep 02 03:35:42.945 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.945 INFO kablam! Sep 02 03:35:42.946 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.946 INFO kablam! --> src/filter.rs:410:18 Sep 02 03:35:42.946 INFO kablam! | Sep 02 03:35:42.946 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 02 03:35:42.946 INFO kablam! | ----^^^ Sep 02 03:35:42.946 INFO kablam! | | Sep 02 03:35:42.946 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.946 INFO kablam! Sep 02 03:35:42.947 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.947 INFO kablam! --> src/interpolate.rs:23:17 Sep 02 03:35:42.947 INFO kablam! | Sep 02 03:35:42.947 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 02 03:35:42.947 INFO kablam! | ----^^^ Sep 02 03:35:42.947 INFO kablam! | | Sep 02 03:35:42.947 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.948 INFO kablam! Sep 02 03:35:42.950 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.950 INFO kablam! --> src/interpolate.rs:32:16 Sep 02 03:35:42.950 INFO kablam! | Sep 02 03:35:42.950 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 02 03:35:42.950 INFO kablam! | ----^^^ Sep 02 03:35:42.950 INFO kablam! | | Sep 02 03:35:42.950 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.950 INFO kablam! Sep 02 03:35:42.951 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.951 INFO kablam! --> src/interpolate.rs:56:17 Sep 02 03:35:42.951 INFO kablam! | Sep 02 03:35:42.951 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 02 03:35:42.951 INFO kablam! | ----^^^ Sep 02 03:35:42.951 INFO kablam! | | Sep 02 03:35:42.951 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.951 INFO kablam! Sep 02 03:35:42.954 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.954 INFO kablam! --> src/interpolate.rs:64:19 Sep 02 03:35:42.954 INFO kablam! | Sep 02 03:35:42.954 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 02 03:35:42.954 INFO kablam! | ----^^^ Sep 02 03:35:42.954 INFO kablam! | | Sep 02 03:35:42.954 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.954 INFO kablam! Sep 02 03:35:42.957 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.957 INFO kablam! --> src/interpolate.rs:124:20 Sep 02 03:35:42.957 INFO kablam! | Sep 02 03:35:42.957 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 02 03:35:42.957 INFO kablam! | ----^^^ Sep 02 03:35:42.957 INFO kablam! | | Sep 02 03:35:42.957 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.957 INFO kablam! Sep 02 03:35:42.962 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.962 INFO kablam! --> src/transform.rs:59:13 Sep 02 03:35:42.962 INFO kablam! | Sep 02 03:35:42.963 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 02 03:35:42.963 INFO kablam! | ----^^^ Sep 02 03:35:42.963 INFO kablam! | | Sep 02 03:35:42.963 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.963 INFO kablam! Sep 02 03:35:42.967 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.967 INFO kablam! --> src/transform.rs:144:15 Sep 02 03:35:42.967 INFO kablam! | Sep 02 03:35:42.967 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 02 03:35:42.967 INFO kablam! | ----^^^ Sep 02 03:35:42.968 INFO kablam! | | Sep 02 03:35:42.968 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.968 INFO kablam! Sep 02 03:35:42.968 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.968 INFO kablam! --> src/transform.rs:204:21 Sep 02 03:35:42.968 INFO kablam! | Sep 02 03:35:42.968 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 02 03:35:42.968 INFO kablam! | ----^^^ Sep 02 03:35:42.968 INFO kablam! | | Sep 02 03:35:42.968 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.968 INFO kablam! Sep 02 03:35:42.969 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.969 INFO kablam! --> src/transform.rs:210:28 Sep 02 03:35:42.969 INFO kablam! | Sep 02 03:35:42.969 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 02 03:35:42.969 INFO kablam! | ----^^^ Sep 02 03:35:42.969 INFO kablam! | | Sep 02 03:35:42.969 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.969 INFO kablam! Sep 02 03:35:42.969 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.970 INFO kablam! --> src/transform.rs:224:27 Sep 02 03:35:42.970 INFO kablam! | Sep 02 03:35:42.970 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 02 03:35:42.970 INFO kablam! | ----^^^ Sep 02 03:35:42.970 INFO kablam! | | Sep 02 03:35:42.970 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.970 INFO kablam! Sep 02 03:35:42.971 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.971 INFO kablam! --> src/transform.rs:236:20 Sep 02 03:35:42.971 INFO kablam! | Sep 02 03:35:42.971 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 02 03:35:42.972 INFO kablam! | ----^^^ Sep 02 03:35:42.972 INFO kablam! | | Sep 02 03:35:42.972 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.972 INFO kablam! Sep 02 03:35:42.972 INFO kablam! warning: variable does not need to be mutable Sep 02 03:35:42.972 INFO kablam! --> src/transform.rs:258:19 Sep 02 03:35:42.972 INFO kablam! | Sep 02 03:35:42.972 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 02 03:35:42.972 INFO kablam! | ----^^^ Sep 02 03:35:42.972 INFO kablam! | | Sep 02 03:35:42.973 INFO kablam! | help: remove this `mut` Sep 02 03:35:42.973 INFO kablam! Sep 02 03:35:43.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.09s Sep 02 03:35:43.062 INFO kablam! su: No module specific data is present Sep 02 03:35:43.527 INFO running `"docker" "rm" "-f" "2fd63bec91e702e685ccfe5f99f02780dc7dc7130ae33f5b98307578e86a939e"` Sep 02 03:35:43.661 INFO blam! 2fd63bec91e702e685ccfe5f99f02780dc7dc7130ae33f5b98307578e86a939e