Oct 27 04:05:05.456 INFO checking guillaume-gomez/tilt-shift-rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:05:05.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:05.945 INFO blam! b98af2a4a8b2084556bf77db51bd385a4d6ea2cd070f2cd48c2d1269a1079f0e Oct 27 04:05:05.948 INFO running `"docker" "start" "-a" "b98af2a4a8b2084556bf77db51bd385a4d6ea2cd070f2cd48c2d1269a1079f0e"` Oct 27 04:05:07.597 INFO kablam! usermod: no changes Oct 27 04:05:07.755 INFO kablam! Checking atty v0.2.3 Oct 27 04:05:07.755 INFO kablam! Checking png v0.9.0 Oct 27 04:05:07.767 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 04:05:08.471 INFO kablam! Checking clap v2.26.2 Oct 27 04:05:11.215 INFO kablam! Checking image v0.15.0 Oct 27 04:05:16.731 INFO kablam! Checking tilt-shift v0.1.0 (/source) Oct 27 04:05:18.847 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:05:18.848 INFO kablam! --> src/main.rs:73:65 Oct 27 04:05:18.849 INFO kablam! | Oct 27 04:05:18.849 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:18.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:18.851 INFO kablam! | Oct 27 04:05:18.851 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:05:18.851 INFO kablam! Oct 27 04:05:18.852 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:05:18.852 INFO kablam! --> src/main.rs:73:88 Oct 27 04:05:18.852 INFO kablam! | Oct 27 04:05:18.852 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:18.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:18.859 INFO kablam! Oct 27 04:05:18.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:05:18.966 INFO kablam! --> src/main.rs:64:5 Oct 27 04:05:18.967 INFO kablam! | Oct 27 04:05:18.967 INFO kablam! 64 | fs::create_dir(output_file_folder); Oct 27 04:05:18.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:18.969 INFO kablam! | Oct 27 04:05:18.969 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 04:05:18.970 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:05:18.971 INFO kablam! Oct 27 04:05:19.193 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:05:19.193 INFO kablam! --> src/main.rs:73:65 Oct 27 04:05:19.193 INFO kablam! | Oct 27 04:05:19.193 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:19.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:19.193 INFO kablam! | Oct 27 04:05:19.193 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:05:19.193 INFO kablam! Oct 27 04:05:19.193 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:05:19.193 INFO kablam! --> src/main.rs:73:88 Oct 27 04:05:19.193 INFO kablam! | Oct 27 04:05:19.193 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:19.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:05:19.193 INFO kablam! Oct 27 04:05:19.339 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:05:19.339 INFO kablam! --> src/main.rs:64:5 Oct 27 04:05:19.341 INFO kablam! | Oct 27 04:05:19.341 INFO kablam! 64 | fs::create_dir(output_file_folder); Oct 27 04:05:19.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:19.341 INFO kablam! | Oct 27 04:05:19.341 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 04:05:19.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:05:19.341 INFO kablam! Oct 27 04:05:19.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.74s Oct 27 04:05:19.378 INFO kablam! su: No module specific data is present Oct 27 04:05:20.049 INFO running `"docker" "rm" "-f" "b98af2a4a8b2084556bf77db51bd385a4d6ea2cd070f2cd48c2d1269a1079f0e"` Oct 27 04:05:20.331 INFO blam! b98af2a4a8b2084556bf77db51bd385a4d6ea2cd070f2cd48c2d1269a1079f0e