Oct 13 10:18:53.646 INFO checking raster-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 10:18:53.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:54.266 INFO blam! a0dd96732907bac1f0939a0134a100c728a5a75a2212397f24e47c54ba025b9d Oct 13 10:18:54.267 INFO running `"docker" "start" "-a" "a0dd96732907bac1f0939a0134a100c728a5a75a2212397f24e47c54ba025b9d"` Oct 13 10:18:55.929 INFO kablam! usermod: no changes Oct 13 10:18:56.148 INFO kablam! Checking image v0.10.4 Oct 13 10:19:00.253 INFO kablam! Checking raster v0.2.0 (/source) Oct 13 10:19:04.088 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 10:19:04.089 INFO kablam! --> src/lib.rs:104:5 Oct 13 10:19:04.090 INFO kablam! | Oct 13 10:19:04.091 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 13 10:19:04.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:19:04.092 INFO kablam! | Oct 13 10:19:04.092 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:19:04.093 INFO kablam! Oct 13 10:19:04.326 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 10:19:04.327 INFO kablam! --> src/lib.rs:104:5 Oct 13 10:19:04.328 INFO kablam! | Oct 13 10:19:04.328 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 13 10:19:04.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:19:04.330 INFO kablam! | Oct 13 10:19:04.330 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:19:04.331 INFO kablam! Oct 13 10:19:04.396 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.397 INFO kablam! --> src/editor.rs:223:13 Oct 13 10:19:04.398 INFO kablam! | Oct 13 10:19:04.398 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:04.399 INFO kablam! | ----^^^ Oct 13 10:19:04.399 INFO kablam! | | Oct 13 10:19:04.400 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.401 INFO kablam! | Oct 13 10:19:04.401 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 10:19:04.402 INFO kablam! Oct 13 10:19:04.404 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.404 INFO kablam! --> src/editor.rs:276:13 Oct 13 10:19:04.405 INFO kablam! | Oct 13 10:19:04.405 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Oct 13 10:19:04.406 INFO kablam! | ----^^^ Oct 13 10:19:04.407 INFO kablam! | | Oct 13 10:19:04.407 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.408 INFO kablam! Oct 13 10:19:04.410 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.410 INFO kablam! --> src/editor.rs:414:15 Oct 13 10:19:04.411 INFO kablam! | Oct 13 10:19:04.412 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Oct 13 10:19:04.412 INFO kablam! | ----^^^ Oct 13 10:19:04.413 INFO kablam! | | Oct 13 10:19:04.413 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.416 INFO kablam! Oct 13 10:19:04.420 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.420 INFO kablam! --> src/filter.rs:57:13 Oct 13 10:19:04.420 INFO kablam! | Oct 13 10:19:04.420 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Oct 13 10:19:04.420 INFO kablam! | ----^^^ Oct 13 10:19:04.420 INFO kablam! | | Oct 13 10:19:04.420 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.420 INFO kablam! Oct 13 10:19:04.424 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.424 INFO kablam! --> src/filter.rs:83:19 Oct 13 10:19:04.424 INFO kablam! | Oct 13 10:19:04.424 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Oct 13 10:19:04.424 INFO kablam! | ----^^^ Oct 13 10:19:04.424 INFO kablam! | | Oct 13 10:19:04.424 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.424 INFO kablam! Oct 13 10:19:04.430 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.430 INFO kablam! --> src/filter.rs:227:15 Oct 13 10:19:04.430 INFO kablam! | Oct 13 10:19:04.431 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:04.432 INFO kablam! | ----^^^ Oct 13 10:19:04.432 INFO kablam! | | Oct 13 10:19:04.433 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.433 INFO kablam! Oct 13 10:19:04.435 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.436 INFO kablam! --> src/filter.rs:258:14 Oct 13 10:19:04.437 INFO kablam! | Oct 13 10:19:04.437 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Oct 13 10:19:04.438 INFO kablam! | ----^^^ Oct 13 10:19:04.438 INFO kablam! | | Oct 13 10:19:04.439 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.439 INFO kablam! Oct 13 10:19:04.441 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.442 INFO kablam! --> src/filter.rs:301:18 Oct 13 10:19:04.442 INFO kablam! | Oct 13 10:19:04.443 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:04.443 INFO kablam! | ----^^^ Oct 13 10:19:04.444 INFO kablam! | | Oct 13 10:19:04.445 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.445 INFO kablam! Oct 13 10:19:04.448 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.448 INFO kablam! --> src/filter.rs:341:19 Oct 13 10:19:04.449 INFO kablam! | Oct 13 10:19:04.449 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Oct 13 10:19:04.450 INFO kablam! | ----^^^ Oct 13 10:19:04.450 INFO kablam! | | Oct 13 10:19:04.451 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.451 INFO kablam! Oct 13 10:19:04.452 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.453 INFO kablam! --> src/filter.rs:385:16 Oct 13 10:19:04.454 INFO kablam! | Oct 13 10:19:04.454 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:04.455 INFO kablam! | ----^^^ Oct 13 10:19:04.455 INFO kablam! | | Oct 13 10:19:04.456 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.457 INFO kablam! Oct 13 10:19:04.458 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.458 INFO kablam! --> src/filter.rs:399:13 Oct 13 10:19:04.459 INFO kablam! | Oct 13 10:19:04.459 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:04.460 INFO kablam! | ----^^^ Oct 13 10:19:04.460 INFO kablam! | | Oct 13 10:19:04.461 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.461 INFO kablam! Oct 13 10:19:04.462 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.463 INFO kablam! --> src/filter.rs:410:18 Oct 13 10:19:04.464 INFO kablam! | Oct 13 10:19:04.464 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:04.465 INFO kablam! | ----^^^ Oct 13 10:19:04.465 INFO kablam! | | Oct 13 10:19:04.466 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.466 INFO kablam! Oct 13 10:19:04.468 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.469 INFO kablam! --> src/interpolate.rs:23:17 Oct 13 10:19:04.469 INFO kablam! | Oct 13 10:19:04.470 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Oct 13 10:19:04.470 INFO kablam! | ----^^^ Oct 13 10:19:04.471 INFO kablam! | | Oct 13 10:19:04.471 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.472 INFO kablam! Oct 13 10:19:04.475 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.475 INFO kablam! --> src/interpolate.rs:32:16 Oct 13 10:19:04.476 INFO kablam! | Oct 13 10:19:04.476 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:04.477 INFO kablam! | ----^^^ Oct 13 10:19:04.477 INFO kablam! | | Oct 13 10:19:04.478 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.479 INFO kablam! Oct 13 10:19:04.479 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.480 INFO kablam! --> src/interpolate.rs:56:17 Oct 13 10:19:04.480 INFO kablam! | Oct 13 10:19:04.480 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Oct 13 10:19:04.480 INFO kablam! | ----^^^ Oct 13 10:19:04.480 INFO kablam! | | Oct 13 10:19:04.480 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.480 INFO kablam! Oct 13 10:19:04.480 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.480 INFO kablam! --> src/interpolate.rs:64:19 Oct 13 10:19:04.480 INFO kablam! | Oct 13 10:19:04.480 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Oct 13 10:19:04.480 INFO kablam! | ----^^^ Oct 13 10:19:04.480 INFO kablam! | | Oct 13 10:19:04.480 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.480 INFO kablam! Oct 13 10:19:04.492 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.493 INFO kablam! --> src/interpolate.rs:124:20 Oct 13 10:19:04.494 INFO kablam! | Oct 13 10:19:04.494 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Oct 13 10:19:04.495 INFO kablam! | ----^^^ Oct 13 10:19:04.495 INFO kablam! | | Oct 13 10:19:04.496 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.496 INFO kablam! Oct 13 10:19:04.514 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.515 INFO kablam! --> src/transform.rs:59:13 Oct 13 10:19:04.515 INFO kablam! | Oct 13 10:19:04.516 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Oct 13 10:19:04.517 INFO kablam! | ----^^^ Oct 13 10:19:04.517 INFO kablam! | | Oct 13 10:19:04.518 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.518 INFO kablam! Oct 13 10:19:04.532 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.533 INFO kablam! --> src/transform.rs:144:15 Oct 13 10:19:04.533 INFO kablam! | Oct 13 10:19:04.534 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Oct 13 10:19:04.535 INFO kablam! | ----^^^ Oct 13 10:19:04.535 INFO kablam! | | Oct 13 10:19:04.536 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.536 INFO kablam! Oct 13 10:19:04.544 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.544 INFO kablam! --> src/transform.rs:204:21 Oct 13 10:19:04.544 INFO kablam! | Oct 13 10:19:04.544 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:04.544 INFO kablam! | ----^^^ Oct 13 10:19:04.544 INFO kablam! | | Oct 13 10:19:04.544 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.544 INFO kablam! Oct 13 10:19:04.544 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.544 INFO kablam! --> src/transform.rs:210:28 Oct 13 10:19:04.544 INFO kablam! | Oct 13 10:19:04.544 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Oct 13 10:19:04.544 INFO kablam! | ----^^^ Oct 13 10:19:04.544 INFO kablam! | | Oct 13 10:19:04.545 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.545 INFO kablam! Oct 13 10:19:04.545 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.545 INFO kablam! --> src/transform.rs:224:27 Oct 13 10:19:04.545 INFO kablam! | Oct 13 10:19:04.545 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Oct 13 10:19:04.545 INFO kablam! | ----^^^ Oct 13 10:19:04.545 INFO kablam! | | Oct 13 10:19:04.545 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.545 INFO kablam! Oct 13 10:19:04.545 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.545 INFO kablam! --> src/transform.rs:236:20 Oct 13 10:19:04.545 INFO kablam! | Oct 13 10:19:04.545 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:04.545 INFO kablam! | ----^^^ Oct 13 10:19:04.545 INFO kablam! | | Oct 13 10:19:04.545 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.545 INFO kablam! Oct 13 10:19:04.545 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:04.545 INFO kablam! --> src/transform.rs:258:19 Oct 13 10:19:04.545 INFO kablam! | Oct 13 10:19:04.545 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:04.545 INFO kablam! | ----^^^ Oct 13 10:19:04.545 INFO kablam! | | Oct 13 10:19:04.545 INFO kablam! | help: remove this `mut` Oct 13 10:19:04.545 INFO kablam! Oct 13 10:19:05.007 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 10:19:05.007 INFO kablam! --> src/lib.rs:104:5 Oct 13 10:19:05.007 INFO kablam! | Oct 13 10:19:05.007 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 13 10:19:05.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:19:05.008 INFO kablam! | Oct 13 10:19:05.008 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:19:05.008 INFO kablam! Oct 13 10:19:05.253 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 10:19:05.253 INFO kablam! --> src/lib.rs:104:5 Oct 13 10:19:05.253 INFO kablam! | Oct 13 10:19:05.253 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 13 10:19:05.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:19:05.253 INFO kablam! | Oct 13 10:19:05.253 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:19:05.253 INFO kablam! Oct 13 10:19:05.298 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.298 INFO kablam! --> src/editor.rs:223:13 Oct 13 10:19:05.298 INFO kablam! | Oct 13 10:19:05.298 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.298 INFO kablam! | ----^^^ Oct 13 10:19:05.299 INFO kablam! | | Oct 13 10:19:05.299 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.299 INFO kablam! | Oct 13 10:19:05.299 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 10:19:05.299 INFO kablam! Oct 13 10:19:05.302 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.302 INFO kablam! --> src/editor.rs:276:13 Oct 13 10:19:05.302 INFO kablam! | Oct 13 10:19:05.302 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Oct 13 10:19:05.302 INFO kablam! | ----^^^ Oct 13 10:19:05.302 INFO kablam! | | Oct 13 10:19:05.302 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.302 INFO kablam! Oct 13 10:19:05.305 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.305 INFO kablam! --> src/editor.rs:414:15 Oct 13 10:19:05.305 INFO kablam! | Oct 13 10:19:05.305 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Oct 13 10:19:05.305 INFO kablam! | ----^^^ Oct 13 10:19:05.305 INFO kablam! | | Oct 13 10:19:05.305 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.305 INFO kablam! Oct 13 10:19:05.312 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.312 INFO kablam! --> src/filter.rs:57:13 Oct 13 10:19:05.312 INFO kablam! | Oct 13 10:19:05.312 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Oct 13 10:19:05.312 INFO kablam! | ----^^^ Oct 13 10:19:05.312 INFO kablam! | | Oct 13 10:19:05.312 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.312 INFO kablam! Oct 13 10:19:05.316 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.316 INFO kablam! --> src/filter.rs:83:19 Oct 13 10:19:05.316 INFO kablam! | Oct 13 10:19:05.316 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Oct 13 10:19:05.316 INFO kablam! | ----^^^ Oct 13 10:19:05.316 INFO kablam! | | Oct 13 10:19:05.316 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.316 INFO kablam! Oct 13 10:19:05.322 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.322 INFO kablam! --> src/filter.rs:227:15 Oct 13 10:19:05.322 INFO kablam! | Oct 13 10:19:05.322 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.322 INFO kablam! | ----^^^ Oct 13 10:19:05.322 INFO kablam! | | Oct 13 10:19:05.322 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.322 INFO kablam! Oct 13 10:19:05.326 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.326 INFO kablam! --> src/filter.rs:258:14 Oct 13 10:19:05.326 INFO kablam! | Oct 13 10:19:05.326 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Oct 13 10:19:05.326 INFO kablam! | ----^^^ Oct 13 10:19:05.326 INFO kablam! | | Oct 13 10:19:05.326 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.326 INFO kablam! Oct 13 10:19:05.329 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.329 INFO kablam! --> src/filter.rs:301:18 Oct 13 10:19:05.329 INFO kablam! | Oct 13 10:19:05.329 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.329 INFO kablam! | ----^^^ Oct 13 10:19:05.329 INFO kablam! | | Oct 13 10:19:05.329 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.329 INFO kablam! Oct 13 10:19:05.332 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.332 INFO kablam! --> src/filter.rs:341:19 Oct 13 10:19:05.332 INFO kablam! | Oct 13 10:19:05.332 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Oct 13 10:19:05.332 INFO kablam! | ----^^^ Oct 13 10:19:05.332 INFO kablam! | | Oct 13 10:19:05.332 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.332 INFO kablam! Oct 13 10:19:05.334 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.334 INFO kablam! --> src/filter.rs:385:16 Oct 13 10:19:05.334 INFO kablam! | Oct 13 10:19:05.334 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.334 INFO kablam! | ----^^^ Oct 13 10:19:05.334 INFO kablam! | | Oct 13 10:19:05.334 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.335 INFO kablam! Oct 13 10:19:05.336 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.337 INFO kablam! --> src/filter.rs:399:13 Oct 13 10:19:05.337 INFO kablam! | Oct 13 10:19:05.337 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.337 INFO kablam! | ----^^^ Oct 13 10:19:05.337 INFO kablam! | | Oct 13 10:19:05.337 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.337 INFO kablam! Oct 13 10:19:05.339 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.339 INFO kablam! --> src/filter.rs:410:18 Oct 13 10:19:05.339 INFO kablam! | Oct 13 10:19:05.339 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Oct 13 10:19:05.339 INFO kablam! | ----^^^ Oct 13 10:19:05.339 INFO kablam! | | Oct 13 10:19:05.339 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.339 INFO kablam! Oct 13 10:19:05.342 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.342 INFO kablam! --> src/interpolate.rs:23:17 Oct 13 10:19:05.342 INFO kablam! | Oct 13 10:19:05.342 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Oct 13 10:19:05.342 INFO kablam! | ----^^^ Oct 13 10:19:05.342 INFO kablam! | | Oct 13 10:19:05.342 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.342 INFO kablam! Oct 13 10:19:05.345 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.345 INFO kablam! --> src/interpolate.rs:32:16 Oct 13 10:19:05.345 INFO kablam! | Oct 13 10:19:05.345 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:05.345 INFO kablam! | ----^^^ Oct 13 10:19:05.346 INFO kablam! | | Oct 13 10:19:05.346 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.346 INFO kablam! Oct 13 10:19:05.348 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.348 INFO kablam! --> src/interpolate.rs:56:17 Oct 13 10:19:05.348 INFO kablam! | Oct 13 10:19:05.348 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Oct 13 10:19:05.348 INFO kablam! | ----^^^ Oct 13 10:19:05.348 INFO kablam! | | Oct 13 10:19:05.348 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.349 INFO kablam! Oct 13 10:19:05.353 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.353 INFO kablam! --> src/interpolate.rs:64:19 Oct 13 10:19:05.353 INFO kablam! | Oct 13 10:19:05.353 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Oct 13 10:19:05.353 INFO kablam! | ----^^^ Oct 13 10:19:05.353 INFO kablam! | | Oct 13 10:19:05.353 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.353 INFO kablam! Oct 13 10:19:05.357 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.357 INFO kablam! --> src/interpolate.rs:124:20 Oct 13 10:19:05.357 INFO kablam! | Oct 13 10:19:05.357 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Oct 13 10:19:05.357 INFO kablam! | ----^^^ Oct 13 10:19:05.357 INFO kablam! | | Oct 13 10:19:05.357 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.357 INFO kablam! Oct 13 10:19:05.363 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.363 INFO kablam! --> src/transform.rs:59:13 Oct 13 10:19:05.363 INFO kablam! | Oct 13 10:19:05.363 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Oct 13 10:19:05.363 INFO kablam! | ----^^^ Oct 13 10:19:05.363 INFO kablam! | | Oct 13 10:19:05.363 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.363 INFO kablam! Oct 13 10:19:05.369 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.369 INFO kablam! --> src/transform.rs:144:15 Oct 13 10:19:05.369 INFO kablam! | Oct 13 10:19:05.369 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Oct 13 10:19:05.369 INFO kablam! | ----^^^ Oct 13 10:19:05.369 INFO kablam! | | Oct 13 10:19:05.369 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.369 INFO kablam! Oct 13 10:19:05.371 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.371 INFO kablam! --> src/transform.rs:204:21 Oct 13 10:19:05.371 INFO kablam! | Oct 13 10:19:05.371 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:05.371 INFO kablam! | ----^^^ Oct 13 10:19:05.371 INFO kablam! | | Oct 13 10:19:05.371 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.371 INFO kablam! Oct 13 10:19:05.373 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.373 INFO kablam! --> src/transform.rs:210:28 Oct 13 10:19:05.373 INFO kablam! | Oct 13 10:19:05.373 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Oct 13 10:19:05.373 INFO kablam! | ----^^^ Oct 13 10:19:05.373 INFO kablam! | | Oct 13 10:19:05.373 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.373 INFO kablam! Oct 13 10:19:05.378 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.378 INFO kablam! --> src/transform.rs:224:27 Oct 13 10:19:05.378 INFO kablam! | Oct 13 10:19:05.378 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Oct 13 10:19:05.378 INFO kablam! | ----^^^ Oct 13 10:19:05.378 INFO kablam! | | Oct 13 10:19:05.378 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.378 INFO kablam! Oct 13 10:19:05.380 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.380 INFO kablam! --> src/transform.rs:236:20 Oct 13 10:19:05.380 INFO kablam! | Oct 13 10:19:05.380 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:05.380 INFO kablam! | ----^^^ Oct 13 10:19:05.380 INFO kablam! | | Oct 13 10:19:05.381 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.381 INFO kablam! Oct 13 10:19:05.383 INFO kablam! warning: variable does not need to be mutable Oct 13 10:19:05.383 INFO kablam! --> src/transform.rs:258:19 Oct 13 10:19:05.383 INFO kablam! | Oct 13 10:19:05.383 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 13 10:19:05.383 INFO kablam! | ----^^^ Oct 13 10:19:05.383 INFO kablam! | | Oct 13 10:19:05.383 INFO kablam! | help: remove this `mut` Oct 13 10:19:05.383 INFO kablam! Oct 13 10:19:05.490 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.52s Oct 13 10:19:05.502 INFO kablam! su: No module specific data is present Oct 13 10:19:06.744 INFO running `"docker" "rm" "-f" "a0dd96732907bac1f0939a0134a100c728a5a75a2212397f24e47c54ba025b9d"` Oct 13 10:19:07.084 INFO blam! a0dd96732907bac1f0939a0134a100c728a5a75a2212397f24e47c54ba025b9d