Oct 13 10:18:55.051 INFO checking raster-0.2.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 10:18:55.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 10:18:55.447 INFO blam! 2ec9b2e378be5ccfe0dcfab51fc6217762078c4e40c0c4841577fb5159d1536b Oct 13 10:18:55.448 INFO running `"docker" "start" "-a" "2ec9b2e378be5ccfe0dcfab51fc6217762078c4e40c0c4841577fb5159d1536b"` Oct 13 10:18:57.300 INFO kablam! usermod: no changes Oct 13 10:18:57.544 INFO kablam! Checking image v0.10.4 Oct 13 10:19:01.158 INFO kablam! Checking raster v0.2.0 (/source) Oct 13 10:19:05.224 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 10:19:05.224 INFO kablam! --> src/lib.rs:104:5 Oct 13 10:19:05.224 INFO kablam! | Oct 13 10:19:05.224 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 13 10:19:05.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:19:05.226 INFO kablam! | Oct 13 10:19:05.226 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:19:05.226 INFO kablam! Oct 13 10:19:05.375 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 10:19:05.375 INFO kablam! --> src/lib.rs:104:5 Oct 13 10:19:05.375 INFO kablam! | Oct 13 10:19:05.375 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 13 10:19:05.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:19:05.375 INFO kablam! | Oct 13 10:19:05.375 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:19:05.375 INFO kablam! Oct 13 10:19:05.664 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 10:19:05.664 INFO kablam! --> src/lib.rs:104:5 Oct 13 10:19:05.664 INFO kablam! | Oct 13 10:19:05.664 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 13 10:19:05.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:19:05.664 INFO kablam! | Oct 13 10:19:05.664 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:19:05.664 INFO kablam! Oct 13 10:19:05.742 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.742 INFO kablam! --> src/editor.rs:223:13 Oct 13 10:19:05.742 INFO kablam! | Oct 13 10:19:05.742 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<()> { Oct 13 10:19:05.742 INFO kablam! | ----^^^ Oct 13 10:19:05.742 INFO kablam! | | Oct 13 10:19:05.742 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.742 INFO kablam! | Oct 13 10:19:05.742 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 10:19:05.742 INFO kablam! Oct 13 10:19:05.742 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.742 INFO kablam! --> src/editor.rs:276:13 Oct 13 10:19:05.742 INFO kablam! | Oct 13 10:19:05.742 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Oct 13 10:19:05.742 INFO kablam! | ----^^^ Oct 13 10:19:05.743 INFO kablam! | | Oct 13 10:19:05.743 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.743 INFO kablam! Oct 13 10:19:05.756 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.756 INFO kablam! --> src/editor.rs:414:15 Oct 13 10:19:05.756 INFO kablam! | Oct 13 10:19:05.756 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Oct 13 10:19:05.756 INFO kablam! | ----^^^ Oct 13 10:19:05.756 INFO kablam! | | Oct 13 10:19:05.756 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.756 INFO kablam! Oct 13 10:19:05.756 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.756 INFO kablam! --> src/filter.rs:57:13 Oct 13 10:19:05.756 INFO kablam! | Oct 13 10:19:05.756 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Oct 13 10:19:05.756 INFO kablam! | ----^^^ Oct 13 10:19:05.756 INFO kablam! | | Oct 13 10:19:05.756 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.756 INFO kablam! Oct 13 10:19:05.768 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.768 INFO kablam! --> src/filter.rs:83:19 Oct 13 10:19:05.768 INFO kablam! | Oct 13 10:19:05.768 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Oct 13 10:19:05.768 INFO kablam! | ----^^^ Oct 13 10:19:05.768 INFO kablam! | | Oct 13 10:19:05.768 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.768 INFO kablam! Oct 13 10:19:05.780 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.780 INFO kablam! --> src/filter.rs:227:15 Oct 13 10:19:05.780 INFO kablam! | Oct 13 10:19:05.780 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.780 INFO kablam! | ----^^^ Oct 13 10:19:05.780 INFO kablam! | | Oct 13 10:19:05.780 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.780 INFO kablam! Oct 13 10:19:05.780 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.780 INFO kablam! --> src/filter.rs:258:14 Oct 13 10:19:05.780 INFO kablam! | Oct 13 10:19:05.780 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Oct 13 10:19:05.780 INFO kablam! | ----^^^ Oct 13 10:19:05.780 INFO kablam! | | Oct 13 10:19:05.780 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.780 INFO kablam! Oct 13 10:19:05.784 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.784 INFO kablam! --> src/filter.rs:301:18 Oct 13 10:19:05.784 INFO kablam! | Oct 13 10:19:05.784 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.784 INFO kablam! | ----^^^ Oct 13 10:19:05.784 INFO kablam! | | Oct 13 10:19:05.784 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.784 INFO kablam! Oct 13 10:19:05.784 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.784 INFO kablam! --> src/filter.rs:341:19 Oct 13 10:19:05.784 INFO kablam! | Oct 13 10:19:05.784 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Oct 13 10:19:05.784 INFO kablam! | ----^^^ Oct 13 10:19:05.784 INFO kablam! | | Oct 13 10:19:05.784 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.784 INFO kablam! Oct 13 10:19:05.784 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.784 INFO kablam! --> src/filter.rs:385:16 Oct 13 10:19:05.784 INFO kablam! | Oct 13 10:19:05.785 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.785 INFO kablam! | ----^^^ Oct 13 10:19:05.785 INFO kablam! | | Oct 13 10:19:05.785 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.785 INFO kablam! Oct 13 10:19:05.785 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.785 INFO kablam! --> src/filter.rs:399:13 Oct 13 10:19:05.785 INFO kablam! | Oct 13 10:19:05.785 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.785 INFO kablam! | ----^^^ Oct 13 10:19:05.785 INFO kablam! | | Oct 13 10:19:05.785 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.785 INFO kablam! Oct 13 10:19:05.785 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.785 INFO kablam! --> src/filter.rs:410:18 Oct 13 10:19:05.785 INFO kablam! | Oct 13 10:19:05.785 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.785 INFO kablam! | ----^^^ Oct 13 10:19:05.785 INFO kablam! | | Oct 13 10:19:05.785 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.785 INFO kablam! Oct 13 10:19:05.796 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.796 INFO kablam! --> src/interpolate.rs:23:17 Oct 13 10:19:05.796 INFO kablam! | Oct 13 10:19:05.796 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Oct 13 10:19:05.796 INFO kablam! | ----^^^ Oct 13 10:19:05.796 INFO kablam! | | Oct 13 10:19:05.796 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.796 INFO kablam! Oct 13 10:19:05.796 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.796 INFO kablam! --> src/interpolate.rs:32:16 Oct 13 10:19:05.796 INFO kablam! | Oct 13 10:19:05.796 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:05.796 INFO kablam! | ----^^^ Oct 13 10:19:05.796 INFO kablam! | | Oct 13 10:19:05.796 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.796 INFO kablam! Oct 13 10:19:05.796 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.796 INFO kablam! --> src/interpolate.rs:56:17 Oct 13 10:19:05.796 INFO kablam! | Oct 13 10:19:05.796 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Oct 13 10:19:05.796 INFO kablam! | ----^^^ Oct 13 10:19:05.796 INFO kablam! | | Oct 13 10:19:05.796 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.796 INFO kablam! Oct 13 10:19:05.828 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.828 INFO kablam! --> src/interpolate.rs:64:19 Oct 13 10:19:05.828 INFO kablam! | Oct 13 10:19:05.828 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Oct 13 10:19:05.828 INFO kablam! | ----^^^ Oct 13 10:19:05.828 INFO kablam! | | Oct 13 10:19:05.828 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.828 INFO kablam! Oct 13 10:19:05.828 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.828 INFO kablam! --> src/interpolate.rs:124:20 Oct 13 10:19:05.828 INFO kablam! | Oct 13 10:19:05.828 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Oct 13 10:19:05.828 INFO kablam! | ----^^^ Oct 13 10:19:05.828 INFO kablam! | | Oct 13 10:19:05.828 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.828 INFO kablam! Oct 13 10:19:05.856 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.856 INFO kablam! --> src/transform.rs:59:13 Oct 13 10:19:05.856 INFO kablam! | Oct 13 10:19:05.856 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Oct 13 10:19:05.856 INFO kablam! | ----^^^ Oct 13 10:19:05.856 INFO kablam! | | Oct 13 10:19:05.856 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.856 INFO kablam! Oct 13 10:19:05.856 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.856 INFO kablam! --> src/transform.rs:144:15 Oct 13 10:19:05.856 INFO kablam! | Oct 13 10:19:05.856 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Oct 13 10:19:05.857 INFO kablam! | ----^^^ Oct 13 10:19:05.857 INFO kablam! | | Oct 13 10:19:05.857 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.857 INFO kablam! Oct 13 10:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.857 INFO kablam! --> src/transform.rs:204:21 Oct 13 10:19:05.857 INFO kablam! | Oct 13 10:19:05.857 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:05.857 INFO kablam! | ----^^^ Oct 13 10:19:05.857 INFO kablam! | | Oct 13 10:19:05.857 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.857 INFO kablam! Oct 13 10:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.857 INFO kablam! --> src/transform.rs:210:28 Oct 13 10:19:05.857 INFO kablam! | Oct 13 10:19:05.857 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Oct 13 10:19:05.857 INFO kablam! | ----^^^ Oct 13 10:19:05.857 INFO kablam! | | Oct 13 10:19:05.857 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.857 INFO kablam! Oct 13 10:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.857 INFO kablam! --> src/transform.rs:224:27 Oct 13 10:19:05.857 INFO kablam! | Oct 13 10:19:05.857 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Oct 13 10:19:05.857 INFO kablam! | ----^^^ Oct 13 10:19:05.857 INFO kablam! | | Oct 13 10:19:05.857 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.857 INFO kablam! Oct 13 10:19:05.857 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.857 INFO kablam! --> src/transform.rs:236:20 Oct 13 10:19:05.857 INFO kablam! | Oct 13 10:19:05.857 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:05.857 INFO kablam! | ----^^^ Oct 13 10:19:05.857 INFO kablam! | | Oct 13 10:19:05.857 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.857 INFO kablam! Oct 13 10:19:05.864 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.864 INFO kablam! --> src/transform.rs:258:19 Oct 13 10:19:05.864 INFO kablam! | Oct 13 10:19:05.864 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:05.864 INFO kablam! | ----^^^ Oct 13 10:19:05.864 INFO kablam! | | Oct 13 10:19:05.864 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.864 INFO kablam! Oct 13 10:19:05.864 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 10:19:05.864 INFO kablam! --> src/lib.rs:104:5 Oct 13 10:19:05.864 INFO kablam! | Oct 13 10:19:05.864 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 13 10:19:05.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:19:05.864 INFO kablam! | Oct 13 10:19:05.864 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:19:05.864 INFO kablam! Oct 13 10:19:06.000 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.000 INFO kablam! --> src/editor.rs:223:13 Oct 13 10:19:06.000 INFO kablam! | Oct 13 10:19:06.000 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<()> { Oct 13 10:19:06.000 INFO kablam! | ----^^^ Oct 13 10:19:06.000 INFO kablam! | | Oct 13 10:19:06.000 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.000 INFO kablam! | Oct 13 10:19:06.000 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 10:19:06.000 INFO kablam! Oct 13 10:19:06.000 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.000 INFO kablam! --> src/editor.rs:276:13 Oct 13 10:19:06.000 INFO kablam! | Oct 13 10:19:06.000 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Oct 13 10:19:06.000 INFO kablam! | ----^^^ Oct 13 10:19:06.000 INFO kablam! | | Oct 13 10:19:06.000 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.000 INFO kablam! Oct 13 10:19:06.004 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.004 INFO kablam! --> src/editor.rs:414:15 Oct 13 10:19:06.004 INFO kablam! | Oct 13 10:19:06.004 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Oct 13 10:19:06.004 INFO kablam! | ----^^^ Oct 13 10:19:06.004 INFO kablam! | | Oct 13 10:19:06.004 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.004 INFO kablam! Oct 13 10:19:06.012 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.012 INFO kablam! --> src/filter.rs:57:13 Oct 13 10:19:06.012 INFO kablam! | Oct 13 10:19:06.012 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Oct 13 10:19:06.012 INFO kablam! | ----^^^ Oct 13 10:19:06.012 INFO kablam! | | Oct 13 10:19:06.012 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.012 INFO kablam! Oct 13 10:19:06.012 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.012 INFO kablam! --> src/filter.rs:83:19 Oct 13 10:19:06.012 INFO kablam! | Oct 13 10:19:06.012 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Oct 13 10:19:06.012 INFO kablam! | ----^^^ Oct 13 10:19:06.012 INFO kablam! | | Oct 13 10:19:06.012 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.012 INFO kablam! Oct 13 10:19:06.032 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.032 INFO kablam! --> src/filter.rs:227:15 Oct 13 10:19:06.032 INFO kablam! | Oct 13 10:19:06.032 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:06.032 INFO kablam! | ----^^^ Oct 13 10:19:06.032 INFO kablam! | | Oct 13 10:19:06.032 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.032 INFO kablam! Oct 13 10:19:06.032 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.032 INFO kablam! --> src/filter.rs:258:14 Oct 13 10:19:06.032 INFO kablam! | Oct 13 10:19:06.032 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Oct 13 10:19:06.032 INFO kablam! | ----^^^ Oct 13 10:19:06.032 INFO kablam! | | Oct 13 10:19:06.032 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.032 INFO kablam! Oct 13 10:19:06.032 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.032 INFO kablam! --> src/filter.rs:301:18 Oct 13 10:19:06.032 INFO kablam! | Oct 13 10:19:06.033 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:06.033 INFO kablam! | ----^^^ Oct 13 10:19:06.033 INFO kablam! | | Oct 13 10:19:06.033 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.033 INFO kablam! Oct 13 10:19:06.052 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.052 INFO kablam! --> src/filter.rs:341:19 Oct 13 10:19:06.052 INFO kablam! | Oct 13 10:19:06.052 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Oct 13 10:19:06.052 INFO kablam! | ----^^^ Oct 13 10:19:06.052 INFO kablam! | | Oct 13 10:19:06.052 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.052 INFO kablam! Oct 13 10:19:06.053 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.053 INFO kablam! --> src/filter.rs:385:16 Oct 13 10:19:06.053 INFO kablam! | Oct 13 10:19:06.053 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:06.053 INFO kablam! | ----^^^ Oct 13 10:19:06.053 INFO kablam! | | Oct 13 10:19:06.053 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.053 INFO kablam! Oct 13 10:19:06.053 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.053 INFO kablam! --> src/filter.rs:399:13 Oct 13 10:19:06.053 INFO kablam! | Oct 13 10:19:06.053 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:06.053 INFO kablam! | ----^^^ Oct 13 10:19:06.053 INFO kablam! | | Oct 13 10:19:06.053 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.053 INFO kablam! Oct 13 10:19:06.053 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.053 INFO kablam! --> src/filter.rs:410:18 Oct 13 10:19:06.053 INFO kablam! | Oct 13 10:19:06.053 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:06.053 INFO kablam! | ----^^^ Oct 13 10:19:06.053 INFO kablam! | | Oct 13 10:19:06.053 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.053 INFO kablam! Oct 13 10:19:06.054 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.054 INFO kablam! --> src/interpolate.rs:23:17 Oct 13 10:19:06.054 INFO kablam! | Oct 13 10:19:06.054 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Oct 13 10:19:06.054 INFO kablam! | ----^^^ Oct 13 10:19:06.054 INFO kablam! | | Oct 13 10:19:06.054 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.054 INFO kablam! Oct 13 10:19:06.068 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.068 INFO kablam! --> src/interpolate.rs:32:16 Oct 13 10:19:06.068 INFO kablam! | Oct 13 10:19:06.068 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:06.068 INFO kablam! | ----^^^ Oct 13 10:19:06.068 INFO kablam! | | Oct 13 10:19:06.068 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.068 INFO kablam! Oct 13 10:19:06.068 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.068 INFO kablam! --> src/interpolate.rs:56:17 Oct 13 10:19:06.068 INFO kablam! | Oct 13 10:19:06.068 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Oct 13 10:19:06.068 INFO kablam! | ----^^^ Oct 13 10:19:06.068 INFO kablam! | | Oct 13 10:19:06.068 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.068 INFO kablam! Oct 13 10:19:06.076 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.076 INFO kablam! --> src/interpolate.rs:64:19 Oct 13 10:19:06.076 INFO kablam! | Oct 13 10:19:06.076 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Oct 13 10:19:06.076 INFO kablam! | ----^^^ Oct 13 10:19:06.076 INFO kablam! | | Oct 13 10:19:06.076 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.076 INFO kablam! Oct 13 10:19:06.092 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.092 INFO kablam! --> src/interpolate.rs:124:20 Oct 13 10:19:06.092 INFO kablam! | Oct 13 10:19:06.092 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Oct 13 10:19:06.092 INFO kablam! | ----^^^ Oct 13 10:19:06.092 INFO kablam! | | Oct 13 10:19:06.092 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.092 INFO kablam! Oct 13 10:19:06.116 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.116 INFO kablam! --> src/transform.rs:59:13 Oct 13 10:19:06.116 INFO kablam! | Oct 13 10:19:06.116 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Oct 13 10:19:06.116 INFO kablam! | ----^^^ Oct 13 10:19:06.116 INFO kablam! | | Oct 13 10:19:06.116 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.116 INFO kablam! Oct 13 10:19:06.116 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.116 INFO kablam! --> src/transform.rs:144:15 Oct 13 10:19:06.116 INFO kablam! | Oct 13 10:19:06.116 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Oct 13 10:19:06.117 INFO kablam! | ----^^^ Oct 13 10:19:06.117 INFO kablam! | | Oct 13 10:19:06.117 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.117 INFO kablam! Oct 13 10:19:06.117 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.117 INFO kablam! --> src/transform.rs:204:21 Oct 13 10:19:06.117 INFO kablam! | Oct 13 10:19:06.117 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:06.117 INFO kablam! | ----^^^ Oct 13 10:19:06.117 INFO kablam! | | Oct 13 10:19:06.117 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.117 INFO kablam! Oct 13 10:19:06.117 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.117 INFO kablam! --> src/transform.rs:210:28 Oct 13 10:19:06.117 INFO kablam! | Oct 13 10:19:06.117 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Oct 13 10:19:06.117 INFO kablam! | ----^^^ Oct 13 10:19:06.117 INFO kablam! | | Oct 13 10:19:06.117 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.117 INFO kablam! Oct 13 10:19:06.117 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.117 INFO kablam! --> src/transform.rs:224:27 Oct 13 10:19:06.117 INFO kablam! | Oct 13 10:19:06.117 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Oct 13 10:19:06.117 INFO kablam! | ----^^^ Oct 13 10:19:06.117 INFO kablam! | | Oct 13 10:19:06.117 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.117 INFO kablam! Oct 13 10:19:06.128 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.128 INFO kablam! --> src/transform.rs:236:20 Oct 13 10:19:06.128 INFO kablam! | Oct 13 10:19:06.128 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:06.128 INFO kablam! | ----^^^ Oct 13 10:19:06.128 INFO kablam! | | Oct 13 10:19:06.128 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.128 INFO kablam! Oct 13 10:19:06.128 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:06.128 INFO kablam! --> src/transform.rs:258:19 Oct 13 10:19:06.128 INFO kablam! | Oct 13 10:19:06.128 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:06.128 INFO kablam! | ----^^^ Oct 13 10:19:06.128 INFO kablam! | | Oct 13 10:19:06.128 INFO kablam! | help: remove this `mut` Oct 13 10:19:06.128 INFO kablam! Oct 13 10:19:06.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.90s Oct 13 10:19:06.253 INFO kablam! su: No module specific data is present Oct 13 10:19:07.293 INFO running `"docker" "rm" "-f" "2ec9b2e378be5ccfe0dcfab51fc6217762078c4e40c0c4841577fb5159d1536b"` Oct 13 10:19:07.748 INFO blam! 2ec9b2e378be5ccfe0dcfab51fc6217762078c4e40c0c4841577fb5159d1536b