Oct 27 17:29:33.182 INFO checking raster-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 17:29:33.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 17:29:33.604 INFO blam! c994e4274f48ba866ebc5f0841951422ce69f3368a0369c97a0227676d0b1bac Oct 27 17:29:33.606 INFO running `"docker" "start" "-a" "c994e4274f48ba866ebc5f0841951422ce69f3368a0369c97a0227676d0b1bac"` Oct 27 17:29:35.163 INFO kablam! usermod: no changes Oct 27 17:29:35.343 INFO kablam! Checking num-bigint v0.1.44 Oct 27 17:29:35.343 INFO kablam! Checking png v0.5.2 Oct 27 17:29:38.725 INFO kablam! Checking num-rational v0.1.42 Oct 27 17:29:40.049 INFO kablam! Checking image v0.10.4 Oct 27 17:29:43.802 INFO kablam! Checking raster v0.2.0 (/source) Oct 27 17:29:47.743 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 17:29:47.743 INFO kablam! --> src/lib.rs:104:5 Oct 27 17:29:47.743 INFO kablam! | Oct 27 17:29:47.743 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 27 17:29:47.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:29:47.743 INFO kablam! | Oct 27 17:29:47.743 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:29:47.743 INFO kablam! Oct 27 17:29:47.832 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 17:29:47.833 INFO kablam! --> src/lib.rs:104:5 Oct 27 17:29:47.833 INFO kablam! | Oct 27 17:29:47.833 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 27 17:29:47.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:29:47.833 INFO kablam! | Oct 27 17:29:47.833 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:29:47.834 INFO kablam! Oct 27 17:29:47.991 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 17:29:47.991 INFO kablam! --> src/lib.rs:104:5 Oct 27 17:29:47.991 INFO kablam! | Oct 27 17:29:47.991 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 27 17:29:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:29:47.991 INFO kablam! | Oct 27 17:29:47.991 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:29:47.991 INFO kablam! Oct 27 17:29:48.043 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.043 INFO kablam! --> src/editor.rs:223:13 Oct 27 17:29:48.043 INFO kablam! | Oct 27 17:29:48.043 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 27 17:29:48.043 INFO kablam! | ----^^^ Oct 27 17:29:48.043 INFO kablam! | | Oct 27 17:29:48.043 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.043 INFO kablam! | Oct 27 17:29:48.043 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:29:48.043 INFO kablam! Oct 27 17:29:48.044 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.044 INFO kablam! --> src/editor.rs:276:13 Oct 27 17:29:48.044 INFO kablam! | Oct 27 17:29:48.044 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Oct 27 17:29:48.044 INFO kablam! | ----^^^ Oct 27 17:29:48.044 INFO kablam! | | Oct 27 17:29:48.044 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.044 INFO kablam! Oct 27 17:29:48.044 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.044 INFO kablam! --> src/editor.rs:414:15 Oct 27 17:29:48.044 INFO kablam! | Oct 27 17:29:48.044 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Oct 27 17:29:48.044 INFO kablam! | ----^^^ Oct 27 17:29:48.044 INFO kablam! | | Oct 27 17:29:48.044 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.044 INFO kablam! Oct 27 17:29:48.044 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.044 INFO kablam! --> src/filter.rs:57:13 Oct 27 17:29:48.044 INFO kablam! | Oct 27 17:29:48.044 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Oct 27 17:29:48.044 INFO kablam! | ----^^^ Oct 27 17:29:48.045 INFO kablam! | | Oct 27 17:29:48.045 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.045 INFO kablam! Oct 27 17:29:48.045 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.045 INFO kablam! --> src/filter.rs:83:19 Oct 27 17:29:48.045 INFO kablam! | Oct 27 17:29:48.045 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Oct 27 17:29:48.045 INFO kablam! | ----^^^ Oct 27 17:29:48.045 INFO kablam! | | Oct 27 17:29:48.045 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.045 INFO kablam! Oct 27 17:29:48.059 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.059 INFO kablam! --> src/filter.rs:227:15 Oct 27 17:29:48.059 INFO kablam! | Oct 27 17:29:48.059 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.059 INFO kablam! | ----^^^ Oct 27 17:29:48.059 INFO kablam! | | Oct 27 17:29:48.060 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.060 INFO kablam! Oct 27 17:29:48.060 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.060 INFO kablam! --> src/filter.rs:258:14 Oct 27 17:29:48.060 INFO kablam! | Oct 27 17:29:48.060 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Oct 27 17:29:48.060 INFO kablam! | ----^^^ Oct 27 17:29:48.060 INFO kablam! | | Oct 27 17:29:48.060 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.060 INFO kablam! Oct 27 17:29:48.060 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.060 INFO kablam! --> src/filter.rs:301:18 Oct 27 17:29:48.060 INFO kablam! | Oct 27 17:29:48.060 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.060 INFO kablam! | ----^^^ Oct 27 17:29:48.060 INFO kablam! | | Oct 27 17:29:48.060 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.060 INFO kablam! Oct 27 17:29:48.060 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.060 INFO kablam! --> src/filter.rs:341:19 Oct 27 17:29:48.060 INFO kablam! | Oct 27 17:29:48.060 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Oct 27 17:29:48.061 INFO kablam! | ----^^^ Oct 27 17:29:48.061 INFO kablam! | | Oct 27 17:29:48.061 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.061 INFO kablam! Oct 27 17:29:48.061 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.061 INFO kablam! --> src/filter.rs:385:16 Oct 27 17:29:48.061 INFO kablam! | Oct 27 17:29:48.061 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.061 INFO kablam! | ----^^^ Oct 27 17:29:48.061 INFO kablam! | | Oct 27 17:29:48.061 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.061 INFO kablam! Oct 27 17:29:48.061 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.061 INFO kablam! --> src/filter.rs:399:13 Oct 27 17:29:48.061 INFO kablam! | Oct 27 17:29:48.061 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.061 INFO kablam! | ----^^^ Oct 27 17:29:48.061 INFO kablam! | | Oct 27 17:29:48.061 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.061 INFO kablam! Oct 27 17:29:48.061 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.061 INFO kablam! --> src/filter.rs:410:18 Oct 27 17:29:48.062 INFO kablam! | Oct 27 17:29:48.062 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.062 INFO kablam! | ----^^^ Oct 27 17:29:48.062 INFO kablam! | | Oct 27 17:29:48.062 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.062 INFO kablam! Oct 27 17:29:48.062 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.062 INFO kablam! --> src/interpolate.rs:23:17 Oct 27 17:29:48.062 INFO kablam! | Oct 27 17:29:48.062 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Oct 27 17:29:48.062 INFO kablam! | ----^^^ Oct 27 17:29:48.067 INFO kablam! | | Oct 27 17:29:48.067 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.067 INFO kablam! Oct 27 17:29:48.067 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.067 INFO kablam! --> src/interpolate.rs:32:16 Oct 27 17:29:48.067 INFO kablam! | Oct 27 17:29:48.067 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 27 17:29:48.067 INFO kablam! | ----^^^ Oct 27 17:29:48.067 INFO kablam! | | Oct 27 17:29:48.067 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.067 INFO kablam! Oct 27 17:29:48.067 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.067 INFO kablam! --> src/interpolate.rs:56:17 Oct 27 17:29:48.068 INFO kablam! | Oct 27 17:29:48.068 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Oct 27 17:29:48.068 INFO kablam! | ----^^^ Oct 27 17:29:48.068 INFO kablam! | | Oct 27 17:29:48.068 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.068 INFO kablam! Oct 27 17:29:48.068 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.068 INFO kablam! --> src/interpolate.rs:64:19 Oct 27 17:29:48.068 INFO kablam! | Oct 27 17:29:48.068 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Oct 27 17:29:48.068 INFO kablam! | ----^^^ Oct 27 17:29:48.068 INFO kablam! | | Oct 27 17:29:48.068 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.068 INFO kablam! Oct 27 17:29:48.068 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.068 INFO kablam! --> src/interpolate.rs:124:20 Oct 27 17:29:48.068 INFO kablam! | Oct 27 17:29:48.068 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Oct 27 17:29:48.068 INFO kablam! | ----^^^ Oct 27 17:29:48.068 INFO kablam! | | Oct 27 17:29:48.068 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.069 INFO kablam! Oct 27 17:29:48.083 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.083 INFO kablam! --> src/transform.rs:59:13 Oct 27 17:29:48.083 INFO kablam! | Oct 27 17:29:48.083 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Oct 27 17:29:48.083 INFO kablam! | ----^^^ Oct 27 17:29:48.083 INFO kablam! | | Oct 27 17:29:48.083 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.083 INFO kablam! Oct 27 17:29:48.083 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.083 INFO kablam! --> src/transform.rs:144:15 Oct 27 17:29:48.083 INFO kablam! | Oct 27 17:29:48.084 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Oct 27 17:29:48.084 INFO kablam! | ----^^^ Oct 27 17:29:48.084 INFO kablam! | | Oct 27 17:29:48.084 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.084 INFO kablam! Oct 27 17:29:48.084 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.084 INFO kablam! --> src/transform.rs:204:21 Oct 27 17:29:48.084 INFO kablam! | Oct 27 17:29:48.084 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 27 17:29:48.084 INFO kablam! | ----^^^ Oct 27 17:29:48.084 INFO kablam! | | Oct 27 17:29:48.084 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.084 INFO kablam! Oct 27 17:29:48.084 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.084 INFO kablam! --> src/transform.rs:210:28 Oct 27 17:29:48.084 INFO kablam! | Oct 27 17:29:48.084 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Oct 27 17:29:48.084 INFO kablam! | ----^^^ Oct 27 17:29:48.084 INFO kablam! | | Oct 27 17:29:48.085 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.085 INFO kablam! Oct 27 17:29:48.085 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.085 INFO kablam! --> src/transform.rs:224:27 Oct 27 17:29:48.085 INFO kablam! | Oct 27 17:29:48.085 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Oct 27 17:29:48.085 INFO kablam! | ----^^^ Oct 27 17:29:48.085 INFO kablam! | | Oct 27 17:29:48.085 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.085 INFO kablam! Oct 27 17:29:48.085 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.085 INFO kablam! --> src/transform.rs:236:20 Oct 27 17:29:48.085 INFO kablam! | Oct 27 17:29:48.085 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 27 17:29:48.085 INFO kablam! | ----^^^ Oct 27 17:29:48.085 INFO kablam! | | Oct 27 17:29:48.085 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.085 INFO kablam! Oct 27 17:29:48.085 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.085 INFO kablam! --> src/transform.rs:258:19 Oct 27 17:29:48.086 INFO kablam! | Oct 27 17:29:48.086 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 27 17:29:48.086 INFO kablam! | ----^^^ Oct 27 17:29:48.086 INFO kablam! | | Oct 27 17:29:48.086 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.086 INFO kablam! Oct 27 17:29:48.148 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 17:29:48.148 INFO kablam! --> src/lib.rs:104:5 Oct 27 17:29:48.148 INFO kablam! | Oct 27 17:29:48.148 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 27 17:29:48.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:29:48.148 INFO kablam! | Oct 27 17:29:48.148 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 17:29:48.148 INFO kablam! Oct 27 17:29:48.202 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.202 INFO kablam! --> src/editor.rs:223:13 Oct 27 17:29:48.202 INFO kablam! | Oct 27 17:29:48.202 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 27 17:29:48.202 INFO kablam! | ----^^^ Oct 27 17:29:48.202 INFO kablam! | | Oct 27 17:29:48.202 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.202 INFO kablam! | Oct 27 17:29:48.202 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:29:48.202 INFO kablam! Oct 27 17:29:48.203 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.203 INFO kablam! --> src/editor.rs:276:13 Oct 27 17:29:48.204 INFO kablam! | Oct 27 17:29:48.204 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Oct 27 17:29:48.204 INFO kablam! | ----^^^ Oct 27 17:29:48.204 INFO kablam! | | Oct 27 17:29:48.204 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.204 INFO kablam! Oct 27 17:29:48.205 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.205 INFO kablam! --> src/editor.rs:414:15 Oct 27 17:29:48.205 INFO kablam! | Oct 27 17:29:48.205 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Oct 27 17:29:48.205 INFO kablam! | ----^^^ Oct 27 17:29:48.205 INFO kablam! | | Oct 27 17:29:48.205 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.205 INFO kablam! Oct 27 17:29:48.211 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.211 INFO kablam! --> src/filter.rs:57:13 Oct 27 17:29:48.211 INFO kablam! | Oct 27 17:29:48.211 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Oct 27 17:29:48.211 INFO kablam! | ----^^^ Oct 27 17:29:48.211 INFO kablam! | | Oct 27 17:29:48.211 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.212 INFO kablam! Oct 27 17:29:48.213 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.213 INFO kablam! --> src/filter.rs:83:19 Oct 27 17:29:48.213 INFO kablam! | Oct 27 17:29:48.213 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Oct 27 17:29:48.213 INFO kablam! | ----^^^ Oct 27 17:29:48.214 INFO kablam! | | Oct 27 17:29:48.214 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.214 INFO kablam! Oct 27 17:29:48.219 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.219 INFO kablam! --> src/filter.rs:227:15 Oct 27 17:29:48.219 INFO kablam! | Oct 27 17:29:48.219 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.220 INFO kablam! | ----^^^ Oct 27 17:29:48.220 INFO kablam! | | Oct 27 17:29:48.220 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.220 INFO kablam! Oct 27 17:29:48.222 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.222 INFO kablam! --> src/filter.rs:258:14 Oct 27 17:29:48.222 INFO kablam! | Oct 27 17:29:48.222 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Oct 27 17:29:48.222 INFO kablam! | ----^^^ Oct 27 17:29:48.223 INFO kablam! | | Oct 27 17:29:48.223 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.223 INFO kablam! Oct 27 17:29:48.225 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.225 INFO kablam! --> src/filter.rs:301:18 Oct 27 17:29:48.225 INFO kablam! | Oct 27 17:29:48.225 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.225 INFO kablam! | ----^^^ Oct 27 17:29:48.225 INFO kablam! | | Oct 27 17:29:48.225 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.225 INFO kablam! Oct 27 17:29:48.227 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.227 INFO kablam! --> src/filter.rs:341:19 Oct 27 17:29:48.228 INFO kablam! | Oct 27 17:29:48.228 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Oct 27 17:29:48.228 INFO kablam! | ----^^^ Oct 27 17:29:48.228 INFO kablam! | | Oct 27 17:29:48.228 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.228 INFO kablam! Oct 27 17:29:48.229 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.229 INFO kablam! --> src/filter.rs:385:16 Oct 27 17:29:48.229 INFO kablam! | Oct 27 17:29:48.229 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.229 INFO kablam! | ----^^^ Oct 27 17:29:48.230 INFO kablam! | | Oct 27 17:29:48.230 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.230 INFO kablam! Oct 27 17:29:48.230 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.230 INFO kablam! --> src/filter.rs:399:13 Oct 27 17:29:48.231 INFO kablam! | Oct 27 17:29:48.231 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.231 INFO kablam! | ----^^^ Oct 27 17:29:48.231 INFO kablam! | | Oct 27 17:29:48.231 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.231 INFO kablam! Oct 27 17:29:48.232 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.232 INFO kablam! --> src/filter.rs:410:18 Oct 27 17:29:48.232 INFO kablam! | Oct 27 17:29:48.232 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Oct 27 17:29:48.232 INFO kablam! | ----^^^ Oct 27 17:29:48.233 INFO kablam! | | Oct 27 17:29:48.233 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.233 INFO kablam! Oct 27 17:29:48.234 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.234 INFO kablam! --> src/interpolate.rs:23:17 Oct 27 17:29:48.234 INFO kablam! | Oct 27 17:29:48.235 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Oct 27 17:29:48.235 INFO kablam! | ----^^^ Oct 27 17:29:48.235 INFO kablam! | | Oct 27 17:29:48.235 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.237 INFO kablam! Oct 27 17:29:48.237 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.238 INFO kablam! --> src/interpolate.rs:32:16 Oct 27 17:29:48.238 INFO kablam! | Oct 27 17:29:48.238 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 27 17:29:48.238 INFO kablam! | ----^^^ Oct 27 17:29:48.238 INFO kablam! | | Oct 27 17:29:48.238 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.238 INFO kablam! Oct 27 17:29:48.239 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.240 INFO kablam! --> src/interpolate.rs:56:17 Oct 27 17:29:48.240 INFO kablam! | Oct 27 17:29:48.240 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Oct 27 17:29:48.240 INFO kablam! | ----^^^ Oct 27 17:29:48.240 INFO kablam! | | Oct 27 17:29:48.240 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.240 INFO kablam! Oct 27 17:29:48.243 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.243 INFO kablam! --> src/interpolate.rs:64:19 Oct 27 17:29:48.243 INFO kablam! | Oct 27 17:29:48.244 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Oct 27 17:29:48.244 INFO kablam! | ----^^^ Oct 27 17:29:48.244 INFO kablam! | | Oct 27 17:29:48.244 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.244 INFO kablam! Oct 27 17:29:48.246 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.246 INFO kablam! --> src/interpolate.rs:124:20 Oct 27 17:29:48.250 INFO kablam! | Oct 27 17:29:48.250 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Oct 27 17:29:48.250 INFO kablam! | ----^^^ Oct 27 17:29:48.250 INFO kablam! | | Oct 27 17:29:48.250 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.250 INFO kablam! Oct 27 17:29:48.253 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.253 INFO kablam! --> src/transform.rs:59:13 Oct 27 17:29:48.253 INFO kablam! | Oct 27 17:29:48.253 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Oct 27 17:29:48.253 INFO kablam! | ----^^^ Oct 27 17:29:48.253 INFO kablam! | | Oct 27 17:29:48.253 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.253 INFO kablam! Oct 27 17:29:48.258 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.259 INFO kablam! --> src/transform.rs:144:15 Oct 27 17:29:48.259 INFO kablam! | Oct 27 17:29:48.259 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Oct 27 17:29:48.259 INFO kablam! | ----^^^ Oct 27 17:29:48.259 INFO kablam! | | Oct 27 17:29:48.259 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.259 INFO kablam! Oct 27 17:29:48.259 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.259 INFO kablam! --> src/transform.rs:204:21 Oct 27 17:29:48.259 INFO kablam! | Oct 27 17:29:48.259 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 27 17:29:48.259 INFO kablam! | ----^^^ Oct 27 17:29:48.259 INFO kablam! | | Oct 27 17:29:48.259 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.259 INFO kablam! Oct 27 17:29:48.259 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.259 INFO kablam! --> src/transform.rs:210:28 Oct 27 17:29:48.259 INFO kablam! | Oct 27 17:29:48.259 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Oct 27 17:29:48.259 INFO kablam! | ----^^^ Oct 27 17:29:48.259 INFO kablam! | | Oct 27 17:29:48.260 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.260 INFO kablam! Oct 27 17:29:48.260 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.267 INFO kablam! --> src/transform.rs:224:27 Oct 27 17:29:48.267 INFO kablam! | Oct 27 17:29:48.267 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Oct 27 17:29:48.267 INFO kablam! | ----^^^ Oct 27 17:29:48.267 INFO kablam! | | Oct 27 17:29:48.267 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.267 INFO kablam! Oct 27 17:29:48.267 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.267 INFO kablam! --> src/transform.rs:236:20 Oct 27 17:29:48.267 INFO kablam! | Oct 27 17:29:48.267 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 27 17:29:48.267 INFO kablam! | ----^^^ Oct 27 17:29:48.267 INFO kablam! | | Oct 27 17:29:48.268 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.268 INFO kablam! Oct 27 17:29:48.268 INFO kablam! warning: variable does not need to be mutable Oct 27 17:29:48.268 INFO kablam! --> src/transform.rs:258:19 Oct 27 17:29:48.268 INFO kablam! | Oct 27 17:29:48.268 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 27 17:29:48.268 INFO kablam! | ----^^^ Oct 27 17:29:48.268 INFO kablam! | | Oct 27 17:29:48.268 INFO kablam! | help: remove this `mut` Oct 27 17:29:48.268 INFO kablam! Oct 27 17:29:48.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.15s Oct 27 17:29:48.395 INFO kablam! su: No module specific data is present Oct 27 17:29:49.277 INFO running `"docker" "rm" "-f" "c994e4274f48ba866ebc5f0841951422ce69f3368a0369c97a0227676d0b1bac"` Oct 27 17:29:49.539 INFO blam! c994e4274f48ba866ebc5f0841951422ce69f3368a0369c97a0227676d0b1bac