Sep 14 11:08:53.739 INFO checking raster-0.2.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:08:53.739 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:08:53.740 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:08:54.158 INFO blam! cc4ef6cf6e8574bc752794b6df4b945cfd71a0890fdae7c9a532cac1b76d1e2c Sep 14 11:08:54.174 INFO running `"docker" "start" "-a" "cc4ef6cf6e8574bc752794b6df4b945cfd71a0890fdae7c9a532cac1b76d1e2c"` Sep 14 11:08:55.452 INFO kablam! usermod: no changes Sep 14 11:08:55.711 INFO kablam! Checking image v0.10.4 Sep 14 11:08:58.563 INFO kablam! Checking raster v0.2.0 (file:///source) Sep 14 11:09:00.089 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 11:09:00.089 INFO kablam! --> src/lib.rs:104:5 Sep 14 11:09:00.089 INFO kablam! | Sep 14 11:09:00.089 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 14 11:09:00.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 11:09:00.089 INFO kablam! | Sep 14 11:09:00.089 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 11:09:00.089 INFO kablam! Sep 14 11:09:00.157 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 11:09:00.157 INFO kablam! --> src/lib.rs:104:5 Sep 14 11:09:00.157 INFO kablam! | Sep 14 11:09:00.157 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 14 11:09:00.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 11:09:00.157 INFO kablam! | Sep 14 11:09:00.157 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 11:09:00.157 INFO kablam! Sep 14 11:09:00.559 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 11:09:00.559 INFO kablam! --> src/lib.rs:104:5 Sep 14 11:09:00.559 INFO kablam! | Sep 14 11:09:00.559 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 14 11:09:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 11:09:00.563 INFO kablam! | Sep 14 11:09:00.563 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 11:09:00.563 INFO kablam! Sep 14 11:09:00.621 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 11:09:00.621 INFO kablam! --> src/lib.rs:104:5 Sep 14 11:09:00.621 INFO kablam! | Sep 14 11:09:00.621 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 14 11:09:00.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 11:09:00.621 INFO kablam! | Sep 14 11:09:00.621 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 11:09:00.621 INFO kablam! Sep 14 11:09:00.653 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.653 INFO kablam! --> src/editor.rs:223:13 Sep 14 11:09:00.653 INFO kablam! | Sep 14 11:09:00.653 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 14 11:09:00.653 INFO kablam! | ----^^^ Sep 14 11:09:00.653 INFO kablam! | | Sep 14 11:09:00.653 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.653 INFO kablam! | Sep 14 11:09:00.653 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 11:09:00.653 INFO kablam! Sep 14 11:09:00.654 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.654 INFO kablam! --> src/editor.rs:276:13 Sep 14 11:09:00.655 INFO kablam! | Sep 14 11:09:00.655 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 14 11:09:00.655 INFO kablam! | ----^^^ Sep 14 11:09:00.655 INFO kablam! | | Sep 14 11:09:00.655 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.655 INFO kablam! Sep 14 11:09:00.656 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.656 INFO kablam! --> src/editor.rs:414:15 Sep 14 11:09:00.656 INFO kablam! | Sep 14 11:09:00.656 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 14 11:09:00.656 INFO kablam! | ----^^^ Sep 14 11:09:00.656 INFO kablam! | | Sep 14 11:09:00.656 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.663 INFO kablam! Sep 14 11:09:00.669 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.669 INFO kablam! --> src/filter.rs:57:13 Sep 14 11:09:00.669 INFO kablam! | Sep 14 11:09:00.669 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 14 11:09:00.669 INFO kablam! | ----^^^ Sep 14 11:09:00.669 INFO kablam! | | Sep 14 11:09:00.669 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.675 INFO kablam! Sep 14 11:09:00.677 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.677 INFO kablam! --> src/filter.rs:83:19 Sep 14 11:09:00.677 INFO kablam! | Sep 14 11:09:00.677 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 14 11:09:00.677 INFO kablam! | ----^^^ Sep 14 11:09:00.677 INFO kablam! | | Sep 14 11:09:00.677 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.677 INFO kablam! Sep 14 11:09:00.683 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.683 INFO kablam! --> src/filter.rs:227:15 Sep 14 11:09:00.683 INFO kablam! | Sep 14 11:09:00.683 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.683 INFO kablam! | ----^^^ Sep 14 11:09:00.683 INFO kablam! | | Sep 14 11:09:00.683 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.683 INFO kablam! Sep 14 11:09:00.685 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.685 INFO kablam! --> src/filter.rs:258:14 Sep 14 11:09:00.685 INFO kablam! | Sep 14 11:09:00.685 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 14 11:09:00.685 INFO kablam! | ----^^^ Sep 14 11:09:00.685 INFO kablam! | | Sep 14 11:09:00.685 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.685 INFO kablam! Sep 14 11:09:00.687 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.687 INFO kablam! --> src/filter.rs:301:18 Sep 14 11:09:00.687 INFO kablam! | Sep 14 11:09:00.687 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.687 INFO kablam! | ----^^^ Sep 14 11:09:00.687 INFO kablam! | | Sep 14 11:09:00.687 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.687 INFO kablam! Sep 14 11:09:00.689 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.689 INFO kablam! --> src/filter.rs:341:19 Sep 14 11:09:00.689 INFO kablam! | Sep 14 11:09:00.689 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 14 11:09:00.689 INFO kablam! | ----^^^ Sep 14 11:09:00.689 INFO kablam! | | Sep 14 11:09:00.689 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.689 INFO kablam! Sep 14 11:09:00.689 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.689 INFO kablam! --> src/filter.rs:385:16 Sep 14 11:09:00.689 INFO kablam! | Sep 14 11:09:00.689 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.689 INFO kablam! | ----^^^ Sep 14 11:09:00.689 INFO kablam! | | Sep 14 11:09:00.689 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.689 INFO kablam! Sep 14 11:09:00.690 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.690 INFO kablam! --> src/filter.rs:399:13 Sep 14 11:09:00.690 INFO kablam! | Sep 14 11:09:00.690 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.690 INFO kablam! | ----^^^ Sep 14 11:09:00.690 INFO kablam! | | Sep 14 11:09:00.690 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.690 INFO kablam! Sep 14 11:09:00.691 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.691 INFO kablam! --> src/filter.rs:410:18 Sep 14 11:09:00.691 INFO kablam! | Sep 14 11:09:00.691 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.691 INFO kablam! | ----^^^ Sep 14 11:09:00.691 INFO kablam! | | Sep 14 11:09:00.691 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.691 INFO kablam! Sep 14 11:09:00.692 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.692 INFO kablam! --> src/interpolate.rs:23:17 Sep 14 11:09:00.692 INFO kablam! | Sep 14 11:09:00.692 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 14 11:09:00.692 INFO kablam! | ----^^^ Sep 14 11:09:00.692 INFO kablam! | | Sep 14 11:09:00.692 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.692 INFO kablam! Sep 14 11:09:00.694 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.694 INFO kablam! --> src/interpolate.rs:32:16 Sep 14 11:09:00.694 INFO kablam! | Sep 14 11:09:00.694 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 14 11:09:00.694 INFO kablam! | ----^^^ Sep 14 11:09:00.694 INFO kablam! | | Sep 14 11:09:00.694 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.694 INFO kablam! Sep 14 11:09:00.695 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.695 INFO kablam! --> src/interpolate.rs:56:17 Sep 14 11:09:00.695 INFO kablam! | Sep 14 11:09:00.695 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 14 11:09:00.695 INFO kablam! | ----^^^ Sep 14 11:09:00.695 INFO kablam! | | Sep 14 11:09:00.695 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.695 INFO kablam! Sep 14 11:09:00.698 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.698 INFO kablam! --> src/interpolate.rs:64:19 Sep 14 11:09:00.698 INFO kablam! | Sep 14 11:09:00.698 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 14 11:09:00.698 INFO kablam! | ----^^^ Sep 14 11:09:00.698 INFO kablam! | | Sep 14 11:09:00.698 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.698 INFO kablam! Sep 14 11:09:00.700 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.700 INFO kablam! --> src/interpolate.rs:124:20 Sep 14 11:09:00.700 INFO kablam! | Sep 14 11:09:00.701 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 14 11:09:00.701 INFO kablam! | ----^^^ Sep 14 11:09:00.701 INFO kablam! | | Sep 14 11:09:00.701 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.711 INFO kablam! Sep 14 11:09:00.716 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.716 INFO kablam! --> src/transform.rs:59:13 Sep 14 11:09:00.716 INFO kablam! | Sep 14 11:09:00.716 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 14 11:09:00.716 INFO kablam! | ----^^^ Sep 14 11:09:00.716 INFO kablam! | | Sep 14 11:09:00.716 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.726 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.726 INFO kablam! --> src/editor.rs:223:13 Sep 14 11:09:00.726 INFO kablam! | Sep 14 11:09:00.726 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 14 11:09:00.726 INFO kablam! | ----^^^ Sep 14 11:09:00.726 INFO kablam! | | Sep 14 11:09:00.726 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.726 INFO kablam! | Sep 14 11:09:00.726 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 11:09:00.726 INFO kablam! Sep 14 11:09:00.726 INFO kablam! Sep 14 11:09:00.727 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.727 INFO kablam! --> src/editor.rs:276:13 Sep 14 11:09:00.727 INFO kablam! | Sep 14 11:09:00.727 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 14 11:09:00.727 INFO kablam! | ----^^^ Sep 14 11:09:00.727 INFO kablam! | | Sep 14 11:09:00.727 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.727 INFO kablam! Sep 14 11:09:00.729 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.729 INFO kablam! --> src/editor.rs:414:15 Sep 14 11:09:00.729 INFO kablam! | Sep 14 11:09:00.729 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 14 11:09:00.729 INFO kablam! | ----^^^ Sep 14 11:09:00.729 INFO kablam! | | Sep 14 11:09:00.729 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.729 INFO kablam! Sep 14 11:09:00.731 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.731 INFO kablam! --> src/transform.rs:144:15 Sep 14 11:09:00.731 INFO kablam! | Sep 14 11:09:00.731 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 14 11:09:00.731 INFO kablam! | ----^^^ Sep 14 11:09:00.731 INFO kablam! | | Sep 14 11:09:00.732 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.732 INFO kablam! Sep 14 11:09:00.732 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.732 INFO kablam! --> src/transform.rs:204:21 Sep 14 11:09:00.732 INFO kablam! | Sep 14 11:09:00.732 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 14 11:09:00.732 INFO kablam! | ----^^^ Sep 14 11:09:00.732 INFO kablam! | | Sep 14 11:09:00.732 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.732 INFO kablam! Sep 14 11:09:00.733 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.733 INFO kablam! --> src/transform.rs:210:28 Sep 14 11:09:00.733 INFO kablam! | Sep 14 11:09:00.733 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 14 11:09:00.733 INFO kablam! | ----^^^ Sep 14 11:09:00.733 INFO kablam! | | Sep 14 11:09:00.733 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.733 INFO kablam! Sep 14 11:09:00.734 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.734 INFO kablam! --> src/transform.rs:224:27 Sep 14 11:09:00.734 INFO kablam! | Sep 14 11:09:00.734 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 14 11:09:00.734 INFO kablam! | ----^^^ Sep 14 11:09:00.734 INFO kablam! | | Sep 14 11:09:00.734 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.734 INFO kablam! Sep 14 11:09:00.735 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.735 INFO kablam! --> src/transform.rs:236:20 Sep 14 11:09:00.735 INFO kablam! | Sep 14 11:09:00.735 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 14 11:09:00.735 INFO kablam! | ----^^^ Sep 14 11:09:00.735 INFO kablam! | | Sep 14 11:09:00.735 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.735 INFO kablam! Sep 14 11:09:00.736 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.736 INFO kablam! --> src/transform.rs:258:19 Sep 14 11:09:00.736 INFO kablam! | Sep 14 11:09:00.736 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 14 11:09:00.736 INFO kablam! | ----^^^ Sep 14 11:09:00.736 INFO kablam! | | Sep 14 11:09:00.736 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.736 INFO kablam! Sep 14 11:09:00.743 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.743 INFO kablam! --> src/filter.rs:57:13 Sep 14 11:09:00.743 INFO kablam! | Sep 14 11:09:00.743 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 14 11:09:00.743 INFO kablam! | ----^^^ Sep 14 11:09:00.743 INFO kablam! | | Sep 14 11:09:00.743 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.743 INFO kablam! Sep 14 11:09:00.745 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.745 INFO kablam! --> src/filter.rs:83:19 Sep 14 11:09:00.745 INFO kablam! | Sep 14 11:09:00.745 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 14 11:09:00.745 INFO kablam! | ----^^^ Sep 14 11:09:00.745 INFO kablam! | | Sep 14 11:09:00.745 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.745 INFO kablam! Sep 14 11:09:00.750 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.750 INFO kablam! --> src/filter.rs:227:15 Sep 14 11:09:00.750 INFO kablam! | Sep 14 11:09:00.750 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.750 INFO kablam! | ----^^^ Sep 14 11:09:00.750 INFO kablam! | | Sep 14 11:09:00.750 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.750 INFO kablam! Sep 14 11:09:00.764 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.764 INFO kablam! --> src/filter.rs:258:14 Sep 14 11:09:00.764 INFO kablam! | Sep 14 11:09:00.764 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 14 11:09:00.765 INFO kablam! | ----^^^ Sep 14 11:09:00.765 INFO kablam! | | Sep 14 11:09:00.765 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.765 INFO kablam! Sep 14 11:09:00.766 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.766 INFO kablam! --> src/filter.rs:301:18 Sep 14 11:09:00.766 INFO kablam! | Sep 14 11:09:00.766 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.766 INFO kablam! | ----^^^ Sep 14 11:09:00.766 INFO kablam! | | Sep 14 11:09:00.766 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.766 INFO kablam! Sep 14 11:09:00.768 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.768 INFO kablam! --> src/filter.rs:341:19 Sep 14 11:09:00.768 INFO kablam! | Sep 14 11:09:00.768 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 14 11:09:00.768 INFO kablam! | ----^^^ Sep 14 11:09:00.768 INFO kablam! | | Sep 14 11:09:00.768 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.768 INFO kablam! Sep 14 11:09:00.768 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.768 INFO kablam! --> src/filter.rs:385:16 Sep 14 11:09:00.768 INFO kablam! | Sep 14 11:09:00.768 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.768 INFO kablam! | ----^^^ Sep 14 11:09:00.768 INFO kablam! | | Sep 14 11:09:00.768 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.768 INFO kablam! Sep 14 11:09:00.768 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.768 INFO kablam! --> src/filter.rs:399:13 Sep 14 11:09:00.768 INFO kablam! | Sep 14 11:09:00.768 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.768 INFO kablam! | ----^^^ Sep 14 11:09:00.768 INFO kablam! | | Sep 14 11:09:00.768 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.768 INFO kablam! Sep 14 11:09:00.769 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.769 INFO kablam! --> src/filter.rs:410:18 Sep 14 11:09:00.769 INFO kablam! | Sep 14 11:09:00.769 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 14 11:09:00.769 INFO kablam! | ----^^^ Sep 14 11:09:00.769 INFO kablam! | | Sep 14 11:09:00.769 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.769 INFO kablam! Sep 14 11:09:00.770 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.770 INFO kablam! --> src/interpolate.rs:23:17 Sep 14 11:09:00.770 INFO kablam! | Sep 14 11:09:00.770 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 14 11:09:00.770 INFO kablam! | ----^^^ Sep 14 11:09:00.770 INFO kablam! | | Sep 14 11:09:00.770 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.770 INFO kablam! Sep 14 11:09:00.780 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.780 INFO kablam! --> src/interpolate.rs:32:16 Sep 14 11:09:00.780 INFO kablam! | Sep 14 11:09:00.780 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 14 11:09:00.780 INFO kablam! | ----^^^ Sep 14 11:09:00.780 INFO kablam! | | Sep 14 11:09:00.780 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.780 INFO kablam! Sep 14 11:09:00.781 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.781 INFO kablam! --> src/interpolate.rs:56:17 Sep 14 11:09:00.781 INFO kablam! | Sep 14 11:09:00.781 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 14 11:09:00.781 INFO kablam! | ----^^^ Sep 14 11:09:00.781 INFO kablam! | | Sep 14 11:09:00.781 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.781 INFO kablam! Sep 14 11:09:00.783 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.783 INFO kablam! --> src/interpolate.rs:64:19 Sep 14 11:09:00.783 INFO kablam! | Sep 14 11:09:00.783 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 14 11:09:00.783 INFO kablam! | ----^^^ Sep 14 11:09:00.783 INFO kablam! | | Sep 14 11:09:00.783 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.783 INFO kablam! Sep 14 11:09:00.786 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.786 INFO kablam! --> src/interpolate.rs:124:20 Sep 14 11:09:00.786 INFO kablam! | Sep 14 11:09:00.786 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 14 11:09:00.786 INFO kablam! | ----^^^ Sep 14 11:09:00.786 INFO kablam! | | Sep 14 11:09:00.786 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.786 INFO kablam! Sep 14 11:09:00.799 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.799 INFO kablam! --> src/transform.rs:59:13 Sep 14 11:09:00.799 INFO kablam! | Sep 14 11:09:00.799 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 14 11:09:00.799 INFO kablam! | ----^^^ Sep 14 11:09:00.799 INFO kablam! | | Sep 14 11:09:00.799 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.799 INFO kablam! Sep 14 11:09:00.802 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.802 INFO kablam! --> src/transform.rs:144:15 Sep 14 11:09:00.802 INFO kablam! | Sep 14 11:09:00.802 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 14 11:09:00.802 INFO kablam! | ----^^^ Sep 14 11:09:00.802 INFO kablam! | | Sep 14 11:09:00.802 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.802 INFO kablam! Sep 14 11:09:00.803 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.803 INFO kablam! --> src/transform.rs:204:21 Sep 14 11:09:00.803 INFO kablam! | Sep 14 11:09:00.803 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 14 11:09:00.803 INFO kablam! | ----^^^ Sep 14 11:09:00.803 INFO kablam! | | Sep 14 11:09:00.803 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.803 INFO kablam! Sep 14 11:09:00.807 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.807 INFO kablam! --> src/transform.rs:210:28 Sep 14 11:09:00.807 INFO kablam! | Sep 14 11:09:00.807 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 14 11:09:00.807 INFO kablam! | ----^^^ Sep 14 11:09:00.807 INFO kablam! | | Sep 14 11:09:00.807 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.807 INFO kablam! Sep 14 11:09:00.808 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.808 INFO kablam! --> src/transform.rs:224:27 Sep 14 11:09:00.808 INFO kablam! | Sep 14 11:09:00.808 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 14 11:09:00.808 INFO kablam! | ----^^^ Sep 14 11:09:00.808 INFO kablam! | | Sep 14 11:09:00.808 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.808 INFO kablam! Sep 14 11:09:00.809 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.809 INFO kablam! --> src/transform.rs:236:20 Sep 14 11:09:00.809 INFO kablam! | Sep 14 11:09:00.809 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 14 11:09:00.809 INFO kablam! | ----^^^ Sep 14 11:09:00.809 INFO kablam! | | Sep 14 11:09:00.809 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.809 INFO kablam! Sep 14 11:09:00.809 INFO kablam! warning: variable does not need to be mutable Sep 14 11:09:00.809 INFO kablam! --> src/transform.rs:258:19 Sep 14 11:09:00.809 INFO kablam! | Sep 14 11:09:00.809 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 14 11:09:00.809 INFO kablam! | ----^^^ Sep 14 11:09:00.809 INFO kablam! | | Sep 14 11:09:00.809 INFO kablam! | help: remove this `mut` Sep 14 11:09:00.809 INFO kablam! Sep 14 11:09:01.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.55s Sep 14 11:09:01.048 INFO kablam! su: No module specific data is present Sep 14 11:09:02.750 INFO running `"docker" "rm" "-f" "cc4ef6cf6e8574bc752794b6df4b945cfd71a0890fdae7c9a532cac1b76d1e2c"` Sep 14 11:09:03.116 INFO blam! cc4ef6cf6e8574bc752794b6df4b945cfd71a0890fdae7c9a532cac1b76d1e2c