Sep 06 01:53:27.885 INFO checking raster-0.2.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 01:53:27.885 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 01:53:27.885 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:53:28.142 INFO blam! 56bb3875ed1c0a59019b7c89bfdde394a69520e2d62549f98ab15efe1c584d5e Sep 06 01:53:28.146 INFO running `"docker" "start" "-a" "56bb3875ed1c0a59019b7c89bfdde394a69520e2d62549f98ab15efe1c584d5e"` Sep 06 01:53:29.477 INFO kablam! usermod: no changes Sep 06 01:53:29.658 INFO kablam! Checking image v0.10.4 Sep 06 01:53:32.218 INFO kablam! Checking raster v0.2.0 (file:///source) Sep 06 01:53:33.754 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 01:53:33.754 INFO kablam! --> src/lib.rs:104:5 Sep 06 01:53:33.754 INFO kablam! | Sep 06 01:53:33.755 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 06 01:53:33.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:53:33.755 INFO kablam! | Sep 06 01:53:33.755 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 01:53:33.755 INFO kablam! Sep 06 01:53:33.770 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 01:53:33.770 INFO kablam! --> src/lib.rs:104:5 Sep 06 01:53:33.770 INFO kablam! | Sep 06 01:53:33.770 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 06 01:53:33.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:53:33.770 INFO kablam! | Sep 06 01:53:33.770 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 01:53:33.770 INFO kablam! Sep 06 01:53:34.054 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 01:53:34.054 INFO kablam! --> src/lib.rs:104:5 Sep 06 01:53:34.054 INFO kablam! | Sep 06 01:53:34.054 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 06 01:53:34.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:53:34.054 INFO kablam! | Sep 06 01:53:34.054 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 01:53:34.054 INFO kablam! Sep 06 01:53:34.114 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.114 INFO kablam! --> src/editor.rs:223:13 Sep 06 01:53:34.114 INFO kablam! | Sep 06 01:53:34.114 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 06 01:53:34.114 INFO kablam! | ----^^^ Sep 06 01:53:34.114 INFO kablam! | | Sep 06 01:53:34.114 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.114 INFO kablam! | Sep 06 01:53:34.114 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 01:53:34.114 INFO kablam! Sep 06 01:53:34.114 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.114 INFO kablam! --> src/editor.rs:276:13 Sep 06 01:53:34.114 INFO kablam! | Sep 06 01:53:34.114 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 06 01:53:34.114 INFO kablam! | ----^^^ Sep 06 01:53:34.114 INFO kablam! | | Sep 06 01:53:34.114 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.114 INFO kablam! Sep 06 01:53:34.126 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.126 INFO kablam! --> src/editor.rs:414:15 Sep 06 01:53:34.126 INFO kablam! | Sep 06 01:53:34.126 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 06 01:53:34.127 INFO kablam! | ----^^^ Sep 06 01:53:34.127 INFO kablam! | | Sep 06 01:53:34.127 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.127 INFO kablam! Sep 06 01:53:34.127 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.127 INFO kablam! --> src/filter.rs:57:13 Sep 06 01:53:34.127 INFO kablam! | Sep 06 01:53:34.127 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 06 01:53:34.127 INFO kablam! | ----^^^ Sep 06 01:53:34.127 INFO kablam! | | Sep 06 01:53:34.127 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.130 INFO kablam! Sep 06 01:53:34.130 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 01:53:34.130 INFO kablam! --> src/lib.rs:104:5 Sep 06 01:53:34.130 INFO kablam! | Sep 06 01:53:34.130 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 06 01:53:34.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:53:34.130 INFO kablam! | Sep 06 01:53:34.130 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 01:53:34.130 INFO kablam! Sep 06 01:53:34.130 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.130 INFO kablam! --> src/filter.rs:83:19 Sep 06 01:53:34.130 INFO kablam! | Sep 06 01:53:34.130 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 06 01:53:34.130 INFO kablam! | ----^^^ Sep 06 01:53:34.130 INFO kablam! | | Sep 06 01:53:34.130 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.130 INFO kablam! Sep 06 01:53:34.134 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.134 INFO kablam! --> src/filter.rs:227:15 Sep 06 01:53:34.134 INFO kablam! | Sep 06 01:53:34.134 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.134 INFO kablam! | ----^^^ Sep 06 01:53:34.134 INFO kablam! | | Sep 06 01:53:34.134 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.134 INFO kablam! Sep 06 01:53:34.142 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.142 INFO kablam! --> src/filter.rs:258:14 Sep 06 01:53:34.142 INFO kablam! | Sep 06 01:53:34.142 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 06 01:53:34.142 INFO kablam! | ----^^^ Sep 06 01:53:34.142 INFO kablam! | | Sep 06 01:53:34.142 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.142 INFO kablam! Sep 06 01:53:34.142 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.142 INFO kablam! --> src/filter.rs:301:18 Sep 06 01:53:34.142 INFO kablam! | Sep 06 01:53:34.142 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.142 INFO kablam! | ----^^^ Sep 06 01:53:34.142 INFO kablam! | | Sep 06 01:53:34.142 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.142 INFO kablam! Sep 06 01:53:34.142 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.142 INFO kablam! --> src/filter.rs:341:19 Sep 06 01:53:34.142 INFO kablam! | Sep 06 01:53:34.143 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 06 01:53:34.143 INFO kablam! | ----^^^ Sep 06 01:53:34.143 INFO kablam! | | Sep 06 01:53:34.143 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.143 INFO kablam! Sep 06 01:53:34.143 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.143 INFO kablam! --> src/filter.rs:385:16 Sep 06 01:53:34.143 INFO kablam! | Sep 06 01:53:34.143 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.143 INFO kablam! | ----^^^ Sep 06 01:53:34.143 INFO kablam! | | Sep 06 01:53:34.143 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.143 INFO kablam! Sep 06 01:53:34.143 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.143 INFO kablam! --> src/filter.rs:399:13 Sep 06 01:53:34.143 INFO kablam! | Sep 06 01:53:34.143 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.143 INFO kablam! | ----^^^ Sep 06 01:53:34.143 INFO kablam! | | Sep 06 01:53:34.143 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.143 INFO kablam! Sep 06 01:53:34.143 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.143 INFO kablam! --> src/filter.rs:410:18 Sep 06 01:53:34.143 INFO kablam! | Sep 06 01:53:34.143 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.143 INFO kablam! | ----^^^ Sep 06 01:53:34.143 INFO kablam! | | Sep 06 01:53:34.143 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.143 INFO kablam! Sep 06 01:53:34.157 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.157 INFO kablam! --> src/interpolate.rs:23:17 Sep 06 01:53:34.157 INFO kablam! | Sep 06 01:53:34.157 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 06 01:53:34.157 INFO kablam! | ----^^^ Sep 06 01:53:34.157 INFO kablam! | | Sep 06 01:53:34.157 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.157 INFO kablam! Sep 06 01:53:34.157 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.157 INFO kablam! --> src/interpolate.rs:32:16 Sep 06 01:53:34.157 INFO kablam! | Sep 06 01:53:34.157 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:34.157 INFO kablam! | ----^^^ Sep 06 01:53:34.157 INFO kablam! | | Sep 06 01:53:34.157 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.157 INFO kablam! Sep 06 01:53:34.157 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.157 INFO kablam! --> src/interpolate.rs:56:17 Sep 06 01:53:34.157 INFO kablam! | Sep 06 01:53:34.157 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 06 01:53:34.157 INFO kablam! | ----^^^ Sep 06 01:53:34.157 INFO kablam! | | Sep 06 01:53:34.157 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.157 INFO kablam! Sep 06 01:53:34.158 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.158 INFO kablam! --> src/interpolate.rs:64:19 Sep 06 01:53:34.158 INFO kablam! | Sep 06 01:53:34.158 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 06 01:53:34.158 INFO kablam! | ----^^^ Sep 06 01:53:34.158 INFO kablam! | | Sep 06 01:53:34.158 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.158 INFO kablam! Sep 06 01:53:34.160 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.160 INFO kablam! --> src/interpolate.rs:124:20 Sep 06 01:53:34.160 INFO kablam! | Sep 06 01:53:34.160 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 06 01:53:34.160 INFO kablam! | ----^^^ Sep 06 01:53:34.160 INFO kablam! | | Sep 06 01:53:34.160 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.160 INFO kablam! Sep 06 01:53:34.174 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.174 INFO kablam! --> src/transform.rs:59:13 Sep 06 01:53:34.174 INFO kablam! | Sep 06 01:53:34.174 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 06 01:53:34.174 INFO kablam! | ----^^^ Sep 06 01:53:34.174 INFO kablam! | | Sep 06 01:53:34.174 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.174 INFO kablam! Sep 06 01:53:34.182 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.182 INFO kablam! --> src/transform.rs:144:15 Sep 06 01:53:34.182 INFO kablam! | Sep 06 01:53:34.182 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 06 01:53:34.182 INFO kablam! | ----^^^ Sep 06 01:53:34.182 INFO kablam! | | Sep 06 01:53:34.182 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.182 INFO kablam! Sep 06 01:53:34.182 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.182 INFO kablam! --> src/transform.rs:204:21 Sep 06 01:53:34.182 INFO kablam! | Sep 06 01:53:34.182 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:34.182 INFO kablam! | ----^^^ Sep 06 01:53:34.182 INFO kablam! | | Sep 06 01:53:34.182 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.183 INFO kablam! Sep 06 01:53:34.183 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.183 INFO kablam! --> src/transform.rs:210:28 Sep 06 01:53:34.183 INFO kablam! | Sep 06 01:53:34.183 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 06 01:53:34.183 INFO kablam! | ----^^^ Sep 06 01:53:34.183 INFO kablam! | | Sep 06 01:53:34.183 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.183 INFO kablam! Sep 06 01:53:34.183 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.183 INFO kablam! --> src/transform.rs:224:27 Sep 06 01:53:34.183 INFO kablam! | Sep 06 01:53:34.183 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 06 01:53:34.183 INFO kablam! | ----^^^ Sep 06 01:53:34.183 INFO kablam! | | Sep 06 01:53:34.183 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.183 INFO kablam! Sep 06 01:53:34.183 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.183 INFO kablam! --> src/transform.rs:236:20 Sep 06 01:53:34.183 INFO kablam! | Sep 06 01:53:34.183 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:34.183 INFO kablam! | ----^^^ Sep 06 01:53:34.183 INFO kablam! | | Sep 06 01:53:34.183 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.183 INFO kablam! Sep 06 01:53:34.183 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.183 INFO kablam! --> src/transform.rs:258:19 Sep 06 01:53:34.183 INFO kablam! | Sep 06 01:53:34.183 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:34.183 INFO kablam! | ----^^^ Sep 06 01:53:34.183 INFO kablam! | | Sep 06 01:53:34.183 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.183 INFO kablam! Sep 06 01:53:34.246 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.246 INFO kablam! --> src/editor.rs:223:13 Sep 06 01:53:34.246 INFO kablam! | Sep 06 01:53:34.246 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 06 01:53:34.246 INFO kablam! | ----^^^ Sep 06 01:53:34.246 INFO kablam! | | Sep 06 01:53:34.246 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.246 INFO kablam! | Sep 06 01:53:34.246 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 01:53:34.246 INFO kablam! Sep 06 01:53:34.246 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.246 INFO kablam! --> src/editor.rs:276:13 Sep 06 01:53:34.246 INFO kablam! | Sep 06 01:53:34.246 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 06 01:53:34.246 INFO kablam! | ----^^^ Sep 06 01:53:34.246 INFO kablam! | | Sep 06 01:53:34.246 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.246 INFO kablam! Sep 06 01:53:34.246 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.246 INFO kablam! --> src/editor.rs:414:15 Sep 06 01:53:34.246 INFO kablam! | Sep 06 01:53:34.246 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 06 01:53:34.246 INFO kablam! | ----^^^ Sep 06 01:53:34.246 INFO kablam! | | Sep 06 01:53:34.246 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.246 INFO kablam! Sep 06 01:53:34.248 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.248 INFO kablam! --> src/filter.rs:57:13 Sep 06 01:53:34.248 INFO kablam! | Sep 06 01:53:34.248 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 06 01:53:34.248 INFO kablam! | ----^^^ Sep 06 01:53:34.248 INFO kablam! | | Sep 06 01:53:34.248 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.248 INFO kablam! Sep 06 01:53:34.250 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.250 INFO kablam! --> src/filter.rs:83:19 Sep 06 01:53:34.250 INFO kablam! | Sep 06 01:53:34.250 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 06 01:53:34.250 INFO kablam! | ----^^^ Sep 06 01:53:34.250 INFO kablam! | | Sep 06 01:53:34.250 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.250 INFO kablam! Sep 06 01:53:34.263 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.263 INFO kablam! --> src/filter.rs:227:15 Sep 06 01:53:34.263 INFO kablam! | Sep 06 01:53:34.263 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.263 INFO kablam! | ----^^^ Sep 06 01:53:34.263 INFO kablam! | | Sep 06 01:53:34.263 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.263 INFO kablam! Sep 06 01:53:34.265 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.265 INFO kablam! --> src/filter.rs:258:14 Sep 06 01:53:34.265 INFO kablam! | Sep 06 01:53:34.265 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 06 01:53:34.265 INFO kablam! | ----^^^ Sep 06 01:53:34.265 INFO kablam! | | Sep 06 01:53:34.265 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.265 INFO kablam! Sep 06 01:53:34.274 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.274 INFO kablam! --> src/filter.rs:301:18 Sep 06 01:53:34.274 INFO kablam! | Sep 06 01:53:34.274 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.274 INFO kablam! | ----^^^ Sep 06 01:53:34.274 INFO kablam! | | Sep 06 01:53:34.274 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.274 INFO kablam! Sep 06 01:53:34.274 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.274 INFO kablam! --> src/filter.rs:341:19 Sep 06 01:53:34.274 INFO kablam! | Sep 06 01:53:34.274 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 06 01:53:34.274 INFO kablam! | ----^^^ Sep 06 01:53:34.274 INFO kablam! | | Sep 06 01:53:34.274 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.274 INFO kablam! Sep 06 01:53:34.274 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.274 INFO kablam! --> src/filter.rs:385:16 Sep 06 01:53:34.274 INFO kablam! | Sep 06 01:53:34.274 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.274 INFO kablam! | ----^^^ Sep 06 01:53:34.274 INFO kablam! | | Sep 06 01:53:34.274 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.274 INFO kablam! Sep 06 01:53:34.274 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.274 INFO kablam! --> src/filter.rs:399:13 Sep 06 01:53:34.275 INFO kablam! | Sep 06 01:53:34.275 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.275 INFO kablam! | ----^^^ Sep 06 01:53:34.275 INFO kablam! | | Sep 06 01:53:34.275 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.275 INFO kablam! Sep 06 01:53:34.275 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.275 INFO kablam! --> src/filter.rs:410:18 Sep 06 01:53:34.275 INFO kablam! | Sep 06 01:53:34.275 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:34.275 INFO kablam! | ----^^^ Sep 06 01:53:34.275 INFO kablam! | | Sep 06 01:53:34.275 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.275 INFO kablam! Sep 06 01:53:34.275 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.275 INFO kablam! --> src/interpolate.rs:23:17 Sep 06 01:53:34.275 INFO kablam! | Sep 06 01:53:34.275 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 06 01:53:34.275 INFO kablam! | ----^^^ Sep 06 01:53:34.275 INFO kablam! | | Sep 06 01:53:34.275 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.275 INFO kablam! Sep 06 01:53:34.280 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.280 INFO kablam! --> src/interpolate.rs:32:16 Sep 06 01:53:34.280 INFO kablam! | Sep 06 01:53:34.280 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:34.280 INFO kablam! | ----^^^ Sep 06 01:53:34.280 INFO kablam! | | Sep 06 01:53:34.280 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.290 INFO kablam! Sep 06 01:53:34.290 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.290 INFO kablam! --> src/interpolate.rs:56:17 Sep 06 01:53:34.290 INFO kablam! | Sep 06 01:53:34.290 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 06 01:53:34.290 INFO kablam! | ----^^^ Sep 06 01:53:34.290 INFO kablam! | | Sep 06 01:53:34.290 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.290 INFO kablam! Sep 06 01:53:34.290 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.290 INFO kablam! --> src/interpolate.rs:64:19 Sep 06 01:53:34.290 INFO kablam! | Sep 06 01:53:34.290 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 06 01:53:34.290 INFO kablam! | ----^^^ Sep 06 01:53:34.290 INFO kablam! | | Sep 06 01:53:34.290 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.290 INFO kablam! Sep 06 01:53:34.302 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.302 INFO kablam! --> src/interpolate.rs:124:20 Sep 06 01:53:34.302 INFO kablam! | Sep 06 01:53:34.302 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 06 01:53:34.302 INFO kablam! | ----^^^ Sep 06 01:53:34.302 INFO kablam! | | Sep 06 01:53:34.302 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.302 INFO kablam! Sep 06 01:53:34.309 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.309 INFO kablam! --> src/transform.rs:59:13 Sep 06 01:53:34.309 INFO kablam! | Sep 06 01:53:34.309 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 06 01:53:34.309 INFO kablam! | ----^^^ Sep 06 01:53:34.309 INFO kablam! | | Sep 06 01:53:34.309 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.309 INFO kablam! Sep 06 01:53:34.314 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.314 INFO kablam! --> src/transform.rs:144:15 Sep 06 01:53:34.314 INFO kablam! | Sep 06 01:53:34.314 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 06 01:53:34.314 INFO kablam! | ----^^^ Sep 06 01:53:34.314 INFO kablam! | | Sep 06 01:53:34.314 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.314 INFO kablam! Sep 06 01:53:34.314 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.314 INFO kablam! --> src/transform.rs:204:21 Sep 06 01:53:34.314 INFO kablam! | Sep 06 01:53:34.314 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:34.314 INFO kablam! | ----^^^ Sep 06 01:53:34.314 INFO kablam! | | Sep 06 01:53:34.314 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.314 INFO kablam! Sep 06 01:53:34.330 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.330 INFO kablam! --> src/transform.rs:210:28 Sep 06 01:53:34.330 INFO kablam! | Sep 06 01:53:34.330 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 06 01:53:34.330 INFO kablam! | ----^^^ Sep 06 01:53:34.330 INFO kablam! | | Sep 06 01:53:34.330 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.330 INFO kablam! Sep 06 01:53:34.330 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.330 INFO kablam! --> src/transform.rs:224:27 Sep 06 01:53:34.330 INFO kablam! | Sep 06 01:53:34.330 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 06 01:53:34.330 INFO kablam! | ----^^^ Sep 06 01:53:34.330 INFO kablam! | | Sep 06 01:53:34.330 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.330 INFO kablam! Sep 06 01:53:34.330 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.330 INFO kablam! --> src/transform.rs:236:20 Sep 06 01:53:34.330 INFO kablam! | Sep 06 01:53:34.330 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:34.330 INFO kablam! | ----^^^ Sep 06 01:53:34.330 INFO kablam! | | Sep 06 01:53:34.330 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.330 INFO kablam! Sep 06 01:53:34.330 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:34.330 INFO kablam! --> src/transform.rs:258:19 Sep 06 01:53:34.330 INFO kablam! | Sep 06 01:53:34.330 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:34.330 INFO kablam! | ----^^^ Sep 06 01:53:34.330 INFO kablam! | | Sep 06 01:53:34.330 INFO kablam! | help: remove this `mut` Sep 06 01:53:34.330 INFO kablam! Sep 06 01:53:34.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.96s Sep 06 01:53:34.470 INFO kablam! su: No module specific data is present Sep 06 01:53:35.334 INFO running `"docker" "rm" "-f" "56bb3875ed1c0a59019b7c89bfdde394a69520e2d62549f98ab15efe1c584d5e"` Sep 06 01:53:35.460 INFO blam! 56bb3875ed1c0a59019b7c89bfdde394a69520e2d62549f98ab15efe1c584d5e