Sep 17 19:20:19.799 INFO checking raster-0.2.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:20:19.799 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:20:19.799 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:20.220 INFO blam! 2103dc82eef0807e609920eef21cefb2f6ed0e69b0f344c4b642f7817b44299d Sep 17 19:20:20.227 INFO running `"docker" "start" "-a" "2103dc82eef0807e609920eef21cefb2f6ed0e69b0f344c4b642f7817b44299d"` Sep 17 19:20:21.890 INFO kablam! usermod: no changes Sep 17 19:20:22.096 INFO kablam! Checking image v0.10.4 Sep 17 19:20:24.779 INFO kablam! Checking raster v0.2.0 (/source) Sep 17 19:20:26.115 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 19:20:26.115 INFO kablam! --> src/lib.rs:104:5 Sep 17 19:20:26.115 INFO kablam! | Sep 17 19:20:26.115 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 17 19:20:26.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 19:20:26.115 INFO kablam! | Sep 17 19:20:26.115 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 19:20:26.115 INFO kablam! Sep 17 19:20:26.211 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 19:20:26.211 INFO kablam! --> src/lib.rs:104:5 Sep 17 19:20:26.211 INFO kablam! | Sep 17 19:20:26.211 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 17 19:20:26.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 19:20:26.211 INFO kablam! | Sep 17 19:20:26.211 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 19:20:26.211 INFO kablam! Sep 17 19:20:26.443 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 19:20:26.443 INFO kablam! --> src/lib.rs:104:5 Sep 17 19:20:26.443 INFO kablam! | Sep 17 19:20:26.443 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 17 19:20:26.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 19:20:26.443 INFO kablam! | Sep 17 19:20:26.443 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 19:20:26.443 INFO kablam! Sep 17 19:20:26.519 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 19:20:26.519 INFO kablam! --> src/lib.rs:104:5 Sep 17 19:20:26.519 INFO kablam! | Sep 17 19:20:26.519 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 17 19:20:26.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 19:20:26.519 INFO kablam! | Sep 17 19:20:26.519 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 19:20:26.519 INFO kablam! Sep 17 19:20:26.559 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.559 INFO kablam! --> src/editor.rs:223:13 Sep 17 19:20:26.559 INFO kablam! | Sep 17 19:20:26.559 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:26.559 INFO kablam! | ----^^^ Sep 17 19:20:26.559 INFO kablam! | | Sep 17 19:20:26.559 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.559 INFO kablam! | Sep 17 19:20:26.559 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 19:20:26.559 INFO kablam! Sep 17 19:20:26.567 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.567 INFO kablam! --> src/editor.rs:223:13 Sep 17 19:20:26.567 INFO kablam! | Sep 17 19:20:26.567 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:26.567 INFO kablam! | ----^^^ Sep 17 19:20:26.567 INFO kablam! | | Sep 17 19:20:26.567 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.567 INFO kablam! | Sep 17 19:20:26.567 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 19:20:26.567 INFO kablam! Sep 17 19:20:26.567 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.568 INFO kablam! --> src/editor.rs:276:13 Sep 17 19:20:26.568 INFO kablam! | Sep 17 19:20:26.568 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 17 19:20:26.568 INFO kablam! | ----^^^ Sep 17 19:20:26.568 INFO kablam! | | Sep 17 19:20:26.568 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.568 INFO kablam! Sep 17 19:20:26.570 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.570 INFO kablam! --> src/editor.rs:276:13 Sep 17 19:20:26.570 INFO kablam! | Sep 17 19:20:26.570 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 17 19:20:26.570 INFO kablam! | ----^^^ Sep 17 19:20:26.570 INFO kablam! | | Sep 17 19:20:26.570 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.570 INFO kablam! Sep 17 19:20:26.570 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.570 INFO kablam! --> src/editor.rs:414:15 Sep 17 19:20:26.570 INFO kablam! | Sep 17 19:20:26.570 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 17 19:20:26.571 INFO kablam! | ----^^^ Sep 17 19:20:26.571 INFO kablam! | | Sep 17 19:20:26.571 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.571 INFO kablam! Sep 17 19:20:26.575 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.575 INFO kablam! --> src/editor.rs:414:15 Sep 17 19:20:26.575 INFO kablam! | Sep 17 19:20:26.575 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 17 19:20:26.575 INFO kablam! | ----^^^ Sep 17 19:20:26.575 INFO kablam! | | Sep 17 19:20:26.575 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.575 INFO kablam! Sep 17 19:20:26.579 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.579 INFO kablam! --> src/filter.rs:57:13 Sep 17 19:20:26.579 INFO kablam! | Sep 17 19:20:26.579 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 17 19:20:26.579 INFO kablam! | ----^^^ Sep 17 19:20:26.579 INFO kablam! | | Sep 17 19:20:26.579 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.579 INFO kablam! Sep 17 19:20:26.583 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.583 INFO kablam! --> src/filter.rs:83:19 Sep 17 19:20:26.583 INFO kablam! | Sep 17 19:20:26.583 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 17 19:20:26.583 INFO kablam! | ----^^^ Sep 17 19:20:26.583 INFO kablam! | | Sep 17 19:20:26.583 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.583 INFO kablam! Sep 17 19:20:26.587 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.587 INFO kablam! --> src/filter.rs:227:15 Sep 17 19:20:26.587 INFO kablam! | Sep 17 19:20:26.587 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.587 INFO kablam! | ----^^^ Sep 17 19:20:26.587 INFO kablam! | | Sep 17 19:20:26.589 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.589 INFO kablam! Sep 17 19:20:26.591 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.591 INFO kablam! --> src/filter.rs:258:14 Sep 17 19:20:26.591 INFO kablam! | Sep 17 19:20:26.591 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 17 19:20:26.591 INFO kablam! | ----^^^ Sep 17 19:20:26.591 INFO kablam! | | Sep 17 19:20:26.591 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.591 INFO kablam! Sep 17 19:20:26.593 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.593 INFO kablam! --> src/filter.rs:301:18 Sep 17 19:20:26.593 INFO kablam! | Sep 17 19:20:26.593 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.593 INFO kablam! | ----^^^ Sep 17 19:20:26.593 INFO kablam! | | Sep 17 19:20:26.594 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.594 INFO kablam! Sep 17 19:20:26.595 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.595 INFO kablam! --> src/filter.rs:341:19 Sep 17 19:20:26.595 INFO kablam! | Sep 17 19:20:26.595 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 17 19:20:26.595 INFO kablam! | ----^^^ Sep 17 19:20:26.595 INFO kablam! | | Sep 17 19:20:26.595 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.595 INFO kablam! Sep 17 19:20:26.595 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.595 INFO kablam! --> src/filter.rs:385:16 Sep 17 19:20:26.595 INFO kablam! | Sep 17 19:20:26.595 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.595 INFO kablam! | ----^^^ Sep 17 19:20:26.595 INFO kablam! | | Sep 17 19:20:26.595 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.595 INFO kablam! Sep 17 19:20:26.595 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.595 INFO kablam! --> src/filter.rs:57:13 Sep 17 19:20:26.595 INFO kablam! | Sep 17 19:20:26.595 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 17 19:20:26.595 INFO kablam! | ----^^^ Sep 17 19:20:26.595 INFO kablam! | | Sep 17 19:20:26.595 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.595 INFO kablam! Sep 17 19:20:26.596 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.596 INFO kablam! --> src/filter.rs:399:13 Sep 17 19:20:26.596 INFO kablam! | Sep 17 19:20:26.596 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.596 INFO kablam! | ----^^^ Sep 17 19:20:26.596 INFO kablam! | | Sep 17 19:20:26.596 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.596 INFO kablam! Sep 17 19:20:26.596 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.596 INFO kablam! --> src/filter.rs:410:18 Sep 17 19:20:26.596 INFO kablam! | Sep 17 19:20:26.596 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.596 INFO kablam! | ----^^^ Sep 17 19:20:26.596 INFO kablam! | | Sep 17 19:20:26.596 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.597 INFO kablam! Sep 17 19:20:26.597 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.598 INFO kablam! --> src/filter.rs:83:19 Sep 17 19:20:26.598 INFO kablam! | Sep 17 19:20:26.598 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 17 19:20:26.598 INFO kablam! | ----^^^ Sep 17 19:20:26.598 INFO kablam! | | Sep 17 19:20:26.598 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.598 INFO kablam! Sep 17 19:20:26.600 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.600 INFO kablam! --> src/interpolate.rs:23:17 Sep 17 19:20:26.600 INFO kablam! | Sep 17 19:20:26.600 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 17 19:20:26.600 INFO kablam! | ----^^^ Sep 17 19:20:26.600 INFO kablam! | | Sep 17 19:20:26.600 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.600 INFO kablam! Sep 17 19:20:26.601 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.601 INFO kablam! --> src/interpolate.rs:32:16 Sep 17 19:20:26.601 INFO kablam! | Sep 17 19:20:26.601 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:26.601 INFO kablam! | ----^^^ Sep 17 19:20:26.601 INFO kablam! | | Sep 17 19:20:26.601 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.601 INFO kablam! Sep 17 19:20:26.604 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.604 INFO kablam! --> src/interpolate.rs:56:17 Sep 17 19:20:26.604 INFO kablam! | Sep 17 19:20:26.604 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 17 19:20:26.604 INFO kablam! | ----^^^ Sep 17 19:20:26.604 INFO kablam! | | Sep 17 19:20:26.605 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.605 INFO kablam! Sep 17 19:20:26.605 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.605 INFO kablam! --> src/filter.rs:227:15 Sep 17 19:20:26.605 INFO kablam! | Sep 17 19:20:26.605 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.605 INFO kablam! | ----^^^ Sep 17 19:20:26.605 INFO kablam! | | Sep 17 19:20:26.605 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.605 INFO kablam! Sep 17 19:20:26.608 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.608 INFO kablam! --> src/interpolate.rs:64:19 Sep 17 19:20:26.608 INFO kablam! | Sep 17 19:20:26.608 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 17 19:20:26.608 INFO kablam! | ----^^^ Sep 17 19:20:26.608 INFO kablam! | | Sep 17 19:20:26.608 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.608 INFO kablam! Sep 17 19:20:26.611 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.611 INFO kablam! --> src/interpolate.rs:124:20 Sep 17 19:20:26.611 INFO kablam! | Sep 17 19:20:26.611 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 17 19:20:26.611 INFO kablam! | ----^^^ Sep 17 19:20:26.611 INFO kablam! | | Sep 17 19:20:26.611 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.611 INFO kablam! Sep 17 19:20:26.615 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.615 INFO kablam! --> src/transform.rs:59:13 Sep 17 19:20:26.615 INFO kablam! | Sep 17 19:20:26.615 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 17 19:20:26.615 INFO kablam! | ----^^^ Sep 17 19:20:26.615 INFO kablam! | | Sep 17 19:20:26.615 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.615 INFO kablam! Sep 17 19:20:26.618 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.618 INFO kablam! --> src/transform.rs:144:15 Sep 17 19:20:26.618 INFO kablam! | Sep 17 19:20:26.618 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 17 19:20:26.618 INFO kablam! | ----^^^ Sep 17 19:20:26.618 INFO kablam! | | Sep 17 19:20:26.618 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.618 INFO kablam! Sep 17 19:20:26.619 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.619 INFO kablam! --> src/transform.rs:204:21 Sep 17 19:20:26.619 INFO kablam! | Sep 17 19:20:26.619 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:26.619 INFO kablam! | ----^^^ Sep 17 19:20:26.620 INFO kablam! | | Sep 17 19:20:26.620 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.620 INFO kablam! Sep 17 19:20:26.620 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.620 INFO kablam! --> src/transform.rs:210:28 Sep 17 19:20:26.620 INFO kablam! | Sep 17 19:20:26.620 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 17 19:20:26.620 INFO kablam! | ----^^^ Sep 17 19:20:26.620 INFO kablam! | | Sep 17 19:20:26.620 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.620 INFO kablam! Sep 17 19:20:26.620 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.621 INFO kablam! --> src/filter.rs:258:14 Sep 17 19:20:26.621 INFO kablam! | Sep 17 19:20:26.621 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 17 19:20:26.621 INFO kablam! | ----^^^ Sep 17 19:20:26.621 INFO kablam! | | Sep 17 19:20:26.621 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.621 INFO kablam! Sep 17 19:20:26.621 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.621 INFO kablam! --> src/transform.rs:224:27 Sep 17 19:20:26.621 INFO kablam! | Sep 17 19:20:26.621 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 17 19:20:26.621 INFO kablam! | ----^^^ Sep 17 19:20:26.621 INFO kablam! | | Sep 17 19:20:26.621 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.621 INFO kablam! Sep 17 19:20:26.625 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.625 INFO kablam! --> src/filter.rs:301:18 Sep 17 19:20:26.625 INFO kablam! | Sep 17 19:20:26.625 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.625 INFO kablam! | ----^^^ Sep 17 19:20:26.625 INFO kablam! | | Sep 17 19:20:26.625 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.625 INFO kablam! Sep 17 19:20:26.625 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.625 INFO kablam! --> src/filter.rs:341:19 Sep 17 19:20:26.625 INFO kablam! | Sep 17 19:20:26.626 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 17 19:20:26.626 INFO kablam! | ----^^^ Sep 17 19:20:26.626 INFO kablam! | | Sep 17 19:20:26.626 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.626 INFO kablam! Sep 17 19:20:26.627 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.627 INFO kablam! --> src/transform.rs:236:20 Sep 17 19:20:26.627 INFO kablam! | Sep 17 19:20:26.627 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:26.627 INFO kablam! | ----^^^ Sep 17 19:20:26.627 INFO kablam! | | Sep 17 19:20:26.627 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.627 INFO kablam! Sep 17 19:20:26.627 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.627 INFO kablam! --> src/filter.rs:385:16 Sep 17 19:20:26.627 INFO kablam! | Sep 17 19:20:26.627 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.627 INFO kablam! | ----^^^ Sep 17 19:20:26.627 INFO kablam! | | Sep 17 19:20:26.627 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.627 INFO kablam! Sep 17 19:20:26.627 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.627 INFO kablam! --> src/transform.rs:258:19 Sep 17 19:20:26.627 INFO kablam! | Sep 17 19:20:26.627 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:26.627 INFO kablam! | ----^^^ Sep 17 19:20:26.627 INFO kablam! | | Sep 17 19:20:26.627 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.627 INFO kablam! Sep 17 19:20:26.627 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.627 INFO kablam! --> src/filter.rs:399:13 Sep 17 19:20:26.627 INFO kablam! | Sep 17 19:20:26.627 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.627 INFO kablam! | ----^^^ Sep 17 19:20:26.627 INFO kablam! | | Sep 17 19:20:26.627 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.628 INFO kablam! Sep 17 19:20:26.637 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.637 INFO kablam! --> src/filter.rs:410:18 Sep 17 19:20:26.637 INFO kablam! | Sep 17 19:20:26.638 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 17 19:20:26.638 INFO kablam! | ----^^^ Sep 17 19:20:26.638 INFO kablam! | | Sep 17 19:20:26.638 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.638 INFO kablam! Sep 17 19:20:26.638 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.638 INFO kablam! --> src/interpolate.rs:23:17 Sep 17 19:20:26.638 INFO kablam! | Sep 17 19:20:26.638 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 17 19:20:26.638 INFO kablam! | ----^^^ Sep 17 19:20:26.638 INFO kablam! | | Sep 17 19:20:26.638 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.638 INFO kablam! Sep 17 19:20:26.638 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.638 INFO kablam! --> src/interpolate.rs:32:16 Sep 17 19:20:26.638 INFO kablam! | Sep 17 19:20:26.638 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:26.638 INFO kablam! | ----^^^ Sep 17 19:20:26.638 INFO kablam! | | Sep 17 19:20:26.638 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.638 INFO kablam! Sep 17 19:20:26.638 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.638 INFO kablam! --> src/interpolate.rs:56:17 Sep 17 19:20:26.638 INFO kablam! | Sep 17 19:20:26.638 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 17 19:20:26.638 INFO kablam! | ----^^^ Sep 17 19:20:26.638 INFO kablam! | | Sep 17 19:20:26.638 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.638 INFO kablam! Sep 17 19:20:26.663 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.663 INFO kablam! --> src/interpolate.rs:64:19 Sep 17 19:20:26.663 INFO kablam! | Sep 17 19:20:26.663 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 17 19:20:26.663 INFO kablam! | ----^^^ Sep 17 19:20:26.663 INFO kablam! | | Sep 17 19:20:26.663 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.663 INFO kablam! Sep 17 19:20:26.663 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.663 INFO kablam! --> src/interpolate.rs:124:20 Sep 17 19:20:26.663 INFO kablam! | Sep 17 19:20:26.663 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 17 19:20:26.663 INFO kablam! | ----^^^ Sep 17 19:20:26.663 INFO kablam! | | Sep 17 19:20:26.663 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.663 INFO kablam! Sep 17 19:20:26.683 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.683 INFO kablam! --> src/transform.rs:59:13 Sep 17 19:20:26.683 INFO kablam! | Sep 17 19:20:26.683 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 17 19:20:26.683 INFO kablam! | ----^^^ Sep 17 19:20:26.683 INFO kablam! | | Sep 17 19:20:26.683 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.683 INFO kablam! Sep 17 19:20:26.683 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.683 INFO kablam! --> src/transform.rs:144:15 Sep 17 19:20:26.683 INFO kablam! | Sep 17 19:20:26.683 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 17 19:20:26.683 INFO kablam! | ----^^^ Sep 17 19:20:26.683 INFO kablam! | | Sep 17 19:20:26.683 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.683 INFO kablam! Sep 17 19:20:26.683 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.683 INFO kablam! --> src/transform.rs:204:21 Sep 17 19:20:26.683 INFO kablam! | Sep 17 19:20:26.683 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:26.683 INFO kablam! | ----^^^ Sep 17 19:20:26.683 INFO kablam! | | Sep 17 19:20:26.683 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.683 INFO kablam! Sep 17 19:20:26.683 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.683 INFO kablam! --> src/transform.rs:210:28 Sep 17 19:20:26.683 INFO kablam! | Sep 17 19:20:26.683 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 17 19:20:26.683 INFO kablam! | ----^^^ Sep 17 19:20:26.683 INFO kablam! | | Sep 17 19:20:26.683 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.683 INFO kablam! Sep 17 19:20:26.683 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.683 INFO kablam! --> src/transform.rs:224:27 Sep 17 19:20:26.684 INFO kablam! | Sep 17 19:20:26.684 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 17 19:20:26.684 INFO kablam! | ----^^^ Sep 17 19:20:26.684 INFO kablam! | | Sep 17 19:20:26.684 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.684 INFO kablam! Sep 17 19:20:26.699 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.699 INFO kablam! --> src/transform.rs:236:20 Sep 17 19:20:26.699 INFO kablam! | Sep 17 19:20:26.699 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:26.699 INFO kablam! | ----^^^ Sep 17 19:20:26.699 INFO kablam! | | Sep 17 19:20:26.699 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.699 INFO kablam! Sep 17 19:20:26.699 INFO kablam! warning: variable does not need to be mutable Sep 17 19:20:26.699 INFO kablam! --> src/transform.rs:258:19 Sep 17 19:20:26.699 INFO kablam! | Sep 17 19:20:26.699 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 17 19:20:26.699 INFO kablam! | ----^^^ Sep 17 19:20:26.699 INFO kablam! | | Sep 17 19:20:26.699 INFO kablam! | help: remove this `mut` Sep 17 19:20:26.699 INFO kablam! Sep 17 19:20:26.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.02s Sep 17 19:20:26.967 INFO kablam! su: No module specific data is present Sep 17 19:20:28.255 INFO running `"docker" "rm" "-f" "2103dc82eef0807e609920eef21cefb2f6ed0e69b0f344c4b642f7817b44299d"` Sep 17 19:20:28.591 INFO blam! 2103dc82eef0807e609920eef21cefb2f6ed0e69b0f344c4b642f7817b44299d