Oct 27 04:05:12.495 INFO checking guillaume-gomez/tilt-shift-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:05:12.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 04:05:12.895 INFO blam! ec4a304de70fdb7003c3808618f196cb188a5c1f885fe9ffc8b5d03759d7a7e7 Oct 27 04:05:12.898 INFO running `"docker" "start" "-a" "ec4a304de70fdb7003c3808618f196cb188a5c1f885fe9ffc8b5d03759d7a7e7"` Oct 27 04:05:14.549 INFO kablam! usermod: no changes Oct 27 04:05:14.648 INFO kablam! Checking atty v0.2.3 Oct 27 04:05:14.969 INFO kablam! Checking clap v2.26.2 Oct 27 04:05:21.483 INFO kablam! Checking tilt-shift v0.1.0 (/source) Oct 27 04:05:23.355 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:05:23.355 INFO kablam! --> src/main.rs:73:65 Oct 27 04:05:23.355 INFO kablam! | Oct 27 04:05:23.355 INFO kablam! 73 | tilt_shift_module::create_image(file, &output_file, (current_blur as f32), (current_saturation as f32), y_point_of_interest, height_point_of_interest); Oct 27 04:05:23.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:23.355 INFO kablam! | Oct 27 04:05:23.355 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:05:23.355 INFO kablam! Oct 27 04:05:23.355 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:05:23.355 INFO kablam! --> src/main.rs:73:88 Oct 27 04:05:23.355 INFO kablam! | Oct 27 04:05:23.355 INFO kablam! 73 | tilt_shift_module::create_image(file, &output_file, (current_blur as f32), (current_saturation as f32), y_point_of_interest, height_point_of_interest); Oct 27 04:05:23.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:23.355 INFO kablam! Oct 27 04:05:23.447 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:05:23.447 INFO kablam! --> src/main.rs:73:65 Oct 27 04:05:23.447 INFO kablam! | Oct 27 04:05:23.447 INFO kablam! 73 | tilt_shift_module::create_image(file, &output_file, (current_blur as f32), (current_saturation as f32), y_point_of_interest, height_point_of_interest); Oct 27 04:05:23.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:23.447 INFO kablam! | Oct 27 04:05:23.447 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:05:23.447 INFO kablam! Oct 27 04:05:23.447 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:05:23.447 INFO kablam! --> src/main.rs:73:88 Oct 27 04:05:23.447 INFO kablam! | Oct 27 04:05:23.447 INFO kablam! 73 | tilt_shift_module::create_image(file, &output_file, (current_blur as f32), (current_saturation as f32), y_point_of_interest, height_point_of_interest); Oct 27 04:05:23.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:23.447 INFO kablam! Oct 27 04:05:23.593 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:05:23.593 INFO kablam! --> src/main.rs:64:5 Oct 27 04:05:23.593 INFO kablam! | Oct 27 04:05:23.593 INFO kablam! 64 | fs::create_dir(output_file_folder); Oct 27 04:05:23.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:23.593 INFO kablam! | Oct 27 04:05:23.595 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 04:05:23.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:05:23.595 INFO kablam! Oct 27 04:05:23.641 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:05:23.641 INFO kablam! --> src/main.rs:64:5 Oct 27 04:05:23.641 INFO kablam! | Oct 27 04:05:23.641 INFO kablam! 64 | fs::create_dir(output_file_folder); Oct 27 04:05:23.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:23.641 INFO kablam! | Oct 27 04:05:23.641 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 04:05:23.641 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:05:23.641 INFO kablam! Oct 27 04:05:23.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.11s Oct 27 04:05:23.711 INFO kablam! su: No module specific data is present Oct 27 04:05:24.421 INFO running `"docker" "rm" "-f" "ec4a304de70fdb7003c3808618f196cb188a5c1f885fe9ffc8b5d03759d7a7e7"` Oct 27 04:05:24.627 INFO blam! ec4a304de70fdb7003c3808618f196cb188a5c1f885fe9ffc8b5d03759d7a7e7