Oct 15 22:46:17.220 INFO testing raster-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:46:17.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 22:46:18.014 INFO blam! 0ec88741071ef2036a7e7003d162070bf07ad66ada3f579762fd415926c16aed Oct 15 22:46:18.016 INFO running `"docker" "start" "-a" "0ec88741071ef2036a7e7003d162070bf07ad66ada3f579762fd415926c16aed"` Oct 15 22:46:19.419 INFO kablam! usermod: no changes Oct 15 22:46:19.547 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 22:46:19.547 INFO kablam! Compiling png v0.5.2 Oct 15 22:46:24.331 INFO kablam! Compiling num-rational v0.1.42 Oct 15 22:46:26.420 INFO kablam! Compiling image v0.10.4 Oct 15 22:46:34.763 INFO kablam! Compiling raster v0.2.0 (/source) Oct 15 22:46:36.991 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 22:46:36.991 INFO kablam! --> src/lib.rs:104:5 Oct 15 22:46:36.991 INFO kablam! | Oct 15 22:46:36.991 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 15 22:46:36.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 22:46:36.992 INFO kablam! | Oct 15 22:46:36.992 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 22:46:36.992 INFO kablam! Oct 15 22:46:37.218 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 22:46:37.218 INFO kablam! --> src/lib.rs:104:5 Oct 15 22:46:37.218 INFO kablam! | Oct 15 22:46:37.218 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 15 22:46:37.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 22:46:37.219 INFO kablam! | Oct 15 22:46:37.219 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:46:37.219 INFO kablam! Oct 15 22:46:37.266 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.266 INFO kablam! --> src/editor.rs:223:13 Oct 15 22:46:37.266 INFO kablam! | Oct 15 22:46:37.266 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 15 22:46:37.266 INFO kablam! | ----^^^ Oct 15 22:46:37.266 INFO kablam! | | Oct 15 22:46:37.266 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.266 INFO kablam! | Oct 15 22:46:37.267 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:46:37.267 INFO kablam! Oct 15 22:46:37.268 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.268 INFO kablam! --> src/editor.rs:276:13 Oct 15 22:46:37.268 INFO kablam! | Oct 15 22:46:37.268 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Oct 15 22:46:37.268 INFO kablam! | ----^^^ Oct 15 22:46:37.268 INFO kablam! | | Oct 15 22:46:37.269 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.269 INFO kablam! Oct 15 22:46:37.271 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.271 INFO kablam! --> src/editor.rs:414:15 Oct 15 22:46:37.272 INFO kablam! | Oct 15 22:46:37.272 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Oct 15 22:46:37.272 INFO kablam! | ----^^^ Oct 15 22:46:37.272 INFO kablam! | | Oct 15 22:46:37.272 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.272 INFO kablam! Oct 15 22:46:37.278 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.278 INFO kablam! --> src/filter.rs:57:13 Oct 15 22:46:37.278 INFO kablam! | Oct 15 22:46:37.278 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Oct 15 22:46:37.278 INFO kablam! | ----^^^ Oct 15 22:46:37.278 INFO kablam! | | Oct 15 22:46:37.278 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.278 INFO kablam! Oct 15 22:46:37.287 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.287 INFO kablam! --> src/filter.rs:83:19 Oct 15 22:46:37.287 INFO kablam! | Oct 15 22:46:37.287 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Oct 15 22:46:37.287 INFO kablam! | ----^^^ Oct 15 22:46:37.287 INFO kablam! | | Oct 15 22:46:37.287 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.287 INFO kablam! Oct 15 22:46:37.287 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.287 INFO kablam! --> src/filter.rs:227:15 Oct 15 22:46:37.287 INFO kablam! | Oct 15 22:46:37.287 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:37.287 INFO kablam! | ----^^^ Oct 15 22:46:37.287 INFO kablam! | | Oct 15 22:46:37.287 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.287 INFO kablam! Oct 15 22:46:37.288 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.288 INFO kablam! --> src/filter.rs:258:14 Oct 15 22:46:37.288 INFO kablam! | Oct 15 22:46:37.288 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Oct 15 22:46:37.288 INFO kablam! | ----^^^ Oct 15 22:46:37.288 INFO kablam! | | Oct 15 22:46:37.288 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.288 INFO kablam! Oct 15 22:46:37.288 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.288 INFO kablam! --> src/filter.rs:301:18 Oct 15 22:46:37.288 INFO kablam! | Oct 15 22:46:37.288 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:37.288 INFO kablam! | ----^^^ Oct 15 22:46:37.288 INFO kablam! | | Oct 15 22:46:37.288 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.288 INFO kablam! Oct 15 22:46:37.290 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.290 INFO kablam! --> src/filter.rs:341:19 Oct 15 22:46:37.290 INFO kablam! | Oct 15 22:46:37.290 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Oct 15 22:46:37.290 INFO kablam! | ----^^^ Oct 15 22:46:37.290 INFO kablam! | | Oct 15 22:46:37.290 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.290 INFO kablam! Oct 15 22:46:37.290 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.290 INFO kablam! --> src/filter.rs:385:16 Oct 15 22:46:37.290 INFO kablam! | Oct 15 22:46:37.290 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:37.290 INFO kablam! | ----^^^ Oct 15 22:46:37.290 INFO kablam! | | Oct 15 22:46:37.290 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.290 INFO kablam! Oct 15 22:46:37.290 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.290 INFO kablam! --> src/filter.rs:399:13 Oct 15 22:46:37.291 INFO kablam! | Oct 15 22:46:37.291 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:37.291 INFO kablam! | ----^^^ Oct 15 22:46:37.291 INFO kablam! | | Oct 15 22:46:37.291 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.291 INFO kablam! Oct 15 22:46:37.292 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.292 INFO kablam! --> src/filter.rs:410:18 Oct 15 22:46:37.292 INFO kablam! | Oct 15 22:46:37.292 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:37.292 INFO kablam! | ----^^^ Oct 15 22:46:37.292 INFO kablam! | | Oct 15 22:46:37.292 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.292 INFO kablam! Oct 15 22:46:37.293 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.293 INFO kablam! --> src/interpolate.rs:23:17 Oct 15 22:46:37.293 INFO kablam! | Oct 15 22:46:37.293 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Oct 15 22:46:37.293 INFO kablam! | ----^^^ Oct 15 22:46:37.293 INFO kablam! | | Oct 15 22:46:37.293 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.293 INFO kablam! Oct 15 22:46:37.294 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.294 INFO kablam! --> src/interpolate.rs:32:16 Oct 15 22:46:37.294 INFO kablam! | Oct 15 22:46:37.294 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 15 22:46:37.294 INFO kablam! | ----^^^ Oct 15 22:46:37.294 INFO kablam! | | Oct 15 22:46:37.294 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.294 INFO kablam! Oct 15 22:46:37.297 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.297 INFO kablam! --> src/interpolate.rs:56:17 Oct 15 22:46:37.297 INFO kablam! | Oct 15 22:46:37.297 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Oct 15 22:46:37.297 INFO kablam! | ----^^^ Oct 15 22:46:37.297 INFO kablam! | | Oct 15 22:46:37.297 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.297 INFO kablam! Oct 15 22:46:37.299 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.299 INFO kablam! --> src/interpolate.rs:64:19 Oct 15 22:46:37.299 INFO kablam! | Oct 15 22:46:37.299 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Oct 15 22:46:37.299 INFO kablam! | ----^^^ Oct 15 22:46:37.299 INFO kablam! | | Oct 15 22:46:37.299 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.299 INFO kablam! Oct 15 22:46:37.303 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.303 INFO kablam! --> src/interpolate.rs:124:20 Oct 15 22:46:37.303 INFO kablam! | Oct 15 22:46:37.303 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Oct 15 22:46:37.303 INFO kablam! | ----^^^ Oct 15 22:46:37.303 INFO kablam! | | Oct 15 22:46:37.303 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.303 INFO kablam! Oct 15 22:46:37.307 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.307 INFO kablam! --> src/transform.rs:59:13 Oct 15 22:46:37.307 INFO kablam! | Oct 15 22:46:37.307 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Oct 15 22:46:37.307 INFO kablam! | ----^^^ Oct 15 22:46:37.307 INFO kablam! | | Oct 15 22:46:37.307 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.307 INFO kablam! Oct 15 22:46:37.307 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.307 INFO kablam! --> src/transform.rs:144:15 Oct 15 22:46:37.307 INFO kablam! | Oct 15 22:46:37.307 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Oct 15 22:46:37.307 INFO kablam! | ----^^^ Oct 15 22:46:37.307 INFO kablam! | | Oct 15 22:46:37.307 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.307 INFO kablam! Oct 15 22:46:37.307 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.307 INFO kablam! --> src/transform.rs:204:21 Oct 15 22:46:37.307 INFO kablam! | Oct 15 22:46:37.307 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 15 22:46:37.307 INFO kablam! | ----^^^ Oct 15 22:46:37.307 INFO kablam! | | Oct 15 22:46:37.307 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.307 INFO kablam! Oct 15 22:46:37.311 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.311 INFO kablam! --> src/transform.rs:210:28 Oct 15 22:46:37.311 INFO kablam! | Oct 15 22:46:37.311 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Oct 15 22:46:37.311 INFO kablam! | ----^^^ Oct 15 22:46:37.311 INFO kablam! | | Oct 15 22:46:37.311 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.311 INFO kablam! Oct 15 22:46:37.311 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.311 INFO kablam! --> src/transform.rs:224:27 Oct 15 22:46:37.311 INFO kablam! | Oct 15 22:46:37.311 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Oct 15 22:46:37.311 INFO kablam! | ----^^^ Oct 15 22:46:37.311 INFO kablam! | | Oct 15 22:46:37.311 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.311 INFO kablam! Oct 15 22:46:37.311 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.311 INFO kablam! --> src/transform.rs:236:20 Oct 15 22:46:37.311 INFO kablam! | Oct 15 22:46:37.311 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 15 22:46:37.311 INFO kablam! | ----^^^ Oct 15 22:46:37.311 INFO kablam! | | Oct 15 22:46:37.311 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.311 INFO kablam! Oct 15 22:46:37.311 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:37.311 INFO kablam! --> src/transform.rs:258:19 Oct 15 22:46:37.311 INFO kablam! | Oct 15 22:46:37.311 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 15 22:46:37.311 INFO kablam! | ----^^^ Oct 15 22:46:37.311 INFO kablam! | | Oct 15 22:46:37.311 INFO kablam! | help: remove this `mut` Oct 15 22:46:37.311 INFO kablam! Oct 15 22:46:38.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.45s Oct 15 22:46:38.893 INFO kablam! su: No module specific data is present Oct 15 22:46:40.199 INFO running `"docker" "rm" "-f" "0ec88741071ef2036a7e7003d162070bf07ad66ada3f579762fd415926c16aed"` Oct 15 22:46:40.506 INFO blam! 0ec88741071ef2036a7e7003d162070bf07ad66ada3f579762fd415926c16aed Oct 15 22:46:40.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 22:46:41.123 INFO blam! 9bd104c527444be7fdbd74fc0a7fab816617d379f78b56b3680c7f1018316daa Oct 15 22:46:41.127 INFO running `"docker" "start" "-a" "9bd104c527444be7fdbd74fc0a7fab816617d379f78b56b3680c7f1018316daa"` Oct 15 22:46:42.632 INFO kablam! usermod: no changes Oct 15 22:46:42.847 INFO kablam! Compiling raster v0.2.0 (/source) Oct 15 22:46:44.904 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 22:46:44.904 INFO kablam! --> src/lib.rs:104:5 Oct 15 22:46:44.904 INFO kablam! | Oct 15 22:46:44.904 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 15 22:46:44.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 22:46:44.904 INFO kablam! | Oct 15 22:46:44.904 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 22:46:44.904 INFO kablam! Oct 15 22:46:45.131 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 22:46:45.131 INFO kablam! --> src/lib.rs:104:5 Oct 15 22:46:45.131 INFO kablam! | Oct 15 22:46:45.131 INFO kablam! 104 | use std::ascii::AsciiExt; Oct 15 22:46:45.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 22:46:45.131 INFO kablam! | Oct 15 22:46:45.131 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:46:45.131 INFO kablam! Oct 15 22:46:45.172 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.172 INFO kablam! --> src/editor.rs:223:13 Oct 15 22:46:45.172 INFO kablam! | Oct 15 22:46:45.172 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 15 22:46:45.172 INFO kablam! | ----^^^ Oct 15 22:46:45.172 INFO kablam! | | Oct 15 22:46:45.172 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.173 INFO kablam! | Oct 15 22:46:45.173 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:46:45.173 INFO kablam! Oct 15 22:46:45.173 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.173 INFO kablam! --> src/editor.rs:276:13 Oct 15 22:46:45.173 INFO kablam! | Oct 15 22:46:45.173 INFO kablam! 276 | pub fn fill(mut src: &mut Image, color: Color) -> RasterResult<()> { Oct 15 22:46:45.174 INFO kablam! | ----^^^ Oct 15 22:46:45.174 INFO kablam! | | Oct 15 22:46:45.174 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.174 INFO kablam! Oct 15 22:46:45.175 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.175 INFO kablam! --> src/editor.rs:414:15 Oct 15 22:46:45.175 INFO kablam! | Oct 15 22:46:45.175 INFO kablam! 414 | pub fn resize(mut src: &mut Image, w: i32, h: i32, mode: ResizeMode) -> RasterResult<()> { Oct 15 22:46:45.175 INFO kablam! | ----^^^ Oct 15 22:46:45.175 INFO kablam! | | Oct 15 22:46:45.175 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.175 INFO kablam! Oct 15 22:46:45.183 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.183 INFO kablam! --> src/filter.rs:57:13 Oct 15 22:46:45.183 INFO kablam! | Oct 15 22:46:45.183 INFO kablam! 57 | pub fn blur(mut src: &mut Image, mode: BlurMode) -> RasterResult<()>{ Oct 15 22:46:45.183 INFO kablam! | ----^^^ Oct 15 22:46:45.183 INFO kablam! | | Oct 15 22:46:45.183 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.183 INFO kablam! Oct 15 22:46:45.183 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.183 INFO kablam! --> src/filter.rs:83:19 Oct 15 22:46:45.183 INFO kablam! | Oct 15 22:46:45.183 INFO kablam! 83 | pub fn brightness(mut src: &mut Image, factor: f32) -> RasterResult<()>{ Oct 15 22:46:45.183 INFO kablam! | ----^^^ Oct 15 22:46:45.183 INFO kablam! | | Oct 15 22:46:45.183 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.183 INFO kablam! Oct 15 22:46:45.191 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.191 INFO kablam! --> src/filter.rs:227:15 Oct 15 22:46:45.191 INFO kablam! | Oct 15 22:46:45.191 INFO kablam! 227 | pub fn emboss(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:45.191 INFO kablam! | ----^^^ Oct 15 22:46:45.191 INFO kablam! | | Oct 15 22:46:45.191 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.191 INFO kablam! Oct 15 22:46:45.191 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.191 INFO kablam! --> src/filter.rs:258:14 Oct 15 22:46:45.191 INFO kablam! | Oct 15 22:46:45.191 INFO kablam! 258 | pub fn gamma(mut src: &mut Image, gamma: f32) -> RasterResult<()>{ Oct 15 22:46:45.191 INFO kablam! | ----^^^ Oct 15 22:46:45.191 INFO kablam! | | Oct 15 22:46:45.191 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.191 INFO kablam! Oct 15 22:46:45.191 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.191 INFO kablam! --> src/filter.rs:301:18 Oct 15 22:46:45.191 INFO kablam! | Oct 15 22:46:45.191 INFO kablam! 301 | pub fn grayscale(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:45.191 INFO kablam! | ----^^^ Oct 15 22:46:45.191 INFO kablam! | | Oct 15 22:46:45.191 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.191 INFO kablam! Oct 15 22:46:45.195 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.195 INFO kablam! --> src/filter.rs:341:19 Oct 15 22:46:45.195 INFO kablam! | Oct 15 22:46:45.195 INFO kablam! 341 | pub fn saturation(mut src: &mut Image, sat: f32) -> RasterResult<()>{ Oct 15 22:46:45.195 INFO kablam! | ----^^^ Oct 15 22:46:45.195 INFO kablam! | | Oct 15 22:46:45.195 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.195 INFO kablam! Oct 15 22:46:45.195 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.195 INFO kablam! --> src/filter.rs:385:16 Oct 15 22:46:45.195 INFO kablam! | Oct 15 22:46:45.195 INFO kablam! 385 | pub fn sharpen(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:45.195 INFO kablam! | ----^^^ Oct 15 22:46:45.195 INFO kablam! | | Oct 15 22:46:45.195 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.195 INFO kablam! Oct 15 22:46:45.195 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.195 INFO kablam! --> src/filter.rs:399:13 Oct 15 22:46:45.195 INFO kablam! | Oct 15 22:46:45.195 INFO kablam! 399 | fn blur_box(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:45.195 INFO kablam! | ----^^^ Oct 15 22:46:45.195 INFO kablam! | | Oct 15 22:46:45.195 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.195 INFO kablam! Oct 15 22:46:45.195 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.195 INFO kablam! --> src/filter.rs:410:18 Oct 15 22:46:45.195 INFO kablam! | Oct 15 22:46:45.195 INFO kablam! 410 | fn blur_gaussian(mut src: &mut Image) -> RasterResult<()>{ Oct 15 22:46:45.195 INFO kablam! | ----^^^ Oct 15 22:46:45.195 INFO kablam! | | Oct 15 22:46:45.195 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.195 INFO kablam! Oct 15 22:46:45.195 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.195 INFO kablam! --> src/interpolate.rs:23:17 Oct 15 22:46:45.195 INFO kablam! | Oct 15 22:46:45.195 INFO kablam! 23 | pub fn resample(mut src: &mut Image, w: i32, h: i32, interpolation: InterpolationMode) -> RasterResult<()> { Oct 15 22:46:45.195 INFO kablam! | ----^^^ Oct 15 22:46:45.195 INFO kablam! | | Oct 15 22:46:45.195 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.195 INFO kablam! Oct 15 22:46:45.198 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.198 INFO kablam! --> src/interpolate.rs:32:16 Oct 15 22:46:45.198 INFO kablam! | Oct 15 22:46:45.198 INFO kablam! 32 | pub fn nearest(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 15 22:46:45.198 INFO kablam! | ----^^^ Oct 15 22:46:45.198 INFO kablam! | | Oct 15 22:46:45.198 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.198 INFO kablam! Oct 15 22:46:45.198 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.198 INFO kablam! --> src/interpolate.rs:56:17 Oct 15 22:46:45.198 INFO kablam! | Oct 15 22:46:45.198 INFO kablam! 56 | pub fn bilinear(mut src: &mut Image, w2: i32, h2: i32) -> RasterResult<()> { Oct 15 22:46:45.198 INFO kablam! | ----^^^ Oct 15 22:46:45.198 INFO kablam! | | Oct 15 22:46:45.198 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.198 INFO kablam! Oct 15 22:46:45.198 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.198 INFO kablam! --> src/interpolate.rs:64:19 Oct 15 22:46:45.198 INFO kablam! | Oct 15 22:46:45.198 INFO kablam! 64 | fn bilinear_width(mut src: &mut Image, w2: i32) -> RasterResult<()> { Oct 15 22:46:45.198 INFO kablam! | ----^^^ Oct 15 22:46:45.198 INFO kablam! | | Oct 15 22:46:45.198 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.198 INFO kablam! Oct 15 22:46:45.201 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.201 INFO kablam! --> src/interpolate.rs:124:20 Oct 15 22:46:45.201 INFO kablam! | Oct 15 22:46:45.201 INFO kablam! 124 | fn bilinear_height(mut src: &mut Image, h2: i32) -> RasterResult<()> { Oct 15 22:46:45.201 INFO kablam! | ----^^^ Oct 15 22:46:45.201 INFO kablam! | | Oct 15 22:46:45.201 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.201 INFO kablam! Oct 15 22:46:45.207 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.207 INFO kablam! --> src/transform.rs:59:13 Oct 15 22:46:45.207 INFO kablam! | Oct 15 22:46:45.207 INFO kablam! 59 | pub fn flip(mut src: &mut Image, mode: TransformMode ) -> RasterResult<()> { Oct 15 22:46:45.207 INFO kablam! | ----^^^ Oct 15 22:46:45.207 INFO kablam! | | Oct 15 22:46:45.207 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.207 INFO kablam! Oct 15 22:46:45.209 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.209 INFO kablam! --> src/transform.rs:144:15 Oct 15 22:46:45.209 INFO kablam! | Oct 15 22:46:45.209 INFO kablam! 144 | pub fn rotate(mut src: &mut Image, degree: i32, bg: Color) -> RasterResult<()>{ Oct 15 22:46:45.209 INFO kablam! | ----^^^ Oct 15 22:46:45.209 INFO kablam! | | Oct 15 22:46:45.209 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.209 INFO kablam! Oct 15 22:46:45.209 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.209 INFO kablam! --> src/transform.rs:204:21 Oct 15 22:46:45.209 INFO kablam! | Oct 15 22:46:45.209 INFO kablam! 204 | pub fn resize_exact(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 15 22:46:45.209 INFO kablam! | ----^^^ Oct 15 22:46:45.209 INFO kablam! | | Oct 15 22:46:45.209 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.209 INFO kablam! Oct 15 22:46:45.209 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.209 INFO kablam! --> src/transform.rs:210:28 Oct 15 22:46:45.209 INFO kablam! | Oct 15 22:46:45.209 INFO kablam! 210 | pub fn resize_exact_height(mut src: &mut Image, h: i32) -> RasterResult<()> { Oct 15 22:46:45.209 INFO kablam! | ----^^^ Oct 15 22:46:45.209 INFO kablam! | | Oct 15 22:46:45.209 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.209 INFO kablam! Oct 15 22:46:45.215 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.215 INFO kablam! --> src/transform.rs:224:27 Oct 15 22:46:45.215 INFO kablam! | Oct 15 22:46:45.215 INFO kablam! 224 | pub fn resize_exact_width(mut src: &mut Image, w: i32) -> RasterResult<()> { Oct 15 22:46:45.215 INFO kablam! | ----^^^ Oct 15 22:46:45.215 INFO kablam! | | Oct 15 22:46:45.215 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.215 INFO kablam! Oct 15 22:46:45.215 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.215 INFO kablam! --> src/transform.rs:236:20 Oct 15 22:46:45.215 INFO kablam! | Oct 15 22:46:45.215 INFO kablam! 236 | pub fn resize_fill(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 15 22:46:45.215 INFO kablam! | ----^^^ Oct 15 22:46:45.215 INFO kablam! | | Oct 15 22:46:45.215 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.215 INFO kablam! Oct 15 22:46:45.215 INFO kablam! warning: variable does not need to be mutable Oct 15 22:46:45.215 INFO kablam! --> src/transform.rs:258:19 Oct 15 22:46:45.215 INFO kablam! | Oct 15 22:46:45.215 INFO kablam! 258 | pub fn resize_fit(mut src: &mut Image, w: i32, h: i32) -> RasterResult<()> { Oct 15 22:46:45.215 INFO kablam! | ----^^^ Oct 15 22:46:45.215 INFO kablam! | | Oct 15 22:46:45.215 INFO kablam! | help: remove this `mut` Oct 15 22:46:45.215 INFO kablam! Oct 15 22:46:45.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Oct 15 22:46:45.790 INFO kablam! su: No module specific data is present Oct 15 22:46:46.699 INFO running `"docker" "rm" "-f" "9bd104c527444be7fdbd74fc0a7fab816617d379f78b56b3680c7f1018316daa"` Oct 15 22:46:47.029 INFO blam! 9bd104c527444be7fdbd74fc0a7fab816617d379f78b56b3680c7f1018316daa