Sep 04 06:58:23.416 INFO checking raster-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 06:58:23.416 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 06:58:23.416 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:58:23.603 INFO blam! c1850be07354955997d7f9534b7889c471ea9a6299189a95f8bce471bb0220ff Sep 04 06:58:23.605 INFO running `"docker" "start" "-a" "c1850be07354955997d7f9534b7889c471ea9a6299189a95f8bce471bb0220ff"` Sep 04 06:58:24.469 INFO kablam! Checking image v0.10.4 Sep 04 06:58:28.711 INFO kablam! Checking raster v0.2.0 (file:///source) Sep 04 06:58:30.846 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 06:58:30.846 INFO kablam! --> src/lib.rs:104:5 Sep 04 06:58:30.846 INFO kablam! | Sep 04 06:58:30.846 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 04 06:58:30.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 06:58:30.846 INFO kablam! | Sep 04 06:58:30.846 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 06:58:30.846 INFO kablam! Sep 04 06:58:30.980 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 06:58:30.980 INFO kablam! --> src/lib.rs:104:5 Sep 04 06:58:30.980 INFO kablam! | Sep 04 06:58:30.980 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 04 06:58:30.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 06:58:30.980 INFO kablam! | Sep 04 06:58:30.980 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 06:58:30.980 INFO kablam! Sep 04 06:58:31.382 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 06:58:31.382 INFO kablam! --> src/lib.rs:104:5 Sep 04 06:58:31.382 INFO kablam! | Sep 04 06:58:31.382 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 04 06:58:31.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 06:58:31.383 INFO kablam! | Sep 04 06:58:31.383 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 06:58:31.383 INFO kablam! Sep 04 06:58:31.485 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.485 INFO kablam! --> src/editor.rs:223:13 Sep 04 06:58:31.485 INFO kablam! | Sep 04 06:58:31.485 INFO kablam! 223 | pub fn crop(mut src: &mut Image, crop_width: i32, crop_height: i32, position: PositionMode, offset_x: i32, offset_y: i32) -> RasterResult<()> { Sep 04 06:58:31.485 INFO kablam! | ----^^^ Sep 04 06:58:31.485 INFO kablam! | | Sep 04 06:58:31.485 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.485 INFO kablam! | Sep 04 06:58:31.485 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 06:58:31.485 INFO kablam! Sep 04 06:58:31.487 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.487 INFO kablam! --> src/editor.rs:276:13 Sep 04 06:58:31.487 INFO kablam! | Sep 04 06:58:31.487 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 04 06:58:31.487 INFO kablam! | ----^^^ Sep 04 06:58:31.487 INFO kablam! | | Sep 04 06:58:31.487 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.487 INFO kablam! Sep 04 06:58:31.490 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.490 INFO kablam! --> src/editor.rs:414:15 Sep 04 06:58:31.490 INFO kablam! | Sep 04 06:58:31.490 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 04 06:58:31.491 INFO kablam! | ----^^^ Sep 04 06:58:31.491 INFO kablam! | | Sep 04 06:58:31.491 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.491 INFO kablam! Sep 04 06:58:31.502 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.502 INFO kablam! --> src/filter.rs:57:13 Sep 04 06:58:31.502 INFO kablam! | Sep 04 06:58:31.502 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 04 06:58:31.502 INFO kablam! | ----^^^ Sep 04 06:58:31.502 INFO kablam! | | Sep 04 06:58:31.502 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.502 INFO kablam! Sep 04 06:58:31.505 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.505 INFO kablam! --> src/filter.rs:83:19 Sep 04 06:58:31.505 INFO kablam! | Sep 04 06:58:31.505 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 04 06:58:31.505 INFO kablam! | ----^^^ Sep 04 06:58:31.505 INFO kablam! | | Sep 04 06:58:31.505 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.505 INFO kablam! Sep 04 06:58:31.514 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.514 INFO kablam! --> src/filter.rs:227:15 Sep 04 06:58:31.514 INFO kablam! | Sep 04 06:58:31.514 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.514 INFO kablam! | ----^^^ Sep 04 06:58:31.514 INFO kablam! | | Sep 04 06:58:31.515 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.515 INFO kablam! Sep 04 06:58:31.522 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.522 INFO kablam! --> src/filter.rs:258:14 Sep 04 06:58:31.522 INFO kablam! | Sep 04 06:58:31.523 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 04 06:58:31.523 INFO kablam! | ----^^^ Sep 04 06:58:31.523 INFO kablam! | | Sep 04 06:58:31.523 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.523 INFO kablam! Sep 04 06:58:31.523 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 06:58:31.523 INFO kablam! --> src/lib.rs:104:5 Sep 04 06:58:31.523 INFO kablam! | Sep 04 06:58:31.523 INFO kablam! 104 | use std::ascii::AsciiExt; Sep 04 06:58:31.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 06:58:31.523 INFO kablam! | Sep 04 06:58:31.523 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 06:58:31.523 INFO kablam! Sep 04 06:58:31.523 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.523 INFO kablam! --> src/filter.rs:301:18 Sep 04 06:58:31.523 INFO kablam! | Sep 04 06:58:31.523 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.523 INFO kablam! | ----^^^ Sep 04 06:58:31.523 INFO kablam! | | Sep 04 06:58:31.523 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.523 INFO kablam! Sep 04 06:58:31.524 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.524 INFO kablam! --> src/filter.rs:341:19 Sep 04 06:58:31.524 INFO kablam! | Sep 04 06:58:31.524 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 04 06:58:31.524 INFO kablam! | ----^^^ Sep 04 06:58:31.524 INFO kablam! | | Sep 04 06:58:31.524 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.524 INFO kablam! Sep 04 06:58:31.524 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.524 INFO kablam! --> src/filter.rs:385:16 Sep 04 06:58:31.524 INFO kablam! | Sep 04 06:58:31.525 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.525 INFO kablam! | ----^^^ Sep 04 06:58:31.525 INFO kablam! | | Sep 04 06:58:31.525 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.525 INFO kablam! Sep 04 06:58:31.525 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.525 INFO kablam! --> src/filter.rs:399:13 Sep 04 06:58:31.525 INFO kablam! | Sep 04 06:58:31.526 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.526 INFO kablam! | ----^^^ Sep 04 06:58:31.526 INFO kablam! | | Sep 04 06:58:31.526 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.526 INFO kablam! Sep 04 06:58:31.526 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.526 INFO kablam! --> src/filter.rs:410:18 Sep 04 06:58:31.526 INFO kablam! | Sep 04 06:58:31.526 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.526 INFO kablam! | ----^^^ Sep 04 06:58:31.526 INFO kablam! | | Sep 04 06:58:31.527 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.527 INFO kablam! Sep 04 06:58:31.529 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.529 INFO kablam! --> src/interpolate.rs:23:17 Sep 04 06:58:31.529 INFO kablam! | Sep 04 06:58:31.529 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 04 06:58:31.529 INFO kablam! | ----^^^ Sep 04 06:58:31.529 INFO kablam! | | Sep 04 06:58:31.529 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.529 INFO kablam! Sep 04 06:58:31.532 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.532 INFO kablam! --> src/interpolate.rs:32:16 Sep 04 06:58:31.533 INFO kablam! | Sep 04 06:58:31.533 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:31.533 INFO kablam! | ----^^^ Sep 04 06:58:31.533 INFO kablam! | | Sep 04 06:58:31.533 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.533 INFO kablam! Sep 04 06:58:31.535 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.535 INFO kablam! --> src/interpolate.rs:56:17 Sep 04 06:58:31.535 INFO kablam! | Sep 04 06:58:31.535 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 04 06:58:31.535 INFO kablam! | ----^^^ Sep 04 06:58:31.535 INFO kablam! | | Sep 04 06:58:31.535 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.535 INFO kablam! Sep 04 06:58:31.540 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.540 INFO kablam! --> src/interpolate.rs:64:19 Sep 04 06:58:31.540 INFO kablam! | Sep 04 06:58:31.540 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 04 06:58:31.540 INFO kablam! | ----^^^ Sep 04 06:58:31.540 INFO kablam! | | Sep 04 06:58:31.540 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.540 INFO kablam! Sep 04 06:58:31.545 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.545 INFO kablam! --> src/interpolate.rs:124:20 Sep 04 06:58:31.545 INFO kablam! | Sep 04 06:58:31.545 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 04 06:58:31.545 INFO kablam! | ----^^^ Sep 04 06:58:31.545 INFO kablam! | | Sep 04 06:58:31.545 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.545 INFO kablam! Sep 04 06:58:31.554 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.554 INFO kablam! --> src/transform.rs:59:13 Sep 04 06:58:31.554 INFO kablam! | Sep 04 06:58:31.554 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 04 06:58:31.554 INFO kablam! | ----^^^ Sep 04 06:58:31.554 INFO kablam! | | Sep 04 06:58:31.554 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.554 INFO kablam! Sep 04 06:58:31.561 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.561 INFO kablam! --> src/transform.rs:144:15 Sep 04 06:58:31.561 INFO kablam! | Sep 04 06:58:31.561 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 04 06:58:31.562 INFO kablam! | ----^^^ Sep 04 06:58:31.562 INFO kablam! | | Sep 04 06:58:31.562 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.562 INFO kablam! Sep 04 06:58:31.562 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.562 INFO kablam! --> src/transform.rs:204:21 Sep 04 06:58:31.562 INFO kablam! | Sep 04 06:58:31.562 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:31.562 INFO kablam! | ----^^^ Sep 04 06:58:31.562 INFO kablam! | | Sep 04 06:58:31.563 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.563 INFO kablam! Sep 04 06:58:31.563 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.563 INFO kablam! --> src/transform.rs:210:28 Sep 04 06:58:31.563 INFO kablam! | Sep 04 06:58:31.563 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 04 06:58:31.563 INFO kablam! | ----^^^ Sep 04 06:58:31.563 INFO kablam! | | Sep 04 06:58:31.563 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.563 INFO kablam! Sep 04 06:58:31.564 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.564 INFO kablam! --> src/transform.rs:224:27 Sep 04 06:58:31.564 INFO kablam! | Sep 04 06:58:31.564 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 04 06:58:31.564 INFO kablam! | ----^^^ Sep 04 06:58:31.564 INFO kablam! | | Sep 04 06:58:31.564 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.564 INFO kablam! Sep 04 06:58:31.566 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.566 INFO kablam! --> src/transform.rs:236:20 Sep 04 06:58:31.566 INFO kablam! | Sep 04 06:58:31.566 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:31.566 INFO kablam! | ----^^^ Sep 04 06:58:31.566 INFO kablam! | | Sep 04 06:58:31.566 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.566 INFO kablam! Sep 04 06:58:31.568 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.568 INFO kablam! --> src/transform.rs:258:19 Sep 04 06:58:31.568 INFO kablam! | Sep 04 06:58:31.568 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:31.568 INFO kablam! | ----^^^ Sep 04 06:58:31.568 INFO kablam! | | Sep 04 06:58:31.568 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.568 INFO kablam! Sep 04 06:58:31.624 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.624 INFO kablam! --> src/editor.rs:223:13 Sep 04 06:58:31.624 INFO kablam! | Sep 04 06:58:31.624 INFO kablam! 223 | pub fn crop(mut src: &mut Image, crop_width: i32, crop_height: i32, position: PositionMode, offset_x: i32, offset_y: i32) -> RasterResult<()> { Sep 04 06:58:31.624 INFO kablam! | ----^^^ Sep 04 06:58:31.624 INFO kablam! | | Sep 04 06:58:31.624 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.624 INFO kablam! | Sep 04 06:58:31.624 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 06:58:31.624 INFO kablam! Sep 04 06:58:31.626 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.626 INFO kablam! --> src/editor.rs:276:13 Sep 04 06:58:31.626 INFO kablam! | Sep 04 06:58:31.626 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Sep 04 06:58:31.626 INFO kablam! | ----^^^ Sep 04 06:58:31.626 INFO kablam! | | Sep 04 06:58:31.626 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.626 INFO kablam! Sep 04 06:58:31.629 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.629 INFO kablam! --> src/editor.rs:414:15 Sep 04 06:58:31.629 INFO kablam! | Sep 04 06:58:31.629 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Sep 04 06:58:31.629 INFO kablam! | ----^^^ Sep 04 06:58:31.629 INFO kablam! | | Sep 04 06:58:31.629 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.630 INFO kablam! Sep 04 06:58:31.644 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.644 INFO kablam! --> src/filter.rs:57:13 Sep 04 06:58:31.644 INFO kablam! | Sep 04 06:58:31.644 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Sep 04 06:58:31.644 INFO kablam! | ----^^^ Sep 04 06:58:31.644 INFO kablam! | | Sep 04 06:58:31.644 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.645 INFO kablam! Sep 04 06:58:31.649 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.649 INFO kablam! --> src/filter.rs:83:19 Sep 04 06:58:31.649 INFO kablam! | Sep 04 06:58:31.649 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Sep 04 06:58:31.649 INFO kablam! | ----^^^ Sep 04 06:58:31.649 INFO kablam! | | Sep 04 06:58:31.649 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.650 INFO kablam! Sep 04 06:58:31.659 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.659 INFO kablam! --> src/filter.rs:227:15 Sep 04 06:58:31.659 INFO kablam! | Sep 04 06:58:31.659 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.659 INFO kablam! | ----^^^ Sep 04 06:58:31.659 INFO kablam! | | Sep 04 06:58:31.659 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.660 INFO kablam! Sep 04 06:58:31.664 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.664 INFO kablam! --> src/filter.rs:258:14 Sep 04 06:58:31.664 INFO kablam! | Sep 04 06:58:31.664 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Sep 04 06:58:31.664 INFO kablam! | ----^^^ Sep 04 06:58:31.664 INFO kablam! | | Sep 04 06:58:31.664 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.665 INFO kablam! Sep 04 06:58:31.668 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.668 INFO kablam! --> src/filter.rs:301:18 Sep 04 06:58:31.668 INFO kablam! | Sep 04 06:58:31.668 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.668 INFO kablam! | ----^^^ Sep 04 06:58:31.668 INFO kablam! | | Sep 04 06:58:31.668 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.668 INFO kablam! Sep 04 06:58:31.672 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.672 INFO kablam! --> src/filter.rs:341:19 Sep 04 06:58:31.672 INFO kablam! | Sep 04 06:58:31.672 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Sep 04 06:58:31.672 INFO kablam! | ----^^^ Sep 04 06:58:31.672 INFO kablam! | | Sep 04 06:58:31.672 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.673 INFO kablam! Sep 04 06:58:31.674 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.674 INFO kablam! --> src/filter.rs:385:16 Sep 04 06:58:31.674 INFO kablam! | Sep 04 06:58:31.674 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.674 INFO kablam! | ----^^^ Sep 04 06:58:31.674 INFO kablam! | | Sep 04 06:58:31.674 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.675 INFO kablam! Sep 04 06:58:31.676 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.676 INFO kablam! --> src/filter.rs:399:13 Sep 04 06:58:31.676 INFO kablam! | Sep 04 06:58:31.676 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.676 INFO kablam! | ----^^^ Sep 04 06:58:31.676 INFO kablam! | | Sep 04 06:58:31.676 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.677 INFO kablam! Sep 04 06:58:31.678 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.678 INFO kablam! --> src/filter.rs:410:18 Sep 04 06:58:31.678 INFO kablam! | Sep 04 06:58:31.678 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Sep 04 06:58:31.678 INFO kablam! | ----^^^ Sep 04 06:58:31.678 INFO kablam! | | Sep 04 06:58:31.678 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.679 INFO kablam! Sep 04 06:58:31.682 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.682 INFO kablam! --> src/interpolate.rs:23:17 Sep 04 06:58:31.682 INFO kablam! | Sep 04 06:58:31.682 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Sep 04 06:58:31.682 INFO kablam! | ----^^^ Sep 04 06:58:31.682 INFO kablam! | | Sep 04 06:58:31.682 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.683 INFO kablam! Sep 04 06:58:31.687 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.687 INFO kablam! --> src/interpolate.rs:32:16 Sep 04 06:58:31.687 INFO kablam! | Sep 04 06:58:31.687 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:31.687 INFO kablam! | ----^^^ Sep 04 06:58:31.687 INFO kablam! | | Sep 04 06:58:31.687 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.688 INFO kablam! Sep 04 06:58:31.690 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.690 INFO kablam! --> src/interpolate.rs:56:17 Sep 04 06:58:31.690 INFO kablam! | Sep 04 06:58:31.690 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Sep 04 06:58:31.690 INFO kablam! | ----^^^ Sep 04 06:58:31.690 INFO kablam! | | Sep 04 06:58:31.690 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.691 INFO kablam! Sep 04 06:58:31.696 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.696 INFO kablam! --> src/interpolate.rs:64:19 Sep 04 06:58:31.696 INFO kablam! | Sep 04 06:58:31.696 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Sep 04 06:58:31.696 INFO kablam! | ----^^^ Sep 04 06:58:31.696 INFO kablam! | | Sep 04 06:58:31.696 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.696 INFO kablam! Sep 04 06:58:31.701 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.701 INFO kablam! --> src/interpolate.rs:124:20 Sep 04 06:58:31.701 INFO kablam! | Sep 04 06:58:31.701 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Sep 04 06:58:31.701 INFO kablam! | ----^^^ Sep 04 06:58:31.701 INFO kablam! | | Sep 04 06:58:31.701 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.702 INFO kablam! Sep 04 06:58:31.711 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.711 INFO kablam! --> src/transform.rs:59:13 Sep 04 06:58:31.711 INFO kablam! | Sep 04 06:58:31.711 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Sep 04 06:58:31.711 INFO kablam! | ----^^^ Sep 04 06:58:31.711 INFO kablam! | | Sep 04 06:58:31.711 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.711 INFO kablam! Sep 04 06:58:31.720 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.720 INFO kablam! --> src/transform.rs:144:15 Sep 04 06:58:31.720 INFO kablam! | Sep 04 06:58:31.720 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Sep 04 06:58:31.720 INFO kablam! | ----^^^ Sep 04 06:58:31.720 INFO kablam! | | Sep 04 06:58:31.720 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.720 INFO kablam! Sep 04 06:58:31.723 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.723 INFO kablam! --> src/transform.rs:204:21 Sep 04 06:58:31.723 INFO kablam! | Sep 04 06:58:31.723 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:31.723 INFO kablam! | ----^^^ Sep 04 06:58:31.723 INFO kablam! | | Sep 04 06:58:31.723 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.724 INFO kablam! Sep 04 06:58:31.725 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.725 INFO kablam! --> src/transform.rs:210:28 Sep 04 06:58:31.725 INFO kablam! | Sep 04 06:58:31.725 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Sep 04 06:58:31.725 INFO kablam! | ----^^^ Sep 04 06:58:31.725 INFO kablam! | | Sep 04 06:58:31.725 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.726 INFO kablam! Sep 04 06:58:31.727 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.728 INFO kablam! --> src/transform.rs:224:27 Sep 04 06:58:31.728 INFO kablam! | Sep 04 06:58:31.728 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Sep 04 06:58:31.728 INFO kablam! | ----^^^ Sep 04 06:58:31.728 INFO kablam! | | Sep 04 06:58:31.728 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.728 INFO kablam! Sep 04 06:58:31.741 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.741 INFO kablam! --> src/transform.rs:236:20 Sep 04 06:58:31.741 INFO kablam! | Sep 04 06:58:31.741 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:31.741 INFO kablam! | ----^^^ Sep 04 06:58:31.741 INFO kablam! | | Sep 04 06:58:31.741 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.741 INFO kablam! Sep 04 06:58:31.742 INFO kablam! warning: variable does not need to be mutable Sep 04 06:58:31.742 INFO kablam! --> src/transform.rs:258:19 Sep 04 06:58:31.742 INFO kablam! | Sep 04 06:58:31.742 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Sep 04 06:58:31.742 INFO kablam! | ----^^^ Sep 04 06:58:31.742 INFO kablam! | | Sep 04 06:58:31.742 INFO kablam! | help: remove this `mut` Sep 04 06:58:31.742 INFO kablam! Sep 04 06:58:31.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.49s Sep 04 06:58:31.886 INFO kablam! su: No module specific data is present Sep 04 06:58:32.408 INFO running `"docker" "rm" "-f" "c1850be07354955997d7f9534b7889c471ea9a6299189a95f8bce471bb0220ff"` Sep 04 06:58:32.598 INFO blam! c1850be07354955997d7f9534b7889c471ea9a6299189a95f8bce471bb0220ff