Oct 21 17:31:26.551 INFO checking guillaume-gomez/tilt-shift-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:31:26.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 17:31:27.059 INFO blam! d64ce7c9281ce6a59a69277aa0b26f32685b62232cf901d7c6d1a043b50de4a5 Oct 21 17:31:27.061 INFO running `"docker" "start" "-a" "d64ce7c9281ce6a59a69277aa0b26f32685b62232cf901d7c6d1a043b50de4a5"` Oct 21 17:31:28.280 INFO kablam! usermod: no changes Oct 21 17:31:28.460 INFO kablam! Checking atty v0.2.3 Oct 21 17:31:28.461 INFO kablam! Checking textwrap v0.8.0 Oct 21 17:31:29.180 INFO kablam! Checking clap v2.26.2 Oct 21 17:31:36.230 INFO kablam! Checking tilt-shift v0.1.0 (/source) Oct 21 17:31:37.950 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 17:31:37.950 INFO kablam! --> src/main.rs:73:65 Oct 21 17:31:37.950 INFO kablam! | Oct 21 17:31:37.950 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 21 17:31:37.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 17:31:37.950 INFO kablam! | Oct 21 17:31:37.950 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 17:31:37.950 INFO kablam! Oct 21 17:31:37.950 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 17:31:37.950 INFO kablam! --> src/main.rs:73:88 Oct 21 17:31:37.950 INFO kablam! | Oct 21 17:31:37.950 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 21 17:31:37.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 17:31:37.951 INFO kablam! Oct 21 17:31:38.069 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 17:31:38.069 INFO kablam! --> src/main.rs:73:65 Oct 21 17:31:38.069 INFO kablam! | Oct 21 17:31:38.069 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 21 17:31:38.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 17:31:38.069 INFO kablam! | Oct 21 17:31:38.069 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 17:31:38.069 INFO kablam! Oct 21 17:31:38.069 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 17:31:38.069 INFO kablam! --> src/main.rs:73:88 Oct 21 17:31:38.069 INFO kablam! | Oct 21 17:31:38.069 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 21 17:31:38.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 17:31:38.069 INFO kablam! Oct 21 17:31:38.069 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:31:38.069 INFO kablam! --> src/main.rs:64:5 Oct 21 17:31:38.069 INFO kablam! | Oct 21 17:31:38.070 INFO kablam! 64 | fs::create_dir(output_file_folder); Oct 21 17:31:38.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:31:38.070 INFO kablam! | Oct 21 17:31:38.070 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:31:38.070 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:31:38.070 INFO kablam! Oct 21 17:31:38.166 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:31:38.166 INFO kablam! --> src/main.rs:64:5 Oct 21 17:31:38.166 INFO kablam! | Oct 21 17:31:38.166 INFO kablam! 64 | fs::create_dir(output_file_folder); Oct 21 17:31:38.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:31:38.166 INFO kablam! | Oct 21 17:31:38.166 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:31:38.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:31:38.166 INFO kablam! Oct 21 17:31:38.186 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.86s Oct 21 17:31:38.194 INFO kablam! su: No module specific data is present Oct 21 17:31:38.641 INFO running `"docker" "rm" "-f" "d64ce7c9281ce6a59a69277aa0b26f32685b62232cf901d7c6d1a043b50de4a5"` Oct 21 17:31:38.804 INFO blam! d64ce7c9281ce6a59a69277aa0b26f32685b62232cf901d7c6d1a043b50de4a5