Sep 06 01:53:29.205 INFO checking raster-0.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 01:53:29.205 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 01:53:29.205 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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:29.511 INFO blam! d724823adc1eaaa4ec5ccbe11e6aca20214537d88b372caf07fcf636d11fa4b9 Sep 06 01:53:29.515 INFO running `"docker" "start" "-a" "d724823adc1eaaa4ec5ccbe11e6aca20214537d88b372caf07fcf636d11fa4b9"` Sep 06 01:53:31.346 INFO kablam! usermod: no changes Sep 06 01:53:31.574 INFO kablam! Checking raster v0.2.0 (file:///source) Sep 06 01:53:32.900 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 01:53:32.900 INFO kablam! --> src/lib.rs:104:5 Sep 06 01:53:32.900 INFO kablam! | Sep 06 01:53:32.900 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 06 01:53:32.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:53:32.900 INFO kablam! | Sep 06 01:53:32.900 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 01:53:32.900 INFO kablam! Sep 06 01:53:33.169 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 01:53:33.169 INFO kablam! --> src/lib.rs:104:5 Sep 06 01:53:33.169 INFO kablam! | Sep 06 01:53:33.169 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 06 01:53:33.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:53:33.169 INFO kablam! | Sep 06 01:53:33.169 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 01:53:33.169 INFO kablam! Sep 06 01:53:33.189 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 01:53:33.189 INFO kablam! --> src/lib.rs:104:5 Sep 06 01:53:33.189 INFO kablam! | Sep 06 01:53:33.189 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 06 01:53:33.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:53:33.189 INFO kablam! | Sep 06 01:53:33.189 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 01:53:33.189 INFO kablam! Sep 06 01:53:33.247 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.247 INFO kablam! --> src/editor.rs:223:13 Sep 06 01:53:33.247 INFO kablam! | Sep 06 01:53:33.247 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:33.247 INFO kablam! | ----^^^ Sep 06 01:53:33.247 INFO kablam! | | Sep 06 01:53:33.247 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.248 INFO kablam! | Sep 06 01:53:33.248 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 01:53:33.248 INFO kablam! Sep 06 01:53:33.249 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.249 INFO kablam! --> src/editor.rs:276:13 Sep 06 01:53:33.249 INFO kablam! | Sep 06 01:53:33.249 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 06 01:53:33.249 INFO kablam! | ----^^^ Sep 06 01:53:33.250 INFO kablam! | | Sep 06 01:53:33.250 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.251 INFO kablam! Sep 06 01:53:33.253 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.253 INFO kablam! --> src/editor.rs:414:15 Sep 06 01:53:33.253 INFO kablam! | Sep 06 01:53:33.253 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 06 01:53:33.253 INFO kablam! | ----^^^ Sep 06 01:53:33.253 INFO kablam! | | Sep 06 01:53:33.253 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.253 INFO kablam! Sep 06 01:53:33.259 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.259 INFO kablam! --> src/filter.rs:57:13 Sep 06 01:53:33.259 INFO kablam! | Sep 06 01:53:33.259 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 06 01:53:33.259 INFO kablam! | ----^^^ Sep 06 01:53:33.259 INFO kablam! | | Sep 06 01:53:33.259 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.270 INFO kablam! Sep 06 01:53:33.272 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.272 INFO kablam! --> src/filter.rs:83:19 Sep 06 01:53:33.272 INFO kablam! | Sep 06 01:53:33.272 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 06 01:53:33.272 INFO kablam! | ----^^^ Sep 06 01:53:33.272 INFO kablam! | | Sep 06 01:53:33.272 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.273 INFO kablam! Sep 06 01:53:33.281 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.281 INFO kablam! --> src/filter.rs:227:15 Sep 06 01:53:33.281 INFO kablam! | Sep 06 01:53:33.281 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.281 INFO kablam! | ----^^^ Sep 06 01:53:33.281 INFO kablam! | | Sep 06 01:53:33.281 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.281 INFO kablam! Sep 06 01:53:33.283 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.283 INFO kablam! --> src/filter.rs:258:14 Sep 06 01:53:33.283 INFO kablam! | Sep 06 01:53:33.283 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 06 01:53:33.283 INFO kablam! | ----^^^ Sep 06 01:53:33.283 INFO kablam! | | Sep 06 01:53:33.283 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.283 INFO kablam! Sep 06 01:53:33.285 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.285 INFO kablam! --> src/filter.rs:301:18 Sep 06 01:53:33.285 INFO kablam! | Sep 06 01:53:33.285 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.285 INFO kablam! | ----^^^ Sep 06 01:53:33.285 INFO kablam! | | Sep 06 01:53:33.285 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.285 INFO kablam! Sep 06 01:53:33.289 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.289 INFO kablam! --> src/filter.rs:341:19 Sep 06 01:53:33.289 INFO kablam! | Sep 06 01:53:33.289 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 06 01:53:33.289 INFO kablam! | ----^^^ Sep 06 01:53:33.289 INFO kablam! | | Sep 06 01:53:33.289 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.289 INFO kablam! Sep 06 01:53:33.289 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.289 INFO kablam! --> src/filter.rs:385:16 Sep 06 01:53:33.289 INFO kablam! | Sep 06 01:53:33.289 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.289 INFO kablam! | ----^^^ Sep 06 01:53:33.289 INFO kablam! | | Sep 06 01:53:33.289 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.289 INFO kablam! Sep 06 01:53:33.290 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.290 INFO kablam! --> src/filter.rs:399:13 Sep 06 01:53:33.290 INFO kablam! | Sep 06 01:53:33.290 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.290 INFO kablam! | ----^^^ Sep 06 01:53:33.290 INFO kablam! | | Sep 06 01:53:33.290 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.290 INFO kablam! Sep 06 01:53:33.290 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.290 INFO kablam! --> src/filter.rs:410:18 Sep 06 01:53:33.290 INFO kablam! | Sep 06 01:53:33.290 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.290 INFO kablam! | ----^^^ Sep 06 01:53:33.290 INFO kablam! | | Sep 06 01:53:33.290 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.294 INFO kablam! Sep 06 01:53:33.295 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.295 INFO kablam! --> src/interpolate.rs:23:17 Sep 06 01:53:33.295 INFO kablam! | Sep 06 01:53:33.295 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 06 01:53:33.295 INFO kablam! | ----^^^ Sep 06 01:53:33.295 INFO kablam! | | Sep 06 01:53:33.295 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.298 INFO kablam! Sep 06 01:53:33.300 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.300 INFO kablam! --> src/interpolate.rs:32:16 Sep 06 01:53:33.300 INFO kablam! | Sep 06 01:53:33.300 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:33.300 INFO kablam! | ----^^^ Sep 06 01:53:33.300 INFO kablam! | | Sep 06 01:53:33.300 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.300 INFO kablam! Sep 06 01:53:33.301 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.301 INFO kablam! --> src/interpolate.rs:56:17 Sep 06 01:53:33.301 INFO kablam! | Sep 06 01:53:33.301 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 06 01:53:33.301 INFO kablam! | ----^^^ Sep 06 01:53:33.301 INFO kablam! | | Sep 06 01:53:33.301 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.301 INFO kablam! Sep 06 01:53:33.304 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.304 INFO kablam! --> src/interpolate.rs:64:19 Sep 06 01:53:33.304 INFO kablam! | Sep 06 01:53:33.304 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 06 01:53:33.304 INFO kablam! | ----^^^ Sep 06 01:53:33.304 INFO kablam! | | Sep 06 01:53:33.304 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.304 INFO kablam! Sep 06 01:53:33.306 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.306 INFO kablam! --> src/interpolate.rs:124:20 Sep 06 01:53:33.306 INFO kablam! | Sep 06 01:53:33.306 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 06 01:53:33.306 INFO kablam! | ----^^^ Sep 06 01:53:33.306 INFO kablam! | | Sep 06 01:53:33.306 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.306 INFO kablam! Sep 06 01:53:33.311 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.311 INFO kablam! --> src/transform.rs:59:13 Sep 06 01:53:33.311 INFO kablam! | Sep 06 01:53:33.311 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 06 01:53:33.311 INFO kablam! | ----^^^ Sep 06 01:53:33.311 INFO kablam! | | Sep 06 01:53:33.311 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.314 INFO kablam! Sep 06 01:53:33.318 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.318 INFO kablam! --> src/transform.rs:144:15 Sep 06 01:53:33.318 INFO kablam! | Sep 06 01:53:33.318 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 06 01:53:33.318 INFO kablam! | ----^^^ Sep 06 01:53:33.318 INFO kablam! | | Sep 06 01:53:33.318 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.318 INFO kablam! Sep 06 01:53:33.318 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.318 INFO kablam! --> src/transform.rs:204:21 Sep 06 01:53:33.318 INFO kablam! | Sep 06 01:53:33.318 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:33.318 INFO kablam! | ----^^^ Sep 06 01:53:33.318 INFO kablam! | | Sep 06 01:53:33.318 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.318 INFO kablam! Sep 06 01:53:33.319 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.319 INFO kablam! --> src/transform.rs:210:28 Sep 06 01:53:33.319 INFO kablam! | Sep 06 01:53:33.319 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 06 01:53:33.319 INFO kablam! | ----^^^ Sep 06 01:53:33.319 INFO kablam! | | Sep 06 01:53:33.319 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.319 INFO kablam! Sep 06 01:53:33.320 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.320 INFO kablam! --> src/transform.rs:224:27 Sep 06 01:53:33.320 INFO kablam! | Sep 06 01:53:33.320 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 06 01:53:33.320 INFO kablam! | ----^^^ Sep 06 01:53:33.320 INFO kablam! | | Sep 06 01:53:33.320 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.320 INFO kablam! Sep 06 01:53:33.321 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.321 INFO kablam! --> src/transform.rs:236:20 Sep 06 01:53:33.321 INFO kablam! | Sep 06 01:53:33.321 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:33.321 INFO kablam! | ----^^^ Sep 06 01:53:33.321 INFO kablam! | | Sep 06 01:53:33.321 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.321 INFO kablam! Sep 06 01:53:33.322 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.322 INFO kablam! --> src/transform.rs:258:19 Sep 06 01:53:33.322 INFO kablam! | Sep 06 01:53:33.322 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:33.322 INFO kablam! | ----^^^ Sep 06 01:53:33.322 INFO kablam! | | Sep 06 01:53:33.322 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.322 INFO kablam! Sep 06 01:53:33.690 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 01:53:33.690 INFO kablam! --> src/lib.rs:104:5 Sep 06 01:53:33.690 INFO kablam! | Sep 06 01:53:33.690 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 06 01:53:33.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:53:33.690 INFO kablam! | Sep 06 01:53:33.690 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 01:53:33.690 INFO kablam! Sep 06 01:53:33.754 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.754 INFO kablam! --> src/editor.rs:223:13 Sep 06 01:53:33.754 INFO kablam! | Sep 06 01:53:33.754 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:33.754 INFO kablam! | ----^^^ Sep 06 01:53:33.754 INFO kablam! | | Sep 06 01:53:33.754 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.754 INFO kablam! | Sep 06 01:53:33.754 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 01:53:33.754 INFO kablam! Sep 06 01:53:33.754 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.754 INFO kablam! --> src/editor.rs:276:13 Sep 06 01:53:33.754 INFO kablam! | Sep 06 01:53:33.754 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 06 01:53:33.754 INFO kablam! | ----^^^ Sep 06 01:53:33.754 INFO kablam! | | Sep 06 01:53:33.754 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.754 INFO kablam! Sep 06 01:53:33.754 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.754 INFO kablam! --> src/editor.rs:414:15 Sep 06 01:53:33.754 INFO kablam! | Sep 06 01:53:33.754 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 06 01:53:33.754 INFO kablam! | ----^^^ Sep 06 01:53:33.754 INFO kablam! | | Sep 06 01:53:33.754 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.754 INFO kablam! Sep 06 01:53:33.763 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.763 INFO kablam! --> src/filter.rs:57:13 Sep 06 01:53:33.764 INFO kablam! | Sep 06 01:53:33.764 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 06 01:53:33.764 INFO kablam! | ----^^^ Sep 06 01:53:33.764 INFO kablam! | | Sep 06 01:53:33.764 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.764 INFO kablam! Sep 06 01:53:33.770 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.770 INFO kablam! --> src/filter.rs:83:19 Sep 06 01:53:33.770 INFO kablam! | Sep 06 01:53:33.770 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 06 01:53:33.770 INFO kablam! | ----^^^ Sep 06 01:53:33.770 INFO kablam! | | Sep 06 01:53:33.770 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.770 INFO kablam! Sep 06 01:53:33.770 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.770 INFO kablam! --> src/filter.rs:227:15 Sep 06 01:53:33.771 INFO kablam! | Sep 06 01:53:33.771 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.771 INFO kablam! | ----^^^ Sep 06 01:53:33.771 INFO kablam! | | Sep 06 01:53:33.771 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.771 INFO kablam! Sep 06 01:53:33.771 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.771 INFO kablam! --> src/filter.rs:258:14 Sep 06 01:53:33.771 INFO kablam! | Sep 06 01:53:33.771 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 06 01:53:33.771 INFO kablam! | ----^^^ Sep 06 01:53:33.771 INFO kablam! | | Sep 06 01:53:33.771 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.771 INFO kablam! Sep 06 01:53:33.771 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.771 INFO kablam! --> src/filter.rs:301:18 Sep 06 01:53:33.771 INFO kablam! | Sep 06 01:53:33.771 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.771 INFO kablam! | ----^^^ Sep 06 01:53:33.771 INFO kablam! | | Sep 06 01:53:33.771 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.771 INFO kablam! Sep 06 01:53:33.773 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.773 INFO kablam! --> src/filter.rs:341:19 Sep 06 01:53:33.773 INFO kablam! | Sep 06 01:53:33.773 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 06 01:53:33.773 INFO kablam! | ----^^^ Sep 06 01:53:33.773 INFO kablam! | | Sep 06 01:53:33.773 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.773 INFO kablam! Sep 06 01:53:33.776 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.776 INFO kablam! --> src/filter.rs:385:16 Sep 06 01:53:33.776 INFO kablam! | Sep 06 01:53:33.776 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.777 INFO kablam! | ----^^^ Sep 06 01:53:33.777 INFO kablam! | | Sep 06 01:53:33.777 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.777 INFO kablam! Sep 06 01:53:33.777 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.777 INFO kablam! --> src/filter.rs:399:13 Sep 06 01:53:33.777 INFO kablam! | Sep 06 01:53:33.777 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.777 INFO kablam! | ----^^^ Sep 06 01:53:33.777 INFO kablam! | | Sep 06 01:53:33.777 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.777 INFO kablam! Sep 06 01:53:33.777 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.777 INFO kablam! --> src/filter.rs:410:18 Sep 06 01:53:33.777 INFO kablam! | Sep 06 01:53:33.777 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 06 01:53:33.777 INFO kablam! | ----^^^ Sep 06 01:53:33.777 INFO kablam! | | Sep 06 01:53:33.777 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.777 INFO kablam! Sep 06 01:53:33.777 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.777 INFO kablam! --> src/interpolate.rs:23:17 Sep 06 01:53:33.777 INFO kablam! | Sep 06 01:53:33.777 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 06 01:53:33.777 INFO kablam! | ----^^^ Sep 06 01:53:33.777 INFO kablam! | | Sep 06 01:53:33.777 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.777 INFO kablam! Sep 06 01:53:33.777 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.777 INFO kablam! --> src/interpolate.rs:32:16 Sep 06 01:53:33.777 INFO kablam! | Sep 06 01:53:33.777 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:33.777 INFO kablam! | ----^^^ Sep 06 01:53:33.777 INFO kablam! | | Sep 06 01:53:33.777 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.784 INFO kablam! Sep 06 01:53:33.784 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.784 INFO kablam! --> src/interpolate.rs:56:17 Sep 06 01:53:33.784 INFO kablam! | Sep 06 01:53:33.784 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 06 01:53:33.784 INFO kablam! | ----^^^ Sep 06 01:53:33.784 INFO kablam! | | Sep 06 01:53:33.784 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.784 INFO kablam! Sep 06 01:53:33.784 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.784 INFO kablam! --> src/interpolate.rs:64:19 Sep 06 01:53:33.784 INFO kablam! | Sep 06 01:53:33.784 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 06 01:53:33.784 INFO kablam! | ----^^^ Sep 06 01:53:33.784 INFO kablam! | | Sep 06 01:53:33.784 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.784 INFO kablam! Sep 06 01:53:33.784 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.784 INFO kablam! --> src/interpolate.rs:124:20 Sep 06 01:53:33.784 INFO kablam! | Sep 06 01:53:33.784 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 06 01:53:33.784 INFO kablam! | ----^^^ Sep 06 01:53:33.784 INFO kablam! | | Sep 06 01:53:33.784 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.784 INFO kablam! Sep 06 01:53:33.794 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.794 INFO kablam! --> src/transform.rs:59:13 Sep 06 01:53:33.794 INFO kablam! | Sep 06 01:53:33.794 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 06 01:53:33.794 INFO kablam! | ----^^^ Sep 06 01:53:33.794 INFO kablam! | | Sep 06 01:53:33.794 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.794 INFO kablam! Sep 06 01:53:33.794 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.794 INFO kablam! --> src/transform.rs:144:15 Sep 06 01:53:33.794 INFO kablam! | Sep 06 01:53:33.794 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 06 01:53:33.794 INFO kablam! | ----^^^ Sep 06 01:53:33.794 INFO kablam! | | Sep 06 01:53:33.794 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.794 INFO kablam! Sep 06 01:53:33.794 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.794 INFO kablam! --> src/transform.rs:204:21 Sep 06 01:53:33.794 INFO kablam! | Sep 06 01:53:33.794 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:33.794 INFO kablam! | ----^^^ Sep 06 01:53:33.794 INFO kablam! | | Sep 06 01:53:33.794 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.794 INFO kablam! Sep 06 01:53:33.794 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.794 INFO kablam! --> src/transform.rs:210:28 Sep 06 01:53:33.794 INFO kablam! | Sep 06 01:53:33.794 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 06 01:53:33.794 INFO kablam! | ----^^^ Sep 06 01:53:33.794 INFO kablam! | | Sep 06 01:53:33.794 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.794 INFO kablam! Sep 06 01:53:33.794 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.794 INFO kablam! --> src/transform.rs:224:27 Sep 06 01:53:33.794 INFO kablam! | Sep 06 01:53:33.794 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 06 01:53:33.794 INFO kablam! | ----^^^ Sep 06 01:53:33.794 INFO kablam! | | Sep 06 01:53:33.794 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.794 INFO kablam! Sep 06 01:53:33.794 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.794 INFO kablam! --> src/transform.rs:236:20 Sep 06 01:53:33.795 INFO kablam! | Sep 06 01:53:33.795 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:33.795 INFO kablam! | ----^^^ Sep 06 01:53:33.795 INFO kablam! | | Sep 06 01:53:33.795 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.795 INFO kablam! Sep 06 01:53:33.798 INFO kablam! warning: variable does not need to be mutable Sep 06 01:53:33.798 INFO kablam! --> src/transform.rs:258:19 Sep 06 01:53:33.798 INFO kablam! | Sep 06 01:53:33.798 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 06 01:53:33.798 INFO kablam! | ----^^^ Sep 06 01:53:33.798 INFO kablam! | | Sep 06 01:53:33.798 INFO kablam! | help: remove this `mut` Sep 06 01:53:33.798 INFO kablam! Sep 06 01:53:33.918 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.54s Sep 06 01:53:33.922 INFO kablam! su: No module specific data is present Sep 06 01:53:34.944 INFO running `"docker" "rm" "-f" "d724823adc1eaaa4ec5ccbe11e6aca20214537d88b372caf07fcf636d11fa4b9"` Sep 06 01:53:35.047 INFO blam! d724823adc1eaaa4ec5ccbe11e6aca20214537d88b372caf07fcf636d11fa4b9