Sep 21 05:04:55.954 INFO checking raster-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:04:55.954 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:04:55.954 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:04:56.211 INFO blam! 1a1d22249b480059484da5af5f462d2322d8ef2a86bfe68b92c26ab9fad82ee3 Sep 21 05:04:56.215 INFO running `"docker" "start" "-a" "1a1d22249b480059484da5af5f462d2322d8ef2a86bfe68b92c26ab9fad82ee3"` Sep 21 05:04:57.782 INFO kablam! usermod: no changes Sep 21 05:04:57.954 INFO kablam! Checking image v0.10.4 Sep 21 05:05:00.678 INFO kablam! Checking raster v0.2.0 (/source) Sep 21 05:05:01.710 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 05:05:01.710 INFO kablam! --> src/lib.rs:104:5 Sep 21 05:05:01.710 INFO kablam! | Sep 21 05:05:01.710 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 21 05:05:01.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 05:05:01.710 INFO kablam! | Sep 21 05:05:01.710 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:05:01.710 INFO kablam! Sep 21 05:05:02.030 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 05:05:02.030 INFO kablam! --> src/lib.rs:104:5 Sep 21 05:05:02.030 INFO kablam! | Sep 21 05:05:02.030 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 21 05:05:02.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 05:05:02.030 INFO kablam! | Sep 21 05:05:02.031 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:05:02.031 INFO kablam! Sep 21 05:05:02.126 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.126 INFO kablam! --> src/editor.rs:223:13 Sep 21 05:05:02.126 INFO kablam! | Sep 21 05:05:02.126 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 21 05:05:02.126 INFO kablam! | ----^^^ Sep 21 05:05:02.126 INFO kablam! | | Sep 21 05:05:02.126 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.127 INFO kablam! | Sep 21 05:05:02.127 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 05:05:02.127 INFO kablam! Sep 21 05:05:02.127 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.127 INFO kablam! --> src/editor.rs:276:13 Sep 21 05:05:02.127 INFO kablam! | Sep 21 05:05:02.127 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 21 05:05:02.127 INFO kablam! | ----^^^ Sep 21 05:05:02.127 INFO kablam! | | Sep 21 05:05:02.128 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.128 INFO kablam! Sep 21 05:05:02.129 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.129 INFO kablam! --> src/editor.rs:414:15 Sep 21 05:05:02.129 INFO kablam! | Sep 21 05:05:02.129 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 21 05:05:02.129 INFO kablam! | ----^^^ Sep 21 05:05:02.129 INFO kablam! | | Sep 21 05:05:02.129 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.129 INFO kablam! Sep 21 05:05:02.142 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.142 INFO kablam! --> src/filter.rs:57:13 Sep 21 05:05:02.142 INFO kablam! | Sep 21 05:05:02.142 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 21 05:05:02.142 INFO kablam! | ----^^^ Sep 21 05:05:02.142 INFO kablam! | | Sep 21 05:05:02.142 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.142 INFO kablam! Sep 21 05:05:02.144 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.144 INFO kablam! --> src/filter.rs:83:19 Sep 21 05:05:02.144 INFO kablam! | Sep 21 05:05:02.144 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 21 05:05:02.144 INFO kablam! | ----^^^ Sep 21 05:05:02.144 INFO kablam! | | Sep 21 05:05:02.144 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.144 INFO kablam! Sep 21 05:05:02.158 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.158 INFO kablam! --> src/filter.rs:227:15 Sep 21 05:05:02.158 INFO kablam! | Sep 21 05:05:02.158 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.158 INFO kablam! | ----^^^ Sep 21 05:05:02.159 INFO kablam! | | Sep 21 05:05:02.159 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.159 INFO kablam! Sep 21 05:05:02.161 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.162 INFO kablam! --> src/filter.rs:258:14 Sep 21 05:05:02.162 INFO kablam! | Sep 21 05:05:02.162 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 21 05:05:02.162 INFO kablam! | ----^^^ Sep 21 05:05:02.163 INFO kablam! | | Sep 21 05:05:02.163 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.163 INFO kablam! Sep 21 05:05:02.165 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.165 INFO kablam! --> src/filter.rs:301:18 Sep 21 05:05:02.165 INFO kablam! | Sep 21 05:05:02.165 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.166 INFO kablam! | ----^^^ Sep 21 05:05:02.166 INFO kablam! | | Sep 21 05:05:02.166 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.166 INFO kablam! Sep 21 05:05:02.174 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.174 INFO kablam! --> src/filter.rs:341:19 Sep 21 05:05:02.174 INFO kablam! | Sep 21 05:05:02.174 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 21 05:05:02.175 INFO kablam! | ----^^^ Sep 21 05:05:02.175 INFO kablam! | | Sep 21 05:05:02.175 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.175 INFO kablam! Sep 21 05:05:02.176 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.176 INFO kablam! --> src/filter.rs:385:16 Sep 21 05:05:02.177 INFO kablam! | Sep 21 05:05:02.177 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.177 INFO kablam! | ----^^^ Sep 21 05:05:02.177 INFO kablam! | | Sep 21 05:05:02.177 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.178 INFO kablam! Sep 21 05:05:02.178 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.179 INFO kablam! --> src/filter.rs:399:13 Sep 21 05:05:02.179 INFO kablam! | Sep 21 05:05:02.179 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.179 INFO kablam! | ----^^^ Sep 21 05:05:02.179 INFO kablam! | | Sep 21 05:05:02.180 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.180 INFO kablam! Sep 21 05:05:02.181 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.181 INFO kablam! --> src/filter.rs:410:18 Sep 21 05:05:02.181 INFO kablam! | Sep 21 05:05:02.181 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.182 INFO kablam! | ----^^^ Sep 21 05:05:02.182 INFO kablam! | | Sep 21 05:05:02.182 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.182 INFO kablam! Sep 21 05:05:02.190 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.190 INFO kablam! --> src/interpolate.rs:23:17 Sep 21 05:05:02.190 INFO kablam! | Sep 21 05:05:02.191 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 21 05:05:02.191 INFO kablam! | ----^^^ Sep 21 05:05:02.191 INFO kablam! | | Sep 21 05:05:02.191 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.191 INFO kablam! Sep 21 05:05:02.193 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.193 INFO kablam! --> src/interpolate.rs:32:16 Sep 21 05:05:02.194 INFO kablam! | Sep 21 05:05:02.194 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 21 05:05:02.194 INFO kablam! | ----^^^ Sep 21 05:05:02.194 INFO kablam! | | Sep 21 05:05:02.194 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.194 INFO kablam! Sep 21 05:05:02.196 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.196 INFO kablam! --> src/interpolate.rs:56:17 Sep 21 05:05:02.196 INFO kablam! | Sep 21 05:05:02.196 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 21 05:05:02.196 INFO kablam! | ----^^^ Sep 21 05:05:02.197 INFO kablam! | | Sep 21 05:05:02.197 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.197 INFO kablam! Sep 21 05:05:02.200 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.200 INFO kablam! --> src/interpolate.rs:64:19 Sep 21 05:05:02.200 INFO kablam! | Sep 21 05:05:02.200 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 21 05:05:02.201 INFO kablam! | ----^^^ Sep 21 05:05:02.201 INFO kablam! | | Sep 21 05:05:02.201 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.201 INFO kablam! Sep 21 05:05:02.210 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.210 INFO kablam! --> src/interpolate.rs:124:20 Sep 21 05:05:02.210 INFO kablam! | Sep 21 05:05:02.211 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 21 05:05:02.211 INFO kablam! | ----^^^ Sep 21 05:05:02.211 INFO kablam! | | Sep 21 05:05:02.211 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.211 INFO kablam! Sep 21 05:05:02.218 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.218 INFO kablam! --> src/transform.rs:59:13 Sep 21 05:05:02.218 INFO kablam! | Sep 21 05:05:02.219 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 21 05:05:02.219 INFO kablam! | ----^^^ Sep 21 05:05:02.219 INFO kablam! | | Sep 21 05:05:02.219 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.220 INFO kablam! Sep 21 05:05:02.224 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.224 INFO kablam! --> src/transform.rs:144:15 Sep 21 05:05:02.224 INFO kablam! | Sep 21 05:05:02.224 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 21 05:05:02.225 INFO kablam! | ----^^^ Sep 21 05:05:02.225 INFO kablam! | | Sep 21 05:05:02.225 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.225 INFO kablam! Sep 21 05:05:02.226 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.226 INFO kablam! --> src/transform.rs:204:21 Sep 21 05:05:02.226 INFO kablam! | Sep 21 05:05:02.227 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 21 05:05:02.227 INFO kablam! | ----^^^ Sep 21 05:05:02.227 INFO kablam! | | Sep 21 05:05:02.227 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.227 INFO kablam! Sep 21 05:05:02.228 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.228 INFO kablam! --> src/transform.rs:210:28 Sep 21 05:05:02.229 INFO kablam! | Sep 21 05:05:02.229 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 21 05:05:02.229 INFO kablam! | ----^^^ Sep 21 05:05:02.229 INFO kablam! | | Sep 21 05:05:02.229 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.230 INFO kablam! Sep 21 05:05:02.230 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.231 INFO kablam! --> src/transform.rs:224:27 Sep 21 05:05:02.231 INFO kablam! | Sep 21 05:05:02.231 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 21 05:05:02.231 INFO kablam! | ----^^^ Sep 21 05:05:02.232 INFO kablam! | | Sep 21 05:05:02.232 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.232 INFO kablam! Sep 21 05:05:02.239 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.239 INFO kablam! --> src/transform.rs:236:20 Sep 21 05:05:02.240 INFO kablam! | Sep 21 05:05:02.240 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 21 05:05:02.246 INFO kablam! | ----^^^ Sep 21 05:05:02.246 INFO kablam! | | Sep 21 05:05:02.246 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.247 INFO kablam! Sep 21 05:05:02.248 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.248 INFO kablam! --> src/transform.rs:258:19 Sep 21 05:05:02.248 INFO kablam! | Sep 21 05:05:02.248 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 21 05:05:02.249 INFO kablam! | ----^^^ Sep 21 05:05:02.249 INFO kablam! | | Sep 21 05:05:02.249 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.249 INFO kablam! Sep 21 05:05:02.470 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 05:05:02.470 INFO kablam! --> src/lib.rs:104:5 Sep 21 05:05:02.470 INFO kablam! | Sep 21 05:05:02.471 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 21 05:05:02.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 05:05:02.471 INFO kablam! | Sep 21 05:05:02.471 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:05:02.471 INFO kablam! Sep 21 05:05:02.736 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 05:05:02.736 INFO kablam! --> src/lib.rs:104:5 Sep 21 05:05:02.736 INFO kablam! | Sep 21 05:05:02.736 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 21 05:05:02.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 05:05:02.737 INFO kablam! | Sep 21 05:05:02.737 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:05:02.737 INFO kablam! Sep 21 05:05:02.782 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.782 INFO kablam! --> src/editor.rs:223:13 Sep 21 05:05:02.782 INFO kablam! | Sep 21 05:05:02.782 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 21 05:05:02.783 INFO kablam! | ----^^^ Sep 21 05:05:02.783 INFO kablam! | | Sep 21 05:05:02.783 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.784 INFO kablam! | Sep 21 05:05:02.784 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 05:05:02.784 INFO kablam! Sep 21 05:05:02.784 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.785 INFO kablam! --> src/editor.rs:276:13 Sep 21 05:05:02.785 INFO kablam! | Sep 21 05:05:02.785 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 21 05:05:02.786 INFO kablam! | ----^^^ Sep 21 05:05:02.786 INFO kablam! | | Sep 21 05:05:02.786 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.787 INFO kablam! Sep 21 05:05:02.787 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.787 INFO kablam! --> src/editor.rs:414:15 Sep 21 05:05:02.788 INFO kablam! | Sep 21 05:05:02.788 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 21 05:05:02.788 INFO kablam! | ----^^^ Sep 21 05:05:02.789 INFO kablam! | | Sep 21 05:05:02.789 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.789 INFO kablam! Sep 21 05:05:02.790 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.790 INFO kablam! --> src/filter.rs:57:13 Sep 21 05:05:02.790 INFO kablam! | Sep 21 05:05:02.790 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 21 05:05:02.791 INFO kablam! | ----^^^ Sep 21 05:05:02.791 INFO kablam! | | Sep 21 05:05:02.791 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.791 INFO kablam! Sep 21 05:05:02.792 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.792 INFO kablam! --> src/filter.rs:83:19 Sep 21 05:05:02.792 INFO kablam! | Sep 21 05:05:02.793 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 21 05:05:02.793 INFO kablam! | ----^^^ Sep 21 05:05:02.793 INFO kablam! | | Sep 21 05:05:02.793 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.794 INFO kablam! Sep 21 05:05:02.795 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.795 INFO kablam! --> src/filter.rs:227:15 Sep 21 05:05:02.795 INFO kablam! | Sep 21 05:05:02.795 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.795 INFO kablam! | ----^^^ Sep 21 05:05:02.795 INFO kablam! | | Sep 21 05:05:02.795 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.795 INFO kablam! Sep 21 05:05:02.797 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.797 INFO kablam! --> src/filter.rs:258:14 Sep 21 05:05:02.797 INFO kablam! | Sep 21 05:05:02.797 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 21 05:05:02.797 INFO kablam! | ----^^^ Sep 21 05:05:02.797 INFO kablam! | | Sep 21 05:05:02.797 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.797 INFO kablam! Sep 21 05:05:02.798 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.798 INFO kablam! --> src/filter.rs:301:18 Sep 21 05:05:02.798 INFO kablam! | Sep 21 05:05:02.798 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.798 INFO kablam! | ----^^^ Sep 21 05:05:02.798 INFO kablam! | | Sep 21 05:05:02.798 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.798 INFO kablam! Sep 21 05:05:02.800 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.800 INFO kablam! --> src/filter.rs:341:19 Sep 21 05:05:02.800 INFO kablam! | Sep 21 05:05:02.800 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 21 05:05:02.800 INFO kablam! | ----^^^ Sep 21 05:05:02.800 INFO kablam! | | Sep 21 05:05:02.800 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.800 INFO kablam! Sep 21 05:05:02.800 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.800 INFO kablam! --> src/filter.rs:385:16 Sep 21 05:05:02.800 INFO kablam! | Sep 21 05:05:02.800 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.800 INFO kablam! | ----^^^ Sep 21 05:05:02.800 INFO kablam! | | Sep 21 05:05:02.800 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.800 INFO kablam! Sep 21 05:05:02.800 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.801 INFO kablam! --> src/filter.rs:399:13 Sep 21 05:05:02.801 INFO kablam! | Sep 21 05:05:02.801 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.801 INFO kablam! | ----^^^ Sep 21 05:05:02.801 INFO kablam! | | Sep 21 05:05:02.801 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.801 INFO kablam! Sep 21 05:05:02.801 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.801 INFO kablam! --> src/filter.rs:410:18 Sep 21 05:05:02.801 INFO kablam! | Sep 21 05:05:02.801 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 21 05:05:02.801 INFO kablam! | ----^^^ Sep 21 05:05:02.802 INFO kablam! | | Sep 21 05:05:02.802 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.802 INFO kablam! Sep 21 05:05:02.803 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.803 INFO kablam! --> src/interpolate.rs:23:17 Sep 21 05:05:02.803 INFO kablam! | Sep 21 05:05:02.803 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 21 05:05:02.803 INFO kablam! | ----^^^ Sep 21 05:05:02.803 INFO kablam! | | Sep 21 05:05:02.803 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.803 INFO kablam! Sep 21 05:05:02.805 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.805 INFO kablam! --> src/interpolate.rs:32:16 Sep 21 05:05:02.805 INFO kablam! | Sep 21 05:05:02.805 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 21 05:05:02.805 INFO kablam! | ----^^^ Sep 21 05:05:02.805 INFO kablam! | | Sep 21 05:05:02.805 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.805 INFO kablam! Sep 21 05:05:02.806 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.806 INFO kablam! --> src/interpolate.rs:56:17 Sep 21 05:05:02.806 INFO kablam! | Sep 21 05:05:02.806 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 21 05:05:02.806 INFO kablam! | ----^^^ Sep 21 05:05:02.806 INFO kablam! | | Sep 21 05:05:02.806 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.806 INFO kablam! Sep 21 05:05:02.809 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.809 INFO kablam! --> src/interpolate.rs:64:19 Sep 21 05:05:02.809 INFO kablam! | Sep 21 05:05:02.809 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 21 05:05:02.809 INFO kablam! | ----^^^ Sep 21 05:05:02.809 INFO kablam! | | Sep 21 05:05:02.809 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.809 INFO kablam! Sep 21 05:05:02.812 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.812 INFO kablam! --> src/interpolate.rs:124:20 Sep 21 05:05:02.812 INFO kablam! | Sep 21 05:05:02.812 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 21 05:05:02.812 INFO kablam! | ----^^^ Sep 21 05:05:02.812 INFO kablam! | | Sep 21 05:05:02.812 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.812 INFO kablam! Sep 21 05:05:02.816 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.816 INFO kablam! --> src/transform.rs:59:13 Sep 21 05:05:02.816 INFO kablam! | Sep 21 05:05:02.816 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 21 05:05:02.816 INFO kablam! | ----^^^ Sep 21 05:05:02.816 INFO kablam! | | Sep 21 05:05:02.816 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.816 INFO kablam! Sep 21 05:05:02.820 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.820 INFO kablam! --> src/transform.rs:144:15 Sep 21 05:05:02.820 INFO kablam! | Sep 21 05:05:02.820 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 21 05:05:02.820 INFO kablam! | ----^^^ Sep 21 05:05:02.820 INFO kablam! | | Sep 21 05:05:02.820 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.820 INFO kablam! Sep 21 05:05:02.821 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.821 INFO kablam! --> src/transform.rs:204:21 Sep 21 05:05:02.821 INFO kablam! | Sep 21 05:05:02.821 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 21 05:05:02.821 INFO kablam! | ----^^^ Sep 21 05:05:02.821 INFO kablam! | | Sep 21 05:05:02.821 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.821 INFO kablam! Sep 21 05:05:02.821 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.821 INFO kablam! --> src/transform.rs:210:28 Sep 21 05:05:02.821 INFO kablam! | Sep 21 05:05:02.821 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 21 05:05:02.821 INFO kablam! | ----^^^ Sep 21 05:05:02.821 INFO kablam! | | Sep 21 05:05:02.822 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.822 INFO kablam! Sep 21 05:05:02.822 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.822 INFO kablam! --> src/transform.rs:224:27 Sep 21 05:05:02.822 INFO kablam! | Sep 21 05:05:02.822 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 21 05:05:02.822 INFO kablam! | ----^^^ Sep 21 05:05:02.822 INFO kablam! | | Sep 21 05:05:02.822 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.822 INFO kablam! Sep 21 05:05:02.824 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.824 INFO kablam! --> src/transform.rs:236:20 Sep 21 05:05:02.824 INFO kablam! | Sep 21 05:05:02.824 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 21 05:05:02.824 INFO kablam! | ----^^^ Sep 21 05:05:02.824 INFO kablam! | | Sep 21 05:05:02.824 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.824 INFO kablam! Sep 21 05:05:02.825 INFO kablam! warning: variable does not need to be mutable Sep 21 05:05:02.825 INFO kablam! --> src/transform.rs:258:19 Sep 21 05:05:02.825 INFO kablam! | Sep 21 05:05:02.825 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 21 05:05:02.825 INFO kablam! | ----^^^ Sep 21 05:05:02.825 INFO kablam! | | Sep 21 05:05:02.825 INFO kablam! | help: remove this `mut` Sep 21 05:05:02.825 INFO kablam! Sep 21 05:05:02.934 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.10s Sep 21 05:05:02.939 INFO kablam! su: No module specific data is present Sep 21 05:05:04.456 INFO running `"docker" "rm" "-f" "1a1d22249b480059484da5af5f462d2322d8ef2a86bfe68b92c26ab9fad82ee3"` Sep 21 05:05:04.565 INFO blam! 1a1d22249b480059484da5af5f462d2322d8ef2a86bfe68b92c26ab9fad82ee3