Sep 17 19:20:15.027 INFO checking raster-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:20:15.027 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:20:15.027 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:20:15.335 INFO blam! 05c98998b8bd8a08847ef7cde6c49254b5ba9eafa2c7efabf06c683c1be5c938 Sep 17 19:20:15.337 INFO running `"docker" "start" "-a" "05c98998b8bd8a08847ef7cde6c49254b5ba9eafa2c7efabf06c683c1be5c938"` Sep 17 19:20:17.255 INFO kablam! usermod: no changes Sep 17 19:20:17.505 INFO kablam! Checking image v0.10.4 Sep 17 19:20:20.430 INFO kablam! Checking raster v0.2.0 (/source) Sep 17 19:20:21.438 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 19:20:21.438 INFO kablam! --> src/lib.rs:104:5 Sep 17 19:20:21.438 INFO kablam! | Sep 17 19:20:21.438 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 17 19:20:21.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 19:20:21.438 INFO kablam! | Sep 17 19:20:21.438 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 19:20:21.438 INFO kablam! Sep 17 19:20:21.619 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 19:20:21.619 INFO kablam! --> src/lib.rs:104:5 Sep 17 19:20:21.619 INFO kablam! | Sep 17 19:20:21.619 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 17 19:20:21.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 19:20:21.619 INFO kablam! | Sep 17 19:20:21.619 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 19:20:21.619 INFO kablam! Sep 17 19:20:21.715 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 19:20:21.715 INFO kablam! --> src/lib.rs:104:5 Sep 17 19:20:21.715 INFO kablam! | Sep 17 19:20:21.715 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 17 19:20:21.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 19:20:21.715 INFO kablam! | Sep 17 19:20:21.715 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 19:20:21.715 INFO kablam! Sep 17 19:20:21.789 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.789 INFO kablam! --> src/editor.rs:223:13 Sep 17 19:20:21.789 INFO kablam! | Sep 17 19:20:21.789 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 17 19:20:21.789 INFO kablam! | ----^^^ Sep 17 19:20:21.789 INFO kablam! | | Sep 17 19:20:21.789 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.789 INFO kablam! | Sep 17 19:20:21.789 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 19:20:21.789 INFO kablam! Sep 17 19:20:21.794 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.794 INFO kablam! --> src/editor.rs:276:13 Sep 17 19:20:21.794 INFO kablam! | Sep 17 19:20:21.794 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 17 19:20:21.794 INFO kablam! | ----^^^ Sep 17 19:20:21.794 INFO kablam! | | Sep 17 19:20:21.794 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.794 INFO kablam! Sep 17 19:20:21.794 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.794 INFO kablam! --> src/editor.rs:414:15 Sep 17 19:20:21.794 INFO kablam! | Sep 17 19:20:21.794 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 17 19:20:21.794 INFO kablam! | ----^^^ Sep 17 19:20:21.794 INFO kablam! | | Sep 17 19:20:21.794 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.794 INFO kablam! Sep 17 19:20:21.803 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.803 INFO kablam! --> src/filter.rs:57:13 Sep 17 19:20:21.803 INFO kablam! | Sep 17 19:20:21.803 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 17 19:20:21.804 INFO kablam! | ----^^^ Sep 17 19:20:21.804 INFO kablam! | | Sep 17 19:20:21.804 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.804 INFO kablam! Sep 17 19:20:21.804 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.804 INFO kablam! --> src/filter.rs:83:19 Sep 17 19:20:21.804 INFO kablam! | Sep 17 19:20:21.804 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 17 19:20:21.804 INFO kablam! | ----^^^ Sep 17 19:20:21.804 INFO kablam! | | Sep 17 19:20:21.804 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.804 INFO kablam! Sep 17 19:20:21.811 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.811 INFO kablam! --> src/filter.rs:227:15 Sep 17 19:20:21.811 INFO kablam! | Sep 17 19:20:21.811 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:21.811 INFO kablam! | ----^^^ Sep 17 19:20:21.811 INFO kablam! | | Sep 17 19:20:21.811 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.811 INFO kablam! Sep 17 19:20:21.817 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.817 INFO kablam! --> src/filter.rs:258:14 Sep 17 19:20:21.817 INFO kablam! | Sep 17 19:20:21.817 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 17 19:20:21.817 INFO kablam! | ----^^^ Sep 17 19:20:21.817 INFO kablam! | | Sep 17 19:20:21.817 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.817 INFO kablam! Sep 17 19:20:21.817 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.817 INFO kablam! --> src/filter.rs:301:18 Sep 17 19:20:21.817 INFO kablam! | Sep 17 19:20:21.817 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:21.817 INFO kablam! | ----^^^ Sep 17 19:20:21.817 INFO kablam! | | Sep 17 19:20:21.817 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.817 INFO kablam! Sep 17 19:20:21.821 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.821 INFO kablam! --> src/filter.rs:341:19 Sep 17 19:20:21.821 INFO kablam! | Sep 17 19:20:21.821 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 17 19:20:21.821 INFO kablam! | ----^^^ Sep 17 19:20:21.821 INFO kablam! | | Sep 17 19:20:21.821 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.821 INFO kablam! Sep 17 19:20:21.821 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.821 INFO kablam! --> src/filter.rs:385:16 Sep 17 19:20:21.821 INFO kablam! | Sep 17 19:20:21.821 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:21.821 INFO kablam! | ----^^^ Sep 17 19:20:21.821 INFO kablam! | | Sep 17 19:20:21.821 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.821 INFO kablam! Sep 17 19:20:21.821 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.821 INFO kablam! --> src/filter.rs:399:13 Sep 17 19:20:21.821 INFO kablam! | Sep 17 19:20:21.821 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:21.821 INFO kablam! | ----^^^ Sep 17 19:20:21.821 INFO kablam! | | Sep 17 19:20:21.821 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.821 INFO kablam! Sep 17 19:20:21.821 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.821 INFO kablam! --> src/filter.rs:410:18 Sep 17 19:20:21.822 INFO kablam! | Sep 17 19:20:21.822 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:21.822 INFO kablam! | ----^^^ Sep 17 19:20:21.822 INFO kablam! | | Sep 17 19:20:21.822 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.822 INFO kablam! Sep 17 19:20:21.826 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.826 INFO kablam! --> src/interpolate.rs:23:17 Sep 17 19:20:21.826 INFO kablam! | Sep 17 19:20:21.826 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 17 19:20:21.826 INFO kablam! | ----^^^ Sep 17 19:20:21.826 INFO kablam! | | Sep 17 19:20:21.826 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.826 INFO kablam! Sep 17 19:20:21.826 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.826 INFO kablam! --> src/interpolate.rs:32:16 Sep 17 19:20:21.826 INFO kablam! | Sep 17 19:20:21.826 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:21.826 INFO kablam! | ----^^^ Sep 17 19:20:21.826 INFO kablam! | | Sep 17 19:20:21.826 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.826 INFO kablam! Sep 17 19:20:21.830 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.830 INFO kablam! --> src/interpolate.rs:56:17 Sep 17 19:20:21.830 INFO kablam! | Sep 17 19:20:21.830 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 17 19:20:21.830 INFO kablam! | ----^^^ Sep 17 19:20:21.830 INFO kablam! | | Sep 17 19:20:21.830 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.830 INFO kablam! Sep 17 19:20:21.833 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.833 INFO kablam! --> src/interpolate.rs:64:19 Sep 17 19:20:21.833 INFO kablam! | Sep 17 19:20:21.833 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 17 19:20:21.833 INFO kablam! | ----^^^ Sep 17 19:20:21.833 INFO kablam! | | Sep 17 19:20:21.833 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.833 INFO kablam! Sep 17 19:20:21.839 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.839 INFO kablam! --> src/interpolate.rs:124:20 Sep 17 19:20:21.839 INFO kablam! | Sep 17 19:20:21.839 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 17 19:20:21.839 INFO kablam! | ----^^^ Sep 17 19:20:21.839 INFO kablam! | | Sep 17 19:20:21.839 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.839 INFO kablam! Sep 17 19:20:21.839 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.839 INFO kablam! --> src/transform.rs:59:13 Sep 17 19:20:21.839 INFO kablam! | Sep 17 19:20:21.839 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 17 19:20:21.839 INFO kablam! | ----^^^ Sep 17 19:20:21.839 INFO kablam! | | Sep 17 19:20:21.839 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.839 INFO kablam! Sep 17 19:20:21.847 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.847 INFO kablam! --> src/transform.rs:144:15 Sep 17 19:20:21.847 INFO kablam! | Sep 17 19:20:21.847 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 17 19:20:21.847 INFO kablam! | ----^^^ Sep 17 19:20:21.847 INFO kablam! | | Sep 17 19:20:21.847 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.847 INFO kablam! Sep 17 19:20:21.847 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.847 INFO kablam! --> src/transform.rs:204:21 Sep 17 19:20:21.847 INFO kablam! | Sep 17 19:20:21.847 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:21.847 INFO kablam! | ----^^^ Sep 17 19:20:21.847 INFO kablam! | | Sep 17 19:20:21.847 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.847 INFO kablam! Sep 17 19:20:21.847 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.847 INFO kablam! --> src/transform.rs:210:28 Sep 17 19:20:21.847 INFO kablam! | Sep 17 19:20:21.847 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 17 19:20:21.847 INFO kablam! | ----^^^ Sep 17 19:20:21.847 INFO kablam! | | Sep 17 19:20:21.847 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.847 INFO kablam! Sep 17 19:20:21.847 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.847 INFO kablam! --> src/transform.rs:224:27 Sep 17 19:20:21.847 INFO kablam! | Sep 17 19:20:21.847 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 17 19:20:21.847 INFO kablam! | ----^^^ Sep 17 19:20:21.847 INFO kablam! | | Sep 17 19:20:21.847 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.847 INFO kablam! Sep 17 19:20:21.847 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.847 INFO kablam! --> src/transform.rs:236:20 Sep 17 19:20:21.847 INFO kablam! | Sep 17 19:20:21.847 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:21.847 INFO kablam! | ----^^^ Sep 17 19:20:21.847 INFO kablam! | | Sep 17 19:20:21.847 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.847 INFO kablam! Sep 17 19:20:21.850 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:21.850 INFO kablam! --> src/transform.rs:258:19 Sep 17 19:20:21.850 INFO kablam! | Sep 17 19:20:21.850 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:21.850 INFO kablam! | ----^^^ Sep 17 19:20:21.850 INFO kablam! | | Sep 17 19:20:21.850 INFO kablam! | help: remove this `mut` Sep 17 19:20:21.850 INFO kablam! Sep 17 19:20:22.107 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 19:20:22.107 INFO kablam! --> src/lib.rs:104:5 Sep 17 19:20:22.107 INFO kablam! | Sep 17 19:20:22.107 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 17 19:20:22.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 19:20:22.107 INFO kablam! | Sep 17 19:20:22.107 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 19:20:22.107 INFO kablam! Sep 17 19:20:22.163 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.163 INFO kablam! --> src/editor.rs:223:13 Sep 17 19:20:22.163 INFO kablam! | Sep 17 19:20:22.163 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 17 19:20:22.163 INFO kablam! | ----^^^ Sep 17 19:20:22.163 INFO kablam! | | Sep 17 19:20:22.163 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.163 INFO kablam! | Sep 17 19:20:22.163 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 19:20:22.163 INFO kablam! Sep 17 19:20:22.163 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.163 INFO kablam! --> src/editor.rs:276:13 Sep 17 19:20:22.163 INFO kablam! | Sep 17 19:20:22.163 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 17 19:20:22.163 INFO kablam! | ----^^^ Sep 17 19:20:22.163 INFO kablam! | | Sep 17 19:20:22.163 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.163 INFO kablam! Sep 17 19:20:22.171 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.171 INFO kablam! --> src/editor.rs:414:15 Sep 17 19:20:22.171 INFO kablam! | Sep 17 19:20:22.171 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 17 19:20:22.171 INFO kablam! | ----^^^ Sep 17 19:20:22.171 INFO kablam! | | Sep 17 19:20:22.171 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.171 INFO kablam! Sep 17 19:20:22.177 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.177 INFO kablam! --> src/filter.rs:57:13 Sep 17 19:20:22.177 INFO kablam! | Sep 17 19:20:22.177 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 17 19:20:22.177 INFO kablam! | ----^^^ Sep 17 19:20:22.177 INFO kablam! | | Sep 17 19:20:22.177 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.177 INFO kablam! Sep 17 19:20:22.177 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.177 INFO kablam! --> src/filter.rs:83:19 Sep 17 19:20:22.177 INFO kablam! | Sep 17 19:20:22.177 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 17 19:20:22.177 INFO kablam! | ----^^^ Sep 17 19:20:22.177 INFO kablam! | | Sep 17 19:20:22.177 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.177 INFO kablam! Sep 17 19:20:22.179 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.179 INFO kablam! --> src/filter.rs:227:15 Sep 17 19:20:22.179 INFO kablam! | Sep 17 19:20:22.179 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:22.179 INFO kablam! | ----^^^ Sep 17 19:20:22.179 INFO kablam! | | Sep 17 19:20:22.179 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.179 INFO kablam! Sep 17 19:20:22.183 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.183 INFO kablam! --> src/filter.rs:258:14 Sep 17 19:20:22.183 INFO kablam! | Sep 17 19:20:22.183 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 17 19:20:22.183 INFO kablam! | ----^^^ Sep 17 19:20:22.183 INFO kablam! | | Sep 17 19:20:22.183 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.183 INFO kablam! Sep 17 19:20:22.183 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.183 INFO kablam! --> src/filter.rs:301:18 Sep 17 19:20:22.183 INFO kablam! | Sep 17 19:20:22.183 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:22.183 INFO kablam! | ----^^^ Sep 17 19:20:22.183 INFO kablam! | | Sep 17 19:20:22.183 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.183 INFO kablam! Sep 17 19:20:22.195 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.195 INFO kablam! --> src/filter.rs:341:19 Sep 17 19:20:22.195 INFO kablam! | Sep 17 19:20:22.195 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 17 19:20:22.195 INFO kablam! | ----^^^ Sep 17 19:20:22.195 INFO kablam! | | Sep 17 19:20:22.195 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.195 INFO kablam! Sep 17 19:20:22.195 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.195 INFO kablam! --> src/filter.rs:385:16 Sep 17 19:20:22.195 INFO kablam! | Sep 17 19:20:22.195 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:22.195 INFO kablam! | ----^^^ Sep 17 19:20:22.195 INFO kablam! | | Sep 17 19:20:22.195 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.195 INFO kablam! Sep 17 19:20:22.195 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.195 INFO kablam! --> src/filter.rs:399:13 Sep 17 19:20:22.195 INFO kablam! | Sep 17 19:20:22.195 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:22.195 INFO kablam! | ----^^^ Sep 17 19:20:22.195 INFO kablam! | | Sep 17 19:20:22.195 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.195 INFO kablam! Sep 17 19:20:22.195 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.195 INFO kablam! --> src/filter.rs:410:18 Sep 17 19:20:22.195 INFO kablam! | Sep 17 19:20:22.195 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:22.195 INFO kablam! | ----^^^ Sep 17 19:20:22.195 INFO kablam! | | Sep 17 19:20:22.195 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.195 INFO kablam! Sep 17 19:20:22.195 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.195 INFO kablam! --> src/interpolate.rs:23:17 Sep 17 19:20:22.195 INFO kablam! | Sep 17 19:20:22.195 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 17 19:20:22.195 INFO kablam! | ----^^^ Sep 17 19:20:22.195 INFO kablam! | | Sep 17 19:20:22.195 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.195 INFO kablam! Sep 17 19:20:22.197 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.197 INFO kablam! --> src/interpolate.rs:32:16 Sep 17 19:20:22.197 INFO kablam! | Sep 17 19:20:22.197 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:22.197 INFO kablam! | ----^^^ Sep 17 19:20:22.197 INFO kablam! | | Sep 17 19:20:22.197 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.197 INFO kablam! Sep 17 19:20:22.203 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.203 INFO kablam! --> src/interpolate.rs:56:17 Sep 17 19:20:22.203 INFO kablam! | Sep 17 19:20:22.203 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 17 19:20:22.203 INFO kablam! | ----^^^ Sep 17 19:20:22.203 INFO kablam! | | Sep 17 19:20:22.203 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.203 INFO kablam! Sep 17 19:20:22.203 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.203 INFO kablam! --> src/interpolate.rs:64:19 Sep 17 19:20:22.203 INFO kablam! | Sep 17 19:20:22.203 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 17 19:20:22.203 INFO kablam! | ----^^^ Sep 17 19:20:22.203 INFO kablam! | | Sep 17 19:20:22.203 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.203 INFO kablam! Sep 17 19:20:22.211 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.211 INFO kablam! --> src/interpolate.rs:124:20 Sep 17 19:20:22.211 INFO kablam! | Sep 17 19:20:22.211 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 17 19:20:22.211 INFO kablam! | ----^^^ Sep 17 19:20:22.211 INFO kablam! | | Sep 17 19:20:22.211 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.211 INFO kablam! Sep 17 19:20:22.211 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.211 INFO kablam! --> src/transform.rs:59:13 Sep 17 19:20:22.211 INFO kablam! | Sep 17 19:20:22.211 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 17 19:20:22.211 INFO kablam! | ----^^^ Sep 17 19:20:22.211 INFO kablam! | | Sep 17 19:20:22.211 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.211 INFO kablam! Sep 17 19:20:22.219 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.219 INFO kablam! --> src/transform.rs:144:15 Sep 17 19:20:22.219 INFO kablam! | Sep 17 19:20:22.219 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 17 19:20:22.219 INFO kablam! | ----^^^ Sep 17 19:20:22.219 INFO kablam! | | Sep 17 19:20:22.219 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.219 INFO kablam! Sep 17 19:20:22.219 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.219 INFO kablam! --> src/transform.rs:204:21 Sep 17 19:20:22.219 INFO kablam! | Sep 17 19:20:22.219 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:22.219 INFO kablam! | ----^^^ Sep 17 19:20:22.219 INFO kablam! | | Sep 17 19:20:22.219 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.219 INFO kablam! Sep 17 19:20:22.219 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.219 INFO kablam! --> src/transform.rs:210:28 Sep 17 19:20:22.219 INFO kablam! | Sep 17 19:20:22.219 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 17 19:20:22.219 INFO kablam! | ----^^^ Sep 17 19:20:22.219 INFO kablam! | | Sep 17 19:20:22.219 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.219 INFO kablam! Sep 17 19:20:22.219 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.219 INFO kablam! --> src/transform.rs:224:27 Sep 17 19:20:22.219 INFO kablam! | Sep 17 19:20:22.219 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 17 19:20:22.219 INFO kablam! | ----^^^ Sep 17 19:20:22.219 INFO kablam! | | Sep 17 19:20:22.219 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.219 INFO kablam! Sep 17 19:20:22.219 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.219 INFO kablam! --> src/transform.rs:236:20 Sep 17 19:20:22.219 INFO kablam! | Sep 17 19:20:22.219 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:22.219 INFO kablam! | ----^^^ Sep 17 19:20:22.219 INFO kablam! | | Sep 17 19:20:22.219 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.219 INFO kablam! Sep 17 19:20:22.219 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:22.219 INFO kablam! --> src/transform.rs:258:19 Sep 17 19:20:22.219 INFO kablam! | Sep 17 19:20:22.219 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:22.219 INFO kablam! | ----^^^ Sep 17 19:20:22.220 INFO kablam! | | Sep 17 19:20:22.220 INFO kablam! | help: remove this `mut` Sep 17 19:20:22.220 INFO kablam! Sep 17 19:20:22.293 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.02s Sep 17 19:20:22.303 INFO kablam! su: No module specific data is present Sep 17 19:20:23.414 INFO running `"docker" "rm" "-f" "05c98998b8bd8a08847ef7cde6c49254b5ba9eafa2c7efabf06c683c1be5c938"` Sep 17 19:20:23.699 INFO blam! 05c98998b8bd8a08847ef7cde6c49254b5ba9eafa2c7efabf06c683c1be5c938