Sep 04 06:58:23.220 INFO checking raster-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 06:58:23.220 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 06:58:23.220 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:58:23.366 INFO blam! e866640073977cf500ca8e27e822c42f103a1eb9ae55a209649a6c06ca8e09da Sep 04 06:58:23.367 INFO running `"docker" "start" "-a" "e866640073977cf500ca8e27e822c42f103a1eb9ae55a209649a6c06ca8e09da"` Sep 04 06:58:24.053 INFO kablam! Checking image v0.10.4 Sep 04 06:58:27.958 INFO kablam! Checking raster v0.2.0 (file:///source) Sep 04 06:58:30.148 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 06:58:30.148 INFO kablam! --> src/lib.rs:104:5 Sep 04 06:58:30.148 INFO kablam! | Sep 04 06:58:30.148 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 04 06:58:30.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 06:58:30.148 INFO kablam! | Sep 04 06:58:30.149 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 06:58:30.149 INFO kablam! Sep 04 06:58:30.162 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 06:58:30.162 INFO kablam! --> src/lib.rs:104:5 Sep 04 06:58:30.162 INFO kablam! | Sep 04 06:58:30.162 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 04 06:58:30.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 06:58:30.162 INFO kablam! | Sep 04 06:58:30.162 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 06:58:30.162 INFO kablam! Sep 04 06:58:30.764 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 06:58:30.764 INFO kablam! --> src/lib.rs:104:5 Sep 04 06:58:30.764 INFO kablam! | Sep 04 06:58:30.764 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 04 06:58:30.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 06:58:30.765 INFO kablam! | Sep 04 06:58:30.765 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 06:58:30.765 INFO kablam! Sep 04 06:58:30.797 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 06:58:30.797 INFO kablam! --> src/lib.rs:104:5 Sep 04 06:58:30.797 INFO kablam! | Sep 04 06:58:30.797 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 04 06:58:30.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 06:58:30.797 INFO kablam! | Sep 04 06:58:30.797 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 06:58:30.797 INFO kablam! Sep 04 06:58:30.878 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.878 INFO kablam! --> src/editor.rs:223:13 Sep 04 06:58:30.878 INFO kablam! | Sep 04 06:58:30.878 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 04 06:58:30.878 INFO kablam! | ----^^^ Sep 04 06:58:30.878 INFO kablam! | | Sep 04 06:58:30.878 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.878 INFO kablam! | Sep 04 06:58:30.879 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 06:58:30.879 INFO kablam! Sep 04 06:58:30.881 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.881 INFO kablam! --> src/editor.rs:276:13 Sep 04 06:58:30.881 INFO kablam! | Sep 04 06:58:30.881 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 04 06:58:30.882 INFO kablam! | ----^^^ Sep 04 06:58:30.882 INFO kablam! | | Sep 04 06:58:30.882 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.882 INFO kablam! Sep 04 06:58:30.885 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.886 INFO kablam! --> src/editor.rs:414:15 Sep 04 06:58:30.886 INFO kablam! | Sep 04 06:58:30.886 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 04 06:58:30.886 INFO kablam! | ----^^^ Sep 04 06:58:30.886 INFO kablam! | | Sep 04 06:58:30.886 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.886 INFO kablam! Sep 04 06:58:30.900 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.900 INFO kablam! --> src/filter.rs:57:13 Sep 04 06:58:30.900 INFO kablam! | Sep 04 06:58:30.900 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 04 06:58:30.900 INFO kablam! | ----^^^ Sep 04 06:58:30.900 INFO kablam! | | Sep 04 06:58:30.900 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.900 INFO kablam! Sep 04 06:58:30.903 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.904 INFO kablam! --> src/filter.rs:83:19 Sep 04 06:58:30.904 INFO kablam! | Sep 04 06:58:30.904 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 04 06:58:30.904 INFO kablam! | ----^^^ Sep 04 06:58:30.904 INFO kablam! | | Sep 04 06:58:30.904 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.904 INFO kablam! Sep 04 06:58:30.909 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.909 INFO kablam! --> src/editor.rs:223:13 Sep 04 06:58:30.909 INFO kablam! | Sep 04 06:58:30.909 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 04 06:58:30.909 INFO kablam! | ----^^^ Sep 04 06:58:30.909 INFO kablam! | | Sep 04 06:58:30.909 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.909 INFO kablam! | Sep 04 06:58:30.909 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 06:58:30.909 INFO kablam! Sep 04 06:58:30.911 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.911 INFO kablam! --> src/editor.rs:276:13 Sep 04 06:58:30.911 INFO kablam! | Sep 04 06:58:30.911 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 04 06:58:30.911 INFO kablam! | ----^^^ Sep 04 06:58:30.911 INFO kablam! | | Sep 04 06:58:30.911 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.911 INFO kablam! Sep 04 06:58:30.915 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.915 INFO kablam! --> src/editor.rs:414:15 Sep 04 06:58:30.915 INFO kablam! | Sep 04 06:58:30.915 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 04 06:58:30.915 INFO kablam! | ----^^^ Sep 04 06:58:30.915 INFO kablam! | | Sep 04 06:58:30.915 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.915 INFO kablam! Sep 04 06:58:30.916 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.916 INFO kablam! --> src/filter.rs:227:15 Sep 04 06:58:30.916 INFO kablam! | Sep 04 06:58:30.916 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.916 INFO kablam! | ----^^^ Sep 04 06:58:30.916 INFO kablam! | | Sep 04 06:58:30.916 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.916 INFO kablam! Sep 04 06:58:30.920 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.920 INFO kablam! --> src/filter.rs:258:14 Sep 04 06:58:30.920 INFO kablam! | Sep 04 06:58:30.920 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 04 06:58:30.920 INFO kablam! | ----^^^ Sep 04 06:58:30.920 INFO kablam! | | Sep 04 06:58:30.920 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.920 INFO kablam! Sep 04 06:58:30.924 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.924 INFO kablam! --> src/filter.rs:301:18 Sep 04 06:58:30.924 INFO kablam! | Sep 04 06:58:30.924 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.924 INFO kablam! | ----^^^ Sep 04 06:58:30.924 INFO kablam! | | Sep 04 06:58:30.924 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.924 INFO kablam! Sep 04 06:58:30.928 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.928 INFO kablam! --> src/filter.rs:341:19 Sep 04 06:58:30.928 INFO kablam! | Sep 04 06:58:30.928 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 04 06:58:30.928 INFO kablam! | ----^^^ Sep 04 06:58:30.928 INFO kablam! | | Sep 04 06:58:30.928 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.928 INFO kablam! Sep 04 06:58:30.928 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.929 INFO kablam! --> src/filter.rs:57:13 Sep 04 06:58:30.929 INFO kablam! | Sep 04 06:58:30.929 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 04 06:58:30.929 INFO kablam! | ----^^^ Sep 04 06:58:30.929 INFO kablam! | | Sep 04 06:58:30.929 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.929 INFO kablam! Sep 04 06:58:30.929 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.929 INFO kablam! --> src/filter.rs:385:16 Sep 04 06:58:30.929 INFO kablam! | Sep 04 06:58:30.930 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.930 INFO kablam! | ----^^^ Sep 04 06:58:30.930 INFO kablam! | | Sep 04 06:58:30.930 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.930 INFO kablam! Sep 04 06:58:30.930 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.930 INFO kablam! --> src/filter.rs:399:13 Sep 04 06:58:30.930 INFO kablam! | Sep 04 06:58:30.931 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.931 INFO kablam! | ----^^^ Sep 04 06:58:30.931 INFO kablam! | | Sep 04 06:58:30.931 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.931 INFO kablam! Sep 04 06:58:30.931 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.931 INFO kablam! --> src/filter.rs:410:18 Sep 04 06:58:30.932 INFO kablam! | Sep 04 06:58:30.932 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.932 INFO kablam! | ----^^^ Sep 04 06:58:30.932 INFO kablam! | | Sep 04 06:58:30.932 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.932 INFO kablam! Sep 04 06:58:30.932 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.932 INFO kablam! --> src/filter.rs:83:19 Sep 04 06:58:30.932 INFO kablam! | Sep 04 06:58:30.932 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 04 06:58:30.932 INFO kablam! | ----^^^ Sep 04 06:58:30.932 INFO kablam! | | Sep 04 06:58:30.933 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.933 INFO kablam! Sep 04 06:58:30.935 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.935 INFO kablam! --> src/interpolate.rs:23:17 Sep 04 06:58:30.935 INFO kablam! | Sep 04 06:58:30.935 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 04 06:58:30.935 INFO kablam! | ----^^^ Sep 04 06:58:30.935 INFO kablam! | | Sep 04 06:58:30.935 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.935 INFO kablam! Sep 04 06:58:30.939 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.939 INFO kablam! --> src/interpolate.rs:32:16 Sep 04 06:58:30.939 INFO kablam! | Sep 04 06:58:30.939 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:30.939 INFO kablam! | ----^^^ Sep 04 06:58:30.939 INFO kablam! | | Sep 04 06:58:30.939 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.939 INFO kablam! Sep 04 06:58:30.941 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.941 INFO kablam! --> src/interpolate.rs:56:17 Sep 04 06:58:30.941 INFO kablam! | Sep 04 06:58:30.941 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 04 06:58:30.941 INFO kablam! | ----^^^ Sep 04 06:58:30.941 INFO kablam! | | Sep 04 06:58:30.941 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.941 INFO kablam! Sep 04 06:58:30.943 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.943 INFO kablam! --> src/filter.rs:227:15 Sep 04 06:58:30.943 INFO kablam! | Sep 04 06:58:30.943 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.943 INFO kablam! | ----^^^ Sep 04 06:58:30.943 INFO kablam! | | Sep 04 06:58:30.943 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.943 INFO kablam! Sep 04 06:58:30.947 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.947 INFO kablam! --> src/interpolate.rs:64:19 Sep 04 06:58:30.947 INFO kablam! | Sep 04 06:58:30.947 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 04 06:58:30.947 INFO kablam! | ----^^^ Sep 04 06:58:30.947 INFO kablam! | | Sep 04 06:58:30.947 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.947 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.947 INFO kablam! --> src/filter.rs:258:14 Sep 04 06:58:30.947 INFO kablam! | Sep 04 06:58:30.947 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 04 06:58:30.947 INFO kablam! | ----^^^ Sep 04 06:58:30.947 INFO kablam! | | Sep 04 06:58:30.947 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.947 INFO kablam! Sep 04 06:58:30.947 INFO kablam! Sep 04 06:58:30.950 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.950 INFO kablam! --> src/filter.rs:301:18 Sep 04 06:58:30.950 INFO kablam! | Sep 04 06:58:30.950 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.950 INFO kablam! | ----^^^ Sep 04 06:58:30.950 INFO kablam! | | Sep 04 06:58:30.950 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.950 INFO kablam! Sep 04 06:58:30.952 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.952 INFO kablam! --> src/interpolate.rs:124:20 Sep 04 06:58:30.952 INFO kablam! | Sep 04 06:58:30.953 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 04 06:58:30.953 INFO kablam! | ----^^^ Sep 04 06:58:30.953 INFO kablam! | | Sep 04 06:58:30.953 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.953 INFO kablam! Sep 04 06:58:30.953 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.953 INFO kablam! --> src/filter.rs:341:19 Sep 04 06:58:30.953 INFO kablam! | Sep 04 06:58:30.953 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 04 06:58:30.953 INFO kablam! | ----^^^ Sep 04 06:58:30.953 INFO kablam! | | Sep 04 06:58:30.954 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.954 INFO kablam! Sep 04 06:58:30.954 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.954 INFO kablam! --> src/filter.rs:385:16 Sep 04 06:58:30.954 INFO kablam! | Sep 04 06:58:30.954 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.954 INFO kablam! | ----^^^ Sep 04 06:58:30.954 INFO kablam! | | Sep 04 06:58:30.954 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.954 INFO kablam! Sep 04 06:58:30.955 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.955 INFO kablam! --> src/filter.rs:399:13 Sep 04 06:58:30.955 INFO kablam! | Sep 04 06:58:30.955 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.955 INFO kablam! | ----^^^ Sep 04 06:58:30.955 INFO kablam! | | Sep 04 06:58:30.955 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.955 INFO kablam! Sep 04 06:58:30.956 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.956 INFO kablam! --> src/filter.rs:410:18 Sep 04 06:58:30.956 INFO kablam! | Sep 04 06:58:30.956 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:30.956 INFO kablam! | ----^^^ Sep 04 06:58:30.956 INFO kablam! | | Sep 04 06:58:30.956 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.956 INFO kablam! Sep 04 06:58:30.958 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.958 INFO kablam! --> src/interpolate.rs:23:17 Sep 04 06:58:30.958 INFO kablam! | Sep 04 06:58:30.958 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 04 06:58:30.958 INFO kablam! | ----^^^ Sep 04 06:58:30.958 INFO kablam! | | Sep 04 06:58:30.958 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.958 INFO kablam! Sep 04 06:58:30.962 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.962 INFO kablam! --> src/interpolate.rs:32:16 Sep 04 06:58:30.962 INFO kablam! | Sep 04 06:58:30.962 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:30.962 INFO kablam! | ----^^^ Sep 04 06:58:30.962 INFO kablam! | | Sep 04 06:58:30.962 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.962 INFO kablam! Sep 04 06:58:30.964 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.964 INFO kablam! --> src/interpolate.rs:56:17 Sep 04 06:58:30.964 INFO kablam! | Sep 04 06:58:30.964 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 04 06:58:30.964 INFO kablam! | ----^^^ Sep 04 06:58:30.964 INFO kablam! | | Sep 04 06:58:30.964 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.964 INFO kablam! Sep 04 06:58:30.965 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.965 INFO kablam! --> src/transform.rs:59:13 Sep 04 06:58:30.965 INFO kablam! | Sep 04 06:58:30.965 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 04 06:58:30.965 INFO kablam! | ----^^^ Sep 04 06:58:30.966 INFO kablam! | | Sep 04 06:58:30.966 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.966 INFO kablam! Sep 04 06:58:30.969 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.969 INFO kablam! --> src/interpolate.rs:64:19 Sep 04 06:58:30.969 INFO kablam! | Sep 04 06:58:30.969 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 04 06:58:30.969 INFO kablam! | ----^^^ Sep 04 06:58:30.969 INFO kablam! | | Sep 04 06:58:30.969 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.969 INFO kablam! Sep 04 06:58:30.974 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.974 INFO kablam! --> src/interpolate.rs:124:20 Sep 04 06:58:30.974 INFO kablam! | Sep 04 06:58:30.974 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 04 06:58:30.974 INFO kablam! | ----^^^ Sep 04 06:58:30.974 INFO kablam! | | Sep 04 06:58:30.974 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.974 INFO kablam! Sep 04 06:58:30.974 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.975 INFO kablam! --> src/transform.rs:144:15 Sep 04 06:58:30.975 INFO kablam! | Sep 04 06:58:30.975 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 04 06:58:30.975 INFO kablam! | ----^^^ Sep 04 06:58:30.975 INFO kablam! | | Sep 04 06:58:30.975 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.975 INFO kablam! Sep 04 06:58:30.976 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.976 INFO kablam! --> src/transform.rs:204:21 Sep 04 06:58:30.976 INFO kablam! | Sep 04 06:58:30.976 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:30.976 INFO kablam! | ----^^^ Sep 04 06:58:30.976 INFO kablam! | | Sep 04 06:58:30.976 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.976 INFO kablam! Sep 04 06:58:30.977 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.977 INFO kablam! --> src/transform.rs:210:28 Sep 04 06:58:30.977 INFO kablam! | Sep 04 06:58:30.977 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 04 06:58:30.977 INFO kablam! | ----^^^ Sep 04 06:58:30.977 INFO kablam! | | Sep 04 06:58:30.977 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.977 INFO kablam! Sep 04 06:58:30.978 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.978 INFO kablam! --> src/transform.rs:224:27 Sep 04 06:58:30.978 INFO kablam! | Sep 04 06:58:30.978 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 04 06:58:30.978 INFO kablam! | ----^^^ Sep 04 06:58:30.978 INFO kablam! | | Sep 04 06:58:30.978 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.978 INFO kablam! Sep 04 06:58:30.981 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.981 INFO kablam! --> src/transform.rs:236:20 Sep 04 06:58:30.981 INFO kablam! | Sep 04 06:58:30.981 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:30.981 INFO kablam! | ----^^^ Sep 04 06:58:30.981 INFO kablam! | | Sep 04 06:58:30.981 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.981 INFO kablam! Sep 04 06:58:30.983 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.983 INFO kablam! --> src/transform.rs:258:19 Sep 04 06:58:30.983 INFO kablam! | Sep 04 06:58:30.983 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:30.983 INFO kablam! | ----^^^ Sep 04 06:58:30.983 INFO kablam! | | Sep 04 06:58:30.983 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.983 INFO kablam! Sep 04 06:58:30.984 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.984 INFO kablam! --> src/transform.rs:59:13 Sep 04 06:58:30.984 INFO kablam! | Sep 04 06:58:30.984 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 04 06:58:30.984 INFO kablam! | ----^^^ Sep 04 06:58:30.984 INFO kablam! | | Sep 04 06:58:30.984 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.984 INFO kablam! Sep 04 06:58:30.992 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.992 INFO kablam! --> src/transform.rs:144:15 Sep 04 06:58:30.992 INFO kablam! | Sep 04 06:58:30.992 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 04 06:58:30.992 INFO kablam! | ----^^^ Sep 04 06:58:30.992 INFO kablam! | | Sep 04 06:58:30.992 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.992 INFO kablam! Sep 04 06:58:30.993 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.993 INFO kablam! --> src/transform.rs:204:21 Sep 04 06:58:30.993 INFO kablam! | Sep 04 06:58:30.993 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:30.993 INFO kablam! | ----^^^ Sep 04 06:58:30.993 INFO kablam! | | Sep 04 06:58:30.993 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.993 INFO kablam! Sep 04 06:58:30.994 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.994 INFO kablam! --> src/transform.rs:210:28 Sep 04 06:58:30.994 INFO kablam! | Sep 04 06:58:30.994 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 04 06:58:30.994 INFO kablam! | ----^^^ Sep 04 06:58:30.994 INFO kablam! | | Sep 04 06:58:30.994 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.994 INFO kablam! Sep 04 06:58:30.995 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.995 INFO kablam! --> src/transform.rs:224:27 Sep 04 06:58:30.995 INFO kablam! | Sep 04 06:58:30.995 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 04 06:58:30.995 INFO kablam! | ----^^^ Sep 04 06:58:30.995 INFO kablam! | | Sep 04 06:58:30.995 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.995 INFO kablam! Sep 04 06:58:30.997 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.997 INFO kablam! --> src/transform.rs:236:20 Sep 04 06:58:30.997 INFO kablam! | Sep 04 06:58:30.997 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:30.997 INFO kablam! | ----^^^ Sep 04 06:58:30.997 INFO kablam! | | Sep 04 06:58:30.997 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.997 INFO kablam! Sep 04 06:58:30.998 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:30.998 INFO kablam! --> src/transform.rs:258:19 Sep 04 06:58:30.998 INFO kablam! | Sep 04 06:58:30.998 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:30.998 INFO kablam! | ----^^^ Sep 04 06:58:30.998 INFO kablam! | | Sep 04 06:58:30.998 INFO kablam! | help: remove this `mut` Sep 04 06:58:30.998 INFO kablam! Sep 04 06:58:31.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.19s Sep 04 06:58:31.181 INFO kablam! su: No module specific data is present Sep 04 06:58:31.732 INFO running `"docker" "rm" "-f" "e866640073977cf500ca8e27e822c42f103a1eb9ae55a209649a6c06ca8e09da"` Sep 04 06:58:31.911 INFO blam! e866640073977cf500ca8e27e822c42f103a1eb9ae55a209649a6c06ca8e09da